﻿2026-06-06T06:43:11.0530748Z Current runner version: '2.334.0'
2026-06-06T06:43:11.0540344Z Runner name: 'gravity'
2026-06-06T06:43:11.0541456Z Runner group name: 'Default'
2026-06-06T06:43:11.0542924Z Machine name: 'gravity-linux'
2026-06-06T06:43:11.0547636Z ##[group]GITHUB_TOKEN Permissions
2026-06-06T06:43:11.0552110Z Contents: read
2026-06-06T06:43:11.0552955Z Metadata: read
2026-06-06T06:43:11.0553737Z Packages: read
2026-06-06T06:43:11.0554562Z ##[endgroup]
2026-06-06T06:43:11.0558040Z Secret source: Actions
2026-06-06T06:43:11.0559304Z Prepare workflow directory
2026-06-06T06:43:11.1295344Z Prepare all required actions
2026-06-06T06:43:11.1355578Z Getting action download info
2026-06-06T06:43:11.8393721Z Download action repository 'actions/checkout@v5' (SHA:93cb6efe18208431cddfb8368fd83d5badbf9bfd)
2026-06-06T06:43:12.9678470Z Complete job name: twohost-b
2026-06-06T06:43:13.1084155Z ##[group]Run actions/checkout@v5
2026-06-06T06:43:13.1085851Z with:
2026-06-06T06:43:13.1086678Z   repository: SaberMage/spt-core
2026-06-06T06:43:13.1094550Z   token: ***
2026-06-06T06:43:13.1095327Z   ssh-strict: true
2026-06-06T06:43:13.1096125Z   ssh-user: git
2026-06-06T06:43:13.1096930Z   persist-credentials: true
2026-06-06T06:43:13.1097803Z   clean: true
2026-06-06T06:43:13.1098587Z   sparse-checkout-cone-mode: true
2026-06-06T06:43:13.1099593Z   fetch-depth: 1
2026-06-06T06:43:13.1100346Z   fetch-tags: false
2026-06-06T06:43:13.1101115Z   show-progress: true
2026-06-06T06:43:13.1101893Z   lfs: false
2026-06-06T06:43:13.1102636Z   submodules: false
2026-06-06T06:43:13.1103452Z   set-safe-directory: true
2026-06-06T06:43:13.1104960Z ##[endgroup]
2026-06-06T06:43:13.2660167Z Syncing repository: SaberMage/spt-core
2026-06-06T06:43:13.2664366Z ##[group]Getting Git version info
2026-06-06T06:43:13.2666432Z Working directory is '/home/david/actions-runner/_work/spt-core/spt-core'
2026-06-06T06:43:13.2668607Z [command]/usr/bin/git version
2026-06-06T06:43:13.2669682Z git version 2.34.1
2026-06-06T06:43:13.2672742Z ##[endgroup]
2026-06-06T06:43:13.2681797Z Copying '/home/david/.gitconfig' to '/home/david/actions-runner/_work/_temp/e6a15d44-d357-41f4-afa3-094bca431813/.gitconfig'
2026-06-06T06:43:13.2685076Z Temporarily overriding HOME='/home/david/actions-runner/_work/_temp/e6a15d44-d357-41f4-afa3-094bca431813' before making global git config changes
2026-06-06T06:43:13.2687791Z Adding repository directory to the temporary git global config as a safe directory
2026-06-06T06:43:13.2690125Z [command]/usr/bin/git config --global --add safe.directory /home/david/actions-runner/_work/spt-core/spt-core
2026-06-06T06:43:13.2740052Z [command]/usr/bin/git config --local --get remote.origin.url
2026-06-06T06:43:13.2770514Z https://github.com/SaberMage/spt-core
2026-06-06T06:43:13.2788943Z ##[group]Removing previously created refs, to avoid conflicts
2026-06-06T06:43:13.2795077Z [command]/usr/bin/git rev-parse --symbolic-full-name --verify --quiet HEAD
2026-06-06T06:43:13.2824684Z refs/heads/dev-freeform
2026-06-06T06:43:13.2839297Z [command]/usr/bin/git checkout --detach
2026-06-06T06:43:13.2899300Z HEAD is now at 7a22a63 fix(daemon): M7 [twohost] — responder must let the joiner close first (Done/Seed close race)
2026-06-06T06:43:13.2961976Z [command]/usr/bin/git branch --delete --force dev-freeform
2026-06-06T06:43:13.3003588Z Deleted branch dev-freeform (was 7a22a63).
2026-06-06T06:43:13.3051875Z ##[endgroup]
2026-06-06T06:43:13.3055702Z [command]/usr/bin/git submodule status
2026-06-06T06:43:13.3301697Z ##[group]Cleaning the repository
2026-06-06T06:43:13.3302926Z [command]/usr/bin/git clean -ffdx
2026-06-06T06:43:13.3341486Z Removing traceable-reqs
2026-06-06T06:43:13.3354859Z [command]/usr/bin/git reset --hard HEAD
2026-06-06T06:43:13.3424182Z HEAD is now at 7a22a63 fix(daemon): M7 [twohost] — responder must let the joiner close first (Done/Seed close race)
2026-06-06T06:43:13.3430543Z ##[endgroup]
2026-06-06T06:43:13.3433319Z ##[group]Disabling automatic garbage collection
2026-06-06T06:43:13.3439658Z [command]/usr/bin/git config --local gc.auto 0
2026-06-06T06:43:13.3476895Z ##[endgroup]
2026-06-06T06:43:13.3478319Z ##[group]Setting up auth
2026-06-06T06:43:13.3487518Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2026-06-06T06:43:13.3528086Z [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-06T06:43:13.3775313Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-06-06T06:43:13.3817510Z [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-06T06:43:13.4058818Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-06-06T06:43:13.4100391Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
2026-06-06T06:43:13.4437034Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic ***
2026-06-06T06:43:13.4441020Z ##[endgroup]
2026-06-06T06:43:13.4442648Z ##[group]Fetching the repository
2026-06-06T06:43:13.4446261Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +7a22a63cf14fd294e02ad0723459bb0f9fa7065c:refs/remotes/origin/dev-freeform
2026-06-06T06:43:14.1149707Z ##[endgroup]
2026-06-06T06:43:14.1152073Z ##[group]Determining the checkout info
2026-06-06T06:43:14.1154638Z ##[endgroup]
2026-06-06T06:43:14.1158834Z [command]/usr/bin/git sparse-checkout disable
2026-06-06T06:43:14.1220747Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig
2026-06-06T06:43:14.1262377Z ##[group]Checking out the ref
2026-06-06T06:43:14.1268513Z [command]/usr/bin/git checkout --progress --force -B dev-freeform refs/remotes/origin/dev-freeform
2026-06-06T06:43:14.1334817Z Switched to a new branch 'dev-freeform'
2026-06-06T06:43:14.1338269Z Branch 'dev-freeform' set up to track remote branch 'dev-freeform' from 'origin'.
2026-06-06T06:43:14.1350095Z ##[endgroup]
2026-06-06T06:43:14.1399299Z [command]/usr/bin/git log -1 --format=%H
2026-06-06T06:43:14.1435860Z 7a22a63cf14fd294e02ad0723459bb0f9fa7065c
2026-06-06T06:43:14.2053721Z ##[group]Run actions/checkout@v5
2026-06-06T06:43:14.2055286Z with:
2026-06-06T06:43:14.2056501Z   repository: SaberMage/spt-shell-notify
2026-06-06T06:43:14.2058505Z   path: .adapter-notify
2026-06-06T06:43:14.2077700Z   token: ***
2026-06-06T06:43:14.2078890Z   ssh-strict: true
2026-06-06T06:43:14.2080654Z   ssh-user: git
2026-06-06T06:43:14.2082082Z   persist-credentials: true
2026-06-06T06:43:14.2083654Z   clean: true
2026-06-06T06:43:14.2085293Z   sparse-checkout-cone-mode: true
2026-06-06T06:43:14.2086869Z   fetch-depth: 1
2026-06-06T06:43:14.2088081Z   fetch-tags: false
2026-06-06T06:43:14.2089387Z   show-progress: true
2026-06-06T06:43:14.2090736Z   lfs: false
2026-06-06T06:43:14.2091887Z   submodules: false
2026-06-06T06:43:14.2093154Z   set-safe-directory: true
2026-06-06T06:43:14.2094517Z ##[endgroup]
2026-06-06T06:43:14.3383813Z Syncing repository: SaberMage/spt-shell-notify
2026-06-06T06:43:14.3393008Z ##[group]Getting Git version info
2026-06-06T06:43:14.3395756Z Working directory is '/home/david/actions-runner/_work/spt-core/spt-core/.adapter-notify'
2026-06-06T06:43:14.3437187Z [command]/usr/bin/git version
2026-06-06T06:43:14.3491051Z git version 2.34.1
2026-06-06T06:43:14.3520496Z ##[endgroup]
2026-06-06T06:43:14.3534387Z Copying '/home/david/.gitconfig' to '/home/david/actions-runner/_work/_temp/4d82101a-203e-4b79-8174-8d4471a91a19/.gitconfig'
2026-06-06T06:43:14.3559438Z Temporarily overriding HOME='/home/david/actions-runner/_work/_temp/4d82101a-203e-4b79-8174-8d4471a91a19' before making global git config changes
2026-06-06T06:43:14.3565167Z Adding repository directory to the temporary git global config as a safe directory
2026-06-06T06:43:14.3570549Z [command]/usr/bin/git config --global --add safe.directory /home/david/actions-runner/_work/spt-core/spt-core/.adapter-notify
2026-06-06T06:43:14.3609711Z ##[group]Initializing the repository
2026-06-06T06:43:14.3615920Z [command]/usr/bin/git init /home/david/actions-runner/_work/spt-core/spt-core/.adapter-notify
2026-06-06T06:43:14.3657998Z hint: Using 'master' as the name for the initial branch. This default branch name
2026-06-06T06:43:14.3661279Z hint: is subject to change. To configure the initial branch name to use in all
2026-06-06T06:43:14.3665112Z hint: of your new repositories, which will suppress this warning, call:
2026-06-06T06:43:14.3667528Z hint: 
2026-06-06T06:43:14.3669338Z hint: 	git config --global init.defaultBranch <name>
2026-06-06T06:43:14.3671326Z hint: 
2026-06-06T06:43:14.3673162Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
2026-06-06T06:43:14.3676244Z hint: 'development'. The just-created branch can be renamed via this command:
2026-06-06T06:43:14.3678754Z hint: 
2026-06-06T06:43:14.3680131Z hint: 	git branch -m <name>
2026-06-06T06:43:14.3683140Z Initialized empty Git repository in /home/david/actions-runner/_work/spt-core/spt-core/.adapter-notify/.git/
2026-06-06T06:43:14.3689103Z [command]/usr/bin/git remote add origin https://github.com/SaberMage/spt-shell-notify
2026-06-06T06:43:14.3739786Z ##[endgroup]
2026-06-06T06:43:14.3742161Z ##[group]Disabling automatic garbage collection
2026-06-06T06:43:14.3744406Z [command]/usr/bin/git config --local gc.auto 0
2026-06-06T06:43:14.3784855Z ##[endgroup]
2026-06-06T06:43:14.3786974Z ##[group]Setting up auth
2026-06-06T06:43:14.3794216Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2026-06-06T06:43:14.3839320Z [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-06T06:43:14.4082245Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-06-06T06:43:14.4123756Z [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-06T06:43:14.4376559Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-06-06T06:43:14.4417242Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
2026-06-06T06:43:14.4665764Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic ***
2026-06-06T06:43:14.4726157Z ##[endgroup]
2026-06-06T06:43:14.4728357Z ##[group]Determining the default branch
2026-06-06T06:43:14.4731601Z Retrieving the default branch name
2026-06-06T06:43:14.9175146Z Default branch 'main'
2026-06-06T06:43:14.9178473Z ##[endgroup]
2026-06-06T06:43:14.9181483Z ##[group]Fetching the repository
2026-06-06T06:43:14.9196294Z [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-06T06:43:15.5862574Z From https://github.com/SaberMage/spt-shell-notify
2026-06-06T06:43:15.5864039Z  * [new branch]      main       -> origin/main
2026-06-06T06:43:15.5888926Z ##[endgroup]
2026-06-06T06:43:15.5890016Z ##[group]Determining the checkout info
2026-06-06T06:43:15.5899932Z ##[endgroup]
2026-06-06T06:43:15.5900494Z [command]/usr/bin/git sparse-checkout disable
2026-06-06T06:43:15.5970981Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig
2026-06-06T06:43:15.6013843Z ##[group]Checking out the ref
2026-06-06T06:43:15.6019049Z [command]/usr/bin/git checkout --progress --force -B main refs/remotes/origin/main
2026-06-06T06:43:15.6085481Z Switched to a new branch 'main'
2026-06-06T06:43:15.6086526Z Branch 'main' set up to track remote branch 'main' from 'origin'.
2026-06-06T06:43:15.6091491Z ##[endgroup]
2026-06-06T06:43:15.6145936Z [command]/usr/bin/git log -1 --format=%H
2026-06-06T06:43:15.6184207Z ee2d37eadc730c0019e0af82d683074c509634a2
2026-06-06T06:43:15.6390512Z ##[group]Run cargo build --manifest-path .adapter-notify/Cargo.toml
2026-06-06T06:43:15.6391427Z [36;1mcargo build --manifest-path .adapter-notify/Cargo.toml[0m
2026-06-06T06:43:15.6418936Z shell: /usr/bin/bash -e {0}
2026-06-06T06:43:15.6419749Z ##[endgroup]
2026-06-06T06:43:15.7007514Z     Updating crates.io index
2026-06-06T06:43:16.0375849Z      Locking 11 packages to latest compatible versions
2026-06-06T06:43:16.0772812Z    Compiling serde_core v1.0.228
2026-06-06T06:43:16.0773422Z    Compiling zmij v1.0.21
2026-06-06T06:43:16.0773907Z    Compiling serde_json v1.0.150
2026-06-06T06:43:16.0774633Z    Compiling itoa v1.0.18
2026-06-06T06:43:16.2280637Z    Compiling memchr v2.8.1
2026-06-06T06:43:20.0568139Z    Compiling spt-shell-notify v0.1.0 (/home/david/actions-runner/_work/spt-core/spt-core/.adapter-notify)
2026-06-06T06:43:20.3322729Z     Finished `dev` profile [unoptimized] target(s) in 4.67s
2026-06-06T06:43:20.3488454Z ##[group]Run cargo build -p spt --bin spt
2026-06-06T06:43:20.3489024Z [36;1mcargo build -p spt --bin spt[0m
2026-06-06T06:43:20.3509624Z shell: /usr/bin/bash -e {0}
2026-06-06T06:43:20.3510219Z ##[endgroup]
2026-06-06T06:43:20.7938928Z    Compiling proc-macro2 v1.0.106
2026-06-06T06:43:20.7939766Z    Compiling quote v1.0.45
2026-06-06T06:43:20.7940215Z    Compiling unicode-ident v1.0.24
2026-06-06T06:43:20.7940691Z    Compiling libc v0.2.186
2026-06-06T06:43:20.9205659Z    Compiling serde_core v1.0.228
2026-06-06T06:43:21.0190671Z    Compiling serde v1.0.228
2026-06-06T06:43:21.2897752Z    Compiling cfg-if v1.0.4
2026-06-06T06:43:21.3304987Z    Compiling pin-project-lite v0.2.17
2026-06-06T06:43:21.3877180Z    Compiling typenum v1.20.1
2026-06-06T06:43:22.6960550Z    Compiling syn v2.0.117
2026-06-06T06:43:22.8411357Z    Compiling portable-atomic v1.13.1
2026-06-06T06:43:23.3906366Z    Compiling version_check v0.9.5
2026-06-06T06:43:23.6700681Z    Compiling memchr v2.8.1
2026-06-06T06:43:23.8190934Z    Compiling critical-section v1.2.0
2026-06-06T06:43:23.8951323Z    Compiling bytes v1.11.1
2026-06-06T06:43:24.8190609Z    Compiling subtle v2.6.1
2026-06-06T06:43:25.0141041Z    Compiling futures-core v0.3.32
2026-06-06T06:43:25.0230928Z    Compiling log v0.4.32
2026-06-06T06:43:25.1490846Z    Compiling generic-array v0.14.7
2026-06-06T06:43:25.2631055Z    Compiling socket2 v0.6.4
2026-06-06T06:43:25.2890426Z    Compiling smallvec v1.15.1
2026-06-06T06:43:25.4656117Z    Compiling find-msvc-tools v0.1.9
2026-06-06T06:43:25.5855041Z    Compiling shlex v2.0.1
2026-06-06T06:43:25.7930700Z    Compiling semver v1.0.28
2026-06-06T06:43:25.8276528Z    Compiling cc v1.2.63
2026-06-06T06:43:26.2338560Z    Compiling rustc_version v0.4.1
2026-06-06T06:43:26.6640726Z    Compiling mio v1.2.1
2026-06-06T06:43:27.0998509Z    Compiling stable_deref_trait v1.2.1
2026-06-06T06:43:27.1722381Z    Compiling equivalent v1.0.2
2026-06-06T06:43:27.2241053Z    Compiling itoa v1.0.18
2026-06-06T06:43:27.4441183Z    Compiling slab v0.4.12
2026-06-06T06:43:27.4707778Z    Compiling futures-io v0.3.32
2026-06-06T06:43:27.6130942Z    Compiling futures-sink v0.3.32
2026-06-06T06:43:27.6580912Z    Compiling futures-task v0.3.32
2026-06-06T06:43:27.6930374Z    Compiling futures-channel v0.3.32
2026-06-06T06:43:27.8480582Z    Compiling crypto-common v0.1.7
2026-06-06T06:43:27.9506798Z    Compiling hashbrown v0.17.1
2026-06-06T06:43:28.0150329Z    Compiling getrandom v0.2.17
2026-06-06T06:43:28.2280985Z    Compiling cpufeatures v0.2.17
2026-06-06T06:43:28.2731257Z    Compiling fnv v1.0.7
2026-06-06T06:43:28.3341293Z    Compiling bitflags v2.12.1
2026-06-06T06:43:28.4400824Z    Compiling cfg_aliases v0.2.1
2026-06-06T06:43:28.4890135Z    Compiling writeable v0.6.3
2026-06-06T06:43:28.6260553Z    Compiling litemap v0.8.2
2026-06-06T06:43:28.7415308Z    Compiling rand_core v0.10.1
2026-06-06T06:43:28.8790344Z    Compiling rustversion v1.0.22
2026-06-06T06:43:28.9080628Z    Compiling icu_properties_data v2.2.0
2026-06-06T06:43:29.0270727Z    Compiling indexmap v2.14.0
2026-06-06T06:43:29.0821836Z    Compiling icu_normalizer_data v2.2.0
2026-06-06T06:43:29.2059003Z    Compiling utf8_iter v1.0.4
2026-06-06T06:43:29.3360034Z    Compiling synstructure v0.13.2
2026-06-06T06:43:29.9900329Z    Compiling getrandom v0.4.2
2026-06-06T06:43:30.2840292Z    Compiling percent-encoding v2.3.2
2026-06-06T06:43:30.3290566Z    Compiling ring v0.17.14
2026-06-06T06:43:30.4763714Z    Compiling http v1.4.1
2026-06-06T06:43:30.5297714Z    Compiling thiserror v2.0.18
2026-06-06T06:43:30.8380610Z    Compiling strsim v0.11.1
2026-06-06T06:43:30.9214820Z    Compiling autocfg v1.5.1
2026-06-06T06:43:31.3080618Z    Compiling cpufeatures v0.3.0
2026-06-06T06:43:31.5480562Z    Compiling chacha20 v0.10.0
2026-06-06T06:43:31.9120694Z    Compiling form_urlencoded v1.2.2
2026-06-06T06:43:32.0740397Z    Compiling block-buffer v0.10.4
2026-06-06T06:43:32.1333785Z    Compiling untrusted v0.9.0
2026-06-06T06:43:32.1920307Z    Compiling ident_case v1.0.1
2026-06-06T06:43:32.2311315Z    Compiling digest v0.10.7
2026-06-06T06:43:32.2370166Z    Compiling serde_derive v1.0.228
2026-06-06T06:43:32.2830662Z    Compiling zeroize_derive v1.4.3
2026-06-06T06:43:32.5025669Z    Compiling tokio-macros v2.7.0
2026-06-06T06:43:32.9591718Z    Compiling zeroize v1.8.2
2026-06-06T06:43:33.1521594Z    Compiling futures-macro v0.3.32
2026-06-06T06:43:33.3860609Z    Compiling tokio v1.52.3
2026-06-06T06:43:34.2006519Z    Compiling zerofrom-derive v0.1.7
2026-06-06T06:43:34.4341646Z    Compiling futures-util v0.3.32
2026-06-06T06:43:36.0810333Z    Compiling zerofrom v0.1.8
2026-06-06T06:43:36.2050509Z    Compiling yoke-derive v0.8.2
2026-06-06T06:43:37.8676713Z    Compiling yoke v0.8.3
2026-06-06T06:43:38.1158927Z    Compiling zerovec-derive v0.11.3
2026-06-06T06:43:39.3570890Z    Compiling displaydoc v0.2.6
2026-06-06T06:43:39.5360558Z    Compiling once_cell v1.21.4
2026-06-06T06:43:39.8039695Z    Compiling tracing-core v0.1.36
2026-06-06T06:43:39.8800267Z    Compiling zerovec v0.11.6
2026-06-06T06:43:40.3495393Z    Compiling tracing-attributes v0.1.31
2026-06-06T06:43:40.6970303Z    Compiling zerotrie v0.2.4
2026-06-06T06:43:40.9160366Z    Compiling tinystr v0.8.3
2026-06-06T06:43:41.1200324Z    Compiling potential_utf v0.1.5
2026-06-06T06:43:41.1559765Z    Compiling icu_locale_core v2.2.0
2026-06-06T06:43:41.2680677Z    Compiling icu_collections v2.2.0
2026-06-06T06:43:42.0378821Z    Compiling tokio-util v0.7.18
2026-06-06T06:43:42.3750598Z    Compiling tracing v0.1.44
2026-06-06T06:43:42.7260278Z    Compiling icu_provider v2.2.0
2026-06-06T06:43:43.1309955Z    Compiling icu_normalizer v2.2.0
2026-06-06T06:43:43.1810268Z    Compiling icu_properties v2.2.0
2026-06-06T06:43:43.7416059Z    Compiling rustls-pki-types v1.14.1
2026-06-06T06:43:43.7830751Z    Compiling thiserror-impl v2.0.18
2026-06-06T06:43:44.0410955Z    Compiling curve25519-dalek-derive v0.1.1
2026-06-06T06:43:44.5020703Z    Compiling ipnet v2.12.0
2026-06-06T06:43:45.2868080Z    Compiling idna_adapter v1.2.2
2026-06-06T06:43:45.3929074Z    Compiling idna v1.1.0
2026-06-06T06:43:45.5634027Z    Compiling darling_core v0.20.11
2026-06-06T06:43:45.8640554Z    Compiling rand v0.10.1
2026-06-06T06:43:46.4687540Z    Compiling url v2.5.8
2026-06-06T06:43:47.0110516Z    Compiling scopeguard v1.2.0
2026-06-06T06:43:47.0770759Z    Compiling rustls v0.23.40
2026-06-06T06:43:47.1850742Z    Compiling unicode-segmentation v1.13.3
2026-06-06T06:43:47.8240659Z    Compiling convert_case v0.10.0
2026-06-06T06:43:47.8795581Z    Compiling rustls-webpki v0.103.13
2026-06-06T06:43:48.2397630Z    Compiling lock_api v0.4.14
2026-06-06T06:43:48.2645568Z    Compiling atomic-waker v1.1.2
2026-06-06T06:43:48.3500631Z    Compiling anyhow v1.0.102
2026-06-06T06:43:48.5840663Z    Compiling unicode-xid v0.2.6
2026-06-06T06:43:48.6339988Z    Compiling const-oid v0.10.2
2026-06-06T06:43:48.6835395Z    Compiling derive_more-impl v2.1.1
2026-06-06T06:43:49.5320155Z    Compiling httparse v1.10.1
2026-06-06T06:43:49.8540311Z    Compiling zerocopy v0.8.50
2026-06-06T06:43:50.1950961Z    Compiling darling_macro v0.20.11
2026-06-06T06:43:50.5341530Z    Compiling darling v0.20.11
2026-06-06T06:43:50.5860757Z    Compiling derive_builder_core v0.20.2
2026-06-06T06:43:50.8160619Z    Compiling h2 v0.4.14
2026-06-06T06:43:52.1940743Z    Compiling http-body v1.0.1
2026-06-06T06:43:52.3290421Z    Compiling curve25519-dalek v4.1.3
2026-06-06T06:43:52.5136624Z    Compiling ahash v0.8.12
2026-06-06T06:43:52.6675726Z    Compiling hybrid-array v0.4.12
2026-06-06T06:43:53.6499428Z    Compiling powerfmt v0.2.0
2026-06-06T06:43:53.9130601Z    Compiling base64ct v1.8.3
2026-06-06T06:43:54.3058760Z    Compiling heck v0.5.0
2026-06-06T06:43:54.6875634Z    Compiling paste v1.0.15
2026-06-06T06:43:54.8208113Z    Compiling derive_more v2.1.1
2026-06-06T06:43:54.9270549Z    Compiling pem-rfc7468 v1.0.0
2026-06-06T06:43:54.9919961Z    Compiling deranged v0.5.8
2026-06-06T06:43:55.3636080Z    Compiling derive_builder_macro v0.20.2
2026-06-06T06:43:57.0609024Z    Compiling spez v0.1.2
2026-06-06T06:43:57.4120915Z    Compiling n0-error-macros v0.1.3
2026-06-06T06:43:58.6260370Z    Compiling num-traits v0.2.19
2026-06-06T06:43:58.6634622Z    Compiling rand_core v0.6.4
2026-06-06T06:43:58.7637216Z    Compiling zmij v1.0.21
2026-06-06T06:43:58.8820601Z    Compiling num-conv v0.2.2
2026-06-06T06:43:58.9800550Z    Compiling vcpkg v0.2.15
2026-06-06T06:43:59.0730364Z    Compiling tinyvec_macros v0.1.1
2026-06-06T06:43:59.1195317Z    Compiling pkg-config v0.3.33
2026-06-06T06:43:59.1889311Z    Compiling tower-service v0.3.3
2026-06-06T06:43:59.2494721Z    Compiling base64 v0.22.1
2026-06-06T06:43:59.7200858Z    Compiling parking_lot_core v0.9.12
2026-06-06T06:43:59.8965600Z    Compiling data-encoding v2.11.0
2026-06-06T06:43:59.9540583Z    Compiling fastrand v2.4.1
2026-06-06T06:44:00.0650726Z    Compiling try-lock v0.2.5
2026-06-06T06:44:00.1380598Z    Compiling time-core v0.1.8
2026-06-06T06:44:00.2360636Z    Compiling want v0.3.1
2026-06-06T06:44:00.3110795Z    Compiling libsqlite3-sys v0.30.1
2026-06-06T06:44:00.3951284Z    Compiling tinyvec v1.11.0
2026-06-06T06:44:01.0740663Z    Compiling n0-error v0.1.3
2026-06-06T06:44:01.1520550Z    Compiling derive_builder v0.20.2
2026-06-06T06:44:01.2361003Z    Compiling der v0.8.0-rc.10
2026-06-06T06:44:02.0494706Z    Compiling block-buffer v0.12.0
2026-06-06T06:44:02.2220561Z    Compiling crypto-common v0.2.2
2026-06-06T06:44:02.8672027Z    Compiling sha2 v0.10.9
2026-06-06T06:44:03.0333203Z    Compiling pin-project-internal v1.1.13
2026-06-06T06:44:03.4540603Z    Compiling vergen-lib v9.1.0
2026-06-06T06:44:03.5730747Z    Compiling n0-future v0.3.2
2026-06-06T06:44:03.7277079Z    Compiling inout v0.1.4
2026-06-06T06:44:03.7401023Z    Compiling httpdate v1.0.3
2026-06-06T06:44:03.8461329Z    Compiling diatomic-waker v0.2.3
2026-06-06T06:44:03.9850687Z    Compiling parking v2.2.1
2026-06-06T06:44:03.9970571Z    Compiling signature v2.2.0
2026-06-06T06:44:04.0985250Z    Compiling winnow v1.0.3
2026-06-06T06:44:04.1381102Z    Compiling serde_json v1.0.150
2026-06-06T06:44:04.2592870Z    Compiling cordyceps v0.3.4
2026-06-06T06:44:04.5364553Z    Compiling crossbeam-utils v0.8.21
2026-06-06T06:44:04.7190813Z    Compiling spin v0.10.0
2026-06-06T06:44:04.8160434Z    Compiling futures-buffered v0.2.13
2026-06-06T06:44:04.8540757Z    Compiling futures-lite v2.6.1
2026-06-06T06:44:04.9140546Z    Compiling pin-project v1.1.13
2026-06-06T06:44:04.9690614Z    Compiling ed25519 v2.2.3
2026-06-06T06:44:05.1498173Z    Compiling hyper v1.10.1
2026-06-06T06:44:05.3130656Z    Compiling cipher v0.4.4
2026-06-06T06:44:05.6117648Z    Compiling digest v0.11.3
2026-06-06T06:44:05.8070734Z    Compiling spki v0.8.0-rc.4
2026-06-06T06:44:06.0260340Z    Compiling hashbrown v0.14.5
2026-06-06T06:44:06.2393213Z    Compiling toml_parser v1.1.2+spec-1.1.0
2026-06-06T06:44:06.3610667Z    Compiling netlink-packet-core v0.8.1
2026-06-06T06:44:07.7910627Z    Compiling tokio-rustls v0.26.4
2026-06-06T06:44:08.0711983Z    Compiling vergen v9.1.0
2026-06-06T06:44:08.1852844Z    Compiling vergen-lib v0.1.6
2026-06-06T06:44:08.1930755Z    Compiling noq-udp v0.10.0
2026-06-06T06:44:08.2660403Z    Compiling universal-hash v0.5.1
2026-06-06T06:44:08.3070893Z    Compiling curve25519-dalek v5.0.0-pre.6
2026-06-06T06:44:08.3701033Z    Compiling heapless v0.7.17
2026-06-06T06:44:08.4918477Z    Compiling sync_wrapper v1.0.2
2026-06-06T06:44:08.5581102Z    Compiling byteorder v1.5.0
2026-06-06T06:44:08.5660332Z    Compiling either v1.16.0
2026-06-06T06:44:08.5770127Z    Compiling toml_datetime v1.1.1+spec-1.1.0
2026-06-06T06:44:08.7913011Z    Compiling opaque-debug v0.3.1
2026-06-06T06:44:08.8448727Z    Compiling polyval v0.6.2
2026-06-06T06:44:08.8746399Z    Compiling prefix-trie v0.8.4
2026-06-06T06:44:08.8957595Z    Compiling toml_edit v0.25.12+spec-1.1.0
2026-06-06T06:44:09.0855440Z    Compiling hash32 v0.2.1
2026-06-06T06:44:09.3887447Z    Compiling parking_lot v0.12.5
2026-06-06T06:44:09.9308886Z    Compiling hyper-util v0.1.20
2026-06-06T06:44:10.7890911Z    Compiling hashlink v0.9.1
2026-06-06T06:44:11.9490696Z    Compiling pkcs8 v0.11.0-rc.10
2026-06-06T06:44:12.1547684Z    Compiling ed25519-dalek v2.2.0
2026-06-06T06:44:12.8651115Z    Compiling spin v0.9.8
2026-06-06T06:44:13.1110349Z    Compiling futures-executor v0.3.32
2026-06-06T06:44:13.3900754Z    Compiling vergen-gitcl v1.0.8
2026-06-06T06:44:13.4170990Z    Compiling tower-layer v0.3.3
2026-06-06T06:44:13.5176972Z    Compiling fallible-streaming-iterator v0.1.9
2026-06-06T06:44:13.6800569Z    Compiling signature v3.0.0
2026-06-06T06:44:13.7880378Z    Compiling num_threads v0.1.7
2026-06-06T06:44:13.9123064Z    Compiling fallible-iterator v0.3.0
2026-06-06T06:44:14.1191167Z    Compiling time v0.3.47
2026-06-06T06:44:14.4793384Z    Compiling ed25519 v3.0.0-rc.4
2026-06-06T06:44:14.7800339Z    Compiling data-encoding-macro-internal v0.1.18
2026-06-06T06:44:14.9213995Z    Compiling futures v0.3.32
2026-06-06T06:44:15.2261154Z    Compiling spt-proto v0.1.0 (/home/david/actions-runner/_work/spt-core/spt-core/crates/spt-proto)
2026-06-06T06:44:16.0219370Z    Compiling proc-macro-crate v3.5.0
2026-06-06T06:44:16.4380529Z    Compiling hickory-proto v0.26.0-beta.4
2026-06-06T06:44:17.8740704Z    Compiling ghash v0.5.1
2026-06-06T06:44:17.9661510Z    Compiling sha2 v0.11.0-rc.5
2026-06-06T06:44:19.3391872Z    Compiling aes v0.8.4
2026-06-06T06:44:19.4357768Z    Compiling ctr v0.9.2
2026-06-06T06:44:19.6071380Z    Compiling http-body-util v0.1.3
2026-06-06T06:44:19.9319410Z    Compiling cobs v0.3.0
2026-06-06T06:44:20.1150318Z    Compiling netlink-sys v0.8.8
2026-06-06T06:44:20.1627859Z    Compiling postcard-derive v0.2.2
2026-06-06T06:44:20.4280574Z    Compiling aead v0.5.2
2026-06-06T06:44:20.5410833Z    Compiling openssl-probe v0.2.1
2026-06-06T06:44:20.6691813Z    Compiling rustls-native-certs v0.8.4
2026-06-06T06:44:20.7325655Z    Compiling postcard v1.1.3
2026-06-06T06:44:20.9585541Z    Compiling aes-gcm v0.10.3
2026-06-06T06:44:21.1290719Z    Compiling ed25519-dalek v3.0.0-pre.6
2026-06-06T06:44:21.2850657Z    Compiling rusqlite v0.32.1
2026-06-06T06:44:21.5520542Z    Compiling num_enum_derive v0.7.6
2026-06-06T06:44:21.5624466Z    Compiling data-encoding-macro v0.1.20
2026-06-06T06:44:21.6151714Z    Compiling tower v0.5.3
2026-06-06T06:44:22.2320735Z    Compiling crossbeam-epoch v0.9.18
2026-06-06T06:44:22.4500714Z    Compiling crossbeam-channel v0.5.15
2026-06-06T06:44:22.7220845Z    Compiling netlink-packet-route v0.29.0
2026-06-06T06:44:22.9556061Z    Compiling spt-store v0.1.0 (/home/david/actions-runner/_work/spt-core/spt-core/crates/spt-store)
2026-06-06T06:44:23.2470352Z    Compiling strum_macros v0.28.0
2026-06-06T06:44:23.3083169Z    Compiling iroh-metrics-derive v0.4.1
2026-06-06T06:44:23.8060682Z    Compiling async-trait v0.1.89
2026-06-06T06:44:25.1631304Z    Compiling enum-assoc v1.3.0
2026-06-06T06:44:26.1109680Z    Compiling memoffset v0.6.5
2026-06-06T06:44:26.2406537Z    Compiling uuid v1.23.2
2026-06-06T06:44:26.7111599Z    Compiling noq v0.18.0
2026-06-06T06:44:26.8296528Z    Compiling netwatch v0.16.0
2026-06-06T06:44:26.9237427Z    Compiling blake3 v1.8.5
2026-06-06T06:44:27.0181066Z    Compiling acto v0.8.2
2026-06-06T06:44:27.1650642Z    Compiling allocator-api2 v0.2.21
2026-06-06T06:44:27.2550587Z    Compiling identity-hash v0.1.0
2026-06-06T06:44:27.3420666Z    Compiling lru-slab v0.1.2
2026-06-06T06:44:27.6009879Z    Compiling rustc-hash v2.1.2
2026-06-06T06:44:27.6610734Z    Compiling ryu v1.0.23
2026-06-06T06:44:27.6948868Z    Compiling ref-cast v1.0.25
2026-06-06T06:44:27.8580746Z    Compiling mac-addr v0.3.0
2026-06-06T06:44:27.9616516Z    Compiling xml-rs v0.8.28
2026-06-06T06:44:28.0535180Z    Compiling thiserror v1.0.69
2026-06-06T06:44:28.3273500Z    Compiling foldhash v0.2.0
2026-06-06T06:44:28.5086497Z    Compiling tagptr v0.2.0
2026-06-06T06:44:28.6750762Z    Compiling sorted-index-buffer v0.2.1
2026-06-06T06:44:28.8290296Z    Compiling noq-proto v0.17.0
2026-06-06T06:44:29.4090497Z    Compiling xmltree v0.10.3
2026-06-06T06:44:29.5960763Z    Compiling moka v0.12.15
2026-06-06T06:44:29.6558490Z    Compiling hashbrown v0.16.1
2026-06-06T06:44:30.8191482Z    Compiling iroh-metrics v0.38.3
2026-06-06T06:44:31.4771740Z    Compiling netdev v0.42.0
2026-06-06T06:44:32.0997723Z    Compiling strum v0.28.0
2026-06-06T06:44:32.2498891Z    Compiling spt-msg v0.1.0 (/home/david/actions-runner/_work/spt-core/spt-core/crates/spt-msg)
2026-06-06T06:44:32.7530693Z    Compiling hickory-net v0.26.0-beta.4
2026-06-06T06:44:32.8390605Z    Compiling num_enum v0.7.6
2026-06-06T06:44:32.9262289Z    Compiling tower-http v0.6.11
2026-06-06T06:44:33.5172127Z    Compiling iroh-relay v0.98.0
2026-06-06T06:44:33.7815443Z    Compiling iroh-base v0.98.0
2026-06-06T06:44:34.0690768Z    Compiling rustls-platform-verifier v0.7.0
2026-06-06T06:44:34.2841202Z    Compiling netlink-proto v0.12.0
2026-06-06T06:44:34.6008433Z    Compiling hyper-rustls v0.27.9
2026-06-06T06:44:34.6110613Z    Compiling n0-watcher v0.6.1
2026-06-06T06:44:34.8919650Z    Compiling netlink-packet-route v0.30.0
2026-06-06T06:44:35.8120233Z    Compiling attohttpc v0.30.1
2026-06-06T06:44:35.8700717Z    Compiling tokio-stream v0.1.18
2026-06-06T06:44:36.6350734Z    Compiling serde_spanned v0.6.9
2026-06-06T06:44:36.7530680Z    Compiling toml_datetime v0.6.11
2026-06-06T06:44:37.0870761Z    Compiling thiserror-impl v1.0.69
2026-06-06T06:44:37.2841086Z    Compiling ref-cast-impl v1.0.25
2026-06-06T06:44:37.8670557Z    Compiling serde_derive_internals v0.29.1
2026-06-06T06:44:38.9160653Z    Compiling simple-dns v0.9.3
2026-06-06T06:44:39.4221922Z    Compiling termios v0.2.2
2026-06-06T06:44:39.5540775Z    Compiling ioctl-rs v0.1.6
2026-06-06T06:44:39.6420933Z    Compiling serial-core v0.4.0
2026-06-06T06:44:39.8290836Z    Compiling smol_str v0.1.24
2026-06-06T06:44:40.0459555Z    Compiling winnow v0.7.15
2026-06-06T06:44:41.5270499Z    Compiling toml_write v0.1.2
2026-06-06T06:44:41.7688688Z    Compiling arrayref v0.3.9
2026-06-06T06:44:41.8130337Z    Compiling simdutf8 v0.1.5
2026-06-06T06:44:42.1430509Z    Compiling resolv-conf v0.7.6
2026-06-06T06:44:42.5978455Z    Compiling arrayvec v0.7.6
2026-06-06T06:44:42.6090447Z    Compiling rustix v1.1.4
2026-06-06T06:44:42.8820499Z    Compiling sha1_smol v1.0.1
2026-06-06T06:44:42.9635391Z    Compiling constant_time_eq v0.4.2
2026-06-06T06:44:43.1320376Z    Compiling tokio-websockets v0.13.2
2026-06-06T06:44:43.8300406Z    Compiling toml_edit v0.22.27
2026-06-06T06:44:44.2647132Z    Compiling hickory-resolver v0.26.0-beta.4
2026-06-06T06:44:46.2478935Z    Compiling iroh-dns v0.98.0
2026-06-06T06:44:47.0900815Z    Compiling serial-unix v0.4.0
2026-06-06T06:44:47.2951276Z    Compiling schemars_derive v1.2.1
2026-06-06T06:44:48.2840569Z    Compiling igd-next v0.17.1
2026-06-06T06:44:49.5261421Z    Compiling reqwest v0.13.4
2026-06-06T06:44:49.9080419Z    Compiling lru v0.16.4
2026-06-06T06:44:50.1409387Z    Compiling webpki-roots v1.0.7
2026-06-06T06:44:50.2520620Z    Compiling hmac v0.12.1
2026-06-06T06:44:50.3760840Z    Compiling iroh v0.98.2
2026-06-06T06:44:50.5968989Z    Compiling serde_bytes v0.11.19
2026-06-06T06:44:50.7011495Z    Compiling aho-corasick v1.1.4
2026-06-06T06:44:50.8840983Z    Compiling seize v0.5.1
2026-06-06T06:44:51.2871138Z    Compiling cmov v0.5.4
2026-06-06T06:44:51.5910236Z    Compiling linux-raw-sys v0.12.1
2026-06-06T06:44:52.1890578Z    Compiling bitflags v1.3.2
2026-06-06T06:44:52.2341866Z    Compiling regex-syntax v0.8.10
2026-06-06T06:44:52.7648639Z    Compiling dyn-clone v1.0.20
2026-06-06T06:44:52.8653192Z    Compiling utf8parse v0.2.2
2026-06-06T06:44:52.9478819Z    Compiling pin-utils v0.1.0
2026-06-06T06:44:52.9940679Z    Compiling nix v0.25.1
2026-06-06T06:44:53.8779395Z    Compiling anstyle-parse v1.0.0
2026-06-06T06:44:54.0730510Z    Compiling schemars v1.2.1
2026-06-06T06:44:56.5691003Z    Compiling regex-automata v0.4.14
2026-06-06T06:44:58.0650560Z    Compiling ctutils v0.4.2
2026-06-06T06:44:58.3740399Z    Compiling papaya v0.2.4
2026-06-06T06:44:59.0250210Z    Compiling hkdf v0.12.4
2026-06-06T06:44:59.1510508Z    Compiling portmapper v0.16.0
2026-06-06T06:44:59.1590546Z    Compiling filedescriptor v0.8.3
2026-06-06T06:44:59.3801327Z    Compiling swarm-discovery v0.6.0-alpha.2
2026-06-06T06:45:02.2990636Z    Compiling toml v0.8.23
2026-06-06T06:45:03.3580496Z    Compiling serial v0.4.0
2026-06-06T06:45:03.4270567Z    Compiling backon v1.6.0
2026-06-06T06:45:03.6930401Z    Compiling anstyle-query v1.1.5
2026-06-06T06:45:03.7050331Z    Compiling colorchoice v1.0.5
2026-06-06T06:45:03.7561805Z    Compiling is_terminal_polyfill v1.70.2
2026-06-06T06:45:03.7824517Z    Compiling anstyle v1.0.14
2026-06-06T06:45:03.7900561Z    Compiling shell-words v1.1.1
2026-06-06T06:45:03.8265480Z    Compiling downcast-rs v1.2.1
2026-06-06T06:45:03.8871102Z    Compiling spt-runtime v0.1.0 (/home/david/actions-runner/_work/spt-core/spt-core/crates/spt-runtime)
2026-06-06T06:45:03.9411364Z    Compiling portable-pty v0.8.1
2026-06-06T06:45:04.0800847Z    Compiling anstream v1.0.0
2026-06-06T06:45:04.4920614Z    Compiling regex v1.12.3
2026-06-06T06:45:04.9216225Z    Compiling spake2 v0.4.0
2026-06-06T06:45:05.2090451Z    Compiling terminal_size v0.4.4
2026-06-06T06:45:05.2972322Z    Compiling sha1 v0.10.6
2026-06-06T06:45:05.3330831Z    Compiling clap_lex v1.1.0
2026-06-06T06:45:05.5490391Z    Compiling doctest-file v1.1.1
2026-06-06T06:45:05.6130983Z    Compiling clap_builder v4.6.0
2026-06-06T06:45:06.0602381Z    Compiling interprocess v2.4.2
2026-06-06T06:45:06.9811400Z    Compiling spt-live v0.1.0 (/home/david/actions-runner/_work/spt-core/spt-core/crates/spt-live)
2026-06-06T06:45:07.9636467Z    Compiling spt-term v0.1.0 (/home/david/actions-runner/_work/spt-core/spt-core/crates/spt-term)
2026-06-06T06:45:09.7140809Z    Compiling clap_derive v4.6.1
2026-06-06T06:45:10.4770843Z    Compiling qrcode v0.14.1
2026-06-06T06:45:11.9972880Z    Compiling clap v4.6.1
2026-06-06T06:45:19.5286153Z    Compiling spt-net v0.1.0 (/home/david/actions-runner/_work/spt-core/spt-core/crates/spt-net)
2026-06-06T06:45:21.7815428Z    Compiling spt-daemon v0.1.0 (/home/david/actions-runner/_work/spt-core/spt-core/crates/spt-daemon)
2026-06-06T06:45:28.6792765Z    Compiling spt v0.1.0 (/home/david/actions-runner/_work/spt-core/spt-core/crates/spt)
2026-06-06T06:45:32.2503286Z     Finished `dev` profile [unoptimized] target(s) in 2m 11s
2026-06-06T06:45:32.2974935Z ##[group]Run cargo test -p spt-daemon --test twohost -- --nocapture
2026-06-06T06:45:32.2975738Z [36;1mcargo test -p spt-daemon --test twohost -- --nocapture[0m
2026-06-06T06:45:32.2995305Z shell: /usr/bin/bash -e {0}
2026-06-06T06:45:32.2995694Z env:
2026-06-06T06:45:32.2995999Z   SPT_TWO_HOST: 1
2026-06-06T06:45:32.2996327Z   SPT_TWO_HOST_ROLE: b
2026-06-06T06:45:32.2996697Z   SPT_TWO_HOST_SECRET: rig-twohost-ci
2026-06-06T06:45:32.2997126Z   SPT_TWO_HOST_PEER_IP: 100.68.35.65
2026-06-06T06:45:32.2997536Z   SPT_TWO_HOST_WAIT_SECS: 900
2026-06-06T06:45:32.2998336Z   SPT_TWO_HOST_NOTIFY_BIN: /home/david/actions-runner/_work/spt-core/spt-core/.adapter-notify/target/debug/notify-shell
2026-06-06T06:45:32.2999216Z ##[endgroup]
2026-06-06T06:45:32.6633864Z    Compiling fastrand v2.4.1
2026-06-06T06:45:32.6791459Z    Compiling rustix v1.1.4
2026-06-06T06:45:32.8510383Z    Compiling futures-lite v2.6.1
2026-06-06T06:45:32.8511290Z    Compiling backon v1.6.0
2026-06-06T06:45:33.8346498Z    Compiling n0-future v0.3.2
2026-06-06T06:45:33.9097160Z    Compiling n0-watcher v0.6.1
2026-06-06T06:45:33.9098087Z    Compiling iroh-dns v0.98.0
2026-06-06T06:45:34.1190693Z    Compiling netwatch v0.16.0
2026-06-06T06:45:34.3587034Z    Compiling iroh-relay v0.98.0
2026-06-06T06:45:35.3660746Z    Compiling tempfile v3.27.0
2026-06-06T06:45:35.8859147Z    Compiling portmapper v0.16.0
2026-06-06T06:45:39.5562796Z    Compiling iroh v0.98.2
2026-06-06T06:45:51.9768195Z    Compiling spt-net v0.1.0 (/home/david/actions-runner/_work/spt-core/spt-core/crates/spt-net)
2026-06-06T06:45:54.2226087Z    Compiling spt-daemon v0.1.0 (/home/david/actions-runner/_work/spt-core/spt-core/crates/spt-daemon)
2026-06-06T06:46:02.7352252Z     Finished `test` profile [unoptimized] target(s) in 30.41s
2026-06-06T06:46:02.7641471Z      Running tests/twohost.rs (target/debug/deps/twohost-18963cf7f1d6c3f2)
2026-06-06T06:46:02.7682587Z 
2026-06-06T06:46:02.7682986Z running 2 tests
2026-06-06T06:46:02.7685236Z test two_host_ladder_role_a ... ok
2026-06-06T06:46:02.7694657Z TWOHOST role B: node 9bbcee970607c7454b0baf8b38b032ccdf1a36de7ef04d614158fecd1f08b612
2026-06-06T06:46:03.7186285Z TWOHOST role B: notify instance notify-0 minted (real_mode=true)
2026-06-06T06:46:03.8706249Z TWOHOST role B: drive session 1 ready
2026-06-06T06:46:05.3200704Z PAIRING_ATTEMPT_FAIL: key confirmation failed — pairing aborted
2026-06-06T06:46:10.4258280Z PAIRED: joiner pinned (Pinned)
2026-06-06T06:46:10.6272012Z TWOHOST OK: pairing: A pinned via the daemon-hosted responder
2026-06-06T06:46:10.6273035Z TWOHOST OK: pairing (responder, daemon-hosted)
2026-06-06T06:46:11.1281783Z TWOHOST OK: register: A's perch row replicated to B
2026-06-06T06:46:11.3802003Z TWOHOST OK: message: A's WAN message spooled at B
2026-06-06T06:46:11.3805681Z TWOHOST OK: notif: A's insert fired on B
2026-06-06T06:46:11.4156587Z TWOHOST OK: notif dismissed at B (bcead52b862344aef51998ca5d8f15dce1e38e6cee3795b219a5849f6ad4b41a:1780728370892) — replicating back
2026-06-06T06:46:11.9495615Z TWOHOST OK: sync: B pulled A's mind
2026-06-06T06:46:11.9504014Z TWOHOST OK: rest: A's remote suspend landed (B suspended)
2026-06-06T06:46:13.2009892Z TWOHOST OK: rest: A's remote wake landed (B active again)
2026-06-06T06:46:14.7093174Z TWOHOST OK: presence: A's redirected notif surfaced at B
2026-06-06T06:46:14.7094251Z TWOHOST OK: presence: the surfacing node owns the marks
2026-06-06T06:46:15.4600144Z TWOHOST OK: shell: A's cross-node notify command RENDERED at B
2026-06-06T06:46:15.4601013Z TWOHOST OK: toast: A's notify rendered via the shell template at B
2026-06-06T06:46:15.9602976Z TWOHOST OK: done-file pushed by A (ladder complete on A)
2026-06-06T06:46:15.9603701Z TWOHOST role B: ladder complete
2026-06-06T06:46:15.9972082Z test two_host_ladder_role_b ... ok
2026-06-06T06:46:15.9972708Z 
2026-06-06T06:46:15.9973640Z test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 13.23s
2026-06-06T06:46:15.9974213Z 
2026-06-06T06:46:16.0246301Z Post job cleanup.
2026-06-06T06:46:16.1499552Z [command]/usr/bin/git version
2026-06-06T06:46:16.1559491Z git version 2.34.1
2026-06-06T06:46:16.1610246Z Copying '/home/david/.gitconfig' to '/home/david/actions-runner/_work/_temp/a7f44c2b-5696-4231-9242-5f47f5cec4dd/.gitconfig'
2026-06-06T06:46:16.1639930Z Temporarily overriding HOME='/home/david/actions-runner/_work/_temp/a7f44c2b-5696-4231-9242-5f47f5cec4dd' before making global git config changes
2026-06-06T06:46:16.1643115Z Adding repository directory to the temporary git global config as a safe directory
2026-06-06T06:46:16.1652218Z [command]/usr/bin/git config --global --add safe.directory /home/david/actions-runner/_work/spt-core/spt-core/.adapter-notify
2026-06-06T06:46:16.1701557Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2026-06-06T06:46:16.1748523Z [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-06T06:46:16.1995358Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-06-06T06:46:16.2027451Z http.https://github.com/.extraheader
2026-06-06T06:46:16.2045031Z [command]/usr/bin/git config --local --unset-all http.https://github.com/.extraheader
2026-06-06T06:46:16.2092313Z [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-06T06:46:16.2375582Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-06-06T06:46:16.2425193Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
2026-06-06T06:46:16.2941338Z Post job cleanup.
2026-06-06T06:46:16.4349323Z [command]/usr/bin/git version
2026-06-06T06:46:16.4408899Z git version 2.34.1
2026-06-06T06:46:16.4460145Z Copying '/home/david/.gitconfig' to '/home/david/actions-runner/_work/_temp/c53632ec-fcca-43f4-9c36-202a251df203/.gitconfig'
2026-06-06T06:46:16.4486783Z Temporarily overriding HOME='/home/david/actions-runner/_work/_temp/c53632ec-fcca-43f4-9c36-202a251df203' before making global git config changes
2026-06-06T06:46:16.4489435Z Adding repository directory to the temporary git global config as a safe directory
2026-06-06T06:46:16.4496607Z [command]/usr/bin/git config --global --add safe.directory /home/david/actions-runner/_work/spt-core/spt-core
2026-06-06T06:46:16.4551826Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2026-06-06T06:46:16.4605410Z [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-06T06:46:16.4895042Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-06-06T06:46:16.4927755Z http.https://github.com/.extraheader
2026-06-06T06:46:16.4945174Z [command]/usr/bin/git config --local --unset-all http.https://github.com/.extraheader
2026-06-06T06:46:16.4995371Z [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-06T06:46:16.5306999Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-06-06T06:46:16.5354546Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
2026-06-06T06:46:16.5788832Z Cleaning up orphan processes
2026-06-06T06:46:16.6382512Z Terminate orphan process: pid (2189422) (notify-shell)
2026-06-06T06:46:16.6416061Z Terminate orphan process: pid (2189424) (spt)
