﻿2026-06-07T23:53:13.4913236Z Current runner version: '2.334.0'
2026-06-07T23:53:13.4918387Z Runner name: 'kitsubito'
2026-06-07T23:53:13.4918977Z Runner group name: 'Default'
2026-06-07T23:53:13.4919774Z Machine name: 'KITSUBITO'
2026-06-07T23:53:13.4921984Z ##[group]GITHUB_TOKEN Permissions
2026-06-07T23:53:13.4923704Z Contents: read
2026-06-07T23:53:13.4924262Z Metadata: read
2026-06-07T23:53:13.4924738Z Packages: read
2026-06-07T23:53:13.4925211Z ##[endgroup]
2026-06-07T23:53:13.4927193Z Secret source: Actions
2026-06-07T23:53:13.4927801Z Prepare workflow directory
2026-06-07T23:53:13.5328159Z Prepare all required actions
2026-06-07T23:53:13.5355583Z Getting action download info
2026-06-07T23:53:13.8986713Z Download action repository 'actions/checkout@v5' (SHA:93cb6efe18208431cddfb8368fd83d5badbf9bfd)
2026-06-07T23:53:14.3432644Z Complete job name: twohost-b
2026-06-07T23:53:14.4182200Z ##[group]Run actions/checkout@v5
2026-06-07T23:53:14.4183085Z with:
2026-06-07T23:53:14.4183431Z   repository: SaberMage/spt-core
2026-06-07T23:53:14.4186491Z   token: ***
2026-06-07T23:53:14.4186839Z   ssh-strict: true
2026-06-07T23:53:14.4209071Z   ssh-user: git
2026-06-07T23:53:14.4209509Z   persist-credentials: true
2026-06-07T23:53:14.4209949Z   clean: true
2026-06-07T23:53:14.4210307Z   sparse-checkout-cone-mode: true
2026-06-07T23:53:14.4210732Z   fetch-depth: 1
2026-06-07T23:53:14.4211079Z   fetch-tags: false
2026-06-07T23:53:14.4211437Z   show-progress: true
2026-06-07T23:53:14.4211804Z   lfs: false
2026-06-07T23:53:14.4212142Z   submodules: false
2026-06-07T23:53:14.4212482Z   set-safe-directory: true
2026-06-07T23:53:14.4213279Z ##[endgroup]
2026-06-07T23:53:14.4992186Z Syncing repository: SaberMage/spt-core
2026-06-07T23:53:14.4993716Z ##[group]Getting Git version info
2026-06-07T23:53:14.4994443Z Working directory is '/home/reavus/actions-runner/_work/spt-core/spt-core'
2026-06-07T23:53:14.4995568Z [command]/usr/bin/git version
2026-06-07T23:53:14.4996017Z git version 2.43.0
2026-06-07T23:53:14.4997672Z ##[endgroup]
2026-06-07T23:53:14.5008013Z Temporarily overriding HOME='/home/reavus/actions-runner/_work/_temp/f7cd2047-e0c5-47ae-9fd0-c5abd8c711e1' before making global git config changes
2026-06-07T23:53:14.5009115Z Adding repository directory to the temporary git global config as a safe directory
2026-06-07T23:53:14.5010940Z [command]/usr/bin/git config --global --add safe.directory /home/reavus/actions-runner/_work/spt-core/spt-core
2026-06-07T23:53:14.5041433Z [command]/usr/bin/git config --local --get remote.origin.url
2026-06-07T23:53:14.5059590Z https://github.com/SaberMage/spt-core
2026-06-07T23:53:14.5069194Z ##[group]Removing previously created refs, to avoid conflicts
2026-06-07T23:53:14.5071669Z [command]/usr/bin/git rev-parse --symbolic-full-name --verify --quiet HEAD
2026-06-07T23:53:14.5089866Z refs/heads/dev-freeform
2026-06-07T23:53:14.5096041Z [command]/usr/bin/git checkout --detach
2026-06-07T23:53:14.5132006Z HEAD is now at 7278c95 test(rig): re-run two-host ladder after notif epoch fix [twohost]
2026-06-07T23:53:14.5196593Z [command]/usr/bin/git branch --delete --force dev-freeform
2026-06-07T23:53:14.5221308Z Deleted branch dev-freeform (was 7278c95).
2026-06-07T23:53:14.5247872Z ##[endgroup]
2026-06-07T23:53:14.5249507Z [command]/usr/bin/git submodule status
2026-06-07T23:53:14.5431379Z ##[group]Cleaning the repository
2026-06-07T23:53:14.5434247Z [command]/usr/bin/git clean -ffdx
2026-06-07T23:53:14.5461360Z Removing traceable-reqs
2026-06-07T23:53:14.5467420Z [command]/usr/bin/git reset --hard HEAD
2026-06-07T23:53:14.5503863Z HEAD is now at 7278c95 test(rig): re-run two-host ladder after notif epoch fix [twohost]
2026-06-07T23:53:14.5507968Z ##[endgroup]
2026-06-07T23:53:14.5509833Z ##[group]Disabling automatic garbage collection
2026-06-07T23:53:14.5512838Z [command]/usr/bin/git config --local gc.auto 0
2026-06-07T23:53:14.5535591Z ##[endgroup]
2026-06-07T23:53:14.5536334Z ##[group]Setting up auth
2026-06-07T23:53:14.5540398Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2026-06-07T23:53:14.5564615Z [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-07T23:53:14.5747304Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-06-07T23:53:14.5772656Z [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-07T23:53:14.5951350Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-06-07T23:53:14.5976555Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
2026-06-07T23:53:14.6160165Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic ***
2026-06-07T23:53:14.6190486Z ##[endgroup]
2026-06-07T23:53:14.6191126Z ##[group]Fetching the repository
2026-06-07T23:53:14.6196596Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +7278c95ce6c31b0dde6ec446975903e9128e5147:refs/remotes/origin/dev-freeform
2026-06-07T23:53:15.0325726Z ##[endgroup]
2026-06-07T23:53:15.0327086Z ##[group]Determining the checkout info
2026-06-07T23:53:15.0328097Z ##[endgroup]
2026-06-07T23:53:15.0340695Z [command]/usr/bin/git sparse-checkout disable
2026-06-07T23:53:15.0390485Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig
2026-06-07T23:53:15.0414044Z ##[group]Checking out the ref
2026-06-07T23:53:15.0416022Z [command]/usr/bin/git checkout --progress --force -B dev-freeform refs/remotes/origin/dev-freeform
2026-06-07T23:53:15.0453894Z Switched to a new branch 'dev-freeform'
2026-06-07T23:53:15.0454629Z branch 'dev-freeform' set up to track 'origin/dev-freeform'.
2026-06-07T23:53:15.0458701Z ##[endgroup]
2026-06-07T23:53:15.0486838Z [command]/usr/bin/git log -1 --format=%H
2026-06-07T23:53:15.0504191Z 7278c95ce6c31b0dde6ec446975903e9128e5147
2026-06-07T23:53:15.0722747Z ##[group]Run actions/checkout@v5
2026-06-07T23:53:15.0723210Z with:
2026-06-07T23:53:15.0723567Z   repository: SaberMage/spt-shell-notify
2026-06-07T23:53:15.0724021Z   path: .adapter-notify
2026-06-07T23:53:15.0727060Z   token: ***
2026-06-07T23:53:15.0727407Z   ssh-strict: true
2026-06-07T23:53:15.0727764Z   ssh-user: git
2026-06-07T23:53:15.0728118Z   persist-credentials: true
2026-06-07T23:53:15.0728516Z   clean: true
2026-06-07T23:53:15.0728868Z   sparse-checkout-cone-mode: true
2026-06-07T23:53:15.0729283Z   fetch-depth: 1
2026-06-07T23:53:15.0729630Z   fetch-tags: false
2026-06-07T23:53:15.0729993Z   show-progress: true
2026-06-07T23:53:15.0730344Z   lfs: false
2026-06-07T23:53:15.0730676Z   submodules: false
2026-06-07T23:53:15.0731048Z   set-safe-directory: true
2026-06-07T23:53:15.0731430Z ##[endgroup]
2026-06-07T23:53:15.1375031Z Syncing repository: SaberMage/spt-shell-notify
2026-06-07T23:53:15.1379859Z ##[group]Getting Git version info
2026-06-07T23:53:15.1380633Z Working directory is '/home/reavus/actions-runner/_work/spt-core/spt-core/.adapter-notify'
2026-06-07T23:53:15.1401282Z [command]/usr/bin/git version
2026-06-07T23:53:15.1432427Z git version 2.43.0
2026-06-07T23:53:15.1447611Z ##[endgroup]
2026-06-07T23:53:15.1457603Z Temporarily overriding HOME='/home/reavus/actions-runner/_work/_temp/335855e6-f02c-4999-9052-1c73d45dbcfc' before making global git config changes
2026-06-07T23:53:15.1458970Z Adding repository directory to the temporary git global config as a safe directory
2026-06-07T23:53:15.1460202Z [command]/usr/bin/git config --global --add safe.directory /home/reavus/actions-runner/_work/spt-core/spt-core/.adapter-notify
2026-06-07T23:53:15.1483760Z ##[group]Initializing the repository
2026-06-07T23:53:15.1486216Z [command]/usr/bin/git init /home/reavus/actions-runner/_work/spt-core/spt-core/.adapter-notify
2026-06-07T23:53:15.1509563Z hint: Using 'master' as the name for the initial branch. This default branch name
2026-06-07T23:53:15.1510818Z hint: is subject to change. To configure the initial branch name to use in all
2026-06-07T23:53:15.1511709Z hint: of your new repositories, which will suppress this warning, call:
2026-06-07T23:53:15.1512379Z hint: 
2026-06-07T23:53:15.1512889Z hint: 	git config --global init.defaultBranch <name>
2026-06-07T23:53:15.1513491Z hint: 
2026-06-07T23:53:15.1514058Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
2026-06-07T23:53:15.1514938Z hint: 'development'. The just-created branch can be renamed via this command:
2026-06-07T23:53:15.1515644Z hint: 
2026-06-07T23:53:15.1516064Z hint: 	git branch -m <name>
2026-06-07T23:53:15.1516923Z Initialized empty Git repository in /home/reavus/actions-runner/_work/spt-core/spt-core/.adapter-notify/.git/
2026-06-07T23:53:15.1520415Z [command]/usr/bin/git remote add origin https://github.com/SaberMage/spt-shell-notify
2026-06-07T23:53:15.1582168Z ##[endgroup]
2026-06-07T23:53:15.1582951Z ##[group]Disabling automatic garbage collection
2026-06-07T23:53:15.1583610Z [command]/usr/bin/git config --local gc.auto 0
2026-06-07T23:53:15.1603231Z ##[endgroup]
2026-06-07T23:53:15.1603922Z ##[group]Setting up auth
2026-06-07T23:53:15.1607458Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2026-06-07T23:53:15.1630539Z [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-07T23:53:15.1811481Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-06-07T23:53:15.1835596Z [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-07T23:53:15.2015448Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-06-07T23:53:15.2041630Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
2026-06-07T23:53:15.2222824Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic ***
2026-06-07T23:53:15.2252500Z ##[endgroup]
2026-06-07T23:53:15.2253219Z ##[group]Determining the default branch
2026-06-07T23:53:15.2255260Z Retrieving the default branch name
2026-06-07T23:53:15.7208487Z Default branch 'main'
2026-06-07T23:53:15.7209837Z ##[endgroup]
2026-06-07T23:53:15.7210414Z ##[group]Fetching the repository
2026-06-07T23:53:15.7213005Z [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-07T23:53:16.4275556Z From https://github.com/SaberMage/spt-shell-notify
2026-06-07T23:53:16.4276378Z  * [new branch]      main       -> origin/main
2026-06-07T23:53:16.4302843Z ##[endgroup]
2026-06-07T23:53:16.4304173Z ##[group]Determining the checkout info
2026-06-07T23:53:16.4305568Z ##[endgroup]
2026-06-07T23:53:16.4311624Z [command]/usr/bin/git sparse-checkout disable
2026-06-07T23:53:16.4398775Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig
2026-06-07T23:53:16.4428134Z ##[group]Checking out the ref
2026-06-07T23:53:16.4431223Z [command]/usr/bin/git checkout --progress --force -B main refs/remotes/origin/main
2026-06-07T23:53:16.4469813Z Switched to a new branch 'main'
2026-06-07T23:53:16.4470312Z branch 'main' set up to track 'origin/main'.
2026-06-07T23:53:16.4481487Z ##[endgroup]
2026-06-07T23:53:16.4514679Z [command]/usr/bin/git log -1 --format=%H
2026-06-07T23:53:16.4537307Z ee2d37eadc730c0019e0af82d683074c509634a2
2026-06-07T23:53:16.4669433Z ##[group]Run cargo build --manifest-path .adapter-notify/Cargo.toml
2026-06-07T23:53:16.4669959Z [36;1mcargo build --manifest-path .adapter-notify/Cargo.toml[0m
2026-06-07T23:53:16.4685549Z shell: /usr/bin/bash -e {0}
2026-06-07T23:53:16.4686002Z ##[endgroup]
2026-06-07T23:53:16.5053731Z     Updating crates.io index
2026-06-07T23:53:16.5805511Z      Locking 11 packages to latest compatible versions
2026-06-07T23:53:16.6045984Z    Compiling zmij v1.0.21
2026-06-07T23:53:16.6046661Z    Compiling serde_core v1.0.228
2026-06-07T23:53:16.6047082Z    Compiling serde_json v1.0.150
2026-06-07T23:53:16.6047435Z    Compiling memchr v2.8.1
2026-06-07T23:53:16.6047726Z    Compiling itoa v1.0.18
2026-06-07T23:53:18.3938368Z    Compiling spt-shell-notify v0.1.0 (/home/reavus/actions-runner/_work/spt-core/spt-core/.adapter-notify)
2026-06-07T23:53:18.5553767Z     Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.07s
2026-06-07T23:53:18.5655872Z ##[group]Run cargo build -p spt --bin spt
2026-06-07T23:53:18.5656235Z [36;1mcargo build -p spt --bin spt[0m
2026-06-07T23:53:18.5669181Z shell: /usr/bin/bash -e {0}
2026-06-07T23:53:18.5669444Z ##[endgroup]
2026-06-07T23:53:18.8202583Z    Compiling proc-macro2 v1.0.106
2026-06-07T23:53:18.8203171Z    Compiling unicode-ident v1.0.24
2026-06-07T23:53:18.8203489Z    Compiling quote v1.0.45
2026-06-07T23:53:18.8203764Z    Compiling libc v0.2.186
2026-06-07T23:53:18.8204061Z    Compiling serde_core v1.0.228
2026-06-07T23:53:18.8204385Z    Compiling serde v1.0.228
2026-06-07T23:53:18.8241523Z    Compiling cfg-if v1.0.4
2026-06-07T23:53:18.8254686Z    Compiling pin-project-lite v0.2.17
2026-06-07T23:53:18.8310625Z    Compiling typenum v1.20.1
2026-06-07T23:53:18.8311263Z    Compiling portable-atomic v1.13.1
2026-06-07T23:53:18.8311819Z    Compiling version_check v0.9.5
2026-06-07T23:53:18.8312229Z    Compiling memchr v2.8.1
2026-06-07T23:53:18.8387870Z    Compiling critical-section v1.2.0
2026-06-07T23:53:18.8390994Z    Compiling subtle v2.6.1
2026-06-07T23:53:18.8447426Z    Compiling bytes v1.11.1
2026-06-07T23:53:18.8500717Z    Compiling futures-core v0.3.32
2026-06-07T23:53:18.8705040Z    Compiling log v0.4.32
2026-06-07T23:53:18.9041512Z    Compiling shlex v2.0.1
2026-06-07T23:53:18.9114222Z    Compiling find-msvc-tools v0.1.9
2026-06-07T23:53:18.9359081Z    Compiling smallvec v1.15.1
2026-06-07T23:53:18.9797652Z    Compiling semver v1.0.28
2026-06-07T23:53:19.0419742Z    Compiling equivalent v1.0.2
2026-06-07T23:53:19.0679884Z    Compiling itoa v1.0.18
2026-06-07T23:53:19.0933929Z    Compiling cc v1.2.63
2026-06-07T23:53:19.1059479Z    Compiling stable_deref_trait v1.2.1
2026-06-07T23:53:19.1199904Z    Compiling futures-sink v0.3.32
2026-06-07T23:53:19.1323160Z    Compiling slab v0.4.12
2026-06-07T23:53:19.1739603Z    Compiling futures-io v0.3.32
2026-06-07T23:53:19.1750826Z    Compiling futures-task v0.3.32
2026-06-07T23:53:19.1751800Z    Compiling hashbrown v0.17.1
2026-06-07T23:53:19.1859346Z    Compiling generic-array v0.14.7
2026-06-07T23:53:19.2089962Z    Compiling futures-channel v0.3.32
2026-06-07T23:53:19.2599672Z    Compiling cpufeatures v0.2.17
2026-06-07T23:53:19.3303692Z    Compiling rustc_version v0.4.1
2026-06-07T23:53:19.3305145Z    Compiling fnv v1.0.7
2026-06-07T23:53:19.3467894Z    Compiling bitflags v2.12.1
2026-06-07T23:53:19.3472337Z    Compiling cfg_aliases v0.2.1
2026-06-07T23:53:19.3594257Z    Compiling litemap v0.8.2
2026-06-07T23:53:19.3715283Z    Compiling rustversion v1.0.22
2026-06-07T23:53:19.3964128Z    Compiling writeable v0.6.3
2026-06-07T23:53:19.4038035Z    Compiling rand_core v0.10.1
2026-06-07T23:53:19.4044589Z    Compiling utf8_iter v1.0.4
2026-06-07T23:53:19.4839132Z    Compiling icu_normalizer_data v2.2.0
2026-06-07T23:53:19.5337071Z    Compiling icu_properties_data v2.2.0
2026-06-07T23:53:19.5554721Z    Compiling getrandom v0.4.2
2026-06-07T23:53:19.5639959Z    Compiling percent-encoding v2.3.2
2026-06-07T23:53:19.5866512Z    Compiling autocfg v1.5.1
2026-06-07T23:53:19.6004381Z    Compiling http v1.4.1
2026-06-07T23:53:19.6475132Z    Compiling thiserror v2.0.18
2026-06-07T23:53:19.7388539Z    Compiling cpufeatures v0.3.0
2026-06-07T23:53:19.7729423Z    Compiling strsim v0.11.1
2026-06-07T23:53:19.7730681Z    Compiling form_urlencoded v1.2.2
2026-06-07T23:53:19.7895866Z    Compiling chacha20 v0.10.0
2026-06-07T23:53:19.7939463Z    Compiling untrusted v0.9.0
2026-06-07T23:53:19.8882871Z    Compiling ident_case v1.0.1
2026-06-07T23:53:19.9300945Z    Compiling indexmap v2.14.0
2026-06-07T23:53:19.9410358Z    Compiling scopeguard v1.2.0
2026-06-07T23:53:19.9533621Z    Compiling unicode-segmentation v1.13.3
2026-06-07T23:53:19.9884437Z    Compiling rustls v0.23.40
2026-06-07T23:53:20.0123943Z    Compiling lock_api v0.4.14
2026-06-07T23:53:20.0187519Z    Compiling atomic-waker v1.1.2
2026-06-07T23:53:20.0589829Z    Compiling unicode-xid v0.2.6
2026-06-07T23:53:20.1141470Z    Compiling syn v2.0.117
2026-06-07T23:53:20.1247343Z    Compiling const-oid v0.10.2
2026-06-07T23:53:20.1352358Z    Compiling anyhow v1.0.102
2026-06-07T23:53:20.1416612Z    Compiling zerocopy v0.8.50
2026-06-07T23:53:20.2019060Z    Compiling httparse v1.10.1
2026-06-07T23:53:20.2116012Z    Compiling hybrid-array v0.4.12
2026-06-07T23:53:20.2780339Z    Compiling num-traits v0.2.19
2026-06-07T23:53:20.3028786Z    Compiling curve25519-dalek v4.1.3
2026-06-07T23:53:20.3029681Z    Compiling ahash v0.8.12
2026-06-07T23:53:20.3328807Z    Compiling paste v1.0.15
2026-06-07T23:53:20.4344760Z    Compiling convert_case v0.10.0
2026-06-07T23:53:20.4780876Z    Compiling heck v0.5.0
2026-06-07T23:53:20.4918736Z    Compiling base64ct v1.8.3
2026-06-07T23:53:20.5150706Z    Compiling powerfmt v0.2.0
2026-06-07T23:53:20.7211130Z    Compiling http-body v1.0.1
2026-06-07T23:53:20.7286186Z    Compiling deranged v0.5.8
2026-06-07T23:53:20.7415574Z    Compiling zmij v1.0.21
2026-06-07T23:53:20.7759097Z    Compiling pem-rfc7468 v1.0.0
2026-06-07T23:53:20.8009107Z    Compiling tower-service v0.3.3
2026-06-07T23:53:20.8549519Z    Compiling crypto-common v0.1.7
2026-06-07T23:53:20.8751989Z    Compiling block-buffer v0.10.4
2026-06-07T23:53:20.8969096Z    Compiling data-encoding v2.11.0
2026-06-07T23:53:20.9008666Z    Compiling time-core v0.1.8
2026-06-07T23:53:20.9479321Z    Compiling base64 v0.22.1
2026-06-07T23:53:20.9525826Z    Compiling ring v0.17.14
2026-06-07T23:53:20.9599537Z    Compiling pkg-config v0.3.33
2026-06-07T23:53:20.9769480Z    Compiling digest v0.10.7
2026-06-07T23:53:20.9929616Z    Compiling try-lock v0.2.5
2026-06-07T23:53:21.0072219Z    Compiling vcpkg v0.2.15
2026-06-07T23:53:21.0168731Z    Compiling num-conv v0.2.2
2026-06-07T23:53:21.0518917Z    Compiling tinyvec_macros v0.1.1
2026-06-07T23:53:21.0699371Z    Compiling fastrand v2.4.1
2026-06-07T23:53:21.1040862Z    Compiling parking_lot_core v0.9.12
2026-06-07T23:53:21.1779868Z    Compiling tinyvec v1.11.0
2026-06-07T23:53:21.2068961Z    Compiling sha2 v0.10.9
2026-06-07T23:53:21.2158670Z    Compiling want v0.3.1
2026-06-07T23:53:21.3130246Z    Compiling crypto-common v0.2.2
2026-06-07T23:53:21.3238562Z    Compiling block-buffer v0.12.0
2026-06-07T23:53:21.3358973Z    Compiling socket2 v0.6.4
2026-06-07T23:53:21.3559815Z    Compiling mio v1.2.1
2026-06-07T23:53:21.3668921Z    Compiling getrandom v0.2.17
2026-06-07T23:53:21.4679096Z    Compiling inout v0.1.4
2026-06-07T23:53:21.5768699Z    Compiling rand_core v0.6.4
2026-06-07T23:53:21.6491055Z    Compiling rand v0.10.1
2026-06-07T23:53:21.6661266Z    Compiling vergen-lib v9.1.0
2026-06-07T23:53:21.7538815Z    Compiling n0-future v0.3.2
2026-06-07T23:53:21.7617761Z    Compiling httpdate v1.0.3
2026-06-07T23:53:21.8245201Z    Compiling spin v0.10.0
2026-06-07T23:53:21.8796671Z    Compiling libsqlite3-sys v0.30.1
2026-06-07T23:53:21.9099281Z    Compiling signature v2.2.0
2026-06-07T23:53:21.9598565Z    Compiling serde_json v1.0.150
2026-06-07T23:53:22.0121586Z    Compiling parking v2.2.1
2026-06-07T23:53:22.0239079Z    Compiling diatomic-waker v0.2.3
2026-06-07T23:53:22.0298054Z    Compiling cordyceps v0.3.4
2026-06-07T23:53:22.0618885Z    Compiling crossbeam-utils v0.8.21
2026-06-07T23:53:22.1257058Z    Compiling winnow v1.0.3
2026-06-07T23:53:22.1645278Z    Compiling futures-lite v2.6.1
2026-06-07T23:53:22.1799025Z    Compiling netlink-packet-core v0.8.1
2026-06-07T23:53:22.1898220Z    Compiling digest v0.11.3
2026-06-07T23:53:22.2627461Z    Compiling ed25519 v2.2.3
2026-06-07T23:53:22.3372906Z    Compiling futures-buffered v0.2.13
2026-06-07T23:53:22.3743336Z    Compiling cipher v0.4.4
2026-06-07T23:53:22.4452287Z    Compiling universal-hash v0.5.1
2026-06-07T23:53:22.5468485Z    Compiling vergen-lib v0.1.6
2026-06-07T23:53:22.5939939Z    Compiling vergen v9.1.0
2026-06-07T23:53:22.6035730Z    Compiling curve25519-dalek v5.0.0-pre.6
2026-06-07T23:53:22.6115248Z    Compiling heapless v0.7.17
2026-06-07T23:53:22.6125972Z    Compiling noq-udp v0.10.0
2026-06-07T23:53:22.6326547Z    Compiling sync_wrapper v1.0.2
2026-06-07T23:53:22.6551743Z    Compiling opaque-debug v0.3.1
2026-06-07T23:53:22.7009454Z    Compiling byteorder v1.5.0
2026-06-07T23:53:22.7069071Z    Compiling toml_datetime v1.1.1+spec-1.1.0
2026-06-07T23:53:22.7177901Z    Compiling either v1.16.0
2026-06-07T23:53:22.7472933Z    Compiling polyval v0.6.2
2026-06-07T23:53:22.7754169Z    Compiling parking_lot v0.12.5
2026-06-07T23:53:22.8589101Z    Compiling vergen-gitcl v1.0.8
2026-06-07T23:53:22.8778697Z    Compiling hash32 v0.2.1
2026-06-07T23:53:22.9467464Z    Compiling spin v0.9.8
2026-06-07T23:53:22.9768851Z    Compiling tower-layer v0.3.3
2026-06-07T23:53:23.0189977Z    Compiling signature v3.0.0
2026-06-07T23:53:23.0268721Z    Compiling fallible-streaming-iterator v0.1.9
2026-06-07T23:53:23.0379228Z    Compiling num_threads v0.1.7
2026-06-07T23:53:23.0625007Z    Compiling fallible-iterator v0.3.0
2026-06-07T23:53:23.1408619Z    Compiling ghash v0.5.1
2026-06-07T23:53:23.1538795Z    Compiling aes v0.8.4
2026-06-07T23:53:23.1604161Z    Compiling ctr v0.9.2
2026-06-07T23:53:23.1700493Z    Compiling sha2 v0.11.0-rc.5
2026-06-07T23:53:23.2529415Z    Compiling aead v0.5.2
2026-06-07T23:53:23.2788681Z    Compiling http-body-util v0.1.3
2026-06-07T23:53:23.3268798Z    Compiling openssl-probe v0.2.1
2026-06-07T23:53:23.3697554Z    Compiling netlink-packet-route v0.29.0
2026-06-07T23:53:23.3790954Z    Compiling uuid v1.23.2
2026-06-07T23:53:23.4739892Z    Compiling crossbeam-channel v0.5.15
2026-06-07T23:53:23.5108748Z    Compiling crossbeam-epoch v0.9.18
2026-06-07T23:53:23.5628976Z    Compiling blake3 v1.8.5
2026-06-07T23:53:23.5875708Z    Compiling memoffset v0.6.5
2026-06-07T23:53:23.7428784Z    Compiling toml_parser v1.1.2+spec-1.1.0
2026-06-07T23:53:23.7516449Z    Compiling aes-gcm v0.10.3
2026-06-07T23:53:23.8396199Z    Compiling acto v0.8.2
2026-06-07T23:53:23.8611571Z    Compiling netwatch v0.16.0
2026-06-07T23:53:23.9179317Z    Compiling noq v0.18.0
2026-06-07T23:53:23.9313846Z    Compiling ryu v1.0.23
2026-06-07T23:53:23.9529001Z    Compiling xml-rs v0.8.28
2026-06-07T23:53:23.9943112Z    Compiling mac-addr v0.3.0
2026-06-07T23:53:24.0039664Z    Compiling ref-cast v1.0.25
2026-06-07T23:53:24.0638915Z    Compiling foldhash v0.2.0
2026-06-07T23:53:24.1389487Z    Compiling identity-hash v0.1.0
2026-06-07T23:53:24.1469503Z    Compiling tagptr v0.2.0
2026-06-07T23:53:24.1560748Z    Compiling sorted-index-buffer v0.2.1
2026-06-07T23:53:24.1976617Z    Compiling time v0.3.47
2026-06-07T23:53:24.2322712Z    Compiling thiserror v1.0.69
2026-06-07T23:53:24.2325232Z    Compiling lru-slab v0.1.2
2026-06-07T23:53:24.2545039Z    Compiling allocator-api2 v0.2.21
2026-06-07T23:53:24.2808340Z    Compiling rustc-hash v2.1.2
2026-06-07T23:53:24.3550349Z    Compiling toml_edit v0.25.12+spec-1.1.0
2026-06-07T23:53:24.3701796Z    Compiling netlink-packet-route v0.30.0
2026-06-07T23:53:24.5883267Z    Compiling serial-core v0.4.0
2026-06-07T23:53:24.6029287Z    Compiling ioctl-rs v0.1.6
2026-06-07T23:53:24.6338912Z    Compiling termios v0.2.2
2026-06-07T23:53:24.6880128Z    Compiling hashbrown v0.16.1
2026-06-07T23:53:24.6981626Z    Compiling simple-dns v0.9.3
2026-06-07T23:53:24.7668363Z    Compiling sha1_smol v1.0.1
2026-06-07T23:53:24.7758861Z    Compiling arrayref v0.3.9
2026-06-07T23:53:24.7848859Z    Compiling xmltree v0.10.3
2026-06-07T23:53:24.8396135Z    Compiling rustix v1.1.4
2026-06-07T23:53:24.8578658Z    Compiling simdutf8 v0.1.5
2026-06-07T23:53:24.9798481Z    Compiling winnow v0.7.15
2026-06-07T23:53:24.9918740Z    Compiling resolv-conf v0.7.6
2026-06-07T23:53:25.1818873Z    Compiling synstructure v0.13.2
2026-06-07T23:53:25.1892652Z    Compiling darling_core v0.20.11
2026-06-07T23:53:25.2005592Z    Compiling serde_derive_internals v0.29.1
2026-06-07T23:53:25.3606904Z    Compiling proc-macro-crate v3.5.0
2026-06-07T23:53:25.4649533Z    Compiling constant_time_eq v0.4.2
2026-06-07T23:53:25.5308403Z    Compiling smol_str v0.1.24
2026-06-07T23:53:25.6449922Z    Compiling toml_write v0.1.2
2026-06-07T23:53:25.6612663Z    Compiling arrayvec v0.7.6
2026-06-07T23:53:25.7298858Z    Compiling lru v0.16.4
2026-06-07T23:53:25.8494963Z    Compiling serial-unix v0.4.0
2026-06-07T23:53:25.9022727Z    Compiling serde_bytes v0.11.19
2026-06-07T23:53:25.9221108Z    Compiling seize v0.5.1
2026-06-07T23:53:25.9538588Z    Compiling hmac v0.12.1
2026-06-07T23:53:25.9913590Z    Compiling aho-corasick v1.1.4
2026-06-07T23:53:26.0588151Z    Compiling iroh v0.98.2
2026-06-07T23:53:26.0657310Z    Compiling regex-syntax v0.8.10
2026-06-07T23:53:26.1500630Z    Compiling dyn-clone v1.0.20
2026-06-07T23:53:26.2638632Z    Compiling linux-raw-sys v0.12.1
2026-06-07T23:53:26.3179740Z    Compiling cmov v0.5.4
2026-06-07T23:53:26.3259749Z    Compiling pin-utils v0.1.0
2026-06-07T23:53:26.3522293Z    Compiling bitflags v1.3.2
2026-06-07T23:53:26.3818799Z    Compiling utf8parse v0.2.2
2026-06-07T23:53:26.4111140Z    Compiling nix v0.25.1
2026-06-07T23:53:26.4660644Z    Compiling anstyle-parse v1.0.0
2026-06-07T23:53:26.5528780Z    Compiling ctutils v0.4.2
2026-06-07T23:53:26.6318852Z    Compiling papaya v0.2.4
2026-06-07T23:53:26.6507362Z    Compiling hkdf v0.12.4
2026-06-07T23:53:26.7358359Z    Compiling serial v0.4.0
2026-06-07T23:53:26.7882593Z    Compiling shell-words v1.1.1
2026-06-07T23:53:26.7989453Z    Compiling anstyle-query v1.1.5
2026-06-07T23:53:26.8220121Z    Compiling colorchoice v1.0.5
2026-06-07T23:53:26.8648864Z    Compiling is_terminal_polyfill v1.70.2
2026-06-07T23:53:26.9281801Z    Compiling downcast-rs v1.2.1
2026-06-07T23:53:26.9283670Z    Compiling anstyle v1.0.14
2026-06-07T23:53:26.9489852Z    Compiling sha1 v0.10.6
2026-06-07T23:53:26.9997453Z    Compiling clap_lex v1.1.0
2026-06-07T23:53:27.1158772Z    Compiling doctest-file v1.1.1
2026-06-07T23:53:27.1258978Z    Compiling serde_derive v1.0.228
2026-06-07T23:53:27.1374380Z    Compiling zeroize_derive v1.4.3
2026-06-07T23:53:27.1978812Z    Compiling tokio-macros v2.7.0
2026-06-07T23:53:27.2149192Z    Compiling zerofrom-derive v0.1.7
2026-06-07T23:53:27.2529162Z    Compiling futures-macro v0.3.32
2026-06-07T23:53:27.3319244Z    Compiling yoke-derive v0.8.2
2026-06-07T23:53:27.5595578Z    Compiling zerovec-derive v0.11.3
2026-06-07T23:53:27.5822560Z    Compiling displaydoc v0.2.6
2026-06-07T23:53:27.7399440Z    Compiling zeroize v1.8.2
2026-06-07T23:53:27.9221190Z    Compiling tracing-attributes v0.1.31
2026-06-07T23:53:27.9578679Z    Compiling tokio v1.52.3
2026-06-07T23:53:27.9669147Z    Compiling rustls-pki-types v1.14.1
2026-06-07T23:53:28.2323476Z    Compiling futures-util v0.3.32
2026-06-07T23:53:28.3328880Z    Compiling thiserror-impl v2.0.18
2026-06-07T23:53:28.5484351Z    Compiling curve25519-dalek-derive v0.1.1
2026-06-07T23:53:28.6422604Z    Compiling darling_macro v0.20.11
2026-06-07T23:53:28.6499316Z    Compiling rustls-webpki v0.103.13
2026-06-07T23:53:28.6679255Z    Compiling zerofrom v0.1.8
2026-06-07T23:53:28.7722343Z    Compiling yoke v0.8.3
2026-06-07T23:53:28.9638893Z    Compiling zerotrie v0.2.4
2026-06-07T23:53:28.9819232Z    Compiling darling v0.20.11
2026-06-07T23:53:29.0268364Z    Compiling zerovec v0.11.6
2026-06-07T23:53:29.0530439Z    Compiling derive_more-impl v2.1.1
2026-06-07T23:53:29.1909513Z    Compiling derive_builder_core v0.20.2
2026-06-07T23:53:29.3133322Z    Compiling n0-error-macros v0.1.3
2026-06-07T23:53:29.5141123Z    Compiling spez v0.1.2
2026-06-07T23:53:29.8008665Z    Compiling tinystr v0.8.3
2026-06-07T23:53:29.8078828Z    Compiling potential_utf v0.1.5
2026-06-07T23:53:29.9679094Z    Compiling icu_collections v2.2.0
2026-06-07T23:53:30.0298958Z    Compiling icu_locale_core v2.2.0
2026-06-07T23:53:30.0481746Z    Compiling der v0.8.0-rc.10
2026-06-07T23:53:30.2780171Z    Compiling pin-project-internal v1.1.13
2026-06-07T23:53:30.4148813Z    Compiling n0-error v0.1.3
2026-06-07T23:53:30.5748605Z    Compiling derive_builder_macro v0.20.2
2026-06-07T23:53:30.6407726Z    Compiling cobs v0.3.0
2026-06-07T23:53:30.6588838Z    Compiling postcard-derive v0.2.2
2026-06-07T23:53:30.7727329Z    Compiling data-encoding-macro-internal v0.1.18
2026-06-07T23:53:30.8368268Z    Compiling rustls-native-certs v0.8.4
2026-06-07T23:53:30.9018955Z    Compiling derive_builder v0.20.2
2026-06-07T23:53:31.2052194Z    Compiling ed25519-dalek v2.2.0
2026-06-07T23:53:31.2359335Z    Compiling icu_provider v2.2.0
2026-06-07T23:53:31.3419445Z    Compiling data-encoding-macro v0.1.20
2026-06-07T23:53:31.3929494Z    Compiling iroh-metrics-derive v0.4.1
2026-06-07T23:53:31.5604941Z    Compiling icu_normalizer v2.2.0
2026-06-07T23:53:31.6230578Z    Compiling icu_properties v2.2.0
2026-06-07T23:53:31.6322824Z    Compiling pin-project v1.1.13
2026-06-07T23:53:31.6358982Z    Compiling spki v0.8.0-rc.4
2026-06-07T23:53:31.6442763Z    Compiling spt-proto v0.1.1 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-proto)
2026-06-07T23:53:31.6908696Z    Compiling enum-assoc v1.3.0
2026-06-07T23:53:31.7586578Z    Compiling strum_macros v0.28.0
2026-06-07T23:53:31.8379031Z    Compiling pkcs8 v0.11.0-rc.10
2026-06-07T23:53:31.8698697Z    Compiling async-trait v0.1.89
2026-06-07T23:53:32.0176701Z    Compiling futures-executor v0.3.32
2026-06-07T23:53:32.1278994Z    Compiling num_enum_derive v0.7.6
2026-06-07T23:53:32.2458782Z    Compiling ipnet v2.12.0
2026-06-07T23:53:32.3299026Z    Compiling futures v0.3.32
2026-06-07T23:53:32.3372851Z    Compiling ed25519 v3.0.0-rc.4
2026-06-07T23:53:32.4178639Z    Compiling iroh-relay v0.98.0
2026-06-07T23:53:32.6919236Z    Compiling prefix-trie v0.8.4
2026-06-07T23:53:32.7828595Z    Compiling toml_datetime v0.6.11
2026-06-07T23:53:32.9731513Z    Compiling once_cell v1.21.4
2026-06-07T23:53:33.0025764Z    Compiling moka v0.12.15
2026-06-07T23:53:33.0345461Z    Compiling idna_adapter v1.2.2
2026-06-07T23:53:33.0721566Z    Compiling serde_spanned v0.6.9
2026-06-07T23:53:33.1079943Z    Compiling ref-cast-impl v1.0.25
2026-06-07T23:53:33.1391115Z    Compiling idna v1.1.0
2026-06-07T23:53:33.1713675Z    Compiling tracing-core v0.1.36
2026-06-07T23:53:33.2618563Z    Compiling postcard v1.1.3
2026-06-07T23:53:33.3641387Z    Compiling hashbrown v0.14.5
2026-06-07T23:53:33.4021638Z    Compiling num_enum v0.7.6
2026-06-07T23:53:33.4748985Z    Compiling thiserror-impl v1.0.69
2026-06-07T23:53:33.4970597Z    Compiling toml_edit v0.22.27
2026-06-07T23:53:33.5359126Z    Compiling webpki-roots v1.0.7
2026-06-07T23:53:33.5572506Z    Compiling schemars_derive v1.2.1
2026-06-07T23:53:33.5575571Z    Compiling derive_more v2.1.1
2026-06-07T23:53:33.6469370Z    Compiling url v2.5.8
2026-06-07T23:53:33.7138752Z    Compiling tracing v0.1.44
2026-06-07T23:53:33.7283431Z    Compiling regex-automata v0.4.14
2026-06-07T23:53:33.7396091Z    Compiling spake2 v0.4.0
2026-06-07T23:53:34.0394044Z    Compiling ed25519-dalek v3.0.0-pre.6
2026-06-07T23:53:34.0858836Z    Compiling tokio-util v0.7.18
2026-06-07T23:53:34.2343754Z    Compiling hashlink v0.9.1
2026-06-07T23:53:34.2438617Z    Compiling netlink-sys v0.8.8
2026-06-07T23:53:34.3418999Z    Compiling tower v0.5.3
2026-06-07T23:53:34.4299830Z    Compiling iroh-metrics v0.38.3
2026-06-07T23:53:34.4829051Z    Compiling hickory-proto v0.26.0-beta.4
2026-06-07T23:53:34.5529498Z    Compiling strum v0.28.0
2026-06-07T23:53:34.5559414Z    Compiling iroh-base v0.98.0
2026-06-07T23:53:34.6065912Z    Compiling attohttpc v0.30.1
2026-06-07T23:53:34.6369907Z    Compiling rusqlite v0.32.1
2026-06-07T23:53:34.6488744Z    Compiling netdev v0.42.0
2026-06-07T23:53:34.6638866Z    Compiling netlink-proto v0.12.0
2026-06-07T23:53:34.9821965Z    Compiling tower-http v0.6.11
2026-06-07T23:53:35.0038804Z    Compiling filedescriptor v0.8.3
2026-06-07T23:53:35.0550567Z    Compiling h2 v0.4.14
2026-06-07T23:53:35.3158596Z    Compiling n0-watcher v0.6.1
2026-06-07T23:53:35.3259120Z    Compiling tokio-stream v0.1.18
2026-06-07T23:53:35.4939079Z    Compiling iroh-dns v0.98.0
2026-06-07T23:53:35.5028712Z    Compiling schemars v1.2.1
2026-06-07T23:53:35.6070277Z    Compiling backon v1.6.0
2026-06-07T23:53:35.6568642Z    Compiling portable-pty v0.8.1
2026-06-07T23:53:35.7614415Z    Compiling terminal_size v0.4.4
2026-06-07T23:53:35.8527560Z    Compiling spt-store v0.1.1 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-store)
2026-06-07T23:53:35.8965052Z    Compiling anstream v1.0.0
2026-06-07T23:53:35.9509399Z    Compiling interprocess v2.4.2
2026-06-07T23:53:36.0252882Z    Compiling clap_derive v4.6.1
2026-06-07T23:53:36.2648769Z    Compiling toml v0.8.23
2026-06-07T23:53:36.3168763Z    Compiling clap_builder v4.6.0
2026-06-07T23:53:36.3489929Z    Compiling iana-time-zone v0.1.65
2026-06-07T23:53:36.4289277Z    Compiling qrcode v0.14.1
2026-06-07T23:53:36.6628779Z    Compiling regex v1.12.3
2026-06-07T23:53:36.7882354Z    Compiling chrono v0.4.45
2026-06-07T23:53:37.3259127Z    Compiling swarm-discovery v0.6.0-alpha.2
2026-06-07T23:53:37.9678742Z    Compiling tokio-rustls v0.26.4
2026-06-07T23:53:38.0718845Z    Compiling rustls-platform-verifier v0.7.0
2026-06-07T23:53:38.1408659Z    Compiling noq-proto v0.17.0
2026-06-07T23:53:38.2683451Z    Compiling spt-msg v0.1.1 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-msg)
2026-06-07T23:53:38.3004579Z    Compiling tokio-websockets v0.13.2
2026-06-07T23:53:38.7399555Z    Compiling spt-runtime v0.1.1 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-runtime)
2026-06-07T23:53:38.8289065Z    Compiling spt-term v0.1.1 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-term)
2026-06-07T23:53:39.0618889Z    Compiling clap v4.6.1
2026-06-07T23:53:40.3562910Z    Compiling hyper v1.10.1
2026-06-07T23:53:40.3563262Z    Compiling hickory-net v0.26.0-beta.4
2026-06-07T23:53:40.5520636Z    Compiling spt-live v0.1.1 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-live)
2026-06-07T23:53:41.3318792Z    Compiling hyper-util v0.1.20
2026-06-07T23:53:41.3569833Z    Compiling hickory-resolver v0.26.0-beta.4
2026-06-07T23:53:42.1814645Z    Compiling hyper-rustls v0.27.9
2026-06-07T23:53:42.1815242Z    Compiling igd-next v0.17.1
2026-06-07T23:53:42.3091562Z    Compiling reqwest v0.13.4
2026-06-07T23:53:42.8178019Z    Compiling portmapper v0.16.0
2026-06-07T23:53:54.5369871Z    Compiling spt-net v0.1.1 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-net)
2026-06-07T23:53:55.6735737Z    Compiling spt-daemon v0.1.1 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-daemon)
2026-06-07T23:54:00.7264463Z    Compiling spt v0.1.1 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt)
2026-06-07T23:54:03.1296716Z     Finished `dev` profile [unoptimized + debuginfo] target(s) in 44.55s
2026-06-07T23:54:03.1626013Z ##[group]Run cargo test -p spt-daemon --test twohost -- --nocapture
2026-06-07T23:54:03.1626448Z [36;1mcargo test -p spt-daemon --test twohost -- --nocapture[0m
2026-06-07T23:54:03.1639073Z shell: /usr/bin/bash -e {0}
2026-06-07T23:54:03.1639279Z env:
2026-06-07T23:54:03.1639450Z   SPT_TWO_HOST: 1
2026-06-07T23:54:03.1639631Z   SPT_TWO_HOST_ROLE: b
2026-06-07T23:54:03.1639850Z   SPT_TWO_HOST_SECRET: rig-twohost-ci
2026-06-07T23:54:03.1640088Z   SPT_TWO_HOST_PEER_IP: 100.68.35.65
2026-06-07T23:54:03.1640318Z   SPT_TWO_HOST_WAIT_SECS: 900
2026-06-07T23:54:03.1640718Z   SPT_TWO_HOST_NOTIFY_BIN: /home/reavus/actions-runner/_work/spt-core/spt-core/.adapter-notify/target/debug/notify-shell
2026-06-07T23:54:03.1641139Z ##[endgroup]
2026-06-07T23:54:03.3574561Z    Compiling strsim v0.11.1
2026-06-07T23:54:03.3612329Z    Compiling fastrand v2.4.1
2026-06-07T23:54:03.3705811Z    Compiling rustix v1.1.4
2026-06-07T23:54:03.4390746Z    Compiling futures-lite v2.6.1
2026-06-07T23:54:03.4391313Z    Compiling backon v1.6.0
2026-06-07T23:54:03.4481237Z    Compiling darling_core v0.20.11
2026-06-07T23:54:03.8649059Z    Compiling n0-future v0.3.2
2026-06-07T23:54:03.9069189Z    Compiling n0-watcher v0.6.1
2026-06-07T23:54:03.9069627Z    Compiling iroh-dns v0.98.0
2026-06-07T23:54:03.9942955Z    Compiling netwatch v0.16.0
2026-06-07T23:54:04.4329992Z    Compiling darling_macro v0.20.11
2026-06-07T23:54:04.4908060Z    Compiling tempfile v3.27.0
2026-06-07T23:54:04.5680328Z    Compiling darling v0.20.11
2026-06-07T23:54:04.5904834Z    Compiling derive_builder_core v0.20.2
2026-06-07T23:54:04.6227270Z    Compiling portmapper v0.16.0
2026-06-07T23:54:05.0103965Z    Compiling derive_builder_macro v0.20.2
2026-06-07T23:54:05.1403753Z    Compiling derive_builder v0.20.2
2026-06-07T23:54:05.1705411Z    Compiling vergen-lib v9.1.0
2026-06-07T23:54:05.1706029Z    Compiling vergen-lib v0.1.6
2026-06-07T23:54:05.2543514Z    Compiling vergen v9.1.0
2026-06-07T23:54:05.2746189Z    Compiling vergen-gitcl v1.0.8
2026-06-07T23:54:05.4553344Z    Compiling iroh-relay v0.98.0
2026-06-07T23:54:07.9840382Z    Compiling iroh v0.98.2
2026-06-07T23:54:15.5420579Z    Compiling spt-net v0.1.1 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-net)
2026-06-07T23:54:16.6680572Z    Compiling spt-daemon v0.1.1 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-daemon)
2026-06-07T23:54:23.0503088Z     Finished `test` profile [unoptimized + debuginfo] target(s) in 19.87s
2026-06-07T23:54:23.0681636Z      Running tests/twohost.rs (target/debug/deps/twohost-fd3f047dfea03eeb)
2026-06-07T23:54:23.0709304Z 
2026-06-07T23:54:23.0709562Z running 2 tests
2026-06-07T23:54:23.0712141Z test two_host_ladder_role_a ... ok
2026-06-07T23:54:23.0718927Z TWOHOST role B: node 9bbcee970607c7454b0baf8b38b032ccdf1a36de7ef04d614158fecd1f08b612
2026-06-07T23:54:23.1997539Z TWOHOST role B: notify instance notify-0 minted (real_mode=true)
2026-06-07T23:54:23.2272269Z TWOHOST role B: drive session 1 ready
2026-06-07T23:54:23.2589360Z PAIR_MEET_UP:twohost step=59362548 id=931bb0e9ad3cb1f5de921c62bd850e73d19eaa893beca2745f689e23acdfac83 addr=EndpointAddr { id: PublicKey(931bb0e9ad3cb1f5de921c62bd850e73d19eaa893beca2745f689e23acdfac83), addrs: {Ip(100.98.197.12:38554), Ip(192.168.1.154:38554)} }
2026-06-07T23:54:30.2610554Z PAIR_MEET_UP:twohost step=59362549 id=94930d598d29aae5a977842a6950de2b89b8e27abb6af4a9106348a102b1daec addr=EndpointAddr { id: PublicKey(94930d598d29aae5a977842a6950de2b89b8e27abb6af4a9106348a102b1daec), addrs: {Ip(100.98.197.12:46079), Ip(192.168.1.154:46079)} }
2026-06-07T23:55:00.2622699Z PAIR_MEET_UP:twohost step=59362550 id=ae4b1f5001d43ff241a8e78f8471ee3f8ed652051a4929c64f26be7c7220e63b addr=EndpointAddr { id: PublicKey(ae4b1f5001d43ff241a8e78f8471ee3f8ed652051a4929c64f26be7c7220e63b), addrs: {Ip(100.98.197.12:38800), Ip(192.168.1.154:38800)} }
2026-06-07T23:55:01.6828584Z PAIRED: joiner pinned (Pinned)
2026-06-07T23:55:01.7567376Z TWOHOST OK: pairing: A pinned via the daemon-hosted responder
2026-06-07T23:55:01.7569002Z TWOHOST OK: pairing (responder, daemon-hosted)
2026-06-07T23:55:02.2574214Z TWOHOST OK: register: A's perch row replicated to B
2026-06-07T23:55:02.5150571Z TWOHOST OK: message: A's WAN message spooled at B
2026-06-07T23:55:02.5154820Z TWOHOST OK: notif: A's insert fired on B
2026-06-07T23:55:02.5177619Z TWOHOST OK: notif dismissed at B (bcead52b862344aef51998ca5d8f15dce1e38e6cee3795b219a5849f6ad4b41a:1780876502146) — replicating back
2026-06-07T23:55:03.3109185Z TWOHOST OK: sync: B pulled A's mind
2026-06-07T23:55:03.3110206Z TWOHOST OK: rest: A's remote suspend landed (B suspended)
2026-06-07T23:55:03.5611157Z TWOHOST OK: rest: A's remote wake landed (B active again)
2026-06-07T23:55:04.3152287Z TWOHOST OK: presence: A's redirected notif surfaced at B
2026-06-07T23:55:04.3152947Z TWOHOST OK: presence: the surfacing node owns the marks
2026-06-07T23:55:05.3158405Z TWOHOST OK: shell: A's cross-node notify command RENDERED at B
2026-06-07T23:55:05.3159176Z TWOHOST OK: toast: A's notify rendered via the shell template at B
2026-06-07T23:55:05.5660451Z TWOHOST OK: done-file pushed by A (ladder complete on A)
2026-06-07T23:55:05.5661126Z TWOHOST role B: ladder complete
2026-06-07T23:55:05.5717690Z test two_host_ladder_role_b ... ok
2026-06-07T23:55:05.5718125Z 
2026-06-07T23:55:05.5718616Z test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 42.50s
2026-06-07T23:55:05.5719138Z 
2026-06-07T23:55:05.5925606Z Post job cleanup.
2026-06-07T23:55:05.6628685Z [command]/usr/bin/git version
2026-06-07T23:55:05.6658928Z git version 2.43.0
2026-06-07T23:55:05.6688598Z Temporarily overriding HOME='/home/reavus/actions-runner/_work/_temp/0c987c35-7670-4d72-9653-d6746f4fada7' before making global git config changes
2026-06-07T23:55:05.6689266Z Adding repository directory to the temporary git global config as a safe directory
2026-06-07T23:55:05.6691975Z [command]/usr/bin/git config --global --add safe.directory /home/reavus/actions-runner/_work/spt-core/spt-core/.adapter-notify
2026-06-07T23:55:05.6721484Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2026-06-07T23:55:05.6748087Z [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-07T23:55:05.6972351Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-06-07T23:55:05.6991860Z http.https://github.com/.extraheader
2026-06-07T23:55:05.6998348Z [command]/usr/bin/git config --local --unset-all http.https://github.com/.extraheader
2026-06-07T23:55:05.7020572Z [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-07T23:55:05.7204007Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-06-07T23:55:05.7229378Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
2026-06-07T23:55:05.7547494Z Post job cleanup.
2026-06-07T23:55:05.8215077Z [command]/usr/bin/git version
2026-06-07T23:55:05.8246744Z git version 2.43.0
2026-06-07T23:55:05.8276343Z Temporarily overriding HOME='/home/reavus/actions-runner/_work/_temp/f8cb8afb-a774-4a18-a1d3-bf77387eff76' before making global git config changes
2026-06-07T23:55:05.8277176Z Adding repository directory to the temporary git global config as a safe directory
2026-06-07T23:55:05.8279736Z [command]/usr/bin/git config --global --add safe.directory /home/reavus/actions-runner/_work/spt-core/spt-core
2026-06-07T23:55:05.8310066Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2026-06-07T23:55:05.8335673Z [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-07T23:55:05.8527363Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-06-07T23:55:05.8548345Z http.https://github.com/.extraheader
2026-06-07T23:55:05.8555732Z [command]/usr/bin/git config --local --unset-all http.https://github.com/.extraheader
2026-06-07T23:55:05.8581323Z [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-07T23:55:05.8805174Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-06-07T23:55:05.8830496Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
2026-06-07T23:55:05.9128770Z Cleaning up orphan processes
2026-06-07T23:55:05.9630178Z Terminate orphan process: pid (136883) (notify-shell)
2026-06-07T23:55:05.9650717Z Terminate orphan process: pid (136885) (spt)
