changes	Set up job	﻿2026-08-18T03:01:42.2950631Z Current runner version: '2.336.0'
changes	Set up job	2026-08-18T03:01:42.2955752Z Runner name: 'kitsubito'
changes	Set up job	2026-08-18T03:01:42.2956248Z Runner group name: 'Default'
changes	Set up job	2026-08-18T03:01:42.2956881Z Machine name: 'KITSUBITO'
changes	Set up job	2026-08-18T03:01:42.2960161Z ##[group]GITHUB_TOKEN Permissions
changes	Set up job	2026-08-18T03:01:42.2961983Z Actions: write
changes	Set up job	2026-08-18T03:01:42.2962391Z ArtifactMetadata: write
changes	Set up job	2026-08-18T03:01:42.2962789Z Attestations: write
changes	Set up job	2026-08-18T03:01:42.2963152Z Checks: write
changes	Set up job	2026-08-18T03:01:42.2963510Z CodeQuality: write
changes	Set up job	2026-08-18T03:01:42.2963868Z Contents: write
changes	Set up job	2026-08-18T03:01:42.2964225Z CopilotRequests: write
changes	Set up job	2026-08-18T03:01:42.2964616Z Deployments: write
changes	Set up job	2026-08-18T03:01:42.2964978Z Discussions: write
changes	Set up job	2026-08-18T03:01:42.2965330Z Drives: write
changes	Set up job	2026-08-18T03:01:42.2965673Z Issues: write
changes	Set up job	2026-08-18T03:01:42.2966017Z Metadata: read
changes	Set up job	2026-08-18T03:01:42.2966360Z Models: read
changes	Set up job	2026-08-18T03:01:42.2966699Z Packages: write
changes	Set up job	2026-08-18T03:01:42.2967057Z Pages: write
changes	Set up job	2026-08-18T03:01:42.2967400Z PullRequests: write
changes	Set up job	2026-08-18T03:01:42.2967877Z RepositoryProjects: write
changes	Set up job	2026-08-18T03:01:42.2968278Z SecurityEvents: write
changes	Set up job	2026-08-18T03:01:42.2968646Z Statuses: write
changes	Set up job	2026-08-18T03:01:42.2969098Z VulnerabilityAlerts: read
changes	Set up job	2026-08-18T03:01:42.2969586Z ##[endgroup]
changes	Set up job	2026-08-18T03:01:42.2971217Z Secret source: Actions
changes	Set up job	2026-08-18T03:01:42.2971937Z Prepare workflow directory
changes	Set up job	2026-08-18T03:01:42.3324387Z Prepare all required actions
changes	Set up job	2026-08-18T03:01:42.3359422Z Getting action download info
changes	Set up job	2026-08-18T03:01:42.7724247Z Download action repository 'actions/checkout@v5' (SHA:fbc6f3992d24b796d5a048ff273f7fcc4a7b6c09)
changes	Set up job	2026-08-18T03:01:43.2636794Z Complete job name: changes
changes	Assert workspace free-space floor	﻿2026-08-18T03:01:43.3403798Z ##[group]Run set -euo pipefail
changes	Assert workspace free-space floor	2026-08-18T03:01:43.3404391Z set -euo pipefail
changes	Assert workspace free-space floor	2026-08-18T03:01:43.3404840Z floor_bytes=$((32 * 1024 * 1024 * 1024))
changes	Assert workspace free-space floor	2026-08-18T03:01:43.3405430Z drive=$(df -P "$GITHUB_WORKSPACE" | awk 'NR == 2 { print $1 }')
changes	Assert workspace free-space floor	2026-08-18T03:01:43.3406099Z free_bytes=$(df -PB1 "$GITHUB_WORKSPACE" | awk 'NR == 2 { print $4 }')
changes	Assert workspace free-space floor	2026-08-18T03:01:43.3406811Z printf 'disk preflight: drive=%s free_bytes=%s floor_bytes=%s\n' \
changes	Assert workspace free-space floor	2026-08-18T03:01:43.3407401Z   "$drive" "$free_bytes" "$floor_bytes"
changes	Assert workspace free-space floor	2026-08-18T03:01:43.3407907Z if [ "$free_bytes" -lt "$floor_bytes" ]; then
changes	Assert workspace free-space floor	2026-08-18T03:01:43.3408710Z   echo "::error title=Insufficient free disk::RESOURCE=disk drive=$drive free_bytes=$free_bytes floor_bytes=$floor_bytes"
changes	Assert workspace free-space floor	2026-08-18T03:01:43.3409560Z   exit 1
changes	Assert workspace free-space floor	2026-08-18T03:01:43.3409903Z fi
changes	Assert workspace free-space floor	2026-08-18T03:01:43.3426188Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0}
changes	Assert workspace free-space floor	2026-08-18T03:01:43.3427010Z ##[endgroup]
changes	Assert workspace free-space floor	2026-08-18T03:01:43.3545899Z disk preflight: drive=/dev/nvme0n1p2 free_bytes=800744148992 floor_bytes=34359738368
changes	Run actions/checkout@v5	﻿2026-08-18T03:01:43.3736782Z ##[group]Run actions/checkout@v5
changes	Run actions/checkout@v5	2026-08-18T03:01:43.3737272Z with:
changes	Run actions/checkout@v5	2026-08-18T03:01:43.3737635Z   repository: BigscreenVR/spt-bs-core
changes	Run actions/checkout@v5	2026-08-18T03:01:43.3740759Z   token: ***
changes	Run actions/checkout@v5	2026-08-18T03:01:43.3741126Z   ssh-strict: true
changes	Run actions/checkout@v5	2026-08-18T03:01:43.3741480Z   ssh-user: git
changes	Run actions/checkout@v5	2026-08-18T03:01:43.3741831Z   persist-credentials: true
changes	Run actions/checkout@v5	2026-08-18T03:01:43.3742221Z   clean: true
changes	Run actions/checkout@v5	2026-08-18T03:01:43.3742564Z   sparse-checkout-cone-mode: true
changes	Run actions/checkout@v5	2026-08-18T03:01:43.3742964Z   fetch-depth: 1
changes	Run actions/checkout@v5	2026-08-18T03:01:43.3743302Z   fetch-tags: false
changes	Run actions/checkout@v5	2026-08-18T03:01:43.3743645Z   show-progress: true
changes	Run actions/checkout@v5	2026-08-18T03:01:43.3743998Z   lfs: false
changes	Run actions/checkout@v5	2026-08-18T03:01:43.3744317Z   submodules: false
changes	Run actions/checkout@v5	2026-08-18T03:01:43.3744666Z   set-safe-directory: true
changes	Run actions/checkout@v5	2026-08-18T03:01:43.3745059Z   allow-unsafe-pr-checkout: false
changes	Run actions/checkout@v5	2026-08-18T03:01:43.3745459Z ##[endgroup]
changes	Run actions/checkout@v5	2026-08-18T03:01:43.4521197Z Syncing repository: BigscreenVR/spt-bs-core
changes	Run actions/checkout@v5	2026-08-18T03:01:43.4522770Z ##[group]Getting Git version info
changes	Run actions/checkout@v5	2026-08-18T03:01:43.4523421Z Working directory is '/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core'
changes	Run actions/checkout@v5	2026-08-18T03:01:43.4524326Z [command]/usr/bin/git version
changes	Run actions/checkout@v5	2026-08-18T03:01:43.4525271Z git version 2.43.0
changes	Run actions/checkout@v5	2026-08-18T03:01:43.4542131Z ##[endgroup]
changes	Run actions/checkout@v5	2026-08-18T03:01:43.4549592Z Copying '/home/reavus/.gitconfig' to '/home/reavus/actions-runner/_work/_temp/f1440e70-0c7c-40b9-a195-dd1a322377ef/.gitconfig'
changes	Run actions/checkout@v5	2026-08-18T03:01:43.4556050Z Temporarily overriding HOME='/home/reavus/actions-runner/_work/_temp/f1440e70-0c7c-40b9-a195-dd1a322377ef' before making global git config changes
changes	Run actions/checkout@v5	2026-08-18T03:01:43.4557122Z Adding repository directory to the temporary git global config as a safe directory
changes	Run actions/checkout@v5	2026-08-18T03:01:43.4559041Z [command]/usr/bin/git config --global --add safe.directory /home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core
changes	Run actions/checkout@v5	2026-08-18T03:01:43.4611913Z [command]/usr/bin/git config --local --get remote.origin.url
changes	Run actions/checkout@v5	2026-08-18T03:01:43.4629393Z https://github.com/BigscreenVR/spt-bs-core
changes	Run actions/checkout@v5	2026-08-18T03:01:43.4639247Z ##[group]Removing previously created refs, to avoid conflicts
changes	Run actions/checkout@v5	2026-08-18T03:01:43.4641752Z [command]/usr/bin/git rev-parse --symbolic-full-name --verify --quiet HEAD
changes	Run actions/checkout@v5	2026-08-18T03:01:43.4658026Z refs/heads/golden/nameplate-181
changes	Run actions/checkout@v5	2026-08-18T03:01:43.4663765Z [command]/usr/bin/git checkout --detach
changes	Run actions/checkout@v5	2026-08-18T03:01:43.4822328Z HEAD is now at f967208e3 docs(flake-ledger): engine_room_bringup :1212 sid-identity + :1150 precondition signatures; resident_service unclassified sighting
changes	Run actions/checkout@v5	2026-08-18T03:01:43.4893377Z [command]/usr/bin/git branch --delete --force golden/nameplate-181
changes	Run actions/checkout@v5	2026-08-18T03:01:43.4925506Z Deleted branch golden/nameplate-181 (was f967208e3).
changes	Run actions/checkout@v5	2026-08-18T03:01:43.5036987Z ##[endgroup]
changes	Run actions/checkout@v5	2026-08-18T03:01:43.5040408Z [command]/usr/bin/git submodule status
changes	Run actions/checkout@v5	2026-08-18T03:01:43.5224662Z ##[group]Cleaning the repository
changes	Run actions/checkout@v5	2026-08-18T03:01:43.5226726Z [command]/usr/bin/git clean -ffdx
changes	Run actions/checkout@v5	2026-08-18T03:01:43.5257487Z Removing traceable-reqs
changes	Run actions/checkout@v5	2026-08-18T03:01:43.5264694Z [command]/usr/bin/git reset --hard HEAD
changes	Run actions/checkout@v5	2026-08-18T03:01:43.5326470Z HEAD is now at f967208e3 docs(flake-ledger): engine_room_bringup :1212 sid-identity + :1150 precondition signatures; resident_service unclassified sighting
changes	Run actions/checkout@v5	2026-08-18T03:01:43.5331902Z ##[endgroup]
changes	Run actions/checkout@v5	2026-08-18T03:01:43.5333122Z ##[group]Disabling automatic garbage collection
changes	Run actions/checkout@v5	2026-08-18T03:01:43.5336275Z [command]/usr/bin/git config --local gc.auto 0
changes	Run actions/checkout@v5	2026-08-18T03:01:43.5357129Z ##[endgroup]
changes	Run actions/checkout@v5	2026-08-18T03:01:43.5357722Z ##[group]Setting up auth
changes	Run actions/checkout@v5	2026-08-18T03:01:43.5362030Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
changes	Run actions/checkout@v5	2026-08-18T03:01:43.5385485Z [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' || :"
changes	Run actions/checkout@v5	2026-08-18T03:01:43.5568331Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
changes	Run actions/checkout@v5	2026-08-18T03:01:43.5593956Z [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' || :"
changes	Run actions/checkout@v5	2026-08-18T03:01:43.5777903Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
changes	Run actions/checkout@v5	2026-08-18T03:01:43.5804024Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
changes	Run actions/checkout@v5	2026-08-18T03:01:43.5990035Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic ***
changes	Run actions/checkout@v5	2026-08-18T03:01:43.6021368Z ##[endgroup]
changes	Run actions/checkout@v5	2026-08-18T03:01:43.6022073Z ##[group]Fetching the repository
changes	Run actions/checkout@v5	2026-08-18T03:01:43.6027383Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +f967208e327fadd0103552d72c85a0475a734abe:refs/remotes/origin/golden/nameplate-181
changes	Run actions/checkout@v5	2026-08-18T03:01:44.2423560Z ##[endgroup]
changes	Run actions/checkout@v5	2026-08-18T03:01:44.2425639Z ##[group]Determining the checkout info
changes	Run actions/checkout@v5	2026-08-18T03:01:44.2427242Z ##[endgroup]
changes	Run actions/checkout@v5	2026-08-18T03:01:44.2431230Z [command]/usr/bin/git sparse-checkout disable
changes	Run actions/checkout@v5	2026-08-18T03:01:44.2474847Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig
changes	Run actions/checkout@v5	2026-08-18T03:01:44.2501439Z ##[group]Checking out the ref
changes	Run actions/checkout@v5	2026-08-18T03:01:44.2504515Z [command]/usr/bin/git checkout --progress --force -B golden/nameplate-181 refs/remotes/origin/golden/nameplate-181
changes	Run actions/checkout@v5	2026-08-18T03:01:44.2565519Z Switched to a new branch 'golden/nameplate-181'
changes	Run actions/checkout@v5	2026-08-18T03:01:44.2566764Z branch 'golden/nameplate-181' set up to track 'origin/golden/nameplate-181'.
changes	Run actions/checkout@v5	2026-08-18T03:01:44.2573190Z ##[endgroup]
changes	Run actions/checkout@v5	2026-08-18T03:01:44.2611434Z [command]/usr/bin/git log -1 --format=%H
changes	Run actions/checkout@v5	2026-08-18T03:01:44.2635445Z f967208e327fadd0103552d72c85a0475a734abe
changes	Validate flake registry	﻿2026-08-18T03:01:44.2774133Z ##[group]Run python3 .github/ci/flake-registry.py
changes	Validate flake registry	2026-08-18T03:01:44.2775044Z python3 .github/ci/flake-registry.py
changes	Validate flake registry	2026-08-18T03:01:44.2788569Z shell: /usr/bin/bash -e {0}
changes	Validate flake registry	2026-08-18T03:01:44.2789310Z ##[endgroup]
changes	Validate flake registry	2026-08-18T03:01:44.3059862Z FLAKE_REGISTRY_OK: 2 entries
changes	Run echo "code=true" >> "$GITHUB_OUTPUT"	﻿2026-08-18T03:01:44.3138228Z ##[group]Run echo "code=true" >> "$GITHUB_OUTPUT"
changes	Run echo "code=true" >> "$GITHUB_OUTPUT"	2026-08-18T03:01:44.3139363Z echo "code=true" >> "$GITHUB_OUTPUT"
changes	Run echo "code=true" >> "$GITHUB_OUTPUT"	2026-08-18T03:01:44.3155322Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0}
changes	Run echo "code=true" >> "$GITHUB_OUTPUT"	2026-08-18T03:01:44.3156152Z ##[endgroup]
changes	Post Run actions/checkout@v5	﻿2026-08-18T03:01:44.3375603Z Post job cleanup.
changes	Post Run actions/checkout@v5	2026-08-18T03:01:44.4086528Z [command]/usr/bin/git version
changes	Post Run actions/checkout@v5	2026-08-18T03:01:44.4118286Z git version 2.43.0
changes	Post Run actions/checkout@v5	2026-08-18T03:01:44.4145546Z Copying '/home/reavus/.gitconfig' to '/home/reavus/actions-runner/_work/_temp/715c029d-8273-463a-9c44-d89fcb33f8ba/.gitconfig'
changes	Post Run actions/checkout@v5	2026-08-18T03:01:44.4153577Z Temporarily overriding HOME='/home/reavus/actions-runner/_work/_temp/715c029d-8273-463a-9c44-d89fcb33f8ba' before making global git config changes
changes	Post Run actions/checkout@v5	2026-08-18T03:01:44.4155595Z Adding repository directory to the temporary git global config as a safe directory
changes	Post Run actions/checkout@v5	2026-08-18T03:01:44.4157323Z [command]/usr/bin/git config --global --add safe.directory /home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core
changes	Post Run actions/checkout@v5	2026-08-18T03:01:44.4186570Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
changes	Post Run actions/checkout@v5	2026-08-18T03:01:44.4212831Z [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' || :"
changes	Post Run actions/checkout@v5	2026-08-18T03:01:44.4400020Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
changes	Post Run actions/checkout@v5	2026-08-18T03:01:44.4418696Z http.https://github.com/.extraheader
changes	Post Run actions/checkout@v5	2026-08-18T03:01:44.4425207Z [command]/usr/bin/git config --local --unset-all http.https://github.com/.extraheader
changes	Post Run actions/checkout@v5	2026-08-18T03:01:44.4448110Z [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' || :"
changes	Post Run actions/checkout@v5	2026-08-18T03:01:44.4632480Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
changes	Post Run actions/checkout@v5	2026-08-18T03:01:44.4657491Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
changes	Complete job	﻿2026-08-18T03:01:44.4970728Z Evaluate and set job outputs
changes	Complete job	2026-08-18T03:01:44.4977462Z Set output 'code'
changes	Complete job	2026-08-18T03:01:44.4980639Z Cleaning up orphan processes
traceability	Set up job	﻿2026-08-18T03:00:39.7380036Z Current runner version: '2.336.0'
traceability	Set up job	2026-08-18T03:00:39.7385215Z Runner name: 'kitsubito'
traceability	Set up job	2026-08-18T03:00:39.7385715Z Runner group name: 'Default'
traceability	Set up job	2026-08-18T03:00:39.7386344Z Machine name: 'KITSUBITO'
traceability	Set up job	2026-08-18T03:00:39.7390010Z ##[group]GITHUB_TOKEN Permissions
traceability	Set up job	2026-08-18T03:00:39.7392257Z Actions: write
traceability	Set up job	2026-08-18T03:00:39.7392762Z ArtifactMetadata: write
traceability	Set up job	2026-08-18T03:00:39.7393259Z Attestations: write
traceability	Set up job	2026-08-18T03:00:39.7393712Z Checks: write
traceability	Set up job	2026-08-18T03:00:39.7394141Z CodeQuality: write
traceability	Set up job	2026-08-18T03:00:39.7394636Z Contents: write
traceability	Set up job	2026-08-18T03:00:39.7395083Z CopilotRequests: write
traceability	Set up job	2026-08-18T03:00:39.7395541Z Deployments: write
traceability	Set up job	2026-08-18T03:00:39.7395984Z Discussions: write
traceability	Set up job	2026-08-18T03:00:39.7396415Z Drives: write
traceability	Set up job	2026-08-18T03:00:39.7396838Z Issues: write
traceability	Set up job	2026-08-18T03:00:39.7397264Z Metadata: read
traceability	Set up job	2026-08-18T03:00:39.7397688Z Models: read
traceability	Set up job	2026-08-18T03:00:39.7398118Z Packages: write
traceability	Set up job	2026-08-18T03:00:39.7398556Z Pages: write
traceability	Set up job	2026-08-18T03:00:39.7399043Z PullRequests: write
traceability	Set up job	2026-08-18T03:00:39.7399524Z RepositoryProjects: write
traceability	Set up job	2026-08-18T03:00:39.7399904Z SecurityEvents: write
traceability	Set up job	2026-08-18T03:00:39.7400270Z Statuses: write
traceability	Set up job	2026-08-18T03:00:39.7400613Z VulnerabilityAlerts: read
traceability	Set up job	2026-08-18T03:00:39.7400985Z ##[endgroup]
traceability	Set up job	2026-08-18T03:00:39.7402557Z Secret source: Actions
traceability	Set up job	2026-08-18T03:00:39.7403218Z Prepare workflow directory
traceability	Set up job	2026-08-18T03:00:39.7754848Z Prepare all required actions
traceability	Set up job	2026-08-18T03:00:39.7789872Z Getting action download info
traceability	Set up job	2026-08-18T03:00:40.1339792Z Download action repository 'actions/checkout@v5' (SHA:fbc6f3992d24b796d5a048ff273f7fcc4a7b6c09)
traceability	Set up job	2026-08-18T03:00:40.5102513Z Complete job name: traceability
traceability	Assert workspace free-space floor	﻿2026-08-18T03:00:40.5859511Z ##[group]Run set -euo pipefail
traceability	Assert workspace free-space floor	2026-08-18T03:00:40.5860083Z set -euo pipefail
traceability	Assert workspace free-space floor	2026-08-18T03:00:40.5860509Z floor_bytes=$((32 * 1024 * 1024 * 1024))
traceability	Assert workspace free-space floor	2026-08-18T03:00:40.5861078Z drive=$(df -P "$GITHUB_WORKSPACE" | awk 'NR == 2 { print $1 }')
traceability	Assert workspace free-space floor	2026-08-18T03:00:40.5861743Z free_bytes=$(df -PB1 "$GITHUB_WORKSPACE" | awk 'NR == 2 { print $4 }')
traceability	Assert workspace free-space floor	2026-08-18T03:00:40.5862455Z printf 'disk preflight: drive=%s free_bytes=%s floor_bytes=%s\n' \
traceability	Assert workspace free-space floor	2026-08-18T03:00:40.5863036Z   "$drive" "$free_bytes" "$floor_bytes"
traceability	Assert workspace free-space floor	2026-08-18T03:00:40.5863522Z if [ "$free_bytes" -lt "$floor_bytes" ]; then
traceability	Assert workspace free-space floor	2026-08-18T03:00:40.5864302Z   echo "::error title=Insufficient free disk::RESOURCE=disk drive=$drive free_bytes=$free_bytes floor_bytes=$floor_bytes"
traceability	Assert workspace free-space floor	2026-08-18T03:00:40.5865034Z   exit 1
traceability	Assert workspace free-space floor	2026-08-18T03:00:40.5865363Z fi
traceability	Assert workspace free-space floor	2026-08-18T03:00:40.5881681Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0}
traceability	Assert workspace free-space floor	2026-08-18T03:00:40.5882482Z ##[endgroup]
traceability	Assert workspace free-space floor	2026-08-18T03:00:40.6000527Z disk preflight: drive=/dev/nvme0n1p2 free_bytes=798767706112 floor_bytes=34359738368
traceability	Run actions/checkout@v5	﻿2026-08-18T03:00:40.6186360Z ##[group]Run actions/checkout@v5
traceability	Run actions/checkout@v5	2026-08-18T03:00:40.6186831Z with:
traceability	Run actions/checkout@v5	2026-08-18T03:00:40.6187184Z   repository: BigscreenVR/spt-bs-core
traceability	Run actions/checkout@v5	2026-08-18T03:00:40.6190129Z   token: ***
traceability	Run actions/checkout@v5	2026-08-18T03:00:40.6190472Z   ssh-strict: true
traceability	Run actions/checkout@v5	2026-08-18T03:00:40.6190805Z   ssh-user: git
traceability	Run actions/checkout@v5	2026-08-18T03:00:40.6191144Z   per
[…125558ln elided…]
CLE: conn=3 role=brain stream-subscriber stream=8 stream-subscriber stream=20 stream-subscriber stream=24 stream-subscriber stream=26 stream-subscriber stream=38 stream-subscriber stream=40 stream-subscriber stream=46 stream-subscriber stream=48… wall_ms=1787024691611 mono_ms=922051 event=stream-sub-attach stream=7311 from_seq=0 [REQ-CONN-POISON-ATTRIBUTION]
twohost-a	Two-host ladder — role A (joiner/driver)	2026-08-18T03:44:51.6292251Z CONN_LIFECYCLE: conn=3 role=brain stream-subscriber stream=8 stream-subscriber stream=20 stream-subscriber stream=24 stream-subscriber stream=26 stream-subscriber stream=38 stream-subscriber stream=40 stream-subscriber stream=46 stream-subscriber stream=48… wall_ms=1787024691629 mono_ms=922069 event=stream-sub-release stream=7311 [REQ-CONN-POISON-ATTRIBUTION]
twohost-a	Two-host ladder — role A (joiner/driver)	2026-08-18T03:44:51.7855815Z CONN_LIFECYCLE: conn=10768 role=brain wall_ms=1787024691785 mono_ms=922225 event=write-start [REQ-CONN-POISON-ATTRIBUTION]
twohost-a	Two-host ladder — role A (joiner/driver)	2026-08-18T03:44:51.7856750Z CONN_LIFECYCLE: conn=10767 role=brain wall_ms=1787024691785 mono_ms=922225 event=write-start [REQ-CONN-POISON-ATTRIBUTION]
twohost-a	Two-host ladder — role A (joiner/driver)	2026-08-18T03:44:51.7857715Z CONN_LIFECYCLE: conn=10768 role=brain wall_ms=1787024691785 mono_ms=922225 event=transport-close poisoned=false timed_out=false [REQ-CONN-POISON-ATTRIBUTION]
twohost-a	Two-host ladder — role A (joiner/driver)	2026-08-18T03:44:51.7858603Z CONN_LIFECYCLE: conn=10767 role=brain wall_ms=1787024691785 mono_ms=922225 event=transport-close poisoned=false timed_out=false [REQ-CONN-POISON-ATTRIBUTION]
twohost-a	Two-host ladder — role A (joiner/driver)	2026-08-18T03:44:51.7860767Z CONN_LIFECYCLE: conn=10770 role=brain stream-subscriber stream=7312 wall_ms=1787024691785 mono_ms=922226 event=stream-sub-attach stream=7312 from_seq=0 [REQ-CONN-POISON-ATTRIBUTION]
twohost-a	Two-host ladder — role A (joiner/driver)	2026-08-18T03:44:51.7862191Z CONN_LIFECYCLE: conn=10770 role=brain stream-subscriber stream=7312 wall_ms=1787024691786 mono_ms=922226 event=write-start [REQ-CONN-POISON-ATTRIBUTION]
twohost-a	Two-host ladder — role A (joiner/driver)	2026-08-18T03:44:51.7867367Z CONN_LIFECYCLE: conn=10769 role=brain wall_ms=1787024691786 mono_ms=922226 event=write-start [REQ-CONN-POISON-ATTRIBUTION]
twohost-a	Two-host ladder — role A (joiner/driver)	2026-08-18T03:44:51.7869081Z CONN_LIFECYCLE: conn=10769 role=brain stream-subscriber stream=7313 wall_ms=1787024691786 mono_ms=922227 event=stream-sub-attach stream=7313 from_seq=0 [REQ-CONN-POISON-ATTRIBUTION]
twohost-a	Two-host ladder — role A (joiner/driver)	2026-08-18T03:44:51.7887662Z CONN_LIFECYCLE: conn=10770 role=brain stream-subscriber stream=7312 wall_ms=1787024691788 mono_ms=922228 event=transport-close poisoned=false timed_out=false [REQ-CONN-POISON-ATTRIBUTION]
twohost-a	Two-host ladder — role A (joiner/driver)	2026-08-18T03:44:51.7889503Z CONN_LIFECYCLE: conn=10771 role=brain wall_ms=1787024691788 mono_ms=922229 event=write-start [REQ-CONN-POISON-ATTRIBUTION]
twohost-a	Two-host ladder — role A (joiner/driver)	2026-08-18T03:44:51.7890426Z CONN_LIFECYCLE: conn=10771 role=brain wall_ms=1787024691788 mono_ms=922229 event=transport-close poisoned=false timed_out=false [REQ-CONN-POISON-ATTRIBUTION]
twohost-a	Two-host ladder — role A (joiner/driver)	2026-08-18T03:44:51.7936618Z CONN_LIFECYCLE: conn=10769 role=brain stream-subscriber stream=7313 wall_ms=1787024691793 mono_ms=922233 event=transport-close poisoned=false timed_out=false [REQ-CONN-POISON-ATTRIBUTION]
twohost-a	Two-host ladder — role A (joiner/driver)	2026-08-18T03:44:51.7938251Z CONN_LIFECYCLE: conn=10772 role=brain wall_ms=1787024691793 mono_ms=922233 event=write-start [REQ-CONN-POISON-ATTRIBUTION]
twohost-a	Two-host ladder — role A (joiner/driver)	2026-08-18T03:44:51.7939367Z CONN_LIFECYCLE: conn=10772 role=brain wall_ms=1787024691793 mono_ms=922234 event=transport-close poisoned=false timed_out=false [REQ-CONN-POISON-ATTRIBUTION]
twohost-a	Two-host ladder — role A (joiner/driver)	2026-08-18T03:44:51.8868681Z CONN_LIFECYCLE: conn=10773 role=brain wall_ms=1787024691886 mono_ms=922326 event=write-start [REQ-CONN-POISON-ATTRIBUTION]
twohost-a	Two-host ladder — role A (joiner/driver)	2026-08-18T03:44:51.8869833Z CONN_LIFECYCLE: conn=10773 role=brain wall_ms=1787024691886 mono_ms=922327 event=transport-close poisoned=false timed_out=false [REQ-CONN-POISON-ATTRIBUTION]
twohost-a	Two-host ladder — role A (joiner/driver)	2026-08-18T03:44:51.8876022Z CONN_LIFECYCLE: conn=10774 role=brain stream-subscriber stream=7314 wall_ms=1787024691887 mono_ms=922327 event=stream-sub-attach stream=7314 from_seq=0 [REQ-CONN-POISON-ATTRIBUTION]
twohost-a	Two-host ladder — role A (joiner/driver)	2026-08-18T03:44:51.8877539Z CONN_LIFECYCLE: conn=10774 role=brain stream-subscriber stream=7314 wall_ms=1787024691887 mono_ms=922327 event=write-start [REQ-CONN-POISON-ATTRIBUTION]
twohost-a	Two-host ladder — role A (joiner/driver)	2026-08-18T03:44:51.9564180Z CONN_LIFECYCLE: conn=10774 role=brain stream-subscriber stream=7314 wall_ms=1787024691956 mono_ms=922396 event=transport-close poisoned=false timed_out=false [REQ-CONN-POISON-ATTRIBUTION]
twohost-a	Two-host ladder — role A (joiner/driver)	2026-08-18T03:44:51.9565428Z CONN_LIFECYCLE: conn=10775 role=brain wall_ms=1787024691956 mono_ms=922396 event=write-start [REQ-CONN-POISON-ATTRIBUTION]
twohost-a	Two-host ladder — role A (joiner/driver)	2026-08-18T03:44:51.9566439Z CONN_LIFECYCLE: conn=10775 role=brain wall_ms=1787024691956 mono_ms=922396 event=transport-close poisoned=false timed_out=false [REQ-CONN-POISON-ATTRIBUTION]
twohost-a	Two-host ladder — role A (joiner/driver)	2026-08-18T03:44:51.9878417Z CONN_LIFECYCLE: conn=10776 role=brain wall_ms=1787024691987 mono_ms=922427 event=write-start [REQ-CONN-POISON-ATTRIBUTION]
twohost-a	Two-host ladder — role A (joiner/driver)	2026-08-18T03:44:51.9879570Z CONN_LIFECYCLE: conn=10776 role=brain wall_ms=1787024691987 mono_ms=922428 event=transport-close poisoned=false timed_out=false [REQ-CONN-POISON-ATTRIBUTION]
twohost-a	Two-host ladder — role A (joiner/driver)	2026-08-18T03:44:51.9881934Z CONN_LIFECYCLE: conn=10777 role=brain stream-subscriber stream=7315 wall_ms=1787024691988 mono_ms=922428 event=stream-sub-attach stream=7315 from_seq=0 [REQ-CONN-POISON-ATTRIBUTION]
twohost-a	Two-host ladder — role A (joiner/driver)	2026-08-18T03:44:51.9883599Z CONN_LIFECYCLE: conn=10777 role=brain stream-subscriber stream=7315 wall_ms=1787024691988 mono_ms=922428 event=write-start [REQ-CONN-POISON-ATTRIBUTION]
twohost-a	Two-host ladder — role A (joiner/driver)	2026-08-18T03:44:51.9889851Z CONN_LIFECYCLE: conn=10777 role=brain stream-subscriber stream=7315 wall_ms=1787024691988 mono_ms=922429 event=transport-close poisoned=false timed_out=false [REQ-CONN-POISON-ATTRIBUTION]
twohost-a	Two-host ladder — role A (joiner/driver)	2026-08-18T03:44:51.9891853Z CONN_LIFECYCLE: conn=10778 role=brain wall_ms=1787024691989 mono_ms=922429 event=write-start [REQ-CONN-POISON-ATTRIBUTION]
twohost-a	Two-host ladder — role A (joiner/driver)	2026-08-18T03:44:51.9892889Z CONN_LIFECYCLE: conn=10778 role=brain wall_ms=1787024691989 mono_ms=922429 event=transport-close poisoned=false timed_out=false [REQ-CONN-POISON-ATTRIBUTION]
twohost-a	Two-host ladder — role A (joiner/driver)	2026-08-18T03:44:52.2851556Z CONN_LIFECYCLE: conn=3 role=brain stream-subscriber stream=8 stream-subscriber stream=20 stream-subscriber stream=24 stream-subscriber stream=26 stream-subscriber stream=38 stream-subscriber stream=40 stream-subscriber stream=46 stream-subscriber stream=48… wall_ms=1787024692284 mono_ms=922725 event=stream-sub-attach stream=7318 from_seq=0 [REQ-CONN-POISON-ATTRIBUTION]
twohost-a	Two-host ladder — role A (joiner/driver)	2026-08-18T03:44:52.4578731Z CONN_LIFECYCLE: conn=3 role=brain stream-subscriber stream=8 stream-subscriber stream=20 stream-subscriber stream=24 stream-subscriber stream=26 stream-subscriber stream=38 stream-subscriber stream=40 stream-subscriber stream=46 stream-subscriber stream=48… wall_ms=1787024692457 mono_ms=922897 event=stream-sub-release stream=7318 [REQ-CONN-POISON-ATTRIBUTION]
twohost-a	Two-host ladder — role A (joiner/driver)	2026-08-18T03:44:52.4681464Z CONN_LIFECYCLE: conn=3 role=brain stream-subscriber stream=8 stream-subscriber stream=20 stream-subscriber stream=24 stream-subscriber stream=26 stream-subscriber stream=38 stream-subscriber stream=40 stream-subscriber stream=46 stream-subscriber stream=48… wall_ms=1787024692467 mono_ms=922908 event=stream-sub-attach stream=7319 from_seq=0 [REQ-CONN-POISON-ATTRIBUTION]
twohost-a	Two-host ladder — role A (joiner/driver)	2026-08-18T03:44:52.4866282Z CONN_LIFECYCLE: conn=3 role=brain stream-subscriber stream=8 stream-subscriber stream=20 stream-subscriber stream=24 stream-subscriber stream=26 stream-subscriber stream=38 stream-subscriber stream=40 stream-subscriber stream=46 stream-subscriber stream=48… wall_ms=1787024692486 mono_ms=922926 event=stream-sub-release stream=7319 [REQ-CONN-POISON-ATTRIBUTION]
twohost-a	Two-host ladder — role A (joiner/driver)	2026-08-18T03:44:52.6446312Z CONN_LIFECYCLE: conn=10779 role=brain wall_ms=1787024692644 mono_ms=923084 event=write-start [REQ-CONN-POISON-ATTRIBUTION]
twohost-a	Two-host ladder — role A (joiner/driver)	2026-08-18T03:44:52.6447354Z CONN_LIFECYCLE: conn=10780 role=brain wall_ms=1787024692644 mono_ms=923084 event=write-start [REQ-CONN-POISON-ATTRIBUTION]
twohost-a	Two-host ladder — role A (joiner/driver)	2026-08-18T03:44:52.6448287Z CONN_LIFECYCLE: conn=10779 role=brain wall_ms=1787024692644 mono_ms=923084 event=transport-close poisoned=false timed_out=false [REQ-CONN-POISON-ATTRIBUTION]
twohost-a	Two-host ladder — role A (joiner/driver)	2026-08-18T03:44:52.6450762Z CONN_LIFECYCLE: conn=10780 role=brain wall_ms=1787024692644 mono_ms=923084 event=transport-close poisoned=false timed_out=false [REQ-CONN-POISON-ATTRIBUTION]
twohost-a	Two-host ladder — role A (joiner/driver)	2026-08-18T03:44:52.6451948Z CONN_LIFECYCLE: conn=10781 role=brain stream-subscriber stream=7320 wall_ms=1787024692645 mono_ms=923085 event=stream-sub-attach stream=7320 from_seq=0 [REQ-CONN-POISON-ATTRIBUTION]
twohost-a	Two-host ladder — role A (joiner/driver)	2026-08-18T03:44:52.6453158Z CONN_LIFECYCLE: conn=10781 role=brain stream-subscriber stream=7320 wall_ms=1787024692645 mono_ms=923085 event=write-start [REQ-CONN-POISON-ATTRIBUTION]
twohost-a	Two-host ladder — role A (joiner/driver)	2026-08-18T03:44:52.6458247Z CONN_LIFECYCLE: conn=10782 role=brain wall_ms=1787024692645 mono_ms=923086 event=write-start [REQ-CONN-POISON-ATTRIBUTION]
twohost-a	Two-host ladder — role A (joiner/driver)	2026-08-18T03:44:52.6459706Z CONN_LIFECYCLE: conn=10782 role=brain stream-subscriber stream=7321 wall_ms=1787024692645 mono_ms=923086 event=stream-sub-attach stream=7321 from_seq=0 [REQ-CONN-POISON-ATTRIBUTION]
twohost-a	Two-host ladder — role A (joiner/driver)	2026-08-18T03:44:52.6476145Z CONN_LIFECYCLE: conn=10781 role=brain stream-subscriber stream=7320 wall_ms=1787024692647 mono_ms=923087 event=transport-close poisoned=false timed_out=false [REQ-CONN-POISON-ATTRIBUTION]
twohost-a	Two-host ladder — role A (joiner/driver)	2026-08-18T03:44:52.6477885Z CONN_LIFECYCLE: conn=10783 role=brain wall_ms=1787024692647 mono_ms=923087 event=write-start [REQ-CONN-POISON-ATTRIBUTION]
twohost-a	Two-host ladder — role A (joiner/driver)	2026-08-18T03:44:52.6478860Z CONN_LIFECYCLE: conn=10783 role=brain wall_ms=1787024692647 mono_ms=923088 event=transport-close poisoned=false timed_out=false [REQ-CONN-POISON-ATTRIBUTION]
twohost-a	Two-host ladder — role A (joiner/driver)	2026-08-18T03:44:52.6530068Z CONN_LIFECYCLE: conn=10782 role=brain stream-subscriber stream=7321 wall_ms=1787024692652 mono_ms=923093 event=transport-close poisoned=false timed_out=false [REQ-CONN-POISON-ATTRIBUTION]
twohost-a	Two-host ladder — role A (joiner/driver)	2026-08-18T03:44:52.6532102Z CONN_LIFECYCLE: conn=10784 role=brain wall_ms=1787024692653 mono_ms=923093 event=write-start [REQ-CONN-POISON-ATTRIBUTION]
twohost-a	Two-host ladder — role A (joiner/driver)	2026-08-18T03:44:52.6532839Z CONN_LIFECYCLE: conn=10784 role=brain wall_ms=1787024692653 mono_ms=923093 event=transport-close poisoned=false timed_out=false [REQ-CONN-POISON-ATTRIBUTION]
twohost-a	Two-host ladder — role A (joiner/driver)	2026-08-18T03:44:52.7454691Z CONN_LIFECYCLE: conn=10785 role=brain wall_ms=1787024692745 mono_ms=923185 event=write-start [REQ-CONN-POISON-ATTRIBUTION]
twohost-a	Two-host ladder — role A (joiner/driver)	2026-08-18T03:44:52.7455979Z CONN_LIFECYCLE: conn=10785 role=brain wall_ms=1787024692745 mono_ms=923185 event=transport-close poisoned=false timed_out=false [REQ-CONN-POISON-ATTRIBUTION]
twohost-a	Two-host ladder — role A (joiner/driver)	2026-08-18T03:44:52.7461369Z CONN_LIFECYCLE: conn=10786 role=brain stream-subscriber stream=7322 wall_ms=1787024692746 mono_ms=923186 event=stream-sub-attach stream=7322 from_seq=0 [REQ-CONN-POISON-ATTRIBUTION]
twohost-a	Two-host ladder — role A (joiner/driver)	2026-08-18T03:44:52.7463014Z CONN_LIFECYCLE: conn=10786 role=brain stream-subscriber stream=7322 wall_ms=1787024692746 mono_ms=923186 event=write-start [REQ-CONN-POISON-ATTRIBUTION]
twohost-a	Two-host ladder — role A (joiner/driver)	2026-08-18T03:44:52.8151204Z CONN_LIFECYCLE: conn=10786 role=brain stream-subscriber stream=7322 wall_ms=1787024692814 mono_ms=923255 event=transport-close poisoned=false timed_out=false [REQ-CONN-POISON-ATTRIBUTION]
twohost-a	Two-host ladder — role A (joiner/driver)	2026-08-18T03:44:52.8153054Z CONN_LIFECYCLE: conn=10787 role=brain wall_ms=1787024692815 mono_ms=923255 event=write-start [REQ-CONN-POISON-ATTRIBUTION]
twohost-a	Two-host ladder — role A (joiner/driver)	2026-08-18T03:44:52.8154088Z CONN_LIFECYCLE: conn=10787 role=brain wall_ms=1787024692815 mono_ms=923255 event=transport-close poisoned=false timed_out=false [REQ-CONN-POISON-ATTRIBUTION]
twohost-a	Two-host ladder — role A (joiner/driver)	2026-08-18T03:44:52.8463594Z CONN_LIFECYCLE: conn=10788 role=brain wall_ms=1787024692846 mono_ms=923286 event=write-start [REQ-CONN-POISON-ATTRIBUTION]
twohost-a	Two-host ladder — role A (joiner/driver)	2026-08-18T03:44:52.8464549Z CONN_LIFECYCLE: conn=10788 role=brain wall_ms=1787024692846 mono_ms=923286 event=transport-close poisoned=false timed_out=false [REQ-CONN-POISON-ATTRIBUTION]
twohost-a	Two-host ladder — role A (joiner/driver)	2026-08-18T03:44:52.8466998Z CONN_LIFECYCLE: conn=10789 role=brain stream-subscriber stream=7323 wall_ms=1787024692846 mono_ms=923286 event=stream-sub-attach stream=7323 from_seq=0 [REQ-CONN-POISON-ATTRIBUTION]
twohost-a	Two-host ladder — role A (joiner/driver)	2026-08-18T03:44:52.8468153Z CONN_LIFECYCLE: conn=10789 role=brain stream-subscriber stream=7323 wall_ms=1787024692846 mono_ms=923286 event=write-start [REQ-CONN-POISON-ATTRIBUTION]
twohost-a	Two-host ladder — role A (joiner/driver)	2026-08-18T03:44:52.8475425Z CONN_LIFECYCLE: conn=10789 role=brain stream-subscriber stream=7323 wall_ms=1787024692847 mono_ms=923287 event=transport-close poisoned=false timed_out=false [REQ-CONN-POISON-ATTRIBUTION]
twohost-a	Two-host ladder — role A (joiner/driver)	2026-08-18T03:44:52.8477109Z CONN_LIFECYCLE: conn=10790 role=brain wall_ms=1787024692847 mono_ms=923287 event=write-start [REQ-CONN-POISON-ATTRIBUTION]
twohost-a	Two-host ladder — role A (joiner/driver)	2026-08-18T03:44:52.8478193Z CONN_LIFECYCLE: conn=10790 role=brain wall_ms=1787024692847 mono_ms=923287 event=transport-close poisoned=false timed_out=false [REQ-CONN-POISON-ATTRIBUTION]
twohost-a	Two-host ladder — role A (joiner/driver)	2026-08-18T03:44:52.9064713Z 
twohost-a	Two-host ladder — role A (joiner/driver)	2026-08-18T03:44:52.9065273Z thread 'two_host_ladder_role_a' (47904) panicked at crates\spt-daemon\tests\twohost.rs:384:5:
twohost-a	Two-host ladder — role A (joiner/driver)	2026-08-18T03:44:52.9065999Z never converged on the rig: ER conjunction: the WHITELISTED engine room advertises on the same rule
twohost-a	Two-host ladder — role A (joiner/driver)	2026-08-18T03:44:52.9066631Z note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
twohost-a	Two-host ladder — role A (joiner/driver)	2026-08-18T03:44:52.9068099Z STREAM_CONNBOUND_RETIRE:12: opener conn exited — FIN + terminal retire
twohost-a	Two-host ladder — role A (joiner/driver)	2026-08-18T03:44:52.9069891Z CONN_LIFECYCLE: conn=10 role=brain stream-subscriber stream=7 stream-subscriber stream=12 stream-subscriber stream=21 stream-subscriber stream=28 stream-subscriber stream=55 stream-subscriber stream=57 stream-subscriber stream=59 stream-subscriber stream=60… wall_ms=1787024692906 mono_ms=923346 event=transport-close poisoned=false timed_out=false [REQ-CONN-POISON-ATTRIBUTION]
twohost-a	Two-host ladder — role A (joiner/driver)	2026-08-18T03:44:52.9318199Z test two_host_ladder_role_a ... FAILED
twohost-a	Two-host ladder — role A (joiner/driver)	2026-08-18T03:44:52.9318583Z 
twohost-a	Two-host ladder — role A (joiner/driver)	2026-08-18T03:44:52.9318677Z failures:
twohost-a	Two-host ladder — role A (joiner/driver)	2026-08-18T03:44:52.9318759Z 
twohost-a	Two-host ladder — role A (joiner/driver)	2026-08-18T03:44:52.9318817Z failures:
twohost-a	Two-host ladder — role A (joiner/driver)	2026-08-18T03:44:52.9318933Z     two_host_ladder_role_a
twohost-a	Two-host ladder — role A (joiner/driver)	2026-08-18T03:44:52.9319044Z 
twohost-a	Two-host ladder — role A (joiner/driver)	2026-08-18T03:44:52.9319215Z test result: FAILED. 2 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out; finished in 923.56s
twohost-a	Two-host ladder — role A (joiner/driver)	2026-08-18T03:44:52.9319446Z 
twohost-a	Two-host ladder — role A (joiner/driver)	2026-08-18T03:44:52.9498321Z error: test failed, to rerun pass `-p spt-daemon --test twohost`
twohost-a	Two-host ladder — role A (joiner/driver)	2026-08-18T03:44:52.9863464Z ##[error]Process completed with exit code 1.
twohost-a	Reap test-spawned daemons + census (job end)	﻿2026-08-18T03:44:53.0430011Z ##[group]Run .github/ci/reap-census.ps1 -Phase end
twohost-a	Reap test-spawned daemons + census (job end)	2026-08-18T03:44:53.0430421Z .github/ci/reap-census.ps1 -Phase end
twohost-a	Reap test-spawned daemons + census (job end)	2026-08-18T03:44:53.0436460Z shell: C:\Program Files\PowerShell\7\pwsh.EXE -command ". '{0}'"
twohost-a	Reap test-spawned daemons + census (job end)	2026-08-18T03:44:53.0436836Z env:
twohost-a	Reap test-spawned daemons + census (job end)	2026-08-18T03:44:53.0437236Z   SPT_CI_TEST_TMP: C:\actions-runner\_work\_temp\spt-test-tmp-32093894524-1-60e8e040fe014874b71ed02aed81aeec
twohost-a	Reap test-spawned daemons + census (job end)	2026-08-18T03:44:53.0438021Z   TEMP: C:\actions-runner\_work\_temp\spt-test-tmp-32093894524-1-60e8e040fe014874b71ed02aed81aeec
twohost-a	Reap test-spawned daemons + census (job end)	2026-08-18T03:44:53.0438651Z   TMP: C:\actions-runner\_work\_temp\spt-test-tmp-32093894524-1-60e8e040fe014874b71ed02aed81aeec
twohost-a	Reap test-spawned daemons + census (job end)	2026-08-18T03:44:53.0439258Z ##[endgroup]
twohost-a	Reap test-spawned daemons + census (job end)	2026-08-18T03:44:53.3162172Z CI-CENSUS scope roots:
twohost-a	Reap test-spawned daemons + census (job end)	2026-08-18T03:44:53.3174706Z   root: C:\actions-runner\_work\spt-bs-core\spt-bs-core
twohost-a	Reap test-spawned daemons + census (job end)	2026-08-18T03:44:53.3175960Z   root: C:\actions-runner\_work\spt-bs-core\spt-bs-core\target
twohost-a	Reap test-spawned daemons + census (job end)	2026-08-18T03:44:53.3177341Z   root: C:\actions-runner\_work\spt-bs-core\spt-bs-core\.adapter-notify\target
twohost-a	Reap test-spawned daemons + census (job end)	2026-08-18T03:44:53.3178076Z   root: C:\actions-runner\_work\_temp
twohost-a	Reap test-spawned daemons + census (job end)	2026-08-18T03:44:53.3179624Z   root: C:\Users\decid\spt-n1-oldbroker
twohost-a	Reap test-spawned daemons + census (job end)	2026-08-18T03:44:53.3657428Z CI-REAP: pre-reap state
twohost-a	Reap test-spawned daemons + census (job end)	2026-08-18T03:44:53.3894506Z CI-CENSUS phase=pre-reap box_procs=565 box_handles=233249 family_total=11 family_handles=1984 scoped=0 unscoped=11 unreadable_path=0
twohost-a	Reap test-spawned daemons + census (job end)	2026-08-18T03:44:53.3955367Z   FOREIGN  pid=5848    handles=654    spt C:\Users\decid\AppData\Local\spt-core\bin\spt.exe
twohost-a	Reap test-spawned daemons + census (job end)	2026-08-18T03:44:53.3956769Z   FOREIGN  pid=11280   handles=129    spt C:\Users\decid\AppData\Local\spt-core\bin\spt.exe
twohost-a	Reap test-spawned daemons + census (job end)	2026-08-18T03:44:53.3958478Z   FOREIGN  pid=23092   handles=170    spt C:\Users\decid\AppData\Local\spt-core\bin\spt.exe
twohost-a	Reap test-spawned daemons + census (job end)	2026-08-18T03:44:53.3960067Z   FOREIGN  pid=24432   handles=134    spt C:\Users\decid\AppData\Local\spt-core\bin\spt.exe
twohost-a	Reap test-spawned daemons + census (job end)	2026-08-18T03:44:53.3961058Z   FOREIGN  pid=36084   handles=127    spt C:\Users\decid\AppData\Local\spt-core\bin\spt.exe
twohost-a	Reap test-spawned daemons + census (job end)	2026-08-18T03:44:53.3962776Z   FOREIGN  pid=36800   handles=122    spt C:\Users\decid\AppData\Local\spt-core\bin\spt.exe
twohost-a	Reap test-spawned daemons + census (job end)	2026-08-18T03:44:53.3964881Z   FOREIGN  pid=38088   handles=127    spt C:\Users\decid\AppData\Local\spt-core\bin\spt.exe
twohost-a	Reap test-spawned daemons + census (job end)	2026-08-18T03:44:53.3966311Z   FOREIGN  pid=43540   handles=127    spt C:\Users\decid\AppData\Local\spt-core\bin\spt.exe
twohost-a	Reap test-spawned daemons + census (job end)	2026-08-18T03:44:53.3967615Z   FOREIGN  pid=44160   handles=131    spt C:\Users\decid\AppData\Local\spt-core\bin\spt.exe
twohost-a	Reap test-spawned daemons + census (job end)	2026-08-18T03:44:53.3969138Z   FOREIGN  pid=45396   handles=127    spt C:\Users\decid\AppData\Local\spt-core\bin\spt.exe
twohost-a	Reap test-spawned daemons + census (job end)	2026-08-18T03:44:53.3970610Z   FOREIGN  pid=45676   handles=136    spt C:\Users\decid\AppData\Local\spt-core\bin\spt.exe
twohost-a	Reap test-spawned daemons + census (job end)	2026-08-18T03:44:54.9222775Z CI-CENSUS phase=end box_procs=565 box_handles=233110 family_total=11 family_handles=1983 scoped=0 unscoped=11 unreadable_path=0
twohost-a	Reap test-spawned daemons + census (job end)	2026-08-18T03:44:54.9225464Z   FOREIGN  pid=2416    handles=122    spt C:\Users\decid\AppData\Local\spt-core\bin\spt.exe
twohost-a	Reap test-spawned daemons + census (job end)	2026-08-18T03:44:54.9226991Z   FOREIGN  pid=5848    handles=653    spt C:\Users\decid\AppData\Local\spt-core\bin\spt.exe
twohost-a	Reap test-spawned daemons + census (job end)	2026-08-18T03:44:54.9228461Z   FOREIGN  pid=11280   handles=129    spt C:\Users\decid\AppData\Local\spt-core\bin\spt.exe
twohost-a	Reap test-spawned daemons + census (job end)	2026-08-18T03:44:54.9229689Z   FOREIGN  pid=23092   handles=170    spt C:\Users\decid\AppData\Local\spt-core\bin\spt.exe
twohost-a	Reap test-spawned daemons + census (job end)	2026-08-18T03:44:54.9231216Z   FOREIGN  pid=24432   handles=134    spt C:\Users\decid\AppData\Local\spt-core\bin\spt.exe
twohost-a	Reap test-spawned daemons + census (job end)	2026-08-18T03:44:54.9232460Z   FOREIGN  pid=36084   handles=127    spt C:\Users\decid\AppData\Local\spt-core\bin\spt.exe
twohost-a	Reap test-spawned daemons + census (job end)	2026-08-18T03:44:54.9234029Z   FOREIGN  pid=38088   handles=127    spt C:\Users\decid\AppData\Local\spt-core\bin\spt.exe
twohost-a	Reap test-spawned daemons + census (job end)	2026-08-18T03:44:54.9235300Z   FOREIGN  pid=43540   handles=127    spt C:\Users\decid\AppData\Local\spt-core\bin\spt.exe
twohost-a	Reap test-spawned daemons + census (job end)	2026-08-18T03:44:54.9236582Z   FOREIGN  pid=44160   handles=131    spt C:\Users\decid\AppData\Local\spt-core\bin\spt.exe
twohost-a	Reap test-spawned daemons + census (job end)	2026-08-18T03:44:54.9237719Z   FOREIGN  pid=45396   handles=127    spt C:\Users\decid\AppData\Local\spt-core\bin\spt.exe
twohost-a	Reap test-spawned daemons + census (job end)	2026-08-18T03:44:54.9239728Z   FOREIGN  pid=45676   handles=136    spt C:\Users\decid\AppData\Local\spt-core\bin\spt.exe
twohost-a	Reap test-spawned daemons + census (job end)	2026-08-18T03:44:54.9246145Z CI-REAP summary: killed=0 kill_failed=0 scoped_survivors=0
twohost-a	Remove run-scoped test temp sandbox	﻿2026-08-18T03:44:54.9897881Z ##[group]Run .github/ci/test-temp-sandbox.ps1 -Phase cleanup
twohost-a	Remove run-scoped test temp sandbox	2026-08-18T03:44:54.9898360Z .github/ci/test-temp-sandbox.ps1 -Phase cleanup
twohost-a	Remove run-scoped test temp sandbox	2026-08-18T03:44:54.9904409Z shell: C:\Program Files\PowerShell\7\pwsh.EXE -command ". '{0}'"
twohost-a	Remove run-scoped test temp sandbox	2026-08-18T03:44:54.9904740Z env:
twohost-a	Remove run-scoped test temp sandbox	2026-08-18T03:44:54.9905149Z   SPT_CI_TEST_TMP: C:\actions-runner\_work\_temp\spt-test-tmp-32093894524-1-60e8e040fe014874b71ed02aed81aeec
twohost-a	Remove run-scoped test temp sandbox	2026-08-18T03:44:54.9905818Z   TEMP: C:\actions-runner\_work\_temp\spt-test-tmp-32093894524-1-60e8e040fe014874b71ed02aed81aeec
twohost-a	Remove run-scoped test temp sandbox	2026-08-18T03:44:54.9906448Z   TMP: C:\actions-runner\_work\_temp\spt-test-tmp-32093894524-1-60e8e040fe014874b71ed02aed81aeec
twohost-a	Remove run-scoped test temp sandbox	2026-08-18T03:44:54.9906899Z ##[endgroup]
twohost-a	Remove run-scoped test temp sandbox	2026-08-18T03:44:55.2594813Z CI-TMP cleanup: removed C:\actions-runner\_work\_temp\spt-test-tmp-32093894524-1-60e8e040fe014874b71ed02aed81aeec on attempt 1/5
twohost-a	Upload bench ledger	﻿2026-08-18T03:44:55.3169172Z Node 20 is being deprecated. This workflow is running with Node 24 by default. If you need to temporarily use Node 20, you can set the ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true environment variable. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
twohost-a	Upload bench ledger	2026-08-18T03:44:55.3170168Z ##[group]Run actions/upload-artifact@v4
twohost-a	Upload bench ledger	2026-08-18T03:44:55.3170333Z with:
twohost-a	Upload bench ledger	2026-08-18T03:44:55.3170462Z   name: bench-ledger-twohost-a
twohost-a	Upload bench ledger	2026-08-18T03:44:55.3170603Z   path: bench-ledger/
twohost-a	Upload bench ledger	2026-08-18T03:44:55.3170731Z   if-no-files-found: warn
twohost-a	Upload bench ledger	2026-08-18T03:44:55.3170861Z   retention-days: 30
twohost-a	Upload bench ledger	2026-08-18T03:44:55.3170981Z   compression-level: 6
twohost-a	Upload bench ledger	2026-08-18T03:44:55.3171101Z   overwrite: false
twohost-a	Upload bench ledger	2026-08-18T03:44:55.3171226Z   include-hidden-files: false
twohost-a	Upload bench ledger	2026-08-18T03:44:55.3171439Z env:
twohost-a	Upload bench ledger	2026-08-18T03:44:55.3171689Z   SPT_CI_TEST_TMP: C:\actions-runner\_work\_temp\spt-test-tmp-32093894524-1-60e8e040fe014874b71ed02aed81aeec
twohost-a	Upload bench ledger	2026-08-18T03:44:55.3172084Z   TEMP: C:\actions-runner\_work\_temp\spt-test-tmp-32093894524-1-60e8e040fe014874b71ed02aed81aeec
twohost-a	Upload bench ledger	2026-08-18T03:44:55.3172466Z   TMP: C:\actions-runner\_work\_temp\spt-test-tmp-32093894524-1-60e8e040fe014874b71ed02aed81aeec
twohost-a	Upload bench ledger	2026-08-18T03:44:55.3172720Z ##[endgroup]
twohost-a	Upload bench ledger	2026-08-18T03:44:55.7355787Z (node:40736) [DEP0040] DeprecationWarning: The `punycode` module is deprecated. Please use a userland alternative instead.
twohost-a	Upload bench ledger	2026-08-18T03:44:55.7356519Z (Use `node --trace-deprecation ...` to show where the warning was created)
twohost-a	Upload bench ledger	2026-08-18T03:44:55.7393598Z With the provided path, there will be 1 file uploaded
twohost-a	Upload bench ledger	2026-08-18T03:44:55.7397629Z Artifact name is valid!
twohost-a	Upload bench ledger	2026-08-18T03:44:55.7399599Z Root directory input is valid!
twohost-a	Upload bench ledger	2026-08-18T03:44:56.0841864Z Beginning upload of artifact content to blob storage
twohost-a	Upload bench ledger	2026-08-18T03:44:56.0968137Z (node:40736) [DEP0169] DeprecationWarning: `url.parse()` behavior is not standardized and prone to errors that have security implications. Use the WHATWG URL API instead. CVEs are not issued for `url.parse()` vulnerabilities.
twohost-a	Upload bench ledger	2026-08-18T03:44:56.3502407Z Uploaded bytes 351
twohost-a	Upload bench ledger	2026-08-18T03:44:56.4222435Z Finished uploading artifact content to blob storage!
twohost-a	Upload bench ledger	2026-08-18T03:44:56.4223096Z SHA256 digest of uploaded artifact zip is ed7db73ec6730fdf1d42b6b933e7c28f517f5a08fc9680833a056e071dc8b324
twohost-a	Upload bench ledger	2026-08-18T03:44:56.4223760Z Finalizing artifact upload
twohost-a	Upload bench ledger	2026-08-18T03:44:56.6434303Z Artifact bench-ledger-twohost-a.zip successfully finalized. Artifact ID 9310134472
twohost-a	Upload bench ledger	2026-08-18T03:44:56.6435126Z Artifact bench-ledger-twohost-a has been successfully uploaded! Final size is 351 bytes. Artifact ID is 9310134472
twohost-a	Upload bench ledger	2026-08-18T03:44:56.6443254Z Artifact download URL: https://github.com/BigscreenVR/spt-bs-core/actions/runs/32093894524/artifacts/9310134472
twohost-a	Post Checkout spt-shell-notify (toast rung)	﻿2026-08-18T03:44:56.6732308Z Post job cleanup.
twohost-a	Post Checkout spt-shell-notify (toast rung)	2026-08-18T03:44:56.8610601Z [command]"C:\Program Files\Git\cmd\git.exe" version
twohost-a	Post Checkout spt-shell-notify (toast rung)	2026-08-18T03:44:56.9036883Z git version 2.43.0.windows.1
twohost-a	Post Checkout spt-shell-notify (toast rung)	2026-08-18T03:44:56.9069039Z Copying 'C:\Users\decid\.gitconfig' to 'C:\actions-runner\_work\_temp\358fc0f8-5144-4f91-839e-dae1b3a717e4\.gitconfig'
twohost-a	Post Checkout spt-shell-notify (toast rung)	2026-08-18T03:44:56.9082446Z Temporarily overriding HOME='C:\actions-runner\_work\_temp\358fc0f8-5144-4f91-839e-dae1b3a717e4' before making global git config changes
twohost-a	Post Checkout spt-shell-notify (toast rung)	2026-08-18T03:44:56.9083263Z Adding repository directory to the temporary git global config as a safe directory
twohost-a	Post Checkout spt-shell-notify (toast rung)	2026-08-18T03:44:56.9088294Z [command]"C:\Program Files\Git\cmd\git.exe" config --global --add safe.directory C:\actions-runner\_work\spt-bs-core\spt-bs-core\.adapter-notify
twohost-a	Post Checkout spt-shell-notify (toast rung)	2026-08-18T03:44:56.9340322Z [command]"C:\Program Files\Git\cmd\git.exe" config --local --name-only --get-regexp core\.sshCommand
twohost-a	Post Checkout spt-shell-notify (toast rung)	2026-08-18T03:44:56.9594744Z [command]"C:\Program Files\Git\cmd\git.exe" submodule foreach --recursive "sh -c \"git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :\""
twohost-a	Post Checkout spt-shell-notify (toast rung)	2026-08-18T03:44:57.6835298Z [command]"C:\Program Files\Git\cmd\git.exe" config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
twohost-a	Post Checkout spt-shell-notify (toast rung)	2026-08-18T03:44:57.7091759Z http.https://github.com/.extraheader
twohost-a	Post Checkout spt-shell-notify (toast rung)	2026-08-18T03:44:57.7115340Z [command]"C:\Program Files\Git\cmd\git.exe" config --local --unset-all http.https://github.com/.extraheader
twohost-a	Post Checkout spt-shell-notify (toast rung)	2026-08-18T03:44:57.8443391Z [command]"C:\Program Files\Git\cmd\git.exe" 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' || :\""
twohost-a	Post Checkout spt-shell-notify (toast rung)	2026-08-18T03:44:58.5513570Z [command]"C:\Program Files\Git\cmd\git.exe" config --local --name-only --get-regexp ^includeIf\.gitdir:
twohost-a	Post Checkout spt-shell-notify (toast rung)	2026-08-18T03:44:58.6363938Z [command]"C:\Program Files\Git\cmd\git.exe" submodule foreach --recursive "git config --local --show-origin --name-only --get-regexp remote.origin.url"
twohost-a	Post Run actions/checkout@v5	﻿2026-08-18T03:45:00.2505590Z Post job cleanup.
twohost-a	Post Run actions/checkout@v5	2026-08-18T03:45:00.3697846Z [command]"C:\Program Files\Git\cmd\git.exe" version
twohost-a	Post Run actions/checkout@v5	2026-08-18T03:45:00.5208535Z git version 2.43.0.windows.1
twohost-a	Post Run actions/checkout@v5	2026-08-18T03:45:00.5251028Z Copying 'C:\Users\decid\.gitconfig' to 'C:\actions-runner\_work\_temp\0f962ff4-6405-46bf-83c2-bf04dc87977e\.gitconfig'
twohost-a	Post Run actions/checkout@v5	2026-08-18T03:45:00.5266495Z Temporarily overriding HOME='C:\actions-runner\_work\_temp\0f962ff4-6405-46bf-83c2-bf04dc87977e' before making global git config changes
twohost-a	Post Run actions/checkout@v5	2026-08-18T03:45:00.5267313Z Adding repository directory to the temporary git global config as a safe directory
twohost-a	Post Run actions/checkout@v5	2026-08-18T03:45:00.5274284Z [command]"C:\Program Files\Git\cmd\git.exe" config --global --add safe.directory C:\actions-runner\_work\spt-bs-core\spt-bs-core
twohost-a	Post Run actions/checkout@v5	2026-08-18T03:45:00.5573763Z [command]"C:\Program Files\Git\cmd\git.exe" config --local --name-only --get-regexp core\.sshCommand
twohost-a	Post Run actions/checkout@v5	2026-08-18T03:45:00.5821493Z [command]"C:\Program Files\Git\cmd\git.exe" submodule foreach --recursive "sh -c \"git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :\""
twohost-a	Post Run actions/checkout@v5	2026-08-18T03:45:01.0427640Z [command]"C:\Program Files\Git\cmd\git.exe" config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
twohost-a	Post Run actions/checkout@v5	2026-08-18T03:45:01.1314192Z http.https://github.com/.extraheader
twohost-a	Post Run actions/checkout@v5	2026-08-18T03:45:01.1348347Z [command]"C:\Program Files\Git\cmd\git.exe" config --local --unset-all http.https://github.com/.extraheader
twohost-a	Post Run actions/checkout@v5	2026-08-18T03:45:01.1630259Z [command]"C:\Program Files\Git\cmd\git.exe" 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' || :\""
twohost-a	Post Run actions/checkout@v5	2026-08-18T03:45:01.8514027Z [command]"C:\Program Files\Git\cmd\git.exe" config --local --name-only --get-regexp ^includeIf\.gitdir:
twohost-a	Post Run actions/checkout@v5	2026-08-18T03:45:01.8792038Z [command]"C:\Program Files\Git\cmd\git.exe" submodule foreach --recursive "git config --local --show-origin --name-only --get-regexp remote.origin.url"
twohost-a	Complete job	﻿2026-08-18T03:45:02.4264494Z Cleaning up orphan processes
twohost-a	Complete job	2026-08-18T03:45:02.5344502Z ##[warning]Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/upload-artifact@v4. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
notify	Set up job	﻿2026-08-18T03:46:13.4532183Z Current runner version: '2.336.0'
notify	Set up job	2026-08-18T03:46:13.4537469Z Runner name: 'kitsubito'
notify	Set up job	2026-08-18T03:46:13.4537994Z Runner group name: 'Default'
notify	Set up job	2026-08-18T03:46:13.4538604Z Machine name: 'KITSUBITO'
notify	Set up job	2026-08-18T03:46:13.4541980Z ##[group]GITHUB_TOKEN Permissions
notify	Set up job	2026-08-18T03:46:13.4543844Z Actions: write
notify	Set up job	2026-08-18T03:46:13.4544273Z ArtifactMetadata: write
notify	Set up job	2026-08-18T03:46:13.4544676Z Attestations: write
notify	Set up job	2026-08-18T03:46:13.4545047Z Checks: write
notify	Set up job	2026-08-18T03:46:13.4545410Z CodeQuality: write
notify	Set up job	2026-08-18T03:46:13.4545777Z Contents: write
notify	Set up job	2026-08-18T03:46:13.4546155Z CopilotRequests: write
notify	Set up job	2026-08-18T03:46:13.4546541Z Deployments: write
notify	Set up job	2026-08-18T03:46:13.4546900Z Discussions: write
notify	Set up job	2026-08-18T03:46:13.4547257Z Drives: write
notify	Set up job	2026-08-18T03:46:13.4547605Z Issues: write
notify	Set up job	2026-08-18T03:46:13.4547967Z Metadata: read
notify	Set up job	2026-08-18T03:46:13.4548315Z Models: read
notify	Set up job	2026-08-18T03:46:13.4548673Z Packages: write
notify	Set up job	2026-08-18T03:46:13.4549136Z Pages: write
notify	Set up job	2026-08-18T03:46:13.4549493Z PullRequests: write
notify	Set up job	2026-08-18T03:46:13.4550002Z RepositoryProjects: write
notify	Set up job	2026-08-18T03:46:13.4550403Z SecurityEvents: write
notify	Set up job	2026-08-18T03:46:13.4550779Z Statuses: write
notify	Set up job	2026-08-18T03:46:13.4551142Z VulnerabilityAlerts: read
notify	Set up job	2026-08-18T03:46:13.4551523Z ##[endgroup]
notify	Set up job	2026-08-18T03:46:13.4553050Z Secret source: Actions
notify	Set up job	2026-08-18T03:46:13.4553751Z Prepare workflow directory
notify	Set up job	2026-08-18T03:46:13.4948337Z Prepare all required actions
notify	Set up job	2026-08-18T03:46:13.4984499Z Getting action download info
notify	Set up job	2026-08-18T03:46:13.8256343Z Download action repository 'actions/checkout@v5' (SHA:fbc6f3992d24b796d5a048ff273f7fcc4a7b6c09)
notify	Set up job	2026-08-18T03:46:14.1715289Z Complete job name: notify
notify	Run actions/checkout@v5	﻿2026-08-18T03:46:14.2579797Z ##[group]Run actions/checkout@v5
notify	Run actions/checkout@v5	2026-08-18T03:46:14.2580592Z with:
notify	Run actions/checkout@v5	2026-08-18T03:46:14.2581159Z   ref: f967208e327fadd0103552d72c85a0475a734abe
notify	Run actions/checkout@v5	2026-08-18T03:46:14.2581663Z   fetch-depth: 1
notify	Run actions/checkout@v5	2026-08-18T03:46:14.2582030Z   repository: BigscreenVR/spt-bs-core
notify	Run actions/checkout@v5	2026-08-18T03:46:14.2585032Z   token: ***
notify	Run actions/checkout@v5	2026-08-18T03:46:14.2585427Z   ssh-strict: true
notify	Run actions/checkout@v5	2026-08-18T03:46:14.2585789Z   ssh-user: git
notify	Run actions/checkout@v5	2026-08-18T03:46:14.2586179Z   persist-credentials: true
notify	Run actions/checkout@v5	2026-08-18T03:46:14.2586566Z   clean: true
notify	Run actions/checkout@v5	2026-08-18T03:46:14.2586929Z   sparse-checkout-cone-mode: true
notify	Run actions/checkout@v5	2026-08-18T03:46:14.2587338Z   fetch-tags: false
notify	Run actions/checkout@v5	2026-08-18T03:46:14.2587690Z   show-progress: true
notify	Run actions/checkout@v5	2026-08-18T03:46:14.2588048Z   lfs: false
notify	Run actions/checkout@v5	2026-08-18T03:46:14.2588379Z   submodules: false
notify	Run actions/checkout@v5	2026-08-18T03:46:14.2588737Z   set-safe-directory: true
notify	Run actions/checkout@v5	2026-08-18T03:46:14.2589233Z   allow-unsafe-pr-checkout: false
notify	Run actions/checkout@v5	2026-08-18T03:46:14.2589905Z ##[endgroup]
notify	Run actions/checkout@v5	2026-08-18T03:46:14.3403896Z Syncing repository: BigscreenVR/spt-bs-core
notify	Run actions/checkout@v5	2026-08-18T03:46:14.3405446Z ##[group]Getting Git version info
notify	Run actions/checkout@v5	2026-08-18T03:46:14.3406200Z Working directory is '/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core'
notify	Run actions/checkout@v5	2026-08-18T03:46:14.3407136Z [command]/usr/bin/git version
notify	Run actions/checkout@v5	2026-08-18T03:46:14.3407546Z git version 2.43.0
notify	Run actions/checkout@v5	2026-08-18T03:46:14.3417089Z ##[endgroup]
notify	Run actions/checkout@v5	2026-08-18T03:46:14.3424702Z Copying '/home/reavus/.gitconfig' to '/home/reavus/actions-runner/_work/_temp/7d2d52b9-402a-4e32-85bc-b2904079653a/.gitconfig'
notify	Run actions/checkout@v5	2026-08-18T03:46:14.3432127Z Temporarily overriding HOME='/home/reavus/actions-runner/_work/_temp/7d2d52b9-402a-4e32-85bc-b2904079653a' before making global git config changes
notify	Run actions/checkout@v5	2026-08-18T03:46:14.3433310Z Adding repository directory to the temporary git global config as a safe directory
notify	Run actions/checkout@v5	2026-08-18T03:46:14.3435088Z [command]/usr/bin/git config --global --add safe.directory /home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core
notify	Run actions/checkout@v5	2026-08-18T03:46:14.3486955Z [command]/usr/bin/git config --local --get remote.origin.url
notify	Run actions/checkout@v5	2026-08-18T03:46:14.3504818Z https://github.com/BigscreenVR/spt-bs-core
notify	Run actions/checkout@v5	2026-08-18T03:46:14.3514549Z ##[group]Removing previously created refs, to avoid conflicts
notify	Run actions/checkout@v5	2026-08-18T03:46:14.3517050Z [command]/usr/bin/git rev-parse --symbolic-full-name --verify --quiet HEAD
notify	Run actions/checkout@v5	2026-08-18T03:46:14.3535173Z refs/heads/golden/nameplate-181
notify	Run actions/checkout@v5	2026-08-18T03:46:14.3541442Z [command]/usr/bin/git checkout --detach
notify	Run actions/checkout@v5	2026-08-18T03:46:14.3598381Z HEAD is now at f967208e3 docs(flake-ledger): engine_room_bringup :1212 sid-identity + :1150 precondition signatures; resident_service unclassified sighting
notify	Run actions/checkout@v5	2026-08-18T03:46:14.3632955Z [command]/usr/bin/git branch --delete --force golden/nameplate-181
notify	Run actions/checkout@v5	2026-08-18T03:46:14.3663811Z Deleted branch golden/nameplate-181 (was f967208e3).
notify	Run actions/checkout@v5	2026-08-18T03:46:14.3670976Z ##[endgroup]
notify	Run actions/checkout@v5	2026-08-18T03:46:14.3671488Z [command]/usr/bin/git submodule status
notify	Run actions/checkout@v5	2026-08-18T03:46:14.3850542Z ##[group]Cleaning the repository
notify	Run actions/checkout@v5	2026-08-18T03:46:14.3852927Z [command]/usr/bin/git clean -ffdx
notify	Run actions/checkout@v5	2026-08-18T03:46:15.7086250Z Removing .adapter-notify/
notify	Run actions/checkout@v5	2026-08-18T03:46:15.7087399Z Removing bench-ledger/
notify	Run actions/checkout@v5	2026-08-18T03:46:15.7088040Z Removing target/
notify	Run actions/checkout@v5	2026-08-18T03:46:15.7097339Z [command]/usr/bin/git reset --hard HEAD
notify	Run actions/checkout@v5	2026-08-18T03:46:15.7175031Z HEAD is now at f967208e3 docs(flake-ledger): engine_room_bringup :1212 sid-identity + :1150 precondition signatures; resident_service unclassified sighting
notify	Run actions/checkout@v5	2026-08-18T03:46:15.7181601Z ##[endgroup]
notify	Run actions/checkout@v5	2026-08-18T03:46:15.7183529Z ##[group]Disabling automatic garbage collection
notify	Run actions/checkout@v5	2026-08-18T03:46:15.7187868Z [command]/usr/bin/git config --local gc.auto 0
notify	Run actions/checkout@v5	2026-08-18T03:46:15.7220391Z ##[endgroup]
notify	Run actions/checkout@v5	2026-08-18T03:46:15.7221412Z ##[group]Setting up auth
notify	Run actions/checkout@v5	2026-08-18T03:46:15.7227443Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
notify	Run actions/checkout@v5	2026-08-18T03:46:15.7257154Z [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' || :"
notify	Run actions/checkout@v5	2026-08-18T03:46:15.7467387Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
notify	Run actions/checkout@v5	2026-08-18T03:46:15.7500963Z [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' || :"
notify	Run actions/checkout@v5	2026-08-18T03:46:15.7692411Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
notify	Run actions/checkout@v5	2026-08-18T03:46:15.7718388Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
notify	Run actions/checkout@v5	2026-08-18T03:46:15.7911665Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic ***
notify	Run actions/checkout@v5	2026-08-18T03:46:15.7943346Z ##[endgroup]
notify	Run actions/checkout@v5	2026-08-18T03:46:15.7944384Z ##[group]Fetching the repository
notify	Run actions/checkout@v5	2026-08-18T03:46:15.7950095Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin f967208e327fadd0103552d72c85a0475a734abe
notify	Run actions/checkout@v5	2026-08-18T03:46:16.1901673Z From https://github.com/BigscreenVR/spt-bs-core
notify	Run actions/checkout@v5	2026-08-18T03:46:16.1903149Z  * branch                f967208e327fadd0103552d72c85a0475a734abe -> FETCH_HEAD
notify	Run actions/checkout@v5	2026-08-18T03:46:16.1926053Z ##[endgroup]
notify	Run actions/checkout@v5	2026-08-18T03:46:16.1927326Z ##[group]Determining the checkout info
notify	Run actions/checkout@v5	2026-08-18T03:46:16.1928667Z ##[endgroup]
notify	Run actions/checkout@v5	2026-08-18T03:46:16.1939561Z [command]/usr/bin/git sparse-checkout disable
notify	Run actions/checkout@v5	2026-08-18T03:46:16.1980166Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig
notify	Run actions/checkout@v5	2026-08-18T03:46:16.2003670Z ##[group]Checking out the ref
notify	Run actions/checkout@v5	2026-08-18T03:46:16.2005278Z [command]/usr/bin/git checkout --progress --force f967208e327fadd0103552d72c85a0475a734abe
notify	Run actions/checkout@v5	2026-08-18T03:46:16.2058484Z HEAD is now at f967208e3 docs(flake-ledger): engine_room_bringup :1212 sid-identity + :1150 precondition signatures; resident_service unclassified sighting
notify	Run actions/checkout@v5	2026-08-18T03:46:16.2064550Z ##[endgroup]
notify	Run actions/checkout@v5	2026-08-18T03:46:16.2097132Z [command]/usr/bin/git log -1 --format=%H
notify	Run actions/checkout@v5	2026-08-18T03:46:16.2120810Z f967208e327fadd0103552d72c85a0475a734abe
notify	Notify agents of the run outcome	﻿2026-08-18T03:46:16.2321682Z ##[group]Run bash .github/ci/ci-notify.sh
notify	Notify agents of the run outcome	2026-08-18T03:46:16.2322517Z bash .github/ci/ci-notify.sh
notify	Notify agents of the run outcome	2026-08-18T03:46:16.2339934Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0}
notify	Notify agents of the run outcome	2026-08-18T03:46:16.2340722Z env:
notify	Notify agents of the run outcome	2026-08-18T03:46:16.2341338Z   RESULT_CHANGES: success
notify	Notify agents of the run outcome	2026-08-18T03:46:16.2341991Z   RESULT_TRACEABILITY: success
notify	Notify agents of the run outcome	2026-08-18T03:46:16.2342850Z   RESULT_TEST: failure
notify	Notify agents of the run outcome	2026-08-18T03:46:16.2343474Z   RESULT_N1_GATE: failure
notify	Notify agents of the run outcome	2026-08-18T03:46:16.2344113Z   RESULT_TWOHOST_A: failure
notify	Notify agents of the run outcome	2026-08-18T03:46:16.2344742Z   RESULT_TWOHOST_B: failure
notify	Notify agents of the run outcome	2026-08-18T03:46:16.2345357Z   PR_NUMBER: 
notify	Notify agents of the run outcome	2026-08-18T03:46:16.2345939Z ##[endgroup]
notify	Notify agents of the run outcome	2026-08-18T03:46:16.2411848Z ci-notify: SPT_HOME=<unset — spt resolves its default>
notify	Notify agents of the run outcome	2026-08-18T03:46:16.3151087Z ci-notify: daemon is up — sends deliver live where a recipient is listening
notify	Notify agents of the run outcome	2026-08-18T03:46:16.3177082Z ci-notify: verdict FAILURE (failing: test(failure), n1-gate(failure), twohost-a(failure), twohost-b(failure))
notify	Notify agents of the run outcome	2026-08-18T03:46:16.3243093Z ci-notify: no distinct co-author trailer on the head commit — doyle only
notify	Notify agents of the run outcome	2026-08-18T03:46:26.3422280Z ci-notify: HOP_FAILED rc=255 via decid@hfenduleam — falling back to direct send
notify	Notify agents of the run outcome	2026-08-18T03:46:26.3606906Z ci-notify: -> doyle: SEND FAILED rc=1: DAEMON_START_DECLINED: daemon stopped by operator — spt node start to resume
notify	Notify agents of the run outcome	2026-08-18T03:46:26.3607969Z WAN_FAIL:doyle — broker connect: Connection refused (os error 111)
notify	Post Run actions/checkout@v5	﻿2026-08-18T03:46:26.3763504Z Post job cleanup.
notify	Post Run actions/checkout@v5	2026-08-18T03:46:26.4466646Z [command]/usr/bin/git version
notify	Post Run actions/checkout@v5	2026-08-18T03:46:26.4498818Z git version 2.43.0
notify	Post Run actions/checkout@v5	2026-08-18T03:46:26.4525295Z Copying '/home/reavus/.gitconfig' to '/home/reavus/actions-runner/_work/_temp/f1487852-95dd-46d6-9161-e449b6910b25/.gitconfig'
notify	Post Run actions/checkout@v5	2026-08-18T03:46:26.4532775Z Temporarily overriding HOME='/home/reavus/actions-runner/_work/_temp/f1487852-95dd-46d6-9161-e449b6910b25' before making global git config changes
notify	Post Run actions/checkout@v5	2026-08-18T03:46:26.4533399Z Adding repository directory to the temporary git global config as a safe directory
notify	Post Run actions/checkout@v5	2026-08-18T03:46:26.4536354Z [command]/usr/bin/git config --global --add safe.directory /home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core
notify	Post Run actions/checkout@v5	2026-08-18T03:46:26.4563511Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
notify	Post Run actions/checkout@v5	2026-08-18T03:46:26.4586959Z [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' || :"
notify	Post Run actions/checkout@v5	2026-08-18T03:46:26.4771964Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
notify	Post Run actions/checkout@v5	2026-08-18T03:46:26.4791149Z http.https://github.com/.extraheader
notify	Post Run actions/checkout@v5	2026-08-18T03:46:26.4797628Z [command]/usr/bin/git config --local --unset-all http.https://github.com/.extraheader
notify	Post Run actions/checkout@v5	2026-08-18T03:46:26.4820215Z [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' || :"
notify	Post Run actions/checkout@v5	2026-08-18T03:46:26.5004107Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
notify	Post Run actions/checkout@v5	2026-08-18T03:46:26.5027945Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
notify	Complete job	﻿2026-08-18T03:46:26.5336419Z Cleaning up orphan processes


Wall time: 3.12 seconds