﻿2026-06-16T08:31:46.5828914Z Current runner version: '2.335.1'
2026-06-16T08:31:46.5833585Z Runner name: 'kitsubito'
2026-06-16T08:31:46.5834108Z Runner group name: 'Default'
2026-06-16T08:31:46.5834772Z Machine name: 'KITSUBITO'
2026-06-16T08:31:46.5836719Z ##[group]GITHUB_TOKEN Permissions
2026-06-16T08:31:46.5838484Z Contents: read
2026-06-16T08:31:46.5838884Z Metadata: read
2026-06-16T08:31:46.5839334Z Packages: read
2026-06-16T08:31:46.5839701Z ##[endgroup]
2026-06-16T08:31:46.5841278Z Secret source: Actions
2026-06-16T08:31:46.5841772Z Prepare workflow directory
2026-06-16T08:31:46.6270748Z Prepare all required actions
2026-06-16T08:31:46.6299475Z Getting action download info
2026-06-16T08:31:47.0366916Z Download action repository 'actions/checkout@v5' (SHA:93cb6efe18208431cddfb8368fd83d5badbf9bfd)
2026-06-16T08:31:47.6286088Z Complete job name: twohost-b
2026-06-16T08:31:47.7202785Z ##[group]Run actions/checkout@v5
2026-06-16T08:31:47.7203523Z with:
2026-06-16T08:31:47.7203924Z   repository: SaberMage/spt-core
2026-06-16T08:31:47.7207368Z   token: ***
2026-06-16T08:31:47.7207714Z   ssh-strict: true
2026-06-16T08:31:47.7208056Z   ssh-user: git
2026-06-16T08:31:47.7208414Z   persist-credentials: true
2026-06-16T08:31:47.7208805Z   clean: true
2026-06-16T08:31:47.7209238Z   sparse-checkout-cone-mode: true
2026-06-16T08:31:47.7209654Z   fetch-depth: 1
2026-06-16T08:31:47.7209983Z   fetch-tags: false
2026-06-16T08:31:47.7210334Z   show-progress: true
2026-06-16T08:31:47.7210675Z   lfs: false
2026-06-16T08:31:47.7211014Z   submodules: false
2026-06-16T08:31:47.7211367Z   set-safe-directory: true
2026-06-16T08:31:47.7211959Z ##[endgroup]
2026-06-16T08:31:47.7993359Z Syncing repository: SaberMage/spt-core
2026-06-16T08:31:47.7994994Z ##[group]Getting Git version info
2026-06-16T08:31:47.7995747Z Working directory is '/home/reavus/actions-runner/_work/spt-core/spt-core'
2026-06-16T08:31:47.7996635Z [command]/usr/bin/git version
2026-06-16T08:31:47.7997103Z git version 2.43.0
2026-06-16T08:31:47.7999591Z ##[endgroup]
2026-06-16T08:31:47.8010930Z Temporarily overriding HOME='/home/reavus/actions-runner/_work/_temp/a6b0b45a-d105-4150-a0d8-22206eb85114' before making global git config changes
2026-06-16T08:31:47.8012403Z Adding repository directory to the temporary git global config as a safe directory
2026-06-16T08:31:47.8014465Z [command]/usr/bin/git config --global --add safe.directory /home/reavus/actions-runner/_work/spt-core/spt-core
2026-06-16T08:31:47.8047699Z [command]/usr/bin/git config --local --get remote.origin.url
2026-06-16T08:31:47.8067147Z https://github.com/SaberMage/spt-core
2026-06-16T08:31:47.8077865Z ##[group]Removing previously created refs, to avoid conflicts
2026-06-16T08:31:47.8080886Z [command]/usr/bin/git rev-parse --symbolic-full-name --verify --quiet HEAD
2026-06-16T08:31:47.8147354Z refs/heads/dev-freeform
2026-06-16T08:31:47.8154835Z [command]/usr/bin/git checkout --detach
2026-06-16T08:31:47.8311269Z HEAD is now at 24e2409 M11-W5 T5.1: gateway-owner cross-node [twohost] rung + defer cross-node tunnel
2026-06-16T08:31:47.8346822Z [command]/usr/bin/git branch --delete --force dev-freeform
2026-06-16T08:31:47.8383926Z Deleted branch dev-freeform (was 24e2409).
2026-06-16T08:31:47.8510496Z ##[endgroup]
2026-06-16T08:31:47.8513860Z [command]/usr/bin/git submodule status
2026-06-16T08:31:47.8703051Z ##[group]Cleaning the repository
2026-06-16T08:31:47.8706467Z [command]/usr/bin/git clean -ffdx
2026-06-16T08:31:50.9106281Z Removing .adapter-notify/
2026-06-16T08:31:50.9106750Z Removing target/
2026-06-16T08:31:50.9117296Z [command]/usr/bin/git reset --hard HEAD
2026-06-16T08:31:50.9225516Z HEAD is now at 24e2409 M11-W5 T5.1: gateway-owner cross-node [twohost] rung + defer cross-node tunnel
2026-06-16T08:31:50.9229852Z ##[endgroup]
2026-06-16T08:31:50.9230977Z ##[group]Disabling automatic garbage collection
2026-06-16T08:31:50.9234764Z [command]/usr/bin/git config --local gc.auto 0
2026-06-16T08:31:50.9259753Z ##[endgroup]
2026-06-16T08:31:50.9260285Z ##[group]Setting up auth
2026-06-16T08:31:50.9265007Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2026-06-16T08:31:50.9291624Z [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-06-16T08:31:50.9486251Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-06-16T08:31:50.9525946Z [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-06-16T08:31:50.9717030Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-06-16T08:31:50.9743263Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
2026-06-16T08:31:50.9930940Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic ***
2026-06-16T08:31:50.9965713Z ##[endgroup]
2026-06-16T08:31:50.9966232Z ##[group]Fetching the repository
2026-06-16T08:31:50.9971825Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +24e2409de14b0439f608f10426f2d79b64c5e50a:refs/remotes/origin/dev-freeform
2026-06-16T08:31:51.5717139Z ##[endgroup]
2026-06-16T08:31:51.5717691Z ##[group]Determining the checkout info
2026-06-16T08:31:51.5718185Z ##[endgroup]
2026-06-16T08:31:51.5729589Z [command]/usr/bin/git sparse-checkout disable
2026-06-16T08:31:51.5767395Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig
2026-06-16T08:31:51.5791417Z ##[group]Checking out the ref
2026-06-16T08:31:51.5794308Z [command]/usr/bin/git checkout --progress --force -B dev-freeform refs/remotes/origin/dev-freeform
2026-06-16T08:31:51.5842377Z Switched to a new branch 'dev-freeform'
2026-06-16T08:31:51.5842888Z branch 'dev-freeform' set up to track 'origin/dev-freeform'.
2026-06-16T08:31:51.5846556Z ##[endgroup]
2026-06-16T08:31:51.5879239Z [command]/usr/bin/git log -1 --format=%H
2026-06-16T08:31:51.5901809Z 24e2409de14b0439f608f10426f2d79b64c5e50a
2026-06-16T08:31:51.6140404Z ##[group]Run actions/checkout@v5
2026-06-16T08:31:51.6140661Z with:
2026-06-16T08:31:51.6140848Z   repository: SaberMage/spt-shell-notify
2026-06-16T08:31:51.6141091Z   path: .adapter-notify
2026-06-16T08:31:51.6143533Z   token: ***
2026-06-16T08:31:51.6143710Z   ssh-strict: true
2026-06-16T08:31:51.6143891Z   ssh-user: git
2026-06-16T08:31:51.6144077Z   persist-credentials: true
2026-06-16T08:31:51.6144278Z   clean: true
2026-06-16T08:31:51.6144467Z   sparse-checkout-cone-mode: true
2026-06-16T08:31:51.6144687Z   fetch-depth: 1
2026-06-16T08:31:51.6144865Z   fetch-tags: false
2026-06-16T08:31:51.6145049Z   show-progress: true
2026-06-16T08:31:51.6145232Z   lfs: false
2026-06-16T08:31:51.6145397Z   submodules: false
2026-06-16T08:31:51.6145592Z   set-safe-directory: true
2026-06-16T08:31:51.6145789Z ##[endgroup]
2026-06-16T08:31:51.6800785Z Syncing repository: SaberMage/spt-shell-notify
2026-06-16T08:31:51.6805312Z ##[group]Getting Git version info
2026-06-16T08:31:51.6806097Z Working directory is '/home/reavus/actions-runner/_work/spt-core/spt-core/.adapter-notify'
2026-06-16T08:31:51.6828420Z [command]/usr/bin/git version
2026-06-16T08:31:51.6893536Z git version 2.43.0
2026-06-16T08:31:51.6910734Z ##[endgroup]
2026-06-16T08:31:51.6922363Z Temporarily overriding HOME='/home/reavus/actions-runner/_work/_temp/0d637e53-c4f2-4653-a3f5-aa293b255731' before making global git config changes
2026-06-16T08:31:51.6923550Z Adding repository directory to the temporary git global config as a safe directory
2026-06-16T08:31:51.6926189Z [command]/usr/bin/git config --global --add safe.directory /home/reavus/actions-runner/_work/spt-core/spt-core/.adapter-notify
2026-06-16T08:31:51.6955278Z ##[group]Initializing the repository
2026-06-16T08:31:51.6958712Z [command]/usr/bin/git init /home/reavus/actions-runner/_work/spt-core/spt-core/.adapter-notify
2026-06-16T08:31:51.6998841Z hint: Using 'master' as the name for the initial branch. This default branch name
2026-06-16T08:31:51.6999561Z hint: is subject to change. To configure the initial branch name to use in all
2026-06-16T08:31:51.7000076Z hint: of your new repositories, which will suppress this warning, call:
2026-06-16T08:31:51.7000444Z hint: 
2026-06-16T08:31:51.7000724Z hint: 	git config --global init.defaultBranch <name>
2026-06-16T08:31:51.7001046Z hint: 
2026-06-16T08:31:51.7001352Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
2026-06-16T08:31:51.7001833Z hint: 'development'. The just-created branch can be renamed via this command:
2026-06-16T08:31:51.7002200Z hint: 
2026-06-16T08:31:51.7002424Z hint: 	git branch -m <name>
2026-06-16T08:31:51.7003311Z Initialized empty Git repository in /home/reavus/actions-runner/_work/spt-core/spt-core/.adapter-notify/.git/
2026-06-16T08:31:51.7010979Z [command]/usr/bin/git remote add origin https://github.com/SaberMage/spt-shell-notify
2026-06-16T08:31:51.7037206Z ##[endgroup]
2026-06-16T08:31:51.7037621Z ##[group]Disabling automatic garbage collection
2026-06-16T08:31:51.7040328Z [command]/usr/bin/git config --local gc.auto 0
2026-06-16T08:31:51.7063427Z ##[endgroup]
2026-06-16T08:31:51.7063732Z ##[group]Setting up auth
2026-06-16T08:31:51.7067967Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2026-06-16T08:31:51.7090587Z [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-06-16T08:31:51.7269659Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-06-16T08:31:51.7293817Z [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-06-16T08:31:51.7477205Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-06-16T08:31:51.7502045Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
2026-06-16T08:31:51.7686352Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic ***
2026-06-16T08:31:51.7720422Z ##[endgroup]
2026-06-16T08:31:51.7720808Z ##[group]Determining the default branch
2026-06-16T08:31:51.7724223Z Retrieving the default branch name
2026-06-16T08:31:52.1086568Z Default branch 'main'
2026-06-16T08:31:52.1087255Z ##[endgroup]
2026-06-16T08:31:52.1087640Z ##[group]Fetching the repository
2026-06-16T08:31:52.1091928Z [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-06-16T08:31:52.9288776Z From https://github.com/SaberMage/spt-shell-notify
2026-06-16T08:31:52.9289443Z  * [new branch]      main       -> origin/main
2026-06-16T08:31:52.9307964Z ##[endgroup]
2026-06-16T08:31:52.9308279Z ##[group]Determining the checkout info
2026-06-16T08:31:52.9309781Z ##[endgroup]
2026-06-16T08:31:52.9313473Z [command]/usr/bin/git sparse-checkout disable
2026-06-16T08:31:52.9346338Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig
2026-06-16T08:31:52.9370324Z ##[group]Checking out the ref
2026-06-16T08:31:52.9372727Z [command]/usr/bin/git checkout --progress --force -B main refs/remotes/origin/main
2026-06-16T08:31:52.9407952Z Switched to a new branch 'main'
2026-06-16T08:31:52.9408333Z branch 'main' set up to track 'origin/main'.
2026-06-16T08:31:52.9412181Z ##[endgroup]
2026-06-16T08:31:52.9444801Z [command]/usr/bin/git log -1 --format=%H
2026-06-16T08:31:52.9467568Z ee2d37eadc730c0019e0af82d683074c509634a2
2026-06-16T08:31:52.9603775Z ##[group]Run cargo build --manifest-path .adapter-notify/Cargo.toml
2026-06-16T08:31:52.9604227Z [36;1mcargo build --manifest-path .adapter-notify/Cargo.toml[0m
2026-06-16T08:31:52.9620230Z shell: /usr/bin/bash -e {0}
2026-06-16T08:31:52.9620448Z ##[endgroup]
2026-06-16T08:31:52.9994157Z     Updating crates.io index
2026-06-16T08:31:53.0572023Z      Locking 11 packages to latest compatible versions
2026-06-16T08:31:53.0799393Z    Compiling serde_core v1.0.228
2026-06-16T08:31:53.0799757Z    Compiling zmij v1.0.21
2026-06-16T08:31:53.0800028Z    Compiling serde_json v1.0.150
2026-06-16T08:31:53.0800303Z    Compiling memchr v2.8.2
2026-06-16T08:31:53.0800554Z    Compiling itoa v1.0.18
2026-06-16T08:31:54.9256781Z    Compiling spt-shell-notify v0.1.0 (/home/reavus/actions-runner/_work/spt-core/spt-core/.adapter-notify)
2026-06-16T08:31:55.0943495Z     Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.12s
2026-06-16T08:31:55.1074224Z ##[group]Run cargo build -p spt --bin spt
2026-06-16T08:31:55.1074523Z [36;1mcargo build -p spt --bin spt[0m
2026-06-16T08:31:55.1086911Z shell: /usr/bin/bash -e {0}
2026-06-16T08:31:55.1087131Z ##[endgroup]
2026-06-16T08:31:55.3773647Z    Compiling proc-macro2 v1.0.106
2026-06-16T08:31:55.3774028Z    Compiling quote v1.0.45
2026-06-16T08:31:55.3774305Z    Compiling unicode-ident v1.0.24
2026-06-16T08:31:55.3774596Z    Compiling libc v0.2.186
2026-06-16T08:31:55.3774953Z    Compiling serde_core v1.0.228
2026-06-16T08:31:55.3775412Z    Compiling cfg-if v1.0.4
2026-06-16T08:31:55.3775902Z    Compiling serde v1.0.228
2026-06-16T08:31:55.3820743Z    Compiling log v0.4.32
2026-06-16T08:31:55.3862150Z    Compiling pin-project-lite v0.2.17
2026-06-16T08:31:55.3927457Z    Compiling typenum v1.20.1
2026-06-16T08:31:55.3959763Z    Compiling version_check v0.9.5
2026-06-16T08:31:55.3989157Z    Compiling memchr v2.8.1
2026-06-16T08:31:55.4092758Z    Compiling portable-atomic v1.13.1
2026-06-16T08:31:55.4311476Z    Compiling find-msvc-tools v0.1.9
2026-06-16T08:31:55.4351727Z    Compiling shlex v2.0.1
2026-06-16T08:31:55.4352285Z    Compiling critical-section v1.2.0
2026-06-16T08:31:55.4720968Z    Compiling futures-core v0.3.32
2026-06-16T08:31:55.4760700Z    Compiling subtle v2.6.1
2026-06-16T08:31:55.5200785Z    Compiling bytes v1.11.1
2026-06-16T08:31:55.6193928Z    Compiling smallvec v1.15.1
2026-06-16T08:31:55.6657763Z    Compiling equivalent v1.0.2
2026-06-16T08:31:55.6750635Z    Compiling itoa v1.0.18
2026-06-16T08:31:55.6792599Z    Compiling semver v1.0.28
2026-06-16T08:31:55.6793039Z    Compiling stable_deref_trait v1.2.1
2026-06-16T08:31:55.6971196Z    Compiling futures-io v0.3.32
2026-06-16T08:31:55.6981255Z    Compiling futures-sink v0.3.32
2026-06-16T08:31:55.7325135Z    Compiling slab v0.4.12
2026-06-16T08:31:55.7557511Z    Compiling futures-task v0.3.32
2026-06-16T08:31:55.7716023Z    Compiling generic-array v0.14.7
2026-06-16T08:31:55.7806014Z    Compiling futures-channel v0.3.32
2026-06-16T08:31:55.8318551Z    Compiling rustversion v1.0.22
2026-06-16T08:31:55.8601188Z    Compiling hashbrown v0.17.1
2026-06-16T08:31:55.8894255Z    Compiling bitflags v2.12.1
2026-06-16T08:31:55.9280843Z    Compiling cpufeatures v0.2.17
2026-06-16T08:31:55.9538250Z    Compiling rustc_version v0.4.1
2026-06-16T08:31:55.9818307Z    Compiling fnv v1.0.7
2026-06-16T08:31:55.9999452Z    Compiling strsim v0.11.1
2026-06-16T08:31:56.0221481Z    Compiling cfg_aliases v0.2.1
2026-06-16T08:31:56.0372848Z    Compiling writeable v0.6.3
2026-06-16T08:31:56.0550799Z    Compiling rand_core v0.10.1
2026-06-16T08:31:56.0839864Z    Compiling litemap v0.8.2
2026-06-16T08:31:56.1511300Z    Compiling icu_properties_data v2.2.0
2026-06-16T08:31:56.1852716Z    Compiling ident_case v1.0.1
2026-06-16T08:31:56.2298442Z    Compiling fs_extra v1.3.0
2026-06-16T08:31:56.2940723Z    Compiling icu_normalizer_data v2.2.0
2026-06-16T08:31:56.3008708Z    Compiling dunce v1.0.5
2026-06-16T08:31:56.3050474Z    Compiling utf8_iter v1.0.4
2026-06-16T08:31:56.3180650Z    Compiling getrandom v0.4.2
2026-06-16T08:31:56.3710827Z    Compiling percent-encoding v2.3.2
2026-06-16T08:31:56.4780685Z    Compiling autocfg v1.5.1
2026-06-16T08:31:56.4920713Z    Compiling http v1.4.1
2026-06-16T08:31:56.5830910Z    Compiling thiserror v2.0.18
2026-06-16T08:31:56.5898635Z    Compiling aws-lc-rs v1.17.0
2026-06-16T08:31:56.6040153Z    Compiling unicode-segmentation v1.13.3
2026-06-16T08:31:56.6151196Z    Compiling cpufeatures v0.3.0
2026-06-16T08:31:56.6271570Z    Compiling scopeguard v1.2.0
2026-06-16T08:31:56.6530603Z    Compiling form_urlencoded v1.2.2
2026-06-16T08:31:56.6924947Z    Compiling lock_api v0.4.14
2026-06-16T08:31:56.7092316Z    Compiling chacha20 v0.10.0
2026-06-16T08:31:56.7696587Z    Compiling syn v2.0.117
2026-06-16T08:31:56.8010898Z    Compiling indexmap v2.14.0
2026-06-16T08:31:56.8551008Z    Compiling untrusted v0.9.0
2026-06-16T08:31:56.8988681Z    Compiling rustls v0.23.40
2026-06-16T08:31:56.9234529Z    Compiling heck v0.5.0
2026-06-16T08:31:56.9443820Z    Compiling const-oid v0.10.2
2026-06-16T08:31:56.9600408Z    Compiling anyhow v1.0.102
2026-06-16T08:31:56.9650695Z    Compiling unicode-xid v0.2.6
2026-06-16T08:31:56.9810385Z    Compiling atomic-waker v1.1.2
2026-06-16T08:31:57.0010999Z    Compiling paste v1.0.15
2026-06-16T08:31:57.0625724Z    Compiling jobserver v0.1.34
2026-06-16T08:31:57.0761106Z    Compiling httparse v1.10.1
2026-06-16T08:31:57.0858806Z    Compiling zerocopy v0.8.50
2026-06-16T08:31:57.1247026Z    Compiling convert_case v0.10.0
2026-06-16T08:31:57.1400794Z    Compiling parking_lot_core v0.9.12
2026-06-16T08:31:57.1550544Z    Compiling num-traits v0.2.19
2026-06-16T08:31:57.1734185Z    Compiling hybrid-array v0.4.12
2026-06-16T08:31:57.2333988Z    Compiling curve25519-dalek v4.1.3
2026-06-16T08:31:57.3277065Z    Compiling ahash v0.8.12
2026-06-16T08:31:57.3505828Z    Compiling cc v1.2.63
2026-06-16T08:31:57.4040425Z    Compiling base64ct v1.8.3
2026-06-16T08:31:57.4230860Z    Compiling powerfmt v0.2.0
2026-06-16T08:31:57.4814750Z    Compiling either v1.16.0
2026-06-16T08:31:57.5380102Z    Compiling http-body v1.0.1
2026-06-16T08:31:57.5890737Z    Compiling crypto-common v0.1.7
2026-06-16T08:31:57.5980609Z    Compiling block-buffer v0.10.4
2026-06-16T08:31:57.5981493Z    Compiling deranged v0.5.8
2026-06-16T08:31:57.7061218Z    Compiling digest v0.10.7
2026-06-16T08:31:57.7119987Z    Compiling pem-rfc7468 v1.0.0
2026-06-16T08:31:57.7397644Z    Compiling tower-service v0.3.3
2026-06-16T08:31:57.7621329Z    Compiling vcpkg v0.2.15
2026-06-16T08:31:57.8640674Z    Compiling try-lock v0.2.5
2026-06-16T08:31:57.8780901Z    Compiling data-encoding v2.11.0
2026-06-16T08:31:57.8894556Z    Compiling pkg-config v0.3.33
2026-06-16T08:31:57.9286430Z    Compiling time-core v0.1.8
2026-06-16T08:31:57.9583113Z    Compiling fastrand v2.4.1
2026-06-16T08:31:57.9770836Z    Compiling num-conv v0.2.2
2026-06-16T08:31:57.9790826Z    Compiling tinyvec_macros v0.1.1
2026-06-16T08:31:58.0549929Z    Compiling mio v1.2.1
2026-06-16T08:31:58.0940762Z    Compiling socket2 v0.6.4
2026-06-16T08:31:58.1130520Z    Compiling getrandom v0.2.17
2026-06-16T08:31:58.1690884Z    Compiling zmij v1.0.21
2026-06-16T08:31:58.2154074Z    Compiling base64 v0.22.1
2026-06-16T08:31:58.3130597Z    Compiling rand_core v0.6.4
2026-06-16T08:31:58.3548162Z    Compiling rand v0.10.1
2026-06-16T08:31:58.4026391Z    Compiling parking_lot v0.12.5
2026-06-16T08:31:58.4839667Z    Compiling tinyvec v1.11.0
2026-06-16T08:31:58.4920603Z    Compiling want v0.3.1
2026-06-16T08:31:58.5020782Z    Compiling sha2 v0.10.9
2026-06-16T08:31:58.6790681Z    Compiling block-buffer v0.12.0
2026-06-16T08:31:58.7160371Z    Compiling cmake v0.1.58
2026-06-16T08:31:58.7988858Z    Compiling crypto-common v0.2.2
2026-06-16T08:31:58.8143993Z    Compiling inout v0.1.4
2026-06-16T08:31:58.8351390Z    Compiling vergen-lib v9.1.0
2026-06-16T08:31:58.8799121Z    Compiling n0-future v0.3.2
2026-06-16T08:31:58.9780813Z    Compiling serde_json v1.0.150
2026-06-16T08:31:58.9874304Z    Compiling winnow v1.0.3
2026-06-16T08:31:58.9984181Z    Compiling cordyceps v0.3.4
2026-06-16T08:31:59.0408405Z    Compiling signature v2.2.0
2026-06-16T08:31:59.0770878Z    Compiling diatomic-waker v0.2.3
2026-06-16T08:31:59.1170763Z    Compiling httpdate v1.0.3
2026-06-16T08:31:59.1285631Z    Compiling parking v2.2.1
2026-06-16T08:31:59.1420937Z    Compiling spin v0.10.0
2026-06-16T08:31:59.1738433Z    Compiling crossbeam-utils v0.8.21
2026-06-16T08:31:59.2086055Z    Compiling ed25519 v2.2.3
2026-06-16T08:31:59.2415254Z    Compiling futures-lite v2.6.1
2026-06-16T08:31:59.2601322Z    Compiling cipher v0.4.4
2026-06-16T08:31:59.2860659Z    Compiling netlink-packet-core v0.8.1
2026-06-16T08:31:59.2970087Z    Compiling universal-hash v0.5.1
2026-06-16T08:31:59.3493122Z    Compiling futures-buffered v0.2.13
2026-06-16T08:31:59.3661306Z    Compiling vergen v9.1.0
2026-06-16T08:31:59.4010792Z    Compiling vergen-lib v0.1.6
2026-06-16T08:31:59.4083548Z    Compiling heapless v0.7.17
2026-06-16T08:31:59.4621260Z    Compiling curve25519-dalek v5.0.0-pre.6
2026-06-16T08:31:59.5110658Z    Compiling noq-udp v0.10.0
2026-06-16T08:31:59.5250877Z    Compiling sync_wrapper v1.0.2
2026-06-16T08:31:59.5320762Z    Compiling toml_datetime v1.1.1+spec-1.1.0
2026-06-16T08:31:59.5691136Z    Compiling byteorder v1.5.0
2026-06-16T08:31:59.5992624Z    Compiling opaque-debug v0.3.1
2026-06-16T08:31:59.6070813Z    Compiling allocator-api2 v0.2.21
2026-06-16T08:31:59.6196435Z    Compiling aws-lc-sys v0.41.0
2026-06-16T08:31:59.6290501Z    Compiling ring v0.17.14
2026-06-16T08:31:59.6511213Z    Compiling libsqlite3-sys v0.30.1
2026-06-16T08:31:59.6881005Z    Compiling polyval v0.6.2
2026-06-16T08:31:59.7100669Z    Compiling digest v0.11.3
2026-06-16T08:31:59.7840078Z    Compiling hash32 v0.2.1
2026-06-16T08:31:59.8534528Z    Compiling spin v0.9.8
2026-06-16T08:31:59.9000269Z    Compiling vergen-gitcl v1.0.8
2026-06-16T08:31:59.9073113Z    Compiling ryu v1.0.23
2026-06-16T08:31:59.9701044Z    Compiling fallible-iterator v0.3.0
2026-06-16T08:32:00.0570839Z    Compiling fallible-streaming-iterator v0.1.9
2026-06-16T08:32:00.1062101Z    Compiling signature v3.0.0
2026-06-16T08:32:00.1191595Z    Compiling tower-layer v0.3.3
2026-06-16T08:32:00.1291383Z    Compiling num_threads v0.1.7
2026-06-16T08:32:00.1970318Z    Compiling sha2 v0.11.0-rc.5
2026-06-16T08:32:00.2334754Z    Compiling time v0.3.47
2026-06-16T08:32:00.2570300Z    Compiling ghash v0.5.1
2026-06-16T08:32:00.2590408Z    Compiling aes v0.8.4
2026-06-16T08:32:00.2810683Z    Compiling ctr v0.9.2
2026-06-16T08:32:00.3610790Z    Compiling fs2 v0.4.3
2026-06-16T08:32:00.3740583Z    Compiling aead v0.5.2
2026-06-16T08:32:00.4629724Z    Compiling http-body-util v0.1.3
2026-06-16T08:32:00.4970508Z    Compiling openssl-probe v0.2.1
2026-06-16T08:32:00.5140780Z    Compiling crossbeam-epoch v0.9.18
2026-06-16T08:32:00.5195854Z    Compiling crossbeam-channel v0.5.15
2026-06-16T08:32:00.5350977Z    Compiling blake3 v1.8.5
2026-06-16T08:32:00.7057592Z    Compiling toml_parser v1.1.2+spec-1.1.0
2026-06-16T08:32:00.7639169Z    Compiling netlink-packet-route v0.29.0
2026-06-16T08:32:00.8120898Z    Compiling uuid v1.23.2
2026-06-16T08:32:00.8389700Z    Compiling memoffset v0.6.5
2026-06-16T08:32:00.9120871Z    Compiling acto v0.8.2
2026-06-16T08:32:00.9560597Z    Compiling aes-gcm v0.10.3
2026-06-16T08:32:01.0440609Z    Compiling netwatch v0.16.0
2026-06-16T08:32:01.1080333Z    Compiling noq v0.18.0
2026-06-16T08:32:01.1253749Z    Compiling mac-addr v0.3.0
2026-06-16T08:32:01.2250938Z    Compiling xml-rs v0.8.28
2026-06-16T08:32:01.2949141Z    Compiling lru-slab v0.1.2
2026-06-16T08:32:01.3160808Z    Compiling sorted-index-buffer v0.2.1
2026-06-16T08:32:01.3550621Z    Compiling toml_edit v0.25.12+spec-1.1.0
2026-06-16T08:32:01.3710961Z    Compiling ref-cast v1.0.25
2026-06-16T08:32:01.3841018Z    Compiling tagptr v0.2.0
2026-06-16T08:32:01.4211020Z    Compiling thiserror v1.0.69
2026-06-16T08:32:01.4830815Z    Compiling rustc-hash v2.1.2
2026-06-16T08:32:01.5431024Z    Compiling foldhash v0.2.0
2026-06-16T08:32:01.5846454Z    Compiling identity-hash v0.1.0
2026-06-16T08:32:01.6713721Z    Compiling hashbrown v0.16.1
2026-06-16T08:32:01.7321859Z    Compiling netlink-packet-route v0.30.0
2026-06-16T08:32:01.7990552Z    Compiling termios v0.2.2
2026-06-16T08:32:01.8150591Z    Compiling synstructure v0.13.2
2026-06-16T08:32:01.8270787Z    Compiling darling_core v0.20.11
2026-06-16T08:32:01.9450701Z    Compiling serde_derive_internals v0.29.1
2026-06-16T08:32:02.3349308Z    Compiling proc-macro-crate v3.5.0
2026-06-16T08:32:02.4947935Z    Compiling xmltree v0.10.3
2026-06-16T08:32:02.5619432Z    Compiling errno v0.3.14
2026-06-16T08:32:02.5852370Z    Compiling serial-core v0.4.0
2026-06-16T08:32:02.6163524Z    Compiling ioctl-rs v0.1.6
2026-06-16T08:32:02.6967436Z    Compiling simple-dns v0.9.3
2026-06-16T08:32:02.7036330Z    Compiling aho-corasick v1.1.4
2026-06-16T08:32:02.7181662Z    Compiling toml_write v0.1.2
2026-06-16T08:32:02.7778832Z    Compiling arrayvec v0.7.6
2026-06-16T08:32:02.7927872Z    Compiling winnow v0.7.15
2026-06-16T08:32:02.8245511Z    Compiling signal-hook v0.3.18
2026-06-16T08:32:02.8310433Z    Compiling resolv-conf v0.7.6
2026-06-16T08:32:02.9224466Z    Compiling regex-syntax v0.8.10
2026-06-16T08:32:02.9374290Z    Compiling constant_time_eq v0.4.2
2026-06-16T08:32:02.9857864Z    Compiling smol_str v0.1.24
2026-06-16T08:32:03.0218076Z    Compiling simdutf8 v0.1.5
2026-06-16T08:32:03.1191086Z    Compiling arrayref v0.3.9
2026-06-16T08:32:03.1730945Z    Compiling rustix v1.1.4
2026-06-16T08:32:03.1971114Z    Compiling sha1_smol v1.0.1
2026-06-16T08:32:03.3760445Z    Compiling serial-unix v0.4.0
2026-06-16T08:32:03.3950693Z    Compiling signal-hook-registry v1.4.8
2026-06-16T08:32:03.4141648Z    Compiling lru v0.16.4
2026-06-16T08:32:03.5836222Z    Compiling darling_core v0.23.0
2026-06-16T08:32:03.6570690Z    Compiling serde_bytes v0.11.19
2026-06-16T08:32:03.6894011Z    Compiling seize v0.5.1
2026-06-16T08:32:03.7796406Z    Compiling hmac v0.12.1
2026-06-16T08:32:03.8630815Z    Compiling serde_derive v1.0.228
2026-06-16T08:32:03.9119709Z    Compiling zeroize_derive v1.4.3
2026-06-16T08:32:03.9232169Z    Compiling tokio-macros v2.7.0
2026-06-16T08:32:04.0041368Z    Compiling zerofrom-derive v0.1.7
2026-06-16T08:32:04.0971324Z    Compiling futures-macro v0.3.32
2026-06-16T08:32:04.5622008Z    Compiling zeroize v1.8.2
2026-06-16T08:32:04.6542377Z    Compiling tokio v1.52.3
2026-06-16T08:32:04.7480375Z    Compiling yoke-derive v0.8.2
2026-06-16T08:32:04.9866569Z    Compiling zerovec-derive v0.11.3
2026-06-16T08:32:05.0510855Z    Compiling displaydoc v0.2.6
2026-06-16T08:32:05.0790607Z    Compiling futures-util v0.3.32
2026-06-16T08:32:05.2340629Z    Compiling tracing-attributes v0.1.31
2026-06-16T08:32:05.3250864Z    Compiling rustls-pki-types v1.14.1
2026-06-16T08:32:05.5431717Z    Compiling zerofrom v0.1.8
2026-06-16T08:32:05.6959643Z    Compiling curve25519-dalek-derive v0.1.1
2026-06-16T08:32:06.0060868Z    Compiling thiserror-impl v2.0.18
2026-06-16T08:32:06.2121708Z    Compiling yoke v0.8.3
2026-06-16T08:32:06.3507914Z    Compiling darling_macro v0.20.11
2026-06-16T08:32:06.3580685Z    Compiling derive_more-impl v2.1.1
2026-06-16T08:32:06.4499674Z    Compiling zerovec v0.11.6
2026-06-16T08:32:06.4666054Z    Compiling zerotrie v0.2.4
2026-06-16T08:32:06.7550952Z    Compiling darling v0.20.11
2026-06-16T08:32:06.8155892Z    Compiling derive_builder_core v0.20.2
2026-06-16T08:32:06.8772737Z    Compiling spez v0.1.2
2026-06-16T08:32:06.9137184Z    Compiling n0-error-macros v0.1.3
2026-06-16T08:32:07.2270961Z    Compiling tinystr v0.8.3
2026-06-16T08:32:07.3007743Z    Compiling potential_utf v0.1.5
2026-06-16T08:32:07.4142078Z    Compiling icu_locale_core v2.2.0
2026-06-16T08:32:07.4534917Z    Compiling icu_collections v2.2.0
2026-06-16T08:32:07.4818833Z    Compiling der v0.8.0-rc.10
2026-06-16T08:32:07.8296478Z    Compiling pin-project-internal v1.1.13
2026-06-16T08:32:08.0190955Z    Compiling n0-error v0.1.3
2026-06-16T08:32:08.1992666Z    Compiling cobs v0.3.0
2026-06-16T08:32:08.2055945Z    Compiling derive_builder_macro v0.20.2
2026-06-16T08:32:08.4091070Z    Compiling data-encoding-macro-internal v0.1.18
2026-06-16T08:32:08.4220966Z    Compiling postcard-derive v0.2.2
2026-06-16T08:32:08.5691318Z    Compiling icu_provider v2.2.0
2026-06-16T08:32:08.8831133Z    Compiling icu_properties v2.2.0
2026-06-16T08:32:08.9890398Z    Compiling icu_normalizer v2.2.0
2026-06-16T08:32:09.0131114Z    Compiling ipnet v2.12.0
2026-06-16T08:32:09.0662796Z    Compiling derive_builder v0.20.2
2026-06-16T08:32:09.1370705Z    Compiling spki v0.8.0-rc.4
2026-06-16T08:32:09.2420946Z    Compiling pin-project v1.1.13
2026-06-16T08:32:09.2890782Z    Compiling futures-executor v0.3.32
2026-06-16T08:32:09.3053112Z    Compiling pkcs8 v0.11.0-rc.10
2026-06-16T08:32:09.3398750Z    Compiling ed25519-dalek v2.2.0
2026-06-16T08:32:09.4120700Z    Compiling prefix-trie v0.8.4
2026-06-16T08:32:09.4967695Z    Compiling futures v0.3.32
2026-06-16T08:32:09.5370817Z    Compiling ed25519 v3.0.0-rc.4
2026-06-16T08:32:09.6112259Z    Compiling spt-proto v0.7.3 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-proto)
2026-06-16T08:32:09.6731013Z    Compiling once_cell v1.21.4
2026-06-16T08:32:09.7610026Z    Compiling data-encoding-macro v0.1.20
2026-06-16T08:32:09.8160737Z    Compiling rustls-native-certs v0.8.4
2026-06-16T08:32:09.9050843Z    Compiling tracing-core v0.1.36
2026-06-16T08:32:10.0839087Z    Compiling async-trait v0.1.89
2026-06-16T08:32:10.1360547Z    Compiling hashbrown v0.14.5
2026-06-16T08:32:10.1817482Z    Compiling iroh-metrics-derive v0.4.1
2026-06-16T08:32:10.2351299Z    Compiling strum_macros v0.28.0
2026-06-16T08:32:10.4941262Z    Compiling tracing v0.1.44
2026-06-16T08:32:10.7110829Z    Compiling tokio-util v0.7.18
2026-06-16T08:32:10.7858150Z    Compiling idna_adapter v1.2.2
2026-06-16T08:32:10.8211019Z    Compiling netlink-sys v0.8.8
2026-06-16T08:32:10.8391095Z    Compiling tower v0.5.3
2026-06-16T08:32:10.9231557Z    Compiling idna v1.1.0
2026-06-16T08:32:10.9800065Z    Compiling hashlink v0.9.1
2026-06-16T08:32:10.9930941Z    Compiling derive_more v2.1.1
2026-06-16T08:32:11.1282116Z    Compiling postcard v1.1.3
2026-06-16T08:32:11.1740710Z    Compiling enum-assoc v1.3.0
2026-06-16T08:32:11.2231047Z    Compiling num_enum_derive v0.7.6
2026-06-16T08:32:11.2282615Z    Compiling netdev v0.42.0
2026-06-16T08:32:11.2771214Z    Compiling ed25519-dalek v3.0.0-pre.6
2026-06-16T08:32:11.3030783Z    Compiling netlink-proto v0.12.0
2026-06-16T08:32:11.3378708Z    Compiling rusqlite v0.32.1
2026-06-16T08:32:11.4148277Z    Compiling url v2.5.8
2026-06-16T08:32:11.5410754Z    Compiling iroh-relay v0.98.0
2026-06-16T08:32:11.5720386Z    Compiling iroh-metrics v0.38.3
2026-06-16T08:32:11.6100696Z    Compiling moka v0.12.15
2026-06-16T08:32:11.6589678Z    Compiling h2 v0.4.14
2026-06-16T08:32:11.8679214Z    Compiling tokio-stream v0.1.18
2026-06-16T08:32:11.9702095Z    Compiling n0-watcher v0.6.1
2026-06-16T08:32:11.9783094Z    Compiling toml_datetime v0.6.11
2026-06-16T08:32:11.9941438Z    Compiling serde_spanned v0.6.9
2026-06-16T08:32:12.1523158Z    Compiling thiserror-impl v1.0.69
2026-06-16T08:32:12.2232271Z    Compiling ref-cast-impl v1.0.25
2026-06-16T08:32:12.2411211Z    Compiling hickory-proto v0.26.0-beta.4
2026-06-16T08:32:12.3284730Z    Compiling tower-http v0.6.11
2026-06-16T08:32:12.4561448Z    Compiling iroh-base v0.98.0
2026-06-16T08:32:12.4650892Z    Compiling num_enum v0.7.6
2026-06-16T08:32:12.5724763Z    Compiling spt-store v0.7.3 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-store)
2026-06-16T08:32:12.5890595Z    Compiling attohttpc v0.30.1
2026-06-16T08:32:12.8093942Z    Compiling toml_edit v0.22.27
2026-06-16T08:32:12.9110729Z    Compiling webpki-roots v1.0.7
2026-06-16T08:32:12.9271627Z    Compiling regex-automata v0.4.14
2026-06-16T08:32:12.9476513Z    Compiling schemars_derive v1.2.1
2026-06-16T08:32:13.0044350Z    Compiling iroh v0.98.2
2026-06-16T08:32:13.2438838Z    Compiling rustix v0.38.44
2026-06-16T08:32:13.2950317Z    Compiling linux-raw-sys v0.12.1
2026-06-16T08:32:13.3203029Z    Compiling strum v0.28.0
2026-06-16T08:32:13.3309557Z    Compiling pin-utils v0.1.0
2026-06-16T08:32:13.4280907Z    Compiling iroh-dns v0.98.0
2026-06-16T08:32:13.4413973Z    Compiling cmov v0.5.4
2026-06-16T08:32:13.5900336Z    Compiling utf8parse v0.2.2
2026-06-16T08:32:13.6820752Z    Compiling bitflags v1.3.2
2026-06-16T08:32:13.6967248Z    Compiling dyn-clone v1.0.20
2026-06-16T08:32:13.7310785Z    Compiling nix v0.25.1
2026-06-16T08:32:13.7421262Z    Compiling ctutils v0.4.2
2026-06-16T08:32:13.8016331Z    Compiling filedescriptor v0.8.3
2026-06-16T08:32:13.8223403Z    Compiling anstyle-parse v1.0.0
2026-06-16T08:32:14.0360684Z    Compiling backon v1.6.0
2026-06-16T08:32:14.0480974Z    Compiling darling_macro v0.23.0
2026-06-16T08:32:14.0570942Z    Compiling hkdf v0.12.4
2026-06-16T08:32:14.0620760Z    Compiling papaya v0.2.4
2026-06-16T08:32:14.3409373Z    Compiling serial v0.4.0
2026-06-16T08:32:14.4241699Z    Compiling linux-raw-sys v0.4.15
2026-06-16T08:32:14.4460575Z    Compiling is_terminal_polyfill v1.70.2
2026-06-16T08:32:14.5081525Z    Compiling anstyle-query v1.1.5
2026-06-16T08:32:14.5271617Z    Compiling colorchoice v1.0.5
2026-06-16T08:32:14.5889791Z    Compiling instability v0.3.12
2026-06-16T08:32:14.6121026Z    Compiling anstyle v1.0.14
2026-06-16T08:32:14.6197242Z    Compiling shell-words v1.1.1
2026-06-16T08:32:14.6334413Z    Compiling foldhash v0.1.5
2026-06-16T08:32:14.7590625Z    Compiling downcast-rs v1.2.1
2026-06-16T08:32:14.8104889Z    Compiling hashbrown v0.15.5
2026-06-16T08:32:14.8202126Z    Compiling terminal_size v0.4.4
2026-06-16T08:32:14.8728718Z    Compiling anstream v1.0.0
2026-06-16T08:32:14.8809984Z    Compiling darling v0.23.0
2026-06-16T08:32:14.8866957Z    Compiling signal-hook-mio v0.2.5
2026-06-16T08:32:14.9380642Z    Compiling spake2 v0.4.0
2026-06-16T08:32:14.9625434Z    Compiling swarm-discovery v0.6.0-alpha.2
2026-06-16T08:32:14.9853821Z    Compiling strum_macros v0.26.4
2026-06-16T08:32:15.0461023Z    Compiling sha1 v0.10.6
2026-06-16T08:32:15.2570723Z    Compiling schemars v1.2.1
2026-06-16T08:32:15.2911201Z    Compiling itertools v0.13.0
2026-06-16T08:32:15.3254687Z    Compiling castaway v0.2.4
2026-06-16T08:32:15.3470715Z    Compiling indoc v2.0.7
2026-06-16T08:32:15.4094526Z    Compiling static_assertions v1.1.0
2026-06-16T08:32:15.5170811Z    Compiling doctest-file v1.1.1
2026-06-16T08:32:15.6870827Z    Compiling spt-msg v0.7.3 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-msg)
2026-06-16T08:32:15.8400946Z    Compiling regex v1.12.3
2026-06-16T08:32:16.0251090Z    Compiling toml v0.8.23
2026-06-16T08:32:16.0610783Z    Compiling unicode-width v0.1.14
2026-06-16T08:32:16.3340780Z    Compiling clap_lex v1.1.0
2026-06-16T08:32:16.5666726Z    Compiling clap_builder v4.6.0
2026-06-16T08:32:16.5745671Z    Compiling interprocess v2.4.2
2026-06-16T08:32:17.1571252Z    Compiling hyper v1.10.1
2026-06-16T08:32:17.3050954Z    Compiling spt-runtime v0.7.3 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-runtime)
2026-06-16T08:32:17.3800805Z    Compiling unicode-truncate v1.1.0
2026-06-16T08:32:17.4250690Z    Compiling crossterm v0.28.1
2026-06-16T08:32:17.5330979Z    Compiling lru v0.12.5
2026-06-16T08:32:17.5585647Z    Compiling strum v0.26.3
2026-06-16T08:32:17.7290028Z    Compiling compact_str v0.8.2
2026-06-16T08:32:17.7396416Z    Compiling clap_derive v4.6.1
2026-06-16T08:32:17.7850569Z    Compiling iana-time-zone v0.1.65
2026-06-16T08:32:17.9318841Z    Compiling portable-pty v0.8.1
2026-06-16T08:32:18.0005578Z    Compiling unicode-width v0.2.0
2026-06-16T08:32:18.1944703Z    Compiling cassowary v0.3.0
2026-06-16T08:32:18.3237186Z    Compiling chrono v0.4.45
2026-06-16T08:32:18.8011548Z    Compiling spt-term v0.7.3 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-term)
2026-06-16T08:32:18.8731328Z    Compiling ratatui v0.29.0
2026-06-16T08:32:19.1584686Z    Compiling nucleo-matcher v0.3.1
2026-06-16T08:32:19.1945072Z    Compiling qrcode v0.14.1
2026-06-16T08:32:19.4360830Z    Compiling hyper-util v0.1.20
2026-06-16T08:32:20.3353544Z    Compiling spt-live v0.7.3 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-live)
2026-06-16T08:32:20.4185202Z    Compiling clap v4.6.1
2026-06-16T08:32:21.3500525Z    Compiling igd-next v0.17.1
2026-06-16T08:32:22.4802083Z    Compiling portmapper v0.16.0
2026-06-16T08:32:27.1130417Z    Compiling rustls-webpki v0.103.13
2026-06-16T08:32:29.4923650Z    Compiling tokio-rustls v0.26.4
2026-06-16T08:32:29.4924516Z    Compiling rustls-platform-verifier v0.7.0
2026-06-16T08:32:29.4925097Z    Compiling noq-proto v0.17.0
2026-06-16T08:32:29.6305167Z    Compiling hyper-rustls v0.27.9
2026-06-16T08:32:29.6305796Z    Compiling hickory-net v0.26.0-beta.4
2026-06-16T08:32:29.6306245Z    Compiling tokio-websockets v0.13.2
2026-06-16T08:32:29.7503235Z    Compiling reqwest v0.13.4
2026-06-16T08:32:30.6718807Z    Compiling hickory-resolver v0.26.0-beta.4
2026-06-16T08:32:44.3610830Z    Compiling spt-net v0.7.3 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-net)
2026-06-16T08:32:45.7118730Z    Compiling spt-daemon v0.7.3 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-daemon)
2026-06-16T08:32:52.4260842Z    Compiling spt v0.7.3 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt)
2026-06-16T08:32:56.0453702Z     Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 00s
2026-06-16T08:32:56.0831021Z ##[group]Run cargo test -p spt-daemon --test twohost -- --nocapture
2026-06-16T08:32:56.0831445Z [36;1mcargo test -p spt-daemon --test twohost -- --nocapture[0m
2026-06-16T08:32:56.0843679Z shell: /usr/bin/bash -e {0}
2026-06-16T08:32:56.0843884Z env:
2026-06-16T08:32:56.0844049Z   SPT_TWO_HOST: 1
2026-06-16T08:32:56.0844222Z   SPT_TWO_HOST_ROLE: b
2026-06-16T08:32:56.0844422Z   SPT_TWO_HOST_SECRET: rig-twohost-ci
2026-06-16T08:32:56.0844645Z   SPT_TWO_HOST_PEER_IP: 100.68.35.65
2026-06-16T08:32:56.0844866Z   SPT_TWO_HOST_WAIT_SECS: 900
2026-06-16T08:32:56.0845279Z   SPT_TWO_HOST_NOTIFY_BIN: /home/reavus/actions-runner/_work/spt-core/spt-core/.adapter-notify/target/debug/notify-shell
2026-06-16T08:32:56.0845691Z ##[endgroup]
2026-06-16T08:32:56.2926763Z    Compiling cc v1.2.63
2026-06-16T08:32:56.2955214Z    Compiling mio v1.2.1
2026-06-16T08:32:56.2993533Z    Compiling strsim v0.11.1
2026-06-16T08:32:56.2994677Z    Compiling unicode-segmentation v1.13.3
2026-06-16T08:32:56.2995467Z    Compiling rustls v0.23.40
2026-06-16T08:32:56.3074774Z    Compiling fastrand v2.4.1
2026-06-16T08:32:56.3155450Z    Compiling either v1.16.0
2026-06-16T08:32:56.3271956Z    Compiling rustix v1.1.4
2026-06-16T08:32:56.4171109Z    Compiling futures-lite v2.6.1
2026-06-16T08:32:56.4344678Z    Compiling darling_core v0.20.11
2026-06-16T08:32:56.4521831Z    Compiling prefix-trie v0.8.4
2026-06-16T08:32:56.5501651Z    Compiling tokio v1.52.3
2026-06-16T08:32:56.5757690Z    Compiling convert_case v0.10.0
2026-06-16T08:32:56.7380729Z    Compiling derive_more-impl v2.1.1
2026-06-16T08:32:56.8935717Z    Compiling hickory-proto v0.26.0-beta.4
2026-06-16T08:32:57.1726839Z    Compiling ring v0.17.14
2026-06-16T08:32:57.1727411Z    Compiling libsqlite3-sys v0.30.1
2026-06-16T08:32:57.1742477Z    Compiling blake3 v1.8.5
2026-06-16T08:32:57.9881543Z    Compiling darling_macro v0.20.11
2026-06-16T08:32:57.9974478Z    Compiling tempfile v3.27.0
2026-06-16T08:32:58.2153041Z    Compiling darling v0.20.11
2026-06-16T08:32:58.2458552Z    Compiling derive_builder_core v0.20.2
2026-06-16T08:32:58.7543184Z    Compiling derive_more v2.1.1
2026-06-16T08:32:58.8222858Z    Compiling iroh-base v0.98.0
2026-06-16T08:32:58.8998650Z    Compiling derive_builder_macro v0.20.2
2026-06-16T08:32:59.0879746Z    Compiling derive_builder v0.20.2
2026-06-16T08:32:59.1292658Z    Compiling vergen-lib v9.1.0
2026-06-16T08:32:59.1293136Z    Compiling vergen-lib v0.1.6
2026-06-16T08:32:59.2636210Z    Compiling vergen v9.1.0
2026-06-16T08:32:59.2943764Z    Compiling vergen-gitcl v1.0.8
2026-06-16T08:32:59.5295537Z    Compiling iroh-relay v0.98.0
2026-06-16T08:32:59.9449638Z    Compiling rustls-webpki v0.103.13
2026-06-16T08:33:00.1102129Z    Compiling tokio-util v0.7.18
2026-06-16T08:33:00.1102855Z    Compiling netlink-sys v0.8.8
2026-06-16T08:33:00.1103527Z    Compiling tower v0.5.3
2026-06-16T08:33:00.1103931Z    Compiling acto v0.8.2
2026-06-16T08:33:00.1107277Z    Compiling backon v1.6.0
2026-06-16T08:33:00.2943485Z    Compiling netdev v0.42.0
2026-06-16T08:33:00.2944498Z    Compiling netlink-proto v0.12.0
2026-06-16T08:33:00.5690411Z    Compiling tower-http v0.6.11
2026-06-16T08:33:00.6633069Z    Compiling swarm-discovery v0.6.0-alpha.2
2026-06-16T08:33:00.8456303Z    Compiling h2 v0.4.14
2026-06-16T08:33:00.8461651Z    Compiling n0-future v0.3.2
2026-06-16T08:33:00.8462309Z    Compiling tokio-stream v0.1.18
2026-06-16T08:33:00.9566359Z    Compiling n0-watcher v0.6.1
2026-06-16T08:33:00.9630520Z    Compiling iroh-dns v0.98.0
2026-06-16T08:33:01.2387333Z    Compiling netwatch v0.16.0
2026-06-16T08:33:03.3088748Z    Compiling tokio-rustls v0.26.4
2026-06-16T08:33:03.3089465Z    Compiling rustls-platform-verifier v0.7.0
2026-06-16T08:33:03.3089941Z    Compiling noq-proto v0.17.0
2026-06-16T08:33:03.4601389Z    Compiling tokio-websockets v0.13.2
2026-06-16T08:33:03.7301948Z    Compiling hyper v1.10.1
2026-06-16T08:33:03.7302525Z    Compiling hickory-net v0.26.0-beta.4
2026-06-16T08:33:04.1547024Z    Compiling rusqlite v0.32.1
2026-06-16T08:33:04.7461196Z    Compiling spt-store v0.7.3 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-store)
2026-06-16T08:33:04.8574961Z    Compiling hyper-util v0.1.20
2026-06-16T08:33:04.8812372Z    Compiling hickory-resolver v0.26.0-beta.4
2026-06-16T08:33:05.8554102Z    Compiling hyper-rustls v0.27.9
2026-06-16T08:33:05.8554563Z    Compiling igd-next v0.17.1
2026-06-16T08:33:06.0525055Z    Compiling reqwest v0.13.4
2026-06-16T08:33:06.3249163Z    Compiling spt-msg v0.7.3 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-msg)
2026-06-16T08:33:06.5004481Z    Compiling spt-runtime v0.7.3 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-runtime)
2026-06-16T08:33:06.5005449Z    Compiling spt-term v0.7.3 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-term)
2026-06-16T08:33:06.5791253Z    Compiling portmapper v0.16.0
2026-06-16T08:33:07.4885912Z    Compiling noq v0.18.0
2026-06-16T08:33:08.8453489Z    Compiling spt-live v0.7.3 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-live)
2026-06-16T08:33:12.1553832Z    Compiling iroh v0.98.2
2026-06-16T08:33:20.0832308Z    Compiling spt-net v0.7.3 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-net)
2026-06-16T08:33:21.4175190Z    Compiling spt-daemon v0.7.3 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-daemon)
2026-06-16T08:33:29.7790652Z     Finished `test` profile [unoptimized + debuginfo] target(s) in 33.68s
2026-06-16T08:33:29.7974012Z      Running tests/twohost.rs (target/debug/deps/twohost-ff284e92e08b0006)
2026-06-16T08:33:29.8004155Z 
2026-06-16T08:33:29.8006203Z running 2 tests
2026-06-16T08:33:29.8006580Z test two_host_ladder_role_a ... ok
2026-06-16T08:33:29.8013710Z TWOHOST role B: node 9bbcee970607c7454b0baf8b38b032ccdf1a36de7ef04d614158fecd1f08b612
2026-06-16T08:33:29.9282389Z TWOHOST role B: notify instance notify-0 minted (real_mode=true)
2026-06-16T08:33:29.9287400Z TWOHOST role B: gateway-owned shell gwshell-0 minted under gate-twohost-b
2026-06-16T08:33:29.9439875Z TWOHOST role B: drive session 1 ready
2026-06-16T08:33:29.9642793Z PAIR_MEET_UP:twohost step=59386626 id=4e2c5d5668ef8f1a8de752b6a48547418fad2b6cee029fb40601878f0cd8785b addr=EndpointAddr { id: PublicKey(4e2c5d5668ef8f1a8de752b6a48547418fad2b6cee029fb40601878f0cd8785b), addrs: {Ip(100.98.197.12:55112), Ip(192.168.1.154:55112)} }
2026-06-16T08:33:30.9658695Z PAIR_MEET_UP:twohost step=59386627 id=0357bc8e35be8d643f710b380ed99bcf82a5c2b6de88d17176d13131b94b3e22 addr=EndpointAddr { id: PublicKey(0357bc8e35be8d643f710b380ed99bcf82a5c2b6de88d17176d13131b94b3e22), addrs: {Ip(100.98.197.12:49528), Ip(192.168.1.154:49528)} }
2026-06-16T08:33:59.1469475Z PAIRED: joiner bcead52b862344aef51998ca5d8f15dce1e38e6cee3795b219a5849f6ad4b41a recorded in subnet 'twohost'
2026-06-16T08:33:59.2072104Z TWOHOST OK: pairing: A rostered via the daemon-hosted responder
2026-06-16T08:33:59.2072562Z TWOHOST OK: pairing (responder, daemon-hosted)
2026-06-16T08:33:59.2077458Z PUMP_IPC_READER: spawned
2026-06-16T08:33:59.9577388Z TWOHOST OK: register: A's perch row replicated to B
2026-06-16T08:34:00.2092522Z TWOHOST OK: message: A's WAN message spooled at B
2026-06-16T08:34:00.2095489Z TWOHOST OK: notif: A's insert fired on B
2026-06-16T08:34:00.2113961Z TWOHOST OK: notif dismissed at B (bcead52b862344aef51998ca5d8f15dce1e38e6cee3795b219a5849f6ad4b41a:1781598839665) — replicating back
2026-06-16T08:34:00.7432048Z TWOHOST OK: sync: B pulled A's mind
2026-06-16T08:34:00.7432479Z TWOHOST OK: rest: A's remote suspend landed (B suspended)
2026-06-16T08:34:00.9693533Z PAIR_MEET_UP:twohost step=59386628 id=9c86872a2182b1e80eb3d32a4437d4d4eca81510b0a9ec054332d982154d638c addr=EndpointAddr { id: PublicKey(9c86872a2182b1e80eb3d32a4437d4d4eca81510b0a9ec054332d982154d638c), addrs: {Ip(100.98.197.12:47713), Ip(192.168.1.154:47713)} }
2026-06-16T08:34:00.9934550Z TWOHOST OK: rest: A's remote wake landed (B active again)
2026-06-16T08:34:01.9969172Z TWOHOST OK: presence: A's redirected notif surfaced at B
2026-06-16T08:34:01.9969952Z TWOHOST OK: presence: the surfacing node owns the marks
2026-06-16T08:34:02.9974855Z TWOHOST OK: shell: A's cross-node notify command RENDERED at B
2026-06-16T08:34:02.9975414Z TWOHOST OK: toast: A's notify rendered via the shell template at B
2026-06-16T08:34:29.8005903Z test two_host_ladder_role_b has been running for over 60 seconds
2026-06-16T08:34:30.9702969Z PAIR_MEET_UP:twohost step=59386629 id=a687c67abfba22242b5199be37534a87731f6c45ea8ab5f0b1ccb922417009ec addr=EndpointAddr { id: PublicKey(a687c67abfba22242b5199be37534a87731f6c45ea8ab5f0b1ccb922417009ec), addrs: {Ip(100.98.197.12:60781), Ip(192.168.1.154:60781)} }
2026-06-16T08:35:00.9721210Z PAIR_MEET_UP:twohost step=59386630 id=13bdd6655457a89673924ba49c49be746ab7cc0b523f77a92c43b8f0b2d2b012 addr=EndpointAddr { id: PublicKey(13bdd6655457a89673924ba49c49be746ab7cc0b523f77a92c43b8f0b2d2b012), addrs: {Ip(100.98.197.12:47600), Ip(192.168.1.154:47600)} }
2026-06-16T08:35:03.3812844Z PUMP_IPC_READER: exited
2026-06-16T08:35:30.9751381Z PAIR_MEET_UP:twohost step=59386631 id=b4241e47ebb0b9ab6f791dc0a482ade243dfb12e66e3fa78923826818fb709e7 addr=EndpointAddr { id: PublicKey(b4241e47ebb0b9ab6f791dc0a482ade243dfb12e66e3fa78923826818fb709e7), addrs: {Ip(100.98.197.12:41001), Ip(192.168.1.154:41001)} }
2026-06-16T08:36:00.9769164Z PAIR_MEET_UP:twohost step=59386632 id=bf6f8ac15cb19ff5b53b80c16fd754b1de3a04f1e39bde608e08e83e776babad addr=EndpointAddr { id: PublicKey(bf6f8ac15cb19ff5b53b80c16fd754b1de3a04f1e39bde608e08e83e776babad), addrs: {Ip(100.98.197.12:60963), Ip(192.168.1.154:60963)} }
2026-06-16T08:36:30.9785075Z PAIR_MEET_UP:twohost step=59386633 id=169ed2630f028c7c1f1c28e8239c9e616ab6a081517bf5045103789eb0c41752 addr=EndpointAddr { id: PublicKey(169ed2630f028c7c1f1c28e8239c9e616ab6a081517bf5045103789eb0c41752), addrs: {Ip(100.98.197.12:56771), Ip(192.168.1.154:56771)} }
2026-06-16T08:37:00.9798004Z PAIR_MEET_UP:twohost step=59386634 id=30fba543e6c360ac9bb0d70185c1e58daa6aef035ae154f81c8318928414f708 addr=EndpointAddr { id: PublicKey(30fba543e6c360ac9bb0d70185c1e58daa6aef035ae154f81c8318928414f708), addrs: {Ip(100.98.197.12:58234), Ip(192.168.1.154:58234)} }
2026-06-16T08:37:30.9814852Z PAIR_MEET_UP:twohost step=59386635 id=e5d2be4c8ce8ef4f41f755c22b726c81ac5ac2bd1226638f6463a449951d6d56 addr=EndpointAddr { id: PublicKey(e5d2be4c8ce8ef4f41f755c22b726c81ac5ac2bd1226638f6463a449951d6d56), addrs: {Ip(100.98.197.12:37708), Ip(192.168.1.154:37708)} }
2026-06-16T08:38:00.9825961Z PAIR_MEET_UP:twohost step=59386636 id=3176db3ee5edde17e1d7ebb3f55e17c550cb0f5c7548185ef83cc437b4c4fe9a addr=EndpointAddr { id: PublicKey(3176db3ee5edde17e1d7ebb3f55e17c550cb0f5c7548185ef83cc437b4c4fe9a), addrs: {Ip(100.98.197.12:56078), Ip(192.168.1.154:56078)} }
2026-06-16T08:38:30.9853140Z PAIR_MEET_UP:twohost step=59386637 id=3f7a3d99b07c470acdf8b21a4e0a2cd65651b760142e8e52fbe4bb38525c08cf addr=EndpointAddr { id: PublicKey(3f7a3d99b07c470acdf8b21a4e0a2cd65651b760142e8e52fbe4bb38525c08cf), addrs: {Ip(100.98.197.12:56461), Ip(192.168.1.154:56461)} }
2026-06-16T08:39:00.9855990Z PAIR_MEET_UP:twohost step=59386638 id=e2ca3d76e55ed4dadae9715e306d7dde539c9e861d42c2549965e5c5d7d08a5e addr=EndpointAddr { id: PublicKey(e2ca3d76e55ed4dadae9715e306d7dde539c9e861d42c2549965e5c5d7d08a5e), addrs: {Ip(100.98.197.12:56090), Ip(192.168.1.154:56090)} }
2026-06-16T08:39:30.9863242Z PAIR_MEET_UP:twohost step=59386639 id=b0600a7822162cf7936761c6e27014f0a4a50e900312fc58df0079694a64785a addr=EndpointAddr { id: PublicKey(b0600a7822162cf7936761c6e27014f0a4a50e900312fc58df0079694a64785a), addrs: {Ip(100.98.197.12:50224), Ip(192.168.1.154:50224)} }
2026-06-16T08:40:00.9889448Z PAIR_MEET_UP:twohost step=59386640 id=f7aca6b8113d38546ec84b5c5b38553ee893b848380a5602a7ad2cd06184349f addr=EndpointAddr { id: PublicKey(f7aca6b8113d38546ec84b5c5b38553ee893b848380a5602a7ad2cd06184349f), addrs: {Ip(100.98.197.12:56391), Ip(192.168.1.154:56391)} }
2026-06-16T08:40:30.9888179Z PAIR_MEET_UP:twohost step=59386641 id=b694a1d32278da32e9036bba512ca787e6ac9211fb6efc01da706dc94e9d5282 addr=EndpointAddr { id: PublicKey(b694a1d32278da32e9036bba512ca787e6ac9211fb6efc01da706dc94e9d5282), addrs: {Ip(100.98.197.12:56522), Ip(192.168.1.154:56522)} }
2026-06-16T08:41:00.9891969Z PAIR_MEET_UP:twohost step=59386642 id=152851fa784db7c5ec47e6a1f090d9b15596cb877611543d60384bd3feae57d3 addr=EndpointAddr { id: PublicKey(152851fa784db7c5ec47e6a1f090d9b15596cb877611543d60384bd3feae57d3), addrs: {Ip(100.98.197.12:55407), Ip(192.168.1.154:55407)} }
2026-06-16T08:41:30.9894913Z PAIR_MEET_UP:twohost step=59386643 id=c6f76cc19628593268c58cbea8203ba5a17cfdd5bb1f248f9582a59df963030c addr=EndpointAddr { id: PublicKey(c6f76cc19628593268c58cbea8203ba5a17cfdd5bb1f248f9582a59df963030c), addrs: {Ip(100.98.197.12:47041), Ip(192.168.1.154:47041)} }
2026-06-16T08:42:00.9915969Z PAIR_MEET_UP:twohost step=59386644 id=340fdf529e929dbc9940925e7ecb290921acea96c4b311fbb231038233dacb8f addr=EndpointAddr { id: PublicKey(340fdf529e929dbc9940925e7ecb290921acea96c4b311fbb231038233dacb8f), addrs: {Ip(100.98.197.12:55613), Ip(192.168.1.154:55613)} }
2026-06-16T08:42:30.9931358Z PAIR_MEET_UP:twohost step=59386645 id=551fffd88cd878604348a6bebb7d14108e39cf9ca4d84da3852b1b5c7ccc03fc addr=EndpointAddr { id: PublicKey(551fffd88cd878604348a6bebb7d14108e39cf9ca4d84da3852b1b5c7ccc03fc), addrs: {Ip(100.98.197.12:52259), Ip(192.168.1.154:52259)} }
2026-06-16T08:43:00.9962890Z PAIR_MEET_UP:twohost step=59386646 id=6e102fa8483436dafc579f629f96279109b463b4ca3eb1e4babd7f8a1a9a918e addr=EndpointAddr { id: PublicKey(6e102fa8483436dafc579f629f96279109b463b4ca3eb1e4babd7f8a1a9a918e), addrs: {Ip(100.98.197.12:55113), Ip(192.168.1.154:55113)} }
2026-06-16T08:43:30.9957897Z PAIR_MEET_UP:twohost step=59386647 id=7dca85d3fbbb3eb0eb29babfa26954c9d81a90c6cecb62597e3949d6c19723fd addr=EndpointAddr { id: PublicKey(7dca85d3fbbb3eb0eb29babfa26954c9d81a90c6cecb62597e3949d6c19723fd), addrs: {Ip(100.98.197.12:53619), Ip(192.168.1.154:53619)} }
2026-06-16T08:44:00.9972132Z PAIR_MEET_UP:twohost step=59386648 id=8c8b368da589230a5c28af66009a6bc2ba7317a81126d2dfe78e66b507aa9617 addr=EndpointAddr { id: PublicKey(8c8b368da589230a5c28af66009a6bc2ba7317a81126d2dfe78e66b507aa9617), addrs: {Ip(100.98.197.12:33614), Ip(192.168.1.154:33614)} }
2026-06-16T08:44:30.9984995Z PAIR_MEET_UP:twohost step=59386649 id=160787805203733aa1aac41ccef8e6957a52e3edda4a696f9a067742da1dcc36 addr=EndpointAddr { id: PublicKey(160787805203733aa1aac41ccef8e6957a52e3edda4a696f9a067742da1dcc36), addrs: {Ip(100.98.197.12:48324), Ip(192.168.1.154:48324)} }
2026-06-16T08:45:00.9992800Z PAIR_MEET_UP:twohost step=59386650 id=4248d1fe98c7f9379a87d2a265239ddeb80d80eb15544c304f46a574cb23a50e addr=EndpointAddr { id: PublicKey(4248d1fe98c7f9379a87d2a265239ddeb80d80eb15544c304f46a574cb23a50e), addrs: {Ip(100.98.197.12:54491), Ip(192.168.1.154:54491)} }
2026-06-16T08:45:31.0010839Z PAIR_MEET_UP:twohost step=59386651 id=87fd5370c4045d72be1908da56e5f9cb4b1b07446bd8af39990d22d9771c47a0 addr=EndpointAddr { id: PublicKey(87fd5370c4045d72be1908da56e5f9cb4b1b07446bd8af39990d22d9771c47a0), addrs: {Ip(100.98.197.12:47016), Ip(192.168.1.154:47016)} }
2026-06-16T08:46:01.0042279Z PAIR_MEET_UP:twohost step=59386652 id=f221b8e2f12bb777e394b9801f3770e8adf5b770b4cb685d360f650adba26a6a addr=EndpointAddr { id: PublicKey(f221b8e2f12bb777e394b9801f3770e8adf5b770b4cb685d360f650adba26a6a), addrs: {Ip(100.98.197.12:49758), Ip(192.168.1.154:49758)} }
2026-06-16T08:46:31.0062253Z PAIR_MEET_UP:twohost step=59386653 id=25efe3a1f3b7325019ee61edfda729e1fa6edceb42b9d320ee72bb3f39884126 addr=EndpointAddr { id: PublicKey(25efe3a1f3b7325019ee61edfda729e1fa6edceb42b9d320ee72bb3f39884126), addrs: {Ip(100.98.197.12:44009), Ip(192.168.1.154:44009)} }
2026-06-16T08:47:00.0057123Z PAIR_MEET_UP:twohost step=59386654 id=17cb0b530e53210c76fcdba1381cff8ace2c66c336fe3288fa5035b338cbc1d7 addr=EndpointAddr { id: PublicKey(17cb0b530e53210c76fcdba1381cff8ace2c66c336fe3288fa5035b338cbc1d7), addrs: {Ip(100.98.197.12:41365), Ip(192.168.1.154:41365)} }
2026-06-16T08:47:30.0062706Z PAIR_MEET_UP:twohost step=59386655 id=53063c6392e38943865a2b28adfddfa0eba1124298a027432acc2e2bda9e624b addr=EndpointAddr { id: PublicKey(53063c6392e38943865a2b28adfddfa0eba1124298a027432acc2e2bda9e624b), addrs: {Ip(100.98.197.12:43577), Ip(192.168.1.154:43577)} }
2026-06-16T08:48:00.0081497Z PAIR_MEET_UP:twohost step=59386656 id=6fb2248748ab549c91600e54eb6f56ccda3cf2d03c97092048e285719241f0d1 addr=EndpointAddr { id: PublicKey(6fb2248748ab549c91600e54eb6f56ccda3cf2d03c97092048e285719241f0d1), addrs: {Ip(100.98.197.12:34119), Ip(192.168.1.154:34119)} }
2026-06-16T08:48:30.0188294Z PAIR_MEET_UP:twohost step=59386657 id=4c73cdf12e6af3b01171079b71c4a4150f5f0846235675bb7c53d3d1ea3d87ad addr=EndpointAddr { id: PublicKey(4c73cdf12e6af3b01171079b71c4a4150f5f0846235675bb7c53d3d1ea3d87ad), addrs: {Ip(100.98.197.12:51555), Ip(192.168.1.154:51555)} }
2026-06-16T08:49:00.0206612Z PAIR_MEET_UP:twohost step=59386658 id=87d0952c6b73d67a14344611f545a40e854ac427d712bbd62956de50778739f3 addr=EndpointAddr { id: PublicKey(87d0952c6b73d67a14344611f545a40e854ac427d712bbd62956de50778739f3), addrs: {Ip(100.98.197.12:56913), Ip(192.168.1.154:56913)} }
2026-06-16T08:49:03.1835368Z 
2026-06-16T08:49:03.1836068Z thread 'two_host_ladder_role_b' (406064) panicked at crates/spt-daemon/tests/twohost.rs:267:5:
2026-06-16T08:49:03.1836756Z never converged on the rig: gateway: A's cross-node cmd spooled under the gateway-typed owner at B
2026-06-16T08:49:03.1837357Z note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
2026-06-16T08:49:03.1881703Z test two_host_ladder_role_b ... FAILED
2026-06-16T08:49:03.1882044Z 
2026-06-16T08:49:03.1882202Z failures:
2026-06-16T08:49:03.1882344Z 
2026-06-16T08:49:03.1882441Z failures:
2026-06-16T08:49:03.1882693Z     two_host_ladder_role_b
2026-06-16T08:49:03.1882865Z 
2026-06-16T08:49:03.1883217Z test result: FAILED. 1 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out; finished in 933.39s
2026-06-16T08:49:03.1883705Z 
2026-06-16T08:49:03.1921594Z error: test failed, to rerun pass `-p spt-daemon --test twohost`
2026-06-16T08:49:03.2041624Z ##[error]Process completed with exit code 101.
2026-06-16T08:49:03.2157643Z Post job cleanup.
2026-06-16T08:49:03.2829182Z [command]/usr/bin/git version
2026-06-16T08:49:03.2861780Z git version 2.43.0
2026-06-16T08:49:03.2926475Z Temporarily overriding HOME='/home/reavus/actions-runner/_work/_temp/bc966ef3-0c4b-4114-93e3-8df8b87d9c73' before making global git config changes
2026-06-16T08:49:03.2927252Z Adding repository directory to the temporary git global config as a safe directory
2026-06-16T08:49:03.2929955Z [command]/usr/bin/git config --global --add safe.directory /home/reavus/actions-runner/_work/spt-core/spt-core/.adapter-notify
2026-06-16T08:49:03.2959192Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2026-06-16T08:49:03.2987503Z [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-06-16T08:49:03.3171092Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-06-16T08:49:03.3189942Z http.https://github.com/.extraheader
2026-06-16T08:49:03.3196556Z [command]/usr/bin/git config --local --unset-all http.https://github.com/.extraheader
2026-06-16T08:49:03.3220820Z [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-06-16T08:49:03.3402843Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-06-16T08:49:03.3428888Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
2026-06-16T08:49:03.3759025Z Post job cleanup.
2026-06-16T08:49:03.4417484Z [command]/usr/bin/git version
2026-06-16T08:49:03.4457424Z git version 2.43.0
2026-06-16T08:49:03.4491274Z Temporarily overriding HOME='/home/reavus/actions-runner/_work/_temp/d045a508-a401-4c38-8178-cfa8538e55fc' before making global git config changes
2026-06-16T08:49:03.4492430Z Adding repository directory to the temporary git global config as a safe directory
2026-06-16T08:49:03.4495485Z [command]/usr/bin/git config --global --add safe.directory /home/reavus/actions-runner/_work/spt-core/spt-core
2026-06-16T08:49:03.4527514Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2026-06-16T08:49:03.4557813Z [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-06-16T08:49:03.4743717Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-06-16T08:49:03.4766874Z http.https://github.com/.extraheader
2026-06-16T08:49:03.4774878Z [command]/usr/bin/git config --local --unset-all http.https://github.com/.extraheader
2026-06-16T08:49:03.4801325Z [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-06-16T08:49:03.4983222Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-06-16T08:49:03.5007094Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
2026-06-16T08:49:03.5313192Z Cleaning up orphan processes
2026-06-16T08:49:03.5770927Z Terminate orphan process: pid (406228) (notify-shell)
2026-06-16T08:49:03.5786646Z Terminate orphan process: pid (406230) (spt)
2026-06-16T08:49:03.5801252Z Terminate orphan process: pid (406239) (spt)
