﻿2026-06-06T06:08:51.9267421Z Current runner version: '2.334.0'
2026-06-06T06:08:51.9276878Z Runner name: 'gravity'
2026-06-06T06:08:51.9278268Z Runner group name: 'Default'
2026-06-06T06:08:51.9279833Z Machine name: 'gravity-linux'
2026-06-06T06:08:51.9283946Z ##[group]GITHUB_TOKEN Permissions
2026-06-06T06:08:51.9287903Z Contents: read
2026-06-06T06:08:51.9288943Z Metadata: read
2026-06-06T06:08:51.9290105Z Packages: read
2026-06-06T06:08:51.9364527Z ##[endgroup]
2026-06-06T06:08:51.9369041Z Secret source: Actions
2026-06-06T06:08:51.9370097Z Prepare workflow directory
2026-06-06T06:08:52.0043840Z Prepare all required actions
2026-06-06T06:08:52.0103304Z Getting action download info
2026-06-06T06:08:52.5444862Z Download action repository 'actions/checkout@v5' (SHA:93cb6efe18208431cddfb8368fd83d5badbf9bfd)
2026-06-06T06:08:53.3995455Z Complete job name: twohost-b
2026-06-06T06:08:53.5412499Z ##[group]Run actions/checkout@v5
2026-06-06T06:08:53.5414269Z with:
2026-06-06T06:08:53.5415079Z   repository: SaberMage/spt-core
2026-06-06T06:08:53.5423857Z   token: ***
2026-06-06T06:08:53.5424619Z   ssh-strict: true
2026-06-06T06:08:53.5425376Z   ssh-user: git
2026-06-06T06:08:53.5426135Z   persist-credentials: true
2026-06-06T06:08:53.5426961Z   clean: true
2026-06-06T06:08:53.5427713Z   sparse-checkout-cone-mode: true
2026-06-06T06:08:53.5428597Z   fetch-depth: 1
2026-06-06T06:08:53.5429559Z   fetch-tags: false
2026-06-06T06:08:53.5430501Z   show-progress: true
2026-06-06T06:08:53.5431258Z   lfs: false
2026-06-06T06:08:53.5431967Z   submodules: false
2026-06-06T06:08:53.5432739Z   set-safe-directory: true
2026-06-06T06:08:53.5434144Z ##[endgroup]
2026-06-06T06:08:53.7001824Z Syncing repository: SaberMage/spt-core
2026-06-06T06:08:53.7006027Z ##[group]Getting Git version info
2026-06-06T06:08:53.7007746Z Working directory is '/home/david/actions-runner/_work/spt-core/spt-core'
2026-06-06T06:08:53.7010205Z [command]/usr/bin/git version
2026-06-06T06:08:53.7011293Z git version 2.34.1
2026-06-06T06:08:53.7014906Z ##[endgroup]
2026-06-06T06:08:53.7025136Z Copying '/home/david/.gitconfig' to '/home/david/actions-runner/_work/_temp/8bd36bdc-9046-4fbe-93b6-911f561f695c/.gitconfig'
2026-06-06T06:08:53.7041616Z Temporarily overriding HOME='/home/david/actions-runner/_work/_temp/8bd36bdc-9046-4fbe-93b6-911f561f695c' before making global git config changes
2026-06-06T06:08:53.7044281Z Adding repository directory to the temporary git global config as a safe directory
2026-06-06T06:08:53.7048458Z [command]/usr/bin/git config --global --add safe.directory /home/david/actions-runner/_work/spt-core/spt-core
2026-06-06T06:08:53.7101259Z [command]/usr/bin/git config --local --get remote.origin.url
2026-06-06T06:08:53.7132198Z https://github.com/SaberMage/spt-core
2026-06-06T06:08:53.7150141Z ##[group]Removing previously created refs, to avoid conflicts
2026-06-06T06:08:53.7157071Z [command]/usr/bin/git rev-parse --symbolic-full-name --verify --quiet HEAD
2026-06-06T06:08:53.7187266Z refs/heads/dev-freeform
2026-06-06T06:08:53.7199445Z [command]/usr/bin/git checkout --detach
2026-06-06T06:08:53.7264754Z HEAD is now at c152807 test(ci): M7 D5 [twohost] — product-surface join rung + quickstart e2e rewrite
2026-06-06T06:08:53.7320644Z [command]/usr/bin/git branch --delete --force dev-freeform
2026-06-06T06:08:53.7360694Z Deleted branch dev-freeform (was c152807).
2026-06-06T06:08:53.7411804Z ##[endgroup]
2026-06-06T06:08:53.7413969Z [command]/usr/bin/git submodule status
2026-06-06T06:08:53.7663130Z ##[group]Cleaning the repository
2026-06-06T06:08:53.7668504Z [command]/usr/bin/git clean -ffdx
2026-06-06T06:08:55.0160202Z Removing .adapter-notify/
2026-06-06T06:08:55.0162524Z Removing target/
2026-06-06T06:08:55.0172966Z [command]/usr/bin/git reset --hard HEAD
2026-06-06T06:08:55.0249077Z HEAD is now at c152807 test(ci): M7 D5 [twohost] — product-surface join rung + quickstart e2e rewrite
2026-06-06T06:08:55.0255672Z ##[endgroup]
2026-06-06T06:08:55.0258135Z ##[group]Disabling automatic garbage collection
2026-06-06T06:08:55.0264840Z [command]/usr/bin/git config --local gc.auto 0
2026-06-06T06:08:55.0304360Z ##[endgroup]
2026-06-06T06:08:55.0306602Z ##[group]Setting up auth
2026-06-06T06:08:55.0314538Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2026-06-06T06:08:55.0357014Z [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:08:55.0599096Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-06-06T06:08:55.0641666Z [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:08:55.0881972Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-06-06T06:08:55.0924173Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
2026-06-06T06:08:55.1173562Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic ***
2026-06-06T06:08:55.1234965Z ##[endgroup]
2026-06-06T06:08:55.1237823Z ##[group]Fetching the repository
2026-06-06T06:08:55.1248942Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +c152807598acd6121475800715101621e9dd9550:refs/remotes/origin/dev-freeform
2026-06-06T06:08:55.8017703Z ##[endgroup]
2026-06-06T06:08:55.8021520Z ##[group]Determining the checkout info
2026-06-06T06:08:55.8024706Z ##[endgroup]
2026-06-06T06:08:55.8026512Z [command]/usr/bin/git sparse-checkout disable
2026-06-06T06:08:55.8076684Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig
2026-06-06T06:08:55.8114750Z ##[group]Checking out the ref
2026-06-06T06:08:55.8118481Z [command]/usr/bin/git checkout --progress --force -B dev-freeform refs/remotes/origin/dev-freeform
2026-06-06T06:08:55.8178307Z Switched to a new branch 'dev-freeform'
2026-06-06T06:08:55.8181439Z Branch 'dev-freeform' set up to track remote branch 'dev-freeform' from 'origin'.
2026-06-06T06:08:55.8192892Z ##[endgroup]
2026-06-06T06:08:55.8235589Z [command]/usr/bin/git log -1 --format=%H
2026-06-06T06:08:55.8269759Z c152807598acd6121475800715101621e9dd9550
2026-06-06T06:08:55.8917943Z ##[group]Run actions/checkout@v5
2026-06-06T06:08:55.8919543Z with:
2026-06-06T06:08:55.8920813Z   repository: SaberMage/spt-shell-notify
2026-06-06T06:08:55.8922504Z   path: .adapter-notify
2026-06-06T06:08:55.8939194Z   token: ***
2026-06-06T06:08:55.8940354Z   ssh-strict: true
2026-06-06T06:08:55.8941524Z   ssh-user: git
2026-06-06T06:08:55.8942738Z   persist-credentials: true
2026-06-06T06:08:55.8944074Z   clean: true
2026-06-06T06:08:55.8945295Z   sparse-checkout-cone-mode: true
2026-06-06T06:08:55.8946746Z   fetch-depth: 1
2026-06-06T06:08:55.8947920Z   fetch-tags: false
2026-06-06T06:08:55.8949151Z   show-progress: true
2026-06-06T06:08:55.8950504Z   lfs: false
2026-06-06T06:08:55.8951628Z   submodules: false
2026-06-06T06:08:55.8952873Z   set-safe-directory: true
2026-06-06T06:08:55.8954194Z ##[endgroup]
2026-06-06T06:08:56.0215977Z Syncing repository: SaberMage/spt-shell-notify
2026-06-06T06:08:56.0225101Z ##[group]Getting Git version info
2026-06-06T06:08:56.0227865Z Working directory is '/home/david/actions-runner/_work/spt-core/spt-core/.adapter-notify'
2026-06-06T06:08:56.0270806Z [command]/usr/bin/git version
2026-06-06T06:08:56.0324434Z git version 2.34.1
2026-06-06T06:08:56.0354190Z ##[endgroup]
2026-06-06T06:08:56.0368156Z Copying '/home/david/.gitconfig' to '/home/david/actions-runner/_work/_temp/d807e988-c6d8-486a-9cbe-a83625a7e901/.gitconfig'
2026-06-06T06:08:56.0393646Z Temporarily overriding HOME='/home/david/actions-runner/_work/_temp/d807e988-c6d8-486a-9cbe-a83625a7e901' before making global git config changes
2026-06-06T06:08:56.0398396Z Adding repository directory to the temporary git global config as a safe directory
2026-06-06T06:08:56.0403163Z [command]/usr/bin/git config --global --add safe.directory /home/david/actions-runner/_work/spt-core/spt-core/.adapter-notify
2026-06-06T06:08:56.0451256Z ##[group]Initializing the repository
2026-06-06T06:08:56.0459315Z [command]/usr/bin/git init /home/david/actions-runner/_work/spt-core/spt-core/.adapter-notify
2026-06-06T06:08:56.0499356Z hint: Using 'master' as the name for the initial branch. This default branch name
2026-06-06T06:08:56.0502636Z hint: is subject to change. To configure the initial branch name to use in all
2026-06-06T06:08:56.0505661Z hint: of your new repositories, which will suppress this warning, call:
2026-06-06T06:08:56.0508421Z hint: 
2026-06-06T06:08:56.0510039Z hint: 	git config --global init.defaultBranch <name>
2026-06-06T06:08:56.0511862Z hint: 
2026-06-06T06:08:56.0513700Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
2026-06-06T06:08:56.0516686Z hint: 'development'. The just-created branch can be renamed via this command:
2026-06-06T06:08:56.0520228Z hint: 
2026-06-06T06:08:56.0521671Z hint: 	git branch -m <name>
2026-06-06T06:08:56.0524654Z Initialized empty Git repository in /home/david/actions-runner/_work/spt-core/spt-core/.adapter-notify/.git/
2026-06-06T06:08:56.0530794Z [command]/usr/bin/git remote add origin https://github.com/SaberMage/spt-shell-notify
2026-06-06T06:08:56.0567836Z ##[endgroup]
2026-06-06T06:08:56.0570323Z ##[group]Disabling automatic garbage collection
2026-06-06T06:08:56.0572506Z [command]/usr/bin/git config --local gc.auto 0
2026-06-06T06:08:56.0613437Z ##[endgroup]
2026-06-06T06:08:56.0615614Z ##[group]Setting up auth
2026-06-06T06:08:56.0623648Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2026-06-06T06:08:56.0667731Z [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:08:56.0910211Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-06-06T06:08:56.0951218Z [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:08:56.1196504Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-06-06T06:08:56.1239579Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
2026-06-06T06:08:56.1485679Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic ***
2026-06-06T06:08:56.1545795Z ##[endgroup]
2026-06-06T06:08:56.1548016Z ##[group]Determining the default branch
2026-06-06T06:08:56.1551394Z Retrieving the default branch name
2026-06-06T06:08:56.8115213Z Default branch 'main'
2026-06-06T06:08:56.8116253Z ##[endgroup]
2026-06-06T06:08:56.8116899Z ##[group]Fetching the repository
2026-06-06T06:08:56.8126212Z [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:08:57.6988066Z From https://github.com/SaberMage/spt-shell-notify
2026-06-06T06:08:57.6988775Z  * [new branch]      main       -> origin/main
2026-06-06T06:08:57.7014406Z ##[endgroup]
2026-06-06T06:08:57.7015006Z ##[group]Determining the checkout info
2026-06-06T06:08:57.7017329Z ##[endgroup]
2026-06-06T06:08:57.7023704Z [command]/usr/bin/git sparse-checkout disable
2026-06-06T06:08:57.7090985Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig
2026-06-06T06:08:57.7142021Z ##[group]Checking out the ref
2026-06-06T06:08:57.7148706Z [command]/usr/bin/git checkout --progress --force -B main refs/remotes/origin/main
2026-06-06T06:08:57.7206671Z Switched to a new branch 'main'
2026-06-06T06:08:57.7207317Z Branch 'main' set up to track remote branch 'main' from 'origin'.
2026-06-06T06:08:57.7213467Z ##[endgroup]
2026-06-06T06:08:57.7268029Z [command]/usr/bin/git log -1 --format=%H
2026-06-06T06:08:57.7306196Z ee2d37eadc730c0019e0af82d683074c509634a2
2026-06-06T06:08:57.7518396Z ##[group]Run cargo build --manifest-path .adapter-notify/Cargo.toml
2026-06-06T06:08:57.7519271Z [36;1mcargo build --manifest-path .adapter-notify/Cargo.toml[0m
2026-06-06T06:08:57.7547019Z shell: /usr/bin/bash -e {0}
2026-06-06T06:08:57.7547417Z ##[endgroup]
2026-06-06T06:08:57.8133659Z     Updating crates.io index
2026-06-06T06:08:58.5898837Z      Locking 11 packages to latest compatible versions
2026-06-06T06:08:58.6294290Z    Compiling serde_core v1.0.228
2026-06-06T06:08:58.6295324Z    Compiling zmij v1.0.21
2026-06-06T06:08:58.6297118Z    Compiling serde_json v1.0.150
2026-06-06T06:08:58.6297928Z    Compiling memchr v2.8.1
2026-06-06T06:08:58.7450087Z    Compiling itoa v1.0.18
2026-06-06T06:09:02.5500373Z    Compiling spt-shell-notify v0.1.0 (/home/david/actions-runner/_work/spt-core/spt-core/.adapter-notify)
2026-06-06T06:09:02.8307335Z     Finished `dev` profile [unoptimized] target(s) in 5.05s
2026-06-06T06:09:02.8474637Z ##[group]Run cargo build -p spt --bin spt
2026-06-06T06:09:02.8475166Z [36;1mcargo build -p spt --bin spt[0m
2026-06-06T06:09:02.8494604Z shell: /usr/bin/bash -e {0}
2026-06-06T06:09:02.8494987Z ##[endgroup]
2026-06-06T06:09:03.2809857Z    Compiling proc-macro2 v1.0.106
2026-06-06T06:09:03.2810561Z    Compiling unicode-ident v1.0.24
2026-06-06T06:09:03.2813174Z    Compiling quote v1.0.45
2026-06-06T06:09:03.2813750Z    Compiling libc v0.2.186
2026-06-06T06:09:03.3710552Z    Compiling serde_core v1.0.228
2026-06-06T06:09:03.5026498Z    Compiling serde v1.0.228
2026-06-06T06:09:03.8030484Z    Compiling cfg-if v1.0.4
2026-06-06T06:09:03.8390318Z    Compiling pin-project-lite v0.2.17
2026-06-06T06:09:03.9020612Z    Compiling typenum v1.20.1
2026-06-06T06:09:05.0890764Z    Compiling syn v2.0.117
2026-06-06T06:09:05.4710244Z    Compiling portable-atomic v1.13.1
2026-06-06T06:09:06.0040619Z    Compiling version_check v0.9.5
2026-06-06T06:09:06.3150882Z    Compiling memchr v2.8.1
2026-06-06T06:09:06.4245086Z    Compiling critical-section v1.2.0
2026-06-06T06:09:06.5050739Z    Compiling subtle v2.6.1
2026-06-06T06:09:06.6991990Z    Compiling bytes v1.11.1
2026-06-06T06:09:07.4630557Z    Compiling futures-core v0.3.32
2026-06-06T06:09:07.5970471Z    Compiling log v0.4.32
2026-06-06T06:09:07.8120922Z    Compiling generic-array v0.14.7
2026-06-06T06:09:07.8427183Z    Compiling socket2 v0.6.4
2026-06-06T06:09:07.9630796Z    Compiling smallvec v1.15.1
2026-06-06T06:09:08.0185203Z    Compiling shlex v2.0.1
2026-06-06T06:09:08.2616844Z    Compiling semver v1.0.28
2026-06-06T06:09:08.2806110Z    Compiling find-msvc-tools v0.1.9
2026-06-06T06:09:08.5991308Z    Compiling rustc_version v0.4.1
2026-06-06T06:09:08.6115323Z    Compiling cc v1.2.63
2026-06-06T06:09:09.0030877Z    Compiling mio v1.2.1
2026-06-06T06:09:09.7250720Z    Compiling itoa v1.0.18
2026-06-06T06:09:09.7660932Z    Compiling equivalent v1.0.2
2026-06-06T06:09:09.8150549Z    Compiling stable_deref_trait v1.2.1
2026-06-06T06:09:09.8600588Z    Compiling futures-io v0.3.32
2026-06-06T06:09:09.9368085Z    Compiling slab v0.4.12
2026-06-06T06:09:10.0010408Z    Compiling futures-sink v0.3.32
2026-06-06T06:09:10.0784249Z    Compiling futures-channel v0.3.32
2026-06-06T06:09:10.1431715Z    Compiling futures-task v0.3.32
2026-06-06T06:09:10.3240810Z    Compiling crypto-common v0.1.7
2026-06-06T06:09:10.3980632Z    Compiling hashbrown v0.17.1
2026-06-06T06:09:10.4280575Z    Compiling getrandom v0.2.17
2026-06-06T06:09:10.6300663Z    Compiling cpufeatures v0.2.17
2026-06-06T06:09:10.6777947Z    Compiling fnv v1.0.7
2026-06-06T06:09:10.7390128Z    Compiling bitflags v2.12.1
2026-06-06T06:09:11.0090833Z    Compiling cfg_aliases v0.2.1
2026-06-06T06:09:11.0425218Z    Compiling writeable v0.6.3
2026-06-06T06:09:11.0690380Z    Compiling rand_core v0.10.1
2026-06-06T06:09:11.2370407Z    Compiling litemap v0.8.2
2026-06-06T06:09:11.3023245Z    Compiling rustversion v1.0.22
2026-06-06T06:09:11.4658912Z    Compiling indexmap v2.14.0
2026-06-06T06:09:11.5020580Z    Compiling icu_properties_data v2.2.0
2026-06-06T06:09:11.6238445Z    Compiling utf8_iter v1.0.4
2026-06-06T06:09:11.6610448Z    Compiling icu_normalizer_data v2.2.0
2026-06-06T06:09:11.7610086Z    Compiling synstructure v0.13.2
2026-06-06T06:09:12.5264746Z    Compiling getrandom v0.4.2
2026-06-06T06:09:12.7410509Z    Compiling percent-encoding v2.3.2
2026-06-06T06:09:12.8174043Z    Compiling ring v0.17.14
2026-06-06T06:09:12.9450780Z    Compiling http v1.4.1
2026-06-06T06:09:13.0070517Z    Compiling autocfg v1.5.1
2026-06-06T06:09:13.4330734Z    Compiling cpufeatures v0.3.0
2026-06-06T06:09:13.4820620Z    Compiling strsim v0.11.1
2026-06-06T06:09:13.5830748Z    Compiling thiserror v2.0.18
2026-06-06T06:09:13.9621824Z    Compiling chacha20 v0.10.0
2026-06-06T06:09:14.3064631Z    Compiling form_urlencoded v1.2.2
2026-06-06T06:09:14.4741045Z    Compiling block-buffer v0.10.4
2026-06-06T06:09:14.5955423Z    Compiling ident_case v1.0.1
2026-06-06T06:09:14.6171251Z    Compiling untrusted v0.9.0
2026-06-06T06:09:14.6521318Z    Compiling serde_derive v1.0.228
2026-06-06T06:09:14.6860627Z    Compiling zeroize_derive v1.4.3
2026-06-06T06:09:14.7087433Z    Compiling tokio-macros v2.7.0
2026-06-06T06:09:15.3500562Z    Compiling zeroize v1.8.2
2026-06-06T06:09:15.5350595Z    Compiling futures-macro v0.3.32
2026-06-06T06:09:15.5590630Z    Compiling tokio v1.52.3
2026-06-06T06:09:16.5730260Z    Compiling zerofrom-derive v0.1.7
2026-06-06T06:09:17.1560751Z    Compiling futures-util v0.3.32
2026-06-06T06:09:18.4260481Z    Compiling zerofrom v0.1.8
2026-06-06T06:09:18.5501244Z    Compiling yoke-derive v0.8.2
2026-06-06T06:09:20.2126468Z    Compiling yoke v0.8.3
2026-06-06T06:09:20.4627506Z    Compiling zerovec-derive v0.11.3
2026-06-06T06:09:21.9520426Z    Compiling once_cell v1.21.4
2026-06-06T06:09:22.0770890Z    Compiling displaydoc v0.2.6
2026-06-06T06:09:22.2241083Z    Compiling zerovec v0.11.6
2026-06-06T06:09:22.2377350Z    Compiling tracing-core v0.1.36
2026-06-06T06:09:23.0721223Z    Compiling tracing-attributes v0.1.31
2026-06-06T06:09:23.1410628Z    Compiling zerotrie v0.2.4
2026-06-06T06:09:23.2700942Z    Compiling tinystr v0.8.3
2026-06-06T06:09:23.5180685Z    Compiling icu_locale_core v2.2.0
2026-06-06T06:09:23.5553239Z    Compiling potential_utf v0.1.5
2026-06-06T06:09:23.6914358Z    Compiling icu_collections v2.2.0
2026-06-06T06:09:24.4810568Z    Compiling tokio-util v0.7.18
2026-06-06T06:09:25.0834159Z    Compiling tracing v0.1.44
2026-06-06T06:09:25.4640422Z    Compiling icu_provider v2.2.0
2026-06-06T06:09:25.5191024Z    Compiling rustls-pki-types v1.14.1
2026-06-06T06:09:25.9210317Z    Compiling icu_normalizer v2.2.0
2026-06-06T06:09:25.9310513Z    Compiling icu_properties v2.2.0
2026-06-06T06:09:26.2432935Z    Compiling thiserror-impl v2.0.18
2026-06-06T06:09:26.2530628Z    Compiling curve25519-dalek-derive v0.1.1
2026-06-06T06:09:26.8260780Z    Compiling ipnet v2.12.0
2026-06-06T06:09:27.6260637Z    Compiling darling_core v0.20.11
2026-06-06T06:09:28.2520731Z    Compiling idna_adapter v1.2.2
2026-06-06T06:09:28.3541848Z    Compiling idna v1.1.0
2026-06-06T06:09:28.4420636Z    Compiling digest v0.10.7
2026-06-06T06:09:28.7280085Z    Compiling rand v0.10.1
2026-06-06T06:09:29.4500944Z    Compiling url v2.5.8
2026-06-06T06:09:29.8870608Z    Compiling unicode-segmentation v1.13.3
2026-06-06T06:09:30.5080696Z    Compiling scopeguard v1.2.0
2026-06-06T06:09:30.5380580Z    Compiling rustls v0.23.40
2026-06-06T06:09:30.5720670Z    Compiling lock_api v0.4.14
2026-06-06T06:09:30.6467200Z    Compiling convert_case v0.10.0
2026-06-06T06:09:30.8701798Z    Compiling rustls-webpki v0.103.13
2026-06-06T06:09:30.9190521Z    Compiling const-oid v0.10.2
2026-06-06T06:09:31.0525774Z    Compiling anyhow v1.0.102
2026-06-06T06:09:31.1750694Z    Compiling atomic-waker v1.1.2
2026-06-06T06:09:31.2720928Z    Compiling unicode-xid v0.2.6
2026-06-06T06:09:31.3660654Z    Compiling derive_more-impl v2.1.1
2026-06-06T06:09:31.4265516Z    Compiling httparse v1.10.1
2026-06-06T06:09:31.7520716Z    Compiling zerocopy v0.8.50
2026-06-06T06:09:32.3040995Z    Compiling darling_macro v0.20.11
2026-06-06T06:09:32.6620624Z    Compiling darling v0.20.11
2026-06-06T06:09:32.7130621Z    Compiling derive_builder_core v0.20.2
2026-06-06T06:09:33.0511366Z    Compiling h2 v0.4.14
2026-06-06T06:09:34.3320224Z    Compiling http-body v1.0.1
2026-06-06T06:09:34.4761066Z    Compiling curve25519-dalek v4.1.3
2026-06-06T06:09:34.6570566Z    Compiling ahash v0.8.12
2026-06-06T06:09:34.7960701Z    Compiling hybrid-array v0.4.12
2026-06-06T06:09:35.7910658Z    Compiling heck v0.5.0
2026-06-06T06:09:36.0751531Z    Compiling base64ct v1.8.3
2026-06-06T06:09:36.4714402Z    Compiling powerfmt v0.2.0
2026-06-06T06:09:36.7070625Z    Compiling paste v1.0.15
2026-06-06T06:09:36.9406388Z    Compiling deranged v0.5.8
2026-06-06T06:09:37.3830516Z    Compiling derive_more v2.1.1
2026-06-06T06:09:37.5460685Z    Compiling pem-rfc7468 v1.0.0
2026-06-06T06:09:37.9900234Z    Compiling derive_builder_macro v0.20.2
2026-06-06T06:09:39.0340793Z    Compiling n0-error-macros v0.1.3
2026-06-06T06:09:40.2981272Z    Compiling spez v0.1.2
2026-06-06T06:09:40.6599350Z    Compiling num-traits v0.2.19
2026-06-06T06:09:40.7900603Z    Compiling rand_core v0.6.4
2026-06-06T06:09:40.9840895Z    Compiling tinyvec_macros v0.1.1
2026-06-06T06:09:41.0310721Z    Compiling try-lock v0.2.5
2026-06-06T06:09:41.1450611Z    Compiling zmij v1.0.21
2026-06-06T06:09:41.3580532Z    Compiling pkg-config v0.3.33
2026-06-06T06:09:41.5790618Z    Compiling tower-service v0.3.3
2026-06-06T06:09:41.6510667Z    Compiling parking_lot_core v0.9.12
2026-06-06T06:09:41.8431197Z    Compiling time-core v0.1.8
2026-06-06T06:09:42.0209637Z    Compiling base64 v0.22.1
2026-06-06T06:09:42.0547167Z    Compiling fastrand v2.4.1
2026-06-06T06:09:42.1873780Z    Compiling vcpkg v0.2.15
2026-06-06T06:09:42.3470894Z    Compiling num-conv v0.2.2
2026-06-06T06:09:42.5030602Z    Compiling data-encoding v2.11.0
2026-06-06T06:09:42.5810703Z    Compiling want v0.3.1
2026-06-06T06:09:42.7280584Z    Compiling tinyvec v1.11.0
2026-06-06T06:09:43.3250511Z    Compiling libsqlite3-sys v0.30.1
2026-06-06T06:09:43.7012179Z    Compiling n0-error v0.1.3
2026-06-06T06:09:43.7470722Z    Compiling derive_builder v0.20.2
2026-06-06T06:09:43.8290325Z    Compiling der v0.8.0-rc.10
2026-06-06T06:09:44.6733759Z    Compiling crypto-common v0.2.2
2026-06-06T06:09:45.5309940Z    Compiling block-buffer v0.12.0
2026-06-06T06:09:45.6560760Z    Compiling sha2 v0.10.9
2026-06-06T06:09:45.7030758Z    Compiling pin-project-internal v1.1.13
2026-06-06T06:09:46.2220983Z    Compiling vergen-lib v9.1.0
2026-06-06T06:09:46.3520869Z    Compiling n0-future v0.3.2
2026-06-06T06:09:46.3660286Z    Compiling inout v0.1.4
2026-06-06T06:09:46.4900638Z    Compiling spin v0.10.0
2026-06-06T06:09:46.5793732Z    Compiling serde_json v1.0.150
2026-06-06T06:09:46.5977864Z    Compiling httpdate v1.0.3
2026-06-06T06:09:46.7002984Z    Compiling cordyceps v0.3.4
2026-06-06T06:09:46.8640580Z    Compiling crossbeam-utils v0.8.21
2026-06-06T06:09:46.9429740Z    Compiling parking v2.2.1
2026-06-06T06:09:47.0816006Z    Compiling diatomic-waker v0.2.3
2026-06-06T06:09:47.1130552Z    Compiling signature v2.2.0
2026-06-06T06:09:47.1300644Z    Compiling winnow v1.0.3
2026-06-06T06:09:47.2174843Z    Compiling ed25519 v2.2.3
2026-06-06T06:09:47.2230780Z    Compiling futures-buffered v0.2.13
2026-06-06T06:09:47.4166046Z    Compiling pin-project v1.1.13
2026-06-06T06:09:47.4242579Z    Compiling futures-lite v2.6.1
2026-06-06T06:09:47.4980496Z    Compiling hyper v1.10.1
2026-06-06T06:09:47.7380695Z    Compiling cipher v0.4.4
2026-06-06T06:09:48.0470591Z    Compiling digest v0.11.3
2026-06-06T06:09:48.2330236Z    Compiling spki v0.8.0-rc.4
2026-06-06T06:09:48.4600344Z    Compiling hashbrown v0.14.5
2026-06-06T06:09:48.8010634Z    Compiling netlink-packet-core v0.8.1
2026-06-06T06:09:49.2961179Z    Compiling toml_parser v1.1.2+spec-1.1.0
2026-06-06T06:09:50.6242334Z    Compiling tokio-rustls v0.26.4
2026-06-06T06:09:50.8310496Z    Compiling vergen-lib v0.1.6
2026-06-06T06:09:50.8958785Z    Compiling vergen v9.1.0
2026-06-06T06:09:50.9440784Z    Compiling noq-udp v0.10.0
2026-06-06T06:09:51.0154855Z    Compiling universal-hash v0.5.1
2026-06-06T06:09:51.0430625Z    Compiling heapless v0.7.17
2026-06-06T06:09:51.1246182Z    Compiling curve25519-dalek v5.0.0-pre.6
2026-06-06T06:09:51.2240631Z    Compiling sync_wrapper v1.0.2
2026-06-06T06:09:51.3111873Z    Compiling either v1.16.0
2026-06-06T06:09:51.3131272Z    Compiling toml_datetime v1.1.1+spec-1.1.0
2026-06-06T06:09:51.3220630Z    Compiling opaque-debug v0.3.1
2026-06-06T06:09:51.3611171Z    Compiling byteorder v1.5.0
2026-06-06T06:09:51.5940430Z    Compiling hash32 v0.2.1
2026-06-06T06:09:51.6190525Z    Compiling prefix-trie v0.8.4
2026-06-06T06:09:51.6310986Z    Compiling toml_edit v0.25.12+spec-1.1.0
2026-06-06T06:09:51.7920530Z    Compiling polyval v0.6.2
2026-06-06T06:09:52.1290670Z    Compiling parking_lot v0.12.5
2026-06-06T06:09:52.7122849Z    Compiling hyper-util v0.1.20
2026-06-06T06:09:53.5088571Z    Compiling hashlink v0.9.1
2026-06-06T06:09:54.1101131Z    Compiling pkcs8 v0.11.0-rc.10
2026-06-06T06:09:55.5310539Z    Compiling ed25519-dalek v2.2.0
2026-06-06T06:09:55.8192332Z    Compiling spin v0.9.8
2026-06-06T06:09:55.8900563Z    Compiling futures-executor v0.3.32
2026-06-06T06:09:56.0803895Z    Compiling vergen-gitcl v1.0.8
2026-06-06T06:09:56.1911188Z    Compiling num_threads v0.1.7
2026-06-06T06:09:56.3121076Z    Compiling fallible-iterator v0.3.0
2026-06-06T06:09:56.3420925Z    Compiling fallible-streaming-iterator v0.1.9
2026-06-06T06:09:56.5004865Z    Compiling signature v3.0.0
2026-06-06T06:09:56.6160813Z    Compiling tower-layer v0.3.3
2026-06-06T06:09:56.8110580Z    Compiling ed25519 v3.0.0-rc.4
2026-06-06T06:09:56.8890558Z    Compiling time v0.3.47
2026-06-06T06:09:57.2736055Z    Compiling futures v0.3.32
2026-06-06T06:09:57.3487114Z    Compiling data-encoding-macro-internal v0.1.18
2026-06-06T06:09:57.7815483Z    Compiling spt-proto v0.1.0 (/home/david/actions-runner/_work/spt-core/spt-core/crates/spt-proto)
2026-06-06T06:09:58.4090959Z    Compiling proc-macro-crate v3.5.0
2026-06-06T06:09:59.0130743Z    Compiling hickory-proto v0.26.0-beta.4
2026-06-06T06:10:00.6711153Z    Compiling ghash v0.5.1
2026-06-06T06:10:00.7630789Z    Compiling sha2 v0.11.0-rc.5
2026-06-06T06:10:01.9980450Z    Compiling ctr v0.9.2
2026-06-06T06:10:02.1924569Z    Compiling aes v0.8.4
2026-06-06T06:10:02.2021602Z    Compiling http-body-util v0.1.3
2026-06-06T06:10:02.5400744Z    Compiling cobs v0.3.0
2026-06-06T06:10:02.6400584Z    Compiling rusqlite v0.32.1
2026-06-06T06:10:02.7281057Z    Compiling netlink-sys v0.8.8
2026-06-06T06:10:03.0430692Z    Compiling postcard-derive v0.2.2
2026-06-06T06:10:03.0703897Z    Compiling aead v0.5.2
2026-06-06T06:10:03.1860743Z    Compiling openssl-probe v0.2.1
2026-06-06T06:10:03.3500579Z    Compiling rustls-native-certs v0.8.4
2026-06-06T06:10:03.6744426Z    Compiling postcard v1.1.3
2026-06-06T06:10:03.6910493Z    Compiling aes-gcm v0.10.3
2026-06-06T06:10:03.8720674Z    Compiling ed25519-dalek v3.0.0-pre.6
2026-06-06T06:10:04.2965144Z    Compiling spt-store v0.1.0 (/home/david/actions-runner/_work/spt-core/spt-core/crates/spt-store)
2026-06-06T06:10:04.3070594Z    Compiling num_enum_derive v0.7.6
2026-06-06T06:10:04.6580426Z    Compiling data-encoding-macro v0.1.20
2026-06-06T06:10:04.7033612Z    Compiling tower v0.5.3
2026-06-06T06:10:05.2523034Z    Compiling crossbeam-epoch v0.9.18
2026-06-06T06:10:05.5626073Z    Compiling crossbeam-channel v0.5.15
2026-06-06T06:10:05.7012574Z    Compiling netlink-packet-route v0.29.0
2026-06-06T06:10:05.7650662Z    Compiling strum_macros v0.28.0
2026-06-06T06:10:06.3450560Z    Compiling iroh-metrics-derive v0.4.1
2026-06-06T06:10:06.8563989Z    Compiling enum-assoc v1.3.0
2026-06-06T06:10:07.7860885Z    Compiling async-trait v0.1.89
2026-06-06T06:10:09.1357945Z    Compiling memoffset v0.6.5
2026-06-06T06:10:09.1870796Z    Compiling uuid v1.23.2
2026-06-06T06:10:09.2601069Z    Compiling noq v0.18.0
2026-06-06T06:10:09.4760726Z    Compiling netwatch v0.16.0
2026-06-06T06:10:09.8340273Z    Compiling blake3 v1.8.5
2026-06-06T06:10:09.9192949Z    Compiling acto v0.8.2
2026-06-06T06:10:10.0710062Z    Compiling thiserror v1.0.69
2026-06-06T06:10:10.1330476Z    Compiling ryu v1.0.23
2026-06-06T06:10:10.3241125Z    Compiling lru-slab v0.1.2
2026-06-06T06:10:10.3599601Z    Compiling foldhash v0.2.0
2026-06-06T06:10:10.4561146Z    Compiling sorted-index-buffer v0.2.1
2026-06-06T06:10:10.5400700Z    Compiling allocator-api2 v0.2.21
2026-06-06T06:10:10.6181539Z    Compiling rustc-hash v2.1.2
2026-06-06T06:10:10.7170556Z    Compiling tagptr v0.2.0
2026-06-06T06:10:10.7630692Z    Compiling mac-addr v0.3.0
2026-06-06T06:10:10.8760622Z    Compiling xml-rs v0.8.28
2026-06-06T06:10:10.9523390Z    Compiling identity-hash v0.1.0
2026-06-06T06:10:11.0330159Z    Compiling ref-cast v1.0.25
2026-06-06T06:10:11.1000589Z    Compiling hashbrown v0.16.1
2026-06-06T06:10:11.3220450Z    Compiling noq-proto v0.17.0
2026-06-06T06:10:12.2320191Z    Compiling xmltree v0.10.3
2026-06-06T06:10:12.4571268Z    Compiling moka v0.12.15
2026-06-06T06:10:12.5811885Z    Compiling iroh-metrics v0.38.3
2026-06-06T06:10:14.0160332Z    Compiling netdev v0.42.0
2026-06-06T06:10:14.3541288Z    Compiling strum v0.28.0
2026-06-06T06:10:14.4440584Z    Compiling hickory-net v0.26.0-beta.4
2026-06-06T06:10:15.2850654Z    Compiling spt-msg v0.1.0 (/home/david/actions-runner/_work/spt-core/spt-core/crates/spt-msg)
2026-06-06T06:10:15.9220769Z    Compiling num_enum v0.7.6
2026-06-06T06:10:16.0090442Z    Compiling tower-http v0.6.11
2026-06-06T06:10:16.6232408Z    Compiling iroh-relay v0.98.0
2026-06-06T06:10:16.8870240Z    Compiling iroh-base v0.98.0
2026-06-06T06:10:16.9011028Z    Compiling rustls-platform-verifier v0.7.0
2026-06-06T06:10:17.1150687Z    Compiling netlink-proto v0.12.0
2026-06-06T06:10:17.4390553Z    Compiling hyper-rustls v0.27.9
2026-06-06T06:10:17.5040730Z    Compiling n0-watcher v0.6.1
2026-06-06T06:10:17.7370401Z    Compiling netlink-packet-route v0.30.0
2026-06-06T06:10:17.8050749Z    Compiling attohttpc v0.30.1
2026-06-06T06:10:18.6562680Z    Compiling tokio-stream v0.1.18
2026-06-06T06:10:19.2610664Z    Compiling toml_datetime v0.6.11
2026-06-06T06:10:19.4180678Z    Compiling serde_spanned v0.6.9
2026-06-06T06:10:19.5340240Z    Compiling ref-cast-impl v1.0.25
2026-06-06T06:10:19.5910376Z    Compiling thiserror-impl v1.0.69
2026-06-06T06:10:20.1090443Z    Compiling serde_derive_internals v0.29.1
2026-06-06T06:10:21.4370187Z    Compiling simple-dns v0.9.3
2026-06-06T06:10:21.6200753Z    Compiling serial-core v0.4.0
2026-06-06T06:10:21.7860634Z    Compiling termios v0.2.2
2026-06-06T06:10:21.9150151Z    Compiling ioctl-rs v0.1.6
2026-06-06T06:10:22.0030814Z    Compiling arrayref v0.3.9
2026-06-06T06:10:22.0450358Z    Compiling smol_str v0.1.24
2026-06-06T06:10:22.2577934Z    Compiling sha1_smol v1.0.1
2026-06-06T06:10:22.4888911Z    Compiling simdutf8 v0.1.5
2026-06-06T06:10:22.8038002Z    Compiling constant_time_eq v0.4.2
2026-06-06T06:10:22.9767369Z    Compiling winnow v0.7.15
2026-06-06T06:10:24.0080444Z    Compiling rustix v1.1.4
2026-06-06T06:10:24.5120556Z    Compiling arrayvec v0.7.6
2026-06-06T06:10:24.7900162Z    Compiling resolv-conf v0.7.6
2026-06-06T06:10:25.2571189Z    Compiling toml_write v0.1.2
2026-06-06T06:10:25.3130962Z    Compiling hickory-resolver v0.26.0-beta.4
2026-06-06T06:10:26.2600870Z    Compiling toml_edit v0.22.27
2026-06-06T06:10:29.1330512Z    Compiling iroh-dns v0.98.0
2026-06-06T06:10:29.2600605Z    Compiling tokio-websockets v0.13.2
2026-06-06T06:10:29.8440545Z    Compiling serial-unix v0.4.0
2026-06-06T06:10:30.0630731Z    Compiling schemars_derive v1.2.1
2026-06-06T06:10:30.5930525Z    Compiling igd-next v0.17.1
2026-06-06T06:10:32.0661578Z    Compiling reqwest v0.13.4
2026-06-06T06:10:32.6604984Z    Compiling lru v0.16.4
2026-06-06T06:10:32.8761004Z    Compiling hmac v0.12.1
2026-06-06T06:10:33.0190611Z    Compiling webpki-roots v1.0.7
2026-06-06T06:10:33.4150816Z    Compiling iroh v0.98.2
2026-06-06T06:10:33.4740306Z    Compiling serde_bytes v0.11.19
2026-06-06T06:10:33.6290914Z    Compiling aho-corasick v1.1.4
2026-06-06T06:10:33.7335013Z    Compiling seize v0.5.1
2026-06-06T06:10:34.1400597Z    Compiling bitflags v1.3.2
2026-06-06T06:10:34.1887497Z    Compiling cmov v0.5.4
2026-06-06T06:10:34.5057881Z    Compiling dyn-clone v1.0.20
2026-06-06T06:10:34.6134162Z    Compiling linux-raw-sys v0.12.1
2026-06-06T06:10:35.2033819Z    Compiling pin-utils v0.1.0
2026-06-06T06:10:35.2520724Z    Compiling utf8parse v0.2.2
2026-06-06T06:10:35.3160628Z    Compiling regex-syntax v0.8.10
2026-06-06T06:10:35.3490661Z    Compiling anstyle-parse v1.0.0
2026-06-06T06:10:35.5410723Z    Compiling nix v0.25.1
2026-06-06T06:10:38.2920564Z    Compiling schemars v1.2.1
2026-06-06T06:10:39.7067721Z    Compiling regex-automata v0.4.14
2026-06-06T06:10:40.8521374Z    Compiling ctutils v0.4.2
2026-06-06T06:10:41.1750658Z    Compiling papaya v0.2.4
2026-06-06T06:10:41.7532587Z    Compiling hkdf v0.12.4
2026-06-06T06:10:41.8360649Z    Compiling portmapper v0.16.0
2026-06-06T06:10:41.8862237Z    Compiling swarm-discovery v0.6.0-alpha.2
2026-06-06T06:10:45.5351158Z    Compiling filedescriptor v0.8.3
2026-06-06T06:10:45.7520643Z    Compiling serial v0.4.0
2026-06-06T06:10:45.8090607Z    Compiling toml v0.8.23
2026-06-06T06:10:46.1420423Z    Compiling backon v1.6.0
2026-06-06T06:10:46.4060825Z    Compiling is_terminal_polyfill v1.70.2
2026-06-06T06:10:46.4450815Z    Compiling anstyle v1.0.14
2026-06-06T06:10:46.4931199Z    Compiling shell-words v1.1.1
2026-06-06T06:10:46.6441751Z    Compiling anstyle-query v1.1.5
2026-06-06T06:10:46.6990902Z    Compiling colorchoice v1.0.5
2026-06-06T06:10:46.7190729Z    Compiling downcast-rs v1.2.1
2026-06-06T06:10:46.7814725Z    Compiling portable-pty v0.8.1
2026-06-06T06:10:46.7860689Z    Compiling anstream v1.0.0
2026-06-06T06:10:46.9111307Z    Compiling spt-runtime v0.1.0 (/home/david/actions-runner/_work/spt-core/spt-core/crates/spt-runtime)
2026-06-06T06:10:47.2050637Z    Compiling regex v1.12.3
2026-06-06T06:10:47.7726900Z    Compiling spake2 v0.4.0
2026-06-06T06:10:47.9255437Z    Compiling terminal_size v0.4.4
2026-06-06T06:10:48.0445936Z    Compiling sha1 v0.10.6
2026-06-06T06:10:48.1439066Z    Compiling clap_lex v1.1.0
2026-06-06T06:10:48.2970532Z    Compiling doctest-file v1.1.1
2026-06-06T06:10:48.4050583Z    Compiling clap_builder v4.6.0
2026-06-06T06:10:48.8010621Z    Compiling interprocess v2.4.2
2026-06-06T06:10:49.7362735Z    Compiling spt-term v0.1.0 (/home/david/actions-runner/_work/spt-core/spt-core/crates/spt-term)
2026-06-06T06:10:51.4519816Z    Compiling spt-live v0.1.0 (/home/david/actions-runner/_work/spt-core/spt-core/crates/spt-live)
2026-06-06T06:10:52.3720445Z    Compiling clap_derive v4.6.1
2026-06-06T06:10:53.3450535Z    Compiling qrcode v0.14.1
2026-06-06T06:10:54.7648965Z    Compiling clap v4.6.1
2026-06-06T06:11:02.0740250Z    Compiling spt-net v0.1.0 (/home/david/actions-runner/_work/spt-core/spt-core/crates/spt-net)
2026-06-06T06:11:04.3357415Z    Compiling spt-daemon v0.1.0 (/home/david/actions-runner/_work/spt-core/spt-core/crates/spt-daemon)
2026-06-06T06:11:11.2005291Z    Compiling spt v0.1.0 (/home/david/actions-runner/_work/spt-core/spt-core/crates/spt)
2026-06-06T06:11:15.3147305Z     Finished `dev` profile [unoptimized] target(s) in 2m 12s
2026-06-06T06:11:15.3640868Z ##[group]Run cargo test -p spt-daemon --test twohost -- --nocapture
2026-06-06T06:11:15.3641635Z [36;1mcargo test -p spt-daemon --test twohost -- --nocapture[0m
2026-06-06T06:11:15.3660431Z shell: /usr/bin/bash -e {0}
2026-06-06T06:11:15.3660789Z env:
2026-06-06T06:11:15.3661063Z   SPT_TWO_HOST: 1
2026-06-06T06:11:15.3661367Z   SPT_TWO_HOST_ROLE: b
2026-06-06T06:11:15.3661708Z   SPT_TWO_HOST_SECRET: rig-twohost-ci
2026-06-06T06:11:15.3662109Z   SPT_TWO_HOST_PEER_IP: 100.68.35.65
2026-06-06T06:11:15.3662500Z   SPT_TWO_HOST_WAIT_SECS: 900
2026-06-06T06:11:15.3663261Z   SPT_TWO_HOST_NOTIFY_BIN: /home/david/actions-runner/_work/spt-core/spt-core/.adapter-notify/target/debug/notify-shell
2026-06-06T06:11:15.3664058Z ##[endgroup]
2026-06-06T06:11:15.7906251Z    Compiling fastrand v2.4.1
2026-06-06T06:11:15.8075893Z    Compiling rustix v1.1.4
2026-06-06T06:11:15.9718669Z    Compiling futures-lite v2.6.1
2026-06-06T06:11:15.9719655Z    Compiling backon v1.6.0
2026-06-06T06:11:16.9624115Z    Compiling n0-future v0.3.2
2026-06-06T06:11:17.0361859Z    Compiling n0-watcher v0.6.1
2026-06-06T06:11:17.0362754Z    Compiling iroh-dns v0.98.0
2026-06-06T06:11:17.2490512Z    Compiling netwatch v0.16.0
2026-06-06T06:11:17.4745372Z    Compiling iroh-relay v0.98.0
2026-06-06T06:11:18.4830531Z    Compiling tempfile v3.27.0
2026-06-06T06:11:18.9850614Z    Compiling portmapper v0.16.0
2026-06-06T06:11:22.6328966Z    Compiling iroh v0.98.2
2026-06-06T06:11:34.6882789Z    Compiling spt-net v0.1.0 (/home/david/actions-runner/_work/spt-core/spt-core/crates/spt-net)
2026-06-06T06:11:36.9423938Z    Compiling spt-daemon v0.1.0 (/home/david/actions-runner/_work/spt-core/spt-core/crates/spt-daemon)
2026-06-06T06:11:45.5565536Z     Finished `test` profile [unoptimized] target(s) in 30.12s
2026-06-06T06:11:45.5854740Z      Running tests/twohost.rs (target/debug/deps/twohost-18963cf7f1d6c3f2)
2026-06-06T06:11:45.5891453Z 
2026-06-06T06:11:45.5891855Z running 2 tests
2026-06-06T06:11:45.5894104Z test two_host_ladder_role_a ... ok
2026-06-06T06:11:45.5903296Z TWOHOST role B: node 9bbcee970607c7454b0baf8b38b032ccdf1a36de7ef04d614158fecd1f08b612
2026-06-06T06:11:45.7209428Z TWOHOST role B: notify instance notify-0 minted (real_mode=true)
2026-06-06T06:11:45.7481822Z TWOHOST role B: drive session 1 ready
2026-06-06T06:11:45.9008353Z PAIRED: joiner pinned (Pinned)
2026-06-06T06:11:45.9975406Z TWOHOST OK: pairing: A pinned via the daemon-hosted responder
2026-06-06T06:11:45.9980269Z TWOHOST OK: pairing (responder, daemon-hosted)
2026-06-06T06:11:51.2977658Z PAIRED: joiner pinned (AlreadyTrusted)
2026-06-06T06:11:56.4175235Z PAIRED: joiner pinned (AlreadyTrusted)
2026-06-06T06:12:01.5406066Z PAIRED: joiner pinned (AlreadyTrusted)
2026-06-06T06:12:06.6588592Z PAIRED: joiner pinned (AlreadyTrusted)
2026-06-06T06:12:12.0590236Z PAIRED: joiner pinned (AlreadyTrusted)
2026-06-06T06:12:17.1845453Z PAIRED: joiner pinned (AlreadyTrusted)
2026-06-06T06:12:22.3246659Z PAIRED: joiner pinned (AlreadyTrusted)
2026-06-06T06:12:27.4632377Z PAIRED: joiner pinned (AlreadyTrusted)
2026-06-06T06:12:32.6078056Z PAIRED: joiner pinned (AlreadyTrusted)
2026-06-06T06:12:37.7695161Z PAIRED: joiner pinned (AlreadyTrusted)
2026-06-06T06:12:42.8928329Z PAIRED: joiner pinned (AlreadyTrusted)
2026-06-06T06:12:45.5896692Z test two_host_ladder_role_b has been running for over 60 seconds
2026-06-06T06:12:48.0315878Z PAIRED: joiner pinned (AlreadyTrusted)
2026-06-06T06:12:53.1708030Z PAIRED: joiner pinned (AlreadyTrusted)
2026-06-06T06:12:58.3079705Z PAIRED: joiner pinned (AlreadyTrusted)
2026-06-06T06:13:03.4928270Z PAIRED: joiner pinned (AlreadyTrusted)
2026-06-06T06:13:08.6357892Z PAIRED: joiner pinned (AlreadyTrusted)
2026-06-06T06:13:13.7549089Z PAIRED: joiner pinned (AlreadyTrusted)
2026-06-06T06:13:18.8769875Z PAIRED: joiner pinned (AlreadyTrusted)
2026-06-06T06:13:24.0103228Z PAIRED: joiner pinned (AlreadyTrusted)
2026-06-06T06:13:29.1347323Z PAIRED: joiner pinned (AlreadyTrusted)
2026-06-06T06:13:34.2510276Z PAIRED: joiner pinned (AlreadyTrusted)
2026-06-06T06:13:39.3822623Z PAIRED: joiner pinned (AlreadyTrusted)
2026-06-06T06:13:44.4933340Z PAIRED: joiner pinned (AlreadyTrusted)
2026-06-06T06:13:49.6102776Z PAIRED: joiner pinned (AlreadyTrusted)
2026-06-06T06:13:54.7292837Z PAIRED: joiner pinned (AlreadyTrusted)
2026-06-06T06:13:59.8794383Z PAIRED: joiner pinned (AlreadyTrusted)
2026-06-06T06:14:05.0128864Z PAIRED: joiner pinned (AlreadyTrusted)
2026-06-06T06:14:10.1277613Z PAIRED: joiner pinned (AlreadyTrusted)
2026-06-06T06:14:15.2804604Z PAIRED: joiner pinned (AlreadyTrusted)
2026-06-06T06:14:20.4025361Z PAIRED: joiner pinned (AlreadyTrusted)
2026-06-06T06:14:25.5147045Z PAIRED: joiner pinned (AlreadyTrusted)
2026-06-06T06:14:30.6477040Z PAIRED: joiner pinned (AlreadyTrusted)
2026-06-06T06:14:35.7777999Z PAIRED: joiner pinned (AlreadyTrusted)
2026-06-06T06:14:40.9357860Z PAIRED: joiner pinned (AlreadyTrusted)
2026-06-06T06:14:46.0621896Z PAIRED: joiner pinned (AlreadyTrusted)
2026-06-06T06:14:51.1753857Z PAIRED: joiner pinned (AlreadyTrusted)
2026-06-06T06:14:56.2993319Z PAIRED: joiner pinned (AlreadyTrusted)
2026-06-06T06:15:01.4274431Z PAIRED: joiner pinned (AlreadyTrusted)
2026-06-06T06:15:06.5448621Z PAIRED: joiner pinned (AlreadyTrusted)
2026-06-06T06:15:11.6919506Z PAIRED: joiner pinned (AlreadyTrusted)
2026-06-06T06:15:16.8184941Z PAIRED: joiner pinned (AlreadyTrusted)
2026-06-06T06:15:21.9403106Z PAIRED: joiner pinned (AlreadyTrusted)
2026-06-06T06:15:27.0631852Z PAIRED: joiner pinned (AlreadyTrusted)
2026-06-06T06:15:32.1911785Z PAIRED: joiner pinned (AlreadyTrusted)
2026-06-06T06:15:37.3368468Z PAIRED: joiner pinned (AlreadyTrusted)
2026-06-06T06:15:42.4606049Z PAIRED: joiner pinned (AlreadyTrusted)
2026-06-06T06:15:47.5643458Z PAIRED: joiner pinned (AlreadyTrusted)
2026-06-06T06:15:52.6851097Z PAIRED: joiner pinned (AlreadyTrusted)
2026-06-06T06:15:57.8037284Z PAIRED: joiner pinned (AlreadyTrusted)
2026-06-06T06:16:02.9214144Z PAIRED: joiner pinned (AlreadyTrusted)
2026-06-06T06:16:08.0410378Z PAIRED: joiner pinned (AlreadyTrusted)
2026-06-06T06:16:13.1555302Z PAIRED: joiner pinned (AlreadyTrusted)
2026-06-06T06:16:18.2829942Z PAIRED: joiner pinned (AlreadyTrusted)
2026-06-06T06:16:23.4054336Z PAIRED: joiner pinned (AlreadyTrusted)
2026-06-06T06:16:28.5368950Z PAIRED: joiner pinned (AlreadyTrusted)
2026-06-06T06:16:33.6915154Z PAIRED: joiner pinned (AlreadyTrusted)
2026-06-06T06:16:38.7936566Z PAIRED: joiner pinned (AlreadyTrusted)
2026-06-06T06:16:43.9117244Z PAIRED: joiner pinned (AlreadyTrusted)
2026-06-06T06:16:49.0250396Z PAIRED: joiner pinned (AlreadyTrusted)
2026-06-06T06:16:54.1449110Z PAIRED: joiner pinned (AlreadyTrusted)
2026-06-06T06:16:59.2662093Z PAIRED: joiner pinned (AlreadyTrusted)
2026-06-06T06:17:04.3808628Z PAIRED: joiner pinned (AlreadyTrusted)
2026-06-06T06:17:09.5250940Z PAIRED: joiner pinned (AlreadyTrusted)
2026-06-06T06:17:14.6415198Z PAIRED: joiner pinned (AlreadyTrusted)
2026-06-06T06:17:19.7621293Z PAIRED: joiner pinned (AlreadyTrusted)
2026-06-06T06:17:24.8772025Z PAIRED: joiner pinned (AlreadyTrusted)
2026-06-06T06:17:29.9907911Z PAIRED: joiner pinned (AlreadyTrusted)
2026-06-06T06:17:35.1085301Z PAIRED: joiner pinned (AlreadyTrusted)
2026-06-06T06:17:40.2266847Z PAIRED: joiner pinned (AlreadyTrusted)
2026-06-06T06:17:45.3440678Z PAIRED: joiner pinned (AlreadyTrusted)
2026-06-06T06:17:50.4533277Z PAIRED: joiner pinned (AlreadyTrusted)
2026-06-06T06:17:55.5676219Z PAIRED: joiner pinned (AlreadyTrusted)
2026-06-06T06:18:00.7051762Z PAIRED: joiner pinned (AlreadyTrusted)
2026-06-06T06:18:05.8479624Z PAIRED: joiner pinned (AlreadyTrusted)
2026-06-06T06:18:10.9688902Z PAIRED: joiner pinned (AlreadyTrusted)
2026-06-06T06:18:16.0835749Z PAIRED: joiner pinned (AlreadyTrusted)
2026-06-06T06:18:21.2277568Z PAIRED: joiner pinned (AlreadyTrusted)
2026-06-06T06:18:26.3717671Z PAIRED: joiner pinned (AlreadyTrusted)
2026-06-06T06:18:31.4843763Z PAIRED: joiner pinned (AlreadyTrusted)
2026-06-06T06:18:36.6066758Z PAIRED: joiner pinned (AlreadyTrusted)
2026-06-06T06:18:41.7273698Z PAIRED: joiner pinned (AlreadyTrusted)
2026-06-06T06:18:46.8402173Z PAIRED: joiner pinned (AlreadyTrusted)
2026-06-06T06:18:51.9753797Z PAIRED: joiner pinned (AlreadyTrusted)
2026-06-06T06:18:57.0933243Z PAIRED: joiner pinned (AlreadyTrusted)
2026-06-06T06:19:02.2078107Z PAIRED: joiner pinned (AlreadyTrusted)
2026-06-06T06:19:07.3387824Z PAIRED: joiner pinned (AlreadyTrusted)
2026-06-06T06:19:12.4529296Z PAIRED: joiner pinned (AlreadyTrusted)
2026-06-06T06:19:17.5664097Z PAIRED: joiner pinned (AlreadyTrusted)
2026-06-06T06:19:22.6833961Z PAIRED: joiner pinned (AlreadyTrusted)
2026-06-06T06:19:27.8291849Z PAIRED: joiner pinned (AlreadyTrusted)
2026-06-06T06:19:32.9445101Z PAIRED: joiner pinned (AlreadyTrusted)
2026-06-06T06:19:38.0645621Z PAIRED: joiner pinned (AlreadyTrusted)
2026-06-06T06:19:43.1869115Z PAIRED: joiner pinned (AlreadyTrusted)
2026-06-06T06:19:48.3017292Z PAIRED: joiner pinned (AlreadyTrusted)
2026-06-06T06:19:53.4021900Z PAIRED: joiner pinned (AlreadyTrusted)
2026-06-06T06:19:58.5040950Z PAIRED: joiner pinned (AlreadyTrusted)
2026-06-06T06:20:03.6108054Z PAIRED: joiner pinned (AlreadyTrusted)
2026-06-06T06:20:08.7195863Z PAIRED: joiner pinned (AlreadyTrusted)
2026-06-06T06:20:13.8342525Z PAIRED: joiner pinned (AlreadyTrusted)
2026-06-06T06:20:18.9765417Z PAIRED: joiner pinned (AlreadyTrusted)
2026-06-06T06:20:24.1071679Z PAIRED: joiner pinned (AlreadyTrusted)
2026-06-06T06:20:29.2446892Z PAIRED: joiner pinned (AlreadyTrusted)
2026-06-06T06:20:34.3575210Z PAIRED: joiner pinned (AlreadyTrusted)
2026-06-06T06:20:39.4749714Z PAIRED: joiner pinned (AlreadyTrusted)
2026-06-06T06:20:44.5974360Z PAIRED: joiner pinned (AlreadyTrusted)
2026-06-06T06:20:49.7189759Z PAIRED: joiner pinned (AlreadyTrusted)
2026-06-06T06:20:54.8412338Z PAIRED: joiner pinned (AlreadyTrusted)
2026-06-06T06:20:59.9541665Z PAIRED: joiner pinned (AlreadyTrusted)
2026-06-06T06:21:05.0777704Z PAIRED: joiner pinned (AlreadyTrusted)
2026-06-06T06:21:10.1818527Z PAIRED: joiner pinned (AlreadyTrusted)
2026-06-06T06:21:15.3035478Z PAIRED: joiner pinned (AlreadyTrusted)
2026-06-06T06:21:20.4147450Z PAIRED: joiner pinned (AlreadyTrusted)
2026-06-06T06:21:25.5358354Z PAIRED: joiner pinned (AlreadyTrusted)
2026-06-06T06:21:30.6587905Z PAIRED: joiner pinned (AlreadyTrusted)
2026-06-06T06:21:35.7717405Z PAIRED: joiner pinned (AlreadyTrusted)
2026-06-06T06:21:40.8985660Z PAIRED: joiner pinned (AlreadyTrusted)
2026-06-06T06:21:46.0219744Z PAIRED: joiner pinned (AlreadyTrusted)
2026-06-06T06:21:51.1524935Z PAIRED: joiner pinned (AlreadyTrusted)
2026-06-06T06:21:56.2634860Z PAIRED: joiner pinned (AlreadyTrusted)
2026-06-06T06:22:01.3800176Z PAIRED: joiner pinned (AlreadyTrusted)
2026-06-06T06:22:06.5203720Z PAIRED: joiner pinned (AlreadyTrusted)
2026-06-06T06:22:11.6355294Z PAIRED: joiner pinned (AlreadyTrusted)
2026-06-06T06:22:16.7557298Z PAIRED: joiner pinned (AlreadyTrusted)
2026-06-06T06:22:21.8659832Z PAIRED: joiner pinned (AlreadyTrusted)
2026-06-06T06:22:26.9811831Z PAIRED: joiner pinned (AlreadyTrusted)
2026-06-06T06:22:32.0958503Z PAIRED: joiner pinned (AlreadyTrusted)
2026-06-06T06:22:37.2161070Z PAIRED: joiner pinned (AlreadyTrusted)
2026-06-06T06:22:42.3389602Z PAIRED: joiner pinned (AlreadyTrusted)
2026-06-06T06:22:47.4715933Z PAIRED: joiner pinned (AlreadyTrusted)
2026-06-06T06:22:52.5882012Z PAIRED: joiner pinned (AlreadyTrusted)
2026-06-06T06:22:57.7332135Z PAIRED: joiner pinned (AlreadyTrusted)
2026-06-06T06:23:02.8490482Z PAIRED: joiner pinned (AlreadyTrusted)
2026-06-06T06:23:07.9611352Z PAIRED: joiner pinned (AlreadyTrusted)
2026-06-06T06:23:13.0825764Z PAIRED: joiner pinned (AlreadyTrusted)
2026-06-06T06:23:18.1964807Z PAIRED: joiner pinned (AlreadyTrusted)
2026-06-06T06:23:23.3308241Z PAIRED: joiner pinned (AlreadyTrusted)
2026-06-06T06:23:28.4524598Z PAIRED: joiner pinned (AlreadyTrusted)
2026-06-06T06:23:33.5699960Z PAIRED: joiner pinned (AlreadyTrusted)
2026-06-06T06:23:38.6849360Z PAIRED: joiner pinned (AlreadyTrusted)
2026-06-06T06:23:43.8253513Z PAIRED: joiner pinned (AlreadyTrusted)
2026-06-06T06:23:48.9477686Z PAIRED: joiner pinned (AlreadyTrusted)
2026-06-06T06:23:54.1215370Z PAIRED: joiner pinned (AlreadyTrusted)
2026-06-06T06:23:59.2384250Z PAIRED: joiner pinned (AlreadyTrusted)
2026-06-06T06:24:04.3887589Z PAIRED: joiner pinned (AlreadyTrusted)
2026-06-06T06:24:09.5027614Z PAIRED: joiner pinned (AlreadyTrusted)
2026-06-06T06:24:14.6300704Z PAIRED: joiner pinned (AlreadyTrusted)
2026-06-06T06:24:19.7514461Z PAIRED: joiner pinned (AlreadyTrusted)
2026-06-06T06:24:24.8804681Z PAIRED: joiner pinned (AlreadyTrusted)
2026-06-06T06:24:29.9867225Z PAIRED: joiner pinned (AlreadyTrusted)
2026-06-06T06:24:35.0976957Z PAIRED: joiner pinned (AlreadyTrusted)
2026-06-06T06:24:40.2083180Z PAIRED: joiner pinned (AlreadyTrusted)
2026-06-06T06:24:45.3274296Z PAIRED: joiner pinned (AlreadyTrusted)
2026-06-06T06:24:50.4434077Z PAIRED: joiner pinned (AlreadyTrusted)
2026-06-06T06:24:55.5601657Z PAIRED: joiner pinned (AlreadyTrusted)
2026-06-06T06:25:00.7186927Z PAIRED: joiner pinned (AlreadyTrusted)
2026-06-06T06:25:05.8746398Z PAIRED: joiner pinned (AlreadyTrusted)
2026-06-06T06:25:10.9946726Z PAIRED: joiner pinned (AlreadyTrusted)
2026-06-06T06:25:16.1137885Z PAIRED: joiner pinned (AlreadyTrusted)
2026-06-06T06:25:21.2308653Z PAIRED: joiner pinned (AlreadyTrusted)
2026-06-06T06:25:26.3583374Z PAIRED: joiner pinned (AlreadyTrusted)
2026-06-06T06:25:31.4720101Z PAIRED: joiner pinned (AlreadyTrusted)
2026-06-06T06:26:11.4608203Z PUMP_PEER_FAIL:bcead52b862344aef51998ca5d8f15dce1e38e6cee3795b219a5849f6ad4b41a:stream ended before Done
2026-06-06T06:26:46.1304496Z 
2026-06-06T06:26:46.1305833Z thread 'two_host_ladder_role_b' (2157729) panicked at crates/spt-daemon/tests/twohost.rs:247:5:
2026-06-06T06:26:46.1306963Z never converged on the rig: register: A's perch row replicated to B
2026-06-06T06:26:46.1308081Z note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
2026-06-06T06:26:46.1333913Z test two_host_ladder_role_b ... FAILED
2026-06-06T06:26:46.1334291Z 
2026-06-06T06:26:46.1334488Z failures:
2026-06-06T06:26:46.1334663Z 
2026-06-06T06:26:46.1334814Z failures:
2026-06-06T06:26:46.1342243Z     two_host_ladder_role_b
2026-06-06T06:26:46.1342632Z 
2026-06-06T06:26:46.1343097Z test result: FAILED. 1 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out; finished in 900.54s
2026-06-06T06:26:46.1343687Z 
2026-06-06T06:26:46.1376410Z error: test failed, to rerun pass `-p spt-daemon --test twohost`
2026-06-06T06:26:46.1492405Z ##[error]Process completed with exit code 101.
2026-06-06T06:26:46.1656570Z Post job cleanup.
2026-06-06T06:26:46.2876747Z [command]/usr/bin/git version
2026-06-06T06:26:46.2931561Z git version 2.34.1
2026-06-06T06:26:46.2977212Z Copying '/home/david/.gitconfig' to '/home/david/actions-runner/_work/_temp/fc8c5ba4-5264-4d81-a639-973e4f5a0e46/.gitconfig'
2026-06-06T06:26:46.3002050Z Temporarily overriding HOME='/home/david/actions-runner/_work/_temp/fc8c5ba4-5264-4d81-a639-973e4f5a0e46' before making global git config changes
2026-06-06T06:26:46.3003761Z Adding repository directory to the temporary git global config as a safe directory
2026-06-06T06:26:46.3009990Z [command]/usr/bin/git config --global --add safe.directory /home/david/actions-runner/_work/spt-core/spt-core/.adapter-notify
2026-06-06T06:26:46.3058677Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2026-06-06T06:26:46.3103844Z [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:26:46.3348135Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-06-06T06:26:46.3377773Z http.https://github.com/.extraheader
2026-06-06T06:26:46.3391483Z [command]/usr/bin/git config --local --unset-all http.https://github.com/.extraheader
2026-06-06T06:26:46.3435396Z [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:26:46.3711375Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-06-06T06:26:46.3761164Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
2026-06-06T06:26:46.4271171Z Post job cleanup.
2026-06-06T06:26:46.5637080Z [command]/usr/bin/git version
2026-06-06T06:26:46.5692639Z git version 2.34.1
2026-06-06T06:26:46.5738736Z Copying '/home/david/.gitconfig' to '/home/david/actions-runner/_work/_temp/eaad42f7-3341-4ff4-ad42-4081af0d69d6/.gitconfig'
2026-06-06T06:26:46.5762191Z Temporarily overriding HOME='/home/david/actions-runner/_work/_temp/eaad42f7-3341-4ff4-ad42-4081af0d69d6' before making global git config changes
2026-06-06T06:26:46.5763723Z Adding repository directory to the temporary git global config as a safe directory
2026-06-06T06:26:46.5770131Z [command]/usr/bin/git config --global --add safe.directory /home/david/actions-runner/_work/spt-core/spt-core
2026-06-06T06:26:46.5825278Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2026-06-06T06:26:46.5871870Z [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:26:46.6121646Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-06-06T06:26:46.6151922Z http.https://github.com/.extraheader
2026-06-06T06:26:46.6166125Z [command]/usr/bin/git config --local --unset-all http.https://github.com/.extraheader
2026-06-06T06:26:46.6211053Z [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:26:46.6458228Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-06-06T06:26:46.6498474Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
2026-06-06T06:26:46.6933381Z Cleaning up orphan processes
