﻿2026-08-03T03:59:52.8011103Z Current runner version: '2.336.0'
2026-08-03T03:59:52.8015705Z Runner name: 'kitsubito'
2026-08-03T03:59:52.8016281Z Runner group name: 'Default'
2026-08-03T03:59:52.8016938Z Machine name: 'KITSUBITO'
2026-08-03T03:59:52.8020308Z ##[group]GITHUB_TOKEN Permissions
2026-08-03T03:59:52.8022235Z Actions: write
2026-08-03T03:59:52.8022646Z ArtifactMetadata: write
2026-08-03T03:59:52.8023046Z Attestations: write
2026-08-03T03:59:52.8023423Z Checks: write
2026-08-03T03:59:52.8023775Z CodeQuality: write
2026-08-03T03:59:52.8024146Z Contents: write
2026-08-03T03:59:52.8024507Z CopilotRequests: write
2026-08-03T03:59:52.8024912Z Deployments: write
2026-08-03T03:59:52.8025290Z Discussions: write
2026-08-03T03:59:52.8025656Z Drives: write
2026-08-03T03:59:52.8026013Z Issues: write
2026-08-03T03:59:52.8026367Z Metadata: read
2026-08-03T03:59:52.8026723Z Models: read
2026-08-03T03:59:52.8027083Z Packages: write
2026-08-03T03:59:52.8027441Z Pages: write
2026-08-03T03:59:52.8027917Z PullRequests: write
2026-08-03T03:59:52.8028328Z RepositoryProjects: write
2026-08-03T03:59:52.8028729Z SecurityEvents: write
2026-08-03T03:59:52.8029176Z Statuses: write
2026-08-03T03:59:52.8029546Z VulnerabilityAlerts: read
2026-08-03T03:59:52.8029929Z ##[endgroup]
2026-08-03T03:59:52.8031749Z Secret source: Actions
2026-08-03T03:59:52.8032433Z Prepare workflow directory
2026-08-03T03:59:52.8525537Z Prepare all required actions
2026-08-03T03:59:52.8562210Z Getting action download info
2026-08-03T03:59:53.1854371Z Download action repository 'actions/checkout@v5' (SHA:fbc6f3992d24b796d5a048ff273f7fcc4a7b6c09)
2026-08-03T03:59:53.6668900Z Download action repository 'actions/upload-artifact@v4' (SHA:ea165f8d65b6e75b540449e92b4886f43607fa02)
2026-08-03T03:59:54.3261265Z Complete job name: twohost-b
2026-08-03T03:59:54.4107599Z ##[group]Run set -euo pipefail
2026-08-03T03:59:54.4108219Z [36;1mset -euo pipefail[0m
2026-08-03T03:59:54.4108695Z [36;1mfloor_bytes=$((32 * 1024 * 1024 * 1024))[0m
2026-08-03T03:59:54.4109411Z [36;1mdrive=$(df -P "$GITHUB_WORKSPACE" | awk 'NR == 2 { print $1 }')[0m
2026-08-03T03:59:54.4110161Z [36;1mfree_bytes=$(df -PB1 "$GITHUB_WORKSPACE" | awk 'NR == 2 { print $4 }')[0m
2026-08-03T03:59:54.4110900Z [36;1mprintf 'disk preflight: drive=%s free_bytes=%s floor_bytes=%s\n' \[0m
2026-08-03T03:59:54.4111515Z [36;1m  "$drive" "$free_bytes" "$floor_bytes"[0m
2026-08-03T03:59:54.4112050Z [36;1mif [ "$free_bytes" -lt "$floor_bytes" ]; then[0m
2026-08-03T03:59:54.4112892Z [36;1m  echo "::error title=Insufficient free disk::RESOURCE=disk drive=$drive free_bytes=$free_bytes floor_bytes=$floor_bytes"[0m
2026-08-03T03:59:54.4113703Z [36;1m  exit 1[0m
2026-08-03T03:59:54.4114061Z [36;1mfi[0m
2026-08-03T03:59:54.4131068Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0}
2026-08-03T03:59:54.4132025Z ##[endgroup]
2026-08-03T03:59:54.4262180Z disk preflight: drive=/dev/nvme0n1p2 free_bytes=690333364224 floor_bytes=34359738368
2026-08-03T03:59:54.4441963Z ##[group]Run actions/checkout@v5
2026-08-03T03:59:54.4442471Z with:
2026-08-03T03:59:54.4442880Z   repository: BigscreenVR/spt-bs-core
2026-08-03T03:59:54.4445790Z   token: ***
2026-08-03T03:59:54.4446178Z   ssh-strict: true
2026-08-03T03:59:54.4446564Z   ssh-user: git
2026-08-03T03:59:54.4446958Z   persist-credentials: true
2026-08-03T03:59:54.4447388Z   clean: true
2026-08-03T03:59:54.4447778Z   sparse-checkout-cone-mode: true
2026-08-03T03:59:54.4448220Z   fetch-depth: 1
2026-08-03T03:59:54.4448582Z   fetch-tags: false
2026-08-03T03:59:54.4449272Z   show-progress: true
2026-08-03T03:59:54.4449839Z   lfs: false
2026-08-03T03:59:54.4450309Z   submodules: false
2026-08-03T03:59:54.4450854Z   set-safe-directory: true
2026-08-03T03:59:54.4451398Z   allow-unsafe-pr-checkout: false
2026-08-03T03:59:54.4451933Z ##[endgroup]
2026-08-03T03:59:54.5256393Z Syncing repository: BigscreenVR/spt-bs-core
2026-08-03T03:59:54.5257943Z ##[group]Getting Git version info
2026-08-03T03:59:54.5258817Z Working directory is '/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core'
2026-08-03T03:59:54.5260310Z [command]/usr/bin/git version
2026-08-03T03:59:54.5260766Z git version 2.43.0
2026-08-03T03:59:54.5307104Z ##[endgroup]
2026-08-03T03:59:54.5314409Z Copying '/home/reavus/.gitconfig' to '/home/reavus/actions-runner/_work/_temp/78ce86ad-c5b3-4e4f-be72-60cd13e0627a/.gitconfig'
2026-08-03T03:59:54.5321179Z Temporarily overriding HOME='/home/reavus/actions-runner/_work/_temp/78ce86ad-c5b3-4e4f-be72-60cd13e0627a' before making global git config changes
2026-08-03T03:59:54.5322488Z Adding repository directory to the temporary git global config as a safe directory
2026-08-03T03:59:54.5324014Z [command]/usr/bin/git config --global --add safe.directory /home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core
2026-08-03T03:59:54.5379214Z [command]/usr/bin/git config --local --get remote.origin.url
2026-08-03T03:59:54.5397625Z https://github.com/BigscreenVR/spt-bs-core
2026-08-03T03:59:54.5408533Z ##[group]Removing previously created refs, to avoid conflicts
2026-08-03T03:59:54.5411410Z [command]/usr/bin/git rev-parse --symbolic-full-name --verify --quiet HEAD
2026-08-03T03:59:54.5469574Z refs/heads/golden/ir15
2026-08-03T03:59:54.5478275Z [command]/usr/bin/git checkout --detach
2026-08-03T03:59:54.5780075Z HEAD is now at a5042ec74 fix(test): poll the process we pinned, not the number it happens to hold
2026-08-03T03:59:54.5829690Z [command]/usr/bin/git branch --delete --force golden/ir15
2026-08-03T03:59:54.5870740Z Deleted branch golden/ir15 (was a5042ec74).
2026-08-03T03:59:54.6654776Z ##[endgroup]
2026-08-03T03:59:54.6657292Z [command]/usr/bin/git submodule status
2026-08-03T03:59:54.6858391Z ##[group]Cleaning the repository
2026-08-03T03:59:54.6860978Z [command]/usr/bin/git clean -ffdx
2026-08-03T03:59:59.0760189Z Removing .adapter-notify/
2026-08-03T03:59:59.0760661Z Removing bench-ledger/
2026-08-03T03:59:59.0760966Z Removing target/
2026-08-03T03:59:59.0768831Z [command]/usr/bin/git reset --hard HEAD
2026-08-03T03:59:59.0899666Z HEAD is now at a5042ec74 fix(test): poll the process we pinned, not the number it happens to hold
2026-08-03T03:59:59.0904691Z ##[endgroup]
2026-08-03T03:59:59.0905860Z ##[group]Disabling automatic garbage collection
2026-08-03T03:59:59.0909751Z [command]/usr/bin/git config --local gc.auto 0
2026-08-03T03:59:59.0934671Z ##[endgroup]
2026-08-03T03:59:59.0935187Z ##[group]Setting up auth
2026-08-03T03:59:59.0939636Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2026-08-03T03:59:59.0961514Z [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-08-03T03:59:59.1149767Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-08-03T03:59:59.1175398Z [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-08-03T03:59:59.1362565Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-08-03T03:59:59.1386777Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
2026-08-03T03:59:59.1580661Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic ***
2026-08-03T03:59:59.1610096Z ##[endgroup]
2026-08-03T03:59:59.1610586Z ##[group]Fetching the repository
2026-08-03T03:59:59.1615838Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +a5042ec7440159a931217ae3c11be156a7675bf6:refs/remotes/origin/golden/ir15
2026-08-03T03:59:59.6383869Z ##[endgroup]
2026-08-03T03:59:59.6384532Z ##[group]Determining the checkout info
2026-08-03T03:59:59.6386656Z ##[endgroup]
2026-08-03T03:59:59.6391952Z [command]/usr/bin/git sparse-checkout disable
2026-08-03T03:59:59.6440320Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig
2026-08-03T03:59:59.6463226Z ##[group]Checking out the ref
2026-08-03T03:59:59.6465950Z [command]/usr/bin/git checkout --progress --force -B golden/ir15 refs/remotes/origin/golden/ir15
2026-08-03T03:59:59.6521250Z Switched to a new branch 'golden/ir15'
2026-08-03T03:59:59.6521622Z branch 'golden/ir15' set up to track 'origin/golden/ir15'.
2026-08-03T03:59:59.6527183Z ##[endgroup]
2026-08-03T03:59:59.6561939Z [command]/usr/bin/git log -1 --format=%H
2026-08-03T03:59:59.6589700Z a5042ec7440159a931217ae3c11be156a7675bf6
2026-08-03T03:59:59.6717207Z ##[group]Run bash .github/ci/test-temp-sandbox.sh setup
2026-08-03T03:59:59.6717566Z [36;1mbash .github/ci/test-temp-sandbox.sh setup[0m
2026-08-03T03:59:59.6730802Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0}
2026-08-03T03:59:59.6731073Z ##[endgroup]
2026-08-03T03:59:59.6784338Z CI-TMP setup: /home/reavus/actions-runner/_work/_temp/spt-test-tmp-30782259675-1-EIR68Q
2026-08-03T03:59:59.6882315Z ##[group]Run actions/checkout@v5
2026-08-03T03:59:59.6882578Z with:
2026-08-03T03:59:59.6882765Z   repository: SaberMage/spt-shell-notify
2026-08-03T03:59:59.6882997Z   path: .adapter-notify
2026-08-03T03:59:59.6884811Z   token: ***
2026-08-03T03:59:59.6884979Z   ssh-strict: true
2026-08-03T03:59:59.6885159Z   ssh-user: git
2026-08-03T03:59:59.6885327Z   persist-credentials: true
2026-08-03T03:59:59.6885521Z   clean: true
2026-08-03T03:59:59.6885698Z   sparse-checkout-cone-mode: true
2026-08-03T03:59:59.6885898Z   fetch-depth: 1
2026-08-03T03:59:59.6886065Z   fetch-tags: false
2026-08-03T03:59:59.6886248Z   show-progress: true
2026-08-03T03:59:59.6886422Z   lfs: false
2026-08-03T03:59:59.6886586Z   submodules: false
2026-08-03T03:59:59.6886770Z   set-safe-directory: true
2026-08-03T03:59:59.6886979Z   allow-unsafe-pr-checkout: false
2026-08-03T03:59:59.6887192Z env:
2026-08-03T03:59:59.6887506Z   SPT_CI_TEST_TMP: /home/reavus/actions-runner/_work/_temp/spt-test-tmp-30782259675-1-EIR68Q
2026-08-03T03:59:59.6887959Z   TEMP: /home/reavus/actions-runner/_work/_temp/spt-test-tmp-30782259675-1-EIR68Q
2026-08-03T03:59:59.6888374Z   TMP: /home/reavus/actions-runner/_work/_temp/spt-test-tmp-30782259675-1-EIR68Q
2026-08-03T03:59:59.6888790Z   TMPDIR: /home/reavus/actions-runner/_work/_temp/spt-test-tmp-30782259675-1-EIR68Q
2026-08-03T03:59:59.6889177Z ##[endgroup]
2026-08-03T03:59:59.7541053Z Syncing repository: SaberMage/spt-shell-notify
2026-08-03T03:59:59.7544363Z ##[group]Getting Git version info
2026-08-03T03:59:59.7544965Z Working directory is '/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/.adapter-notify'
2026-08-03T03:59:59.7567114Z [command]/usr/bin/git version
2026-08-03T03:59:59.7632620Z git version 2.43.0
2026-08-03T03:59:59.7653397Z ##[endgroup]
2026-08-03T03:59:59.7724692Z Copying '/home/reavus/.gitconfig' to '/home/reavus/actions-runner/_work/_temp/e8cbd56d-d118-432b-8b42-b021846d2318/.gitconfig'
2026-08-03T03:59:59.7735286Z Temporarily overriding HOME='/home/reavus/actions-runner/_work/_temp/e8cbd56d-d118-432b-8b42-b021846d2318' before making global git config changes
2026-08-03T03:59:59.7735972Z Adding repository directory to the temporary git global config as a safe directory
2026-08-03T03:59:59.7738245Z [command]/usr/bin/git config --global --add safe.directory /home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/.adapter-notify
2026-08-03T03:59:59.7763215Z ##[group]Initializing the repository
2026-08-03T03:59:59.7766193Z [command]/usr/bin/git init /home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/.adapter-notify
2026-08-03T03:59:59.7815235Z hint: Using 'master' as the name for the initial branch. This default branch name
2026-08-03T03:59:59.7815959Z hint: is subject to change. To configure the initial branch name to use in all
2026-08-03T03:59:59.7816432Z hint: of your new repositories, which will suppress this warning, call:
2026-08-03T03:59:59.7816789Z hint: 
2026-08-03T03:59:59.7817080Z hint: 	git config --global init.defaultBranch <name>
2026-08-03T03:59:59.7817400Z hint: 
2026-08-03T03:59:59.7817686Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
2026-08-03T03:59:59.7818368Z hint: 'development'. The just-created branch can be renamed via this command:
2026-08-03T03:59:59.7818729Z hint: 
2026-08-03T03:59:59.7818932Z hint: 	git branch -m <name>
2026-08-03T03:59:59.7820044Z Initialized empty Git repository in /home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/.adapter-notify/.git/
2026-08-03T03:59:59.7826496Z [command]/usr/bin/git remote add origin https://github.com/SaberMage/spt-shell-notify
2026-08-03T03:59:59.7852407Z ##[endgroup]
2026-08-03T03:59:59.7852849Z ##[group]Disabling automatic garbage collection
2026-08-03T03:59:59.7854473Z [command]/usr/bin/git config --local gc.auto 0
2026-08-03T03:59:59.7877855Z ##[endgroup]
2026-08-03T03:59:59.7878218Z ##[group]Setting up auth
2026-08-03T03:59:59.7883041Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2026-08-03T03:59:59.7905726Z [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-08-03T03:59:59.8093872Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-08-03T03:59:59.8118797Z [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-08-03T03:59:59.8305938Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-08-03T03:59:59.8332510Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
2026-08-03T03:59:59.8517541Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic ***
2026-08-03T03:59:59.8546398Z ##[endgroup]
2026-08-03T03:59:59.8546795Z ##[group]Determining the default branch
2026-08-03T03:59:59.8549509Z Retrieving the default branch name
2026-08-03T04:00:00.3463319Z Default branch 'main'
2026-08-03T04:00:00.3463925Z ##[endgroup]
2026-08-03T04:00:00.3464302Z ##[group]Fetching the repository
2026-08-03T04:00:00.3468768Z [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-08-03T04:00:00.9957116Z From https://github.com/SaberMage/spt-shell-notify
2026-08-03T04:00:00.9957703Z  * [new branch]      main       -> origin/main
2026-08-03T04:00:00.9984406Z ##[endgroup]
2026-08-03T04:00:00.9984935Z ##[group]Determining the checkout info
2026-08-03T04:00:00.9986709Z ##[endgroup]
2026-08-03T04:00:00.9993410Z [command]/usr/bin/git sparse-checkout disable
2026-08-03T04:00:01.0037240Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig
2026-08-03T04:00:01.0063662Z ##[group]Checking out the ref
2026-08-03T04:00:01.0066158Z [command]/usr/bin/git checkout --progress --force -B main refs/remotes/origin/main
2026-08-03T04:00:01.0100987Z Switched to a new branch 'main'
2026-08-03T04:00:01.0101293Z branch 'main' set up to track 'origin/main'.
2026-08-03T04:00:01.0104683Z ##[endgroup]
2026-08-03T04:00:01.0135246Z [command]/usr/bin/git log -1 --format=%H
2026-08-03T04:00:01.0156142Z ee2d37eadc730c0019e0af82d683074c509634a2
2026-08-03T04:00:01.0275219Z ##[group]Run cargo build --manifest-path .adapter-notify/Cargo.toml
2026-08-03T04:00:01.0275615Z [36;1mcargo build --manifest-path .adapter-notify/Cargo.toml[0m
2026-08-03T04:00:01.0287854Z shell: /usr/bin/bash -e {0}
2026-08-03T04:00:01.0288050Z env:
2026-08-03T04:00:01.0288345Z   SPT_CI_TEST_TMP: /home/reavus/actions-runner/_work/_temp/spt-test-tmp-30782259675-1-EIR68Q
2026-08-03T04:00:01.0288804Z   TEMP: /home/reavus/actions-runner/_work/_temp/spt-test-tmp-30782259675-1-EIR68Q
2026-08-03T04:00:01.0289324Z   TMP: /home/reavus/actions-runner/_work/_temp/spt-test-tmp-30782259675-1-EIR68Q
2026-08-03T04:00:01.0289733Z   TMPDIR: /home/reavus/actions-runner/_work/_temp/spt-test-tmp-30782259675-1-EIR68Q
2026-08-03T04:00:01.0290180Z ##[endgroup]
2026-08-03T04:00:01.0642729Z     Updating crates.io index
2026-08-03T04:00:01.2079304Z      Locking 11 packages to latest compatible versions
2026-08-03T04:00:01.2324831Z    Compiling zmij v1.0.23
2026-08-03T04:00:01.2325365Z    Compiling serde_core v1.0.229
2026-08-03T04:00:01.2325717Z    Compiling serde_json v1.0.151
2026-08-03T04:00:01.2326053Z    Compiling itoa v1.0.18
2026-08-03T04:00:01.2326278Z    Compiling memchr v2.8.3
2026-08-03T04:00:03.0774146Z    Compiling spt-shell-notify v0.1.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/.adapter-notify)
2026-08-03T04:00:03.2539163Z     Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.21s
2026-08-03T04:00:03.2663782Z ##[group]Run bash .github/bench/wrap.sh build-spt-bin -- cargo build -p spt --bin spt
2026-08-03T04:00:03.2664325Z [36;1mbash .github/bench/wrap.sh build-spt-bin -- cargo build -p spt --bin spt[0m
2026-08-03T04:00:03.2677745Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0}
2026-08-03T04:00:03.2678082Z env:
2026-08-03T04:00:03.2678521Z   SPT_CI_TEST_TMP: /home/reavus/actions-runner/_work/_temp/spt-test-tmp-30782259675-1-EIR68Q
2026-08-03T04:00:03.2679183Z   TEMP: /home/reavus/actions-runner/_work/_temp/spt-test-tmp-30782259675-1-EIR68Q
2026-08-03T04:00:03.2679603Z   TMP: /home/reavus/actions-runner/_work/_temp/spt-test-tmp-30782259675-1-EIR68Q
2026-08-03T04:00:03.2680048Z   TMPDIR: /home/reavus/actions-runner/_work/_temp/spt-test-tmp-30782259675-1-EIR68Q
2026-08-03T04:00:03.2680377Z ##[endgroup]
2026-08-03T04:00:03.5875960Z    Compiling proc-macro2 v1.0.106
2026-08-03T04:00:03.5876364Z    Compiling quote v1.0.45
2026-08-03T04:00:03.5876827Z    Compiling unicode-ident v1.0.24
2026-08-03T04:00:03.5877108Z    Compiling libc v0.2.186
2026-08-03T04:00:03.5877351Z    Compiling serde_core v1.0.228
2026-08-03T04:00:03.5877960Z    Compiling cfg-if v1.0.4
2026-08-03T04:00:03.5878527Z    Compiling serde v1.0.228
2026-08-03T04:00:03.5938335Z    Compiling typenum v1.20.1
2026-08-03T04:00:03.5954060Z    Compiling log v0.4.32
2026-08-03T04:00:03.5973386Z    Compiling pin-project-lite v0.2.17
2026-08-03T04:00:03.6017301Z    Compiling version_check v0.9.5
2026-08-03T04:00:03.6077848Z    Compiling portable-atomic v1.13.1
2026-08-03T04:00:03.6113042Z    Compiling memchr v2.8.1
2026-08-03T04:00:03.6145080Z    Compiling shlex v2.0.1
2026-08-03T04:00:03.6185067Z    Compiling find-msvc-tools v0.1.9
2026-08-03T04:00:03.6492207Z    Compiling critical-section v1.2.0
2026-08-03T04:00:03.7046980Z    Compiling bytes v1.11.1
2026-08-03T04:00:03.7120581Z    Compiling futures-core v0.3.32
2026-08-03T04:00:03.7351603Z    Compiling subtle v2.6.1
2026-08-03T04:00:03.8890612Z    Compiling equivalent v1.0.2
2026-08-03T04:00:03.8950311Z    Compiling smallvec v1.15.1
2026-08-03T04:00:03.8950976Z    Compiling itoa v1.0.18
2026-08-03T04:00:03.8998300Z    Compiling semver v1.0.28
2026-08-03T04:00:03.9250788Z    Compiling stable_deref_trait v1.2.1
2026-08-03T04:00:03.9581330Z    Compiling futures-sink v0.3.32
2026-08-03T04:00:03.9583090Z    Compiling slab v0.4.12
2026-08-03T04:00:03.9765675Z    Compiling futures-io v0.3.32
2026-08-03T04:00:03.9902986Z    Compiling futures-task v0.3.32
2026-08-03T04:00:04.0389216Z    Compiling futures-channel v0.3.32
2026-08-03T04:00:04.0706261Z    Compiling generic-array v0.14.7
2026-08-03T04:00:04.1802478Z    Compiling rustversion v1.0.22
2026-08-03T04:00:04.1881996Z    Compiling hashbrown v0.17.1
2026-08-03T04:00:04.1950400Z    Compiling rand_core v0.10.1
2026-08-03T04:00:04.2099935Z    Compiling bitflags v2.12.1
2026-08-03T04:00:04.2326258Z    Compiling cpufeatures v0.2.17
2026-08-03T04:00:04.2863126Z    Compiling rustc_version v0.4.1
2026-08-03T04:00:04.3101265Z    Compiling getrandom v0.4.2
2026-08-03T04:00:04.3326571Z    Compiling fnv v1.0.7
2026-08-03T04:00:04.3530998Z    Compiling strsim v0.11.1
2026-08-03T04:00:04.3773097Z    Compiling cfg_aliases v0.2.1
2026-08-03T04:00:04.3861639Z    Compiling litemap v0.8.2
2026-08-03T04:00:04.4147014Z    Compiling writeable v0.6.3
2026-08-03T04:00:04.4374706Z    Compiling fs_extra v1.3.0
2026-08-03T04:00:04.5090605Z    Compiling dunce v1.0.5
2026-08-03T04:00:04.5806150Z    Compiling icu_normalizer_data v2.2.0
2026-08-03T04:00:04.5967767Z    Compiling ident_case v1.0.1
2026-08-03T04:00:04.6031556Z    Compiling icu_properties_data v2.2.0
2026-08-03T04:00:04.6559573Z    Compiling utf8_iter v1.0.4
2026-08-03T04:00:04.6675788Z    Compiling autocfg v1.5.1
2026-08-03T04:00:04.7099542Z    Compiling percent-encoding v2.3.2
2026-08-03T04:00:04.7250784Z    Compiling http v1.4.1
2026-08-03T04:00:04.7881112Z    Compiling thiserror v2.0.18
2026-08-03T04:00:04.7978701Z    Compiling unicode-segmentation v1.13.3
2026-08-03T04:00:04.8181477Z    Compiling cpufeatures v0.3.0
2026-08-03T04:00:04.9027453Z    Compiling aws-lc-rs v1.17.0
2026-08-03T04:00:04.9028482Z    Compiling scopeguard v1.2.0
2026-08-03T04:00:04.9400281Z    Compiling form_urlencoded v1.2.2
2026-08-03T04:00:04.9712914Z    Compiling lock_api v0.4.14
2026-08-03T04:00:04.9880703Z    Compiling untrusted v0.9.0
2026-08-03T04:00:05.0777707Z    Compiling syn v2.0.117
2026-08-03T04:00:05.0971443Z    Compiling indexmap v2.14.0
2026-08-03T04:00:05.1149413Z    Compiling hybrid-array v0.4.12
2026-08-03T04:00:05.1652135Z    Compiling rustls v0.23.40
2026-08-03T04:00:05.1761185Z    Compiling heck v0.5.0
2026-08-03T04:00:05.1881424Z    Compiling const-oid v0.10.2
2026-08-03T04:00:05.2020894Z    Compiling atomic-waker v1.1.2
2026-08-03T04:00:05.2361143Z    Compiling unicode-xid v0.2.6
2026-08-03T04:00:05.2769392Z    Compiling anyhow v1.0.102
2026-08-03T04:00:05.2929793Z    Compiling paste v1.0.15
2026-08-03T04:00:05.3080794Z    Compiling convert_case v0.10.0
2026-08-03T04:00:05.3455077Z    Compiling parking_lot_core v0.9.12
2026-08-03T04:00:05.4104371Z    Compiling httparse v1.10.1
2026-08-03T04:00:05.4241164Z    Compiling zerocopy v0.8.50
2026-08-03T04:00:05.4454590Z    Compiling num-traits v0.2.19
2026-08-03T04:00:05.4571230Z    Compiling curve25519-dalek v4.1.3
2026-08-03T04:00:05.5932281Z    Compiling ahash v0.8.12
2026-08-03T04:00:05.5999778Z    Compiling powerfmt v0.2.0
2026-08-03T04:00:05.6250316Z    Compiling base64ct v1.8.3
2026-08-03T04:00:05.6501732Z    Compiling jobserver v0.1.34
2026-08-03T04:00:05.6705745Z    Compiling either v1.16.0
2026-08-03T04:00:05.7870773Z    Compiling deranged v0.5.8
2026-08-03T04:00:05.8090771Z    Compiling crypto-common v0.2.2
2026-08-03T04:00:05.8162013Z    Compiling block-buffer v0.12.0
2026-08-03T04:00:05.8280736Z    Compiling crypto-common v0.1.7
2026-08-03T04:00:05.8350764Z    Compiling inout v0.2.2
2026-08-03T04:00:05.8421317Z    Compiling block-buffer v0.10.4
2026-08-03T04:00:05.9010438Z    Compiling http-body v1.0.1
2026-08-03T04:00:05.9405431Z    Compiling digest v0.10.7
2026-08-03T04:00:05.9430783Z    Compiling cc v1.2.63
2026-08-03T04:00:05.9631343Z    Compiling pem-rfc7468 v1.0.0
2026-08-03T04:00:06.0860796Z    Compiling tinyvec_macros v0.1.1
2026-08-03T04:00:06.1220066Z    Compiling try-lock v0.2.5
2026-08-03T04:00:06.1311963Z    Compiling num-conv v0.2.2
2026-08-03T04:00:06.1421877Z    Compiling tower-service v0.3.3
2026-08-03T04:00:06.2070929Z    Compiling vcpkg v0.2.15
2026-08-03T04:00:06.2159990Z    Compiling pkg-config v0.3.33
2026-08-03T04:00:06.2202941Z    Compiling data-encoding v2.11.0
2026-08-03T04:00:06.2940844Z    Compiling time-core v0.1.8
2026-08-03T04:00:06.3031297Z    Compiling mio v1.2.1
2026-08-03T04:00:06.3288161Z    Compiling socket2 v0.6.4
2026-08-03T04:00:06.3840532Z    Compiling getrandom v0.2.17
2026-08-03T04:00:06.5290618Z    Compiling rand_core v0.6.4
2026-08-03T04:00:06.5863815Z    Compiling cipher v0.5.2
2026-08-03T04:00:06.5991000Z    Compiling zmij v1.0.21
2026-08-03T04:00:06.6810791Z    Compiling uuid v1.23.2
2026-08-03T04:00:06.7031647Z    Compiling base64 v0.22.1
2026-08-03T04:00:06.7708041Z    Compiling fastrand v2.4.1
2026-08-03T04:00:06.8351102Z    Compiling chacha20 v0.10.0
2026-08-03T04:00:06.9140666Z    Compiling parking_lot v0.12.5
2026-08-03T04:00:06.9680410Z    Compiling want v0.3.1
2026-08-03T04:00:07.0267105Z    Compiling sha2 v0.10.9
2026-08-03T04:00:07.0670563Z    Compiling tinyvec v1.11.0
2026-08-03T04:00:07.1096574Z    Compiling rand v0.10.1
2026-08-03T04:00:07.1461164Z    Compiling inout v0.1.4
2026-08-03T04:00:07.1741444Z    Compiling spt-procident v0.52.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-procident)
2026-08-03T04:00:07.1838223Z    Compiling vergen-lib v9.1.0
2026-08-03T04:00:07.1921801Z    Compiling n0-future v0.3.2
2026-08-03T04:00:07.2086427Z    Compiling parking v2.2.1
2026-08-03T04:00:07.2830582Z    Compiling spin v0.10.0
2026-08-03T04:00:07.3380901Z    Compiling cmake v0.1.58
2026-08-03T04:00:07.3907913Z    Compiling diatomic-waker v0.2.3
2026-08-03T04:00:07.4051610Z    Compiling crossbeam-utils v0.8.21
2026-08-03T04:00:07.4091055Z    Compiling httpdate v1.0.3
2026-08-03T04:00:07.4430869Z    Compiling serde_json v1.0.150
2026-08-03T04:00:07.4502682Z    Compiling cordyceps v0.3.4
2026-08-03T04:00:07.4711367Z    Compiling signature v2.2.0
2026-08-03T04:00:07.5193619Z    Compiling winnow v1.0.3
2026-08-03T04:00:07.5305992Z    Compiling spt-poolguard v0.52.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-poolguard)
2026-08-03T04:00:07.5416049Z    Compiling futures-lite v2.6.1
2026-08-03T04:00:07.5936024Z    Compiling ed25519 v2.2.3
2026-08-03T04:00:07.6501136Z    Compiling cipher v0.4.4
2026-08-03T04:00:07.6858685Z    Compiling netlink-packet-core v0.8.1
2026-08-03T04:00:07.6971122Z    Compiling digest v0.11.3
2026-08-03T04:00:07.7770509Z    Compiling futures-buffered v0.2.13
2026-08-03T04:00:07.7925359Z    Compiling universal-hash v0.5.1
2026-08-03T04:00:07.7996249Z    Compiling vergen v9.1.0
2026-08-03T04:00:07.8070594Z    Compiling vergen-lib v0.1.6
2026-08-03T04:00:07.8611360Z    Compiling heapless v0.7.17
2026-08-03T04:00:07.8910557Z    Compiling curve25519-dalek v5.0.0-pre.6
2026-08-03T04:00:07.8990915Z    Compiling noq-udp v0.10.0
2026-08-03T04:00:07.9481524Z    Compiling sync_wrapper v1.0.2
2026-08-03T04:00:07.9954822Z    Compiling opaque-debug v0.3.1
2026-08-03T04:00:07.9964530Z    Compiling allocator-api2 v0.2.21
2026-08-03T04:00:08.0134712Z    Compiling toml_datetime v1.1.1+spec-1.1.0
2026-08-03T04:00:08.0400924Z    Compiling byteorder v1.5.0
2026-08-03T04:00:08.0545313Z    Compiling polyval v0.6.2
2026-08-03T04:00:08.0895408Z    Compiling spt-store v0.52.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-store)
2026-08-03T04:00:08.1779413Z    Compiling vergen-gitcl v1.0.8
2026-08-03T04:00:08.1937201Z    Compiling spin v0.9.8
2026-08-03T04:00:08.2399904Z    Compiling hash32 v0.2.1
2026-08-03T04:00:08.2472524Z    Compiling tower-layer v0.3.3
2026-08-03T04:00:08.2729746Z    Compiling signature v3.0.0
2026-08-03T04:00:08.2859610Z    Compiling num_threads v0.1.7
2026-08-03T04:00:08.2966817Z    Compiling aws-lc-sys v0.41.0
2026-08-03T04:00:08.3210947Z    Compiling ring v0.17.14
2026-08-03T04:00:08.3385731Z    Compiling libsqlite3-sys v0.30.1
2026-08-03T04:00:08.3746638Z    Compiling fallible-streaming-iterator v0.1.9
2026-08-03T04:00:08.4013470Z    Compiling ryu v1.0.23
2026-08-03T04:00:08.4111007Z    Compiling fallible-iterator v0.3.0
2026-08-03T04:00:08.4213971Z    Compiling time v0.3.47
2026-08-03T04:00:08.4831737Z    Compiling ghash v0.5.1
2026-08-03T04:00:08.5140823Z    Compiling aes v0.8.4
2026-08-03T04:00:08.5221077Z    Compiling ctr v0.9.2
2026-08-03T04:00:08.5813581Z    Compiling sha2 v0.11.0-rc.5
2026-08-03T04:00:08.6791891Z    Compiling fs2 v0.4.3
2026-08-03T04:00:08.6991332Z    Compiling http-body-util v0.1.3
2026-08-03T04:00:08.8178880Z    Compiling aead v0.5.2
2026-08-03T04:00:08.8347071Z    Compiling utf8parse v0.2.2
2026-08-03T04:00:08.8870356Z    Compiling arrayvec v0.7.6
2026-08-03T04:00:08.8980550Z    Compiling openssl-probe v0.2.1
2026-08-03T04:00:08.9403033Z    Compiling crossbeam-channel v0.5.15
2026-08-03T04:00:09.0115372Z    Compiling toml_parser v1.1.2+spec-1.1.0
2026-08-03T04:00:09.0823335Z    Compiling crossbeam-epoch v0.9.18
2026-08-03T04:00:09.0981212Z    Compiling blake3 v1.8.5
2026-08-03T04:00:09.1425697Z    Compiling aes-gcm v0.10.3
2026-08-03T04:00:09.1491894Z    Compiling netlink-packet-route v0.29.0
2026-08-03T04:00:09.2708463Z    Compiling memoffset v0.6.5
2026-08-03T04:00:09.2881188Z    Compiling acto v0.8.2
2026-08-03T04:00:09.3904571Z    Compiling netwatch v0.16.0
2026-08-03T04:00:09.4391853Z    Compiling noq v0.18.0
2026-08-03T04:00:09.4511882Z    Compiling mac-addr v0.3.0
2026-08-03T04:00:09.4884821Z    Compiling rustc-hash v2.1.2
2026-08-03T04:00:09.5466179Z    Compiling thiserror v1.0.69
2026-08-03T04:00:09.5890900Z    Compiling toml_edit v0.25.12+spec-1.1.0
2026-08-03T04:00:09.6021238Z    Compiling foldhash v0.2.0
2026-08-03T04:00:09.6399268Z    Compiling ref-cast v1.0.25
2026-08-03T04:00:09.6400213Z    Compiling identity-hash v0.1.0
2026-08-03T04:00:09.6721408Z    Compiling tagptr v0.2.0
2026-08-03T04:00:09.7369643Z    Compiling sorted-index-buffer v0.2.1
2026-08-03T04:00:09.7801162Z    Compiling lru-slab v0.1.2
2026-08-03T04:00:09.8049612Z    Compiling xml-rs v0.8.28
2026-08-03T04:00:09.8556398Z    Compiling hashbrown v0.16.1
2026-08-03T04:00:09.9300026Z    Compiling netlink-packet-route v0.30.0
2026-08-03T04:00:09.9740365Z    Compiling errno v0.3.14
2026-08-03T04:00:10.1185831Z    Compiling ioctl-rs v0.1.6
2026-08-03T04:00:10.1193064Z    Compiling serial-core v0.4.0
2026-08-03T04:00:10.1950900Z    Compiling termios v0.2.2
2026-08-03T04:00:10.2134862Z    Compiling aho-corasick v1.1.4
2026-08-03T04:00:10.2786566Z    Compiling simple-dns v0.9.3
2026-08-03T04:00:10.3408514Z    Compiling resolv-conf v0.7.6
2026-08-03T04:00:10.4600454Z    Compiling synstructure v0.13.2
2026-08-03T04:00:10.6734255Z    Compiling darling_core v0.20.11
2026-08-03T04:00:10.7126353Z    Compiling proc-macro-crate v3.5.0
2026-08-03T04:00:10.8049187Z    Compiling xmltree v0.10.3
2026-08-03T04:00:10.9009363Z    Compiling serde_derive_internals v0.29.1
2026-08-03T04:00:10.9316958Z    Compiling signal-hook v0.3.18
2026-08-03T04:00:10.9521164Z    Compiling smol_str v0.1.24
2026-08-03T04:00:11.0577410Z    Compiling toml_write v0.1.2
2026-08-03T04:00:11.0763611Z    Compiling constant_time_eq v0.4.2
2026-08-03T04:00:11.1478384Z    Compiling sha1_smol v1.0.1
2026-08-03T04:00:11.1878606Z    Compiling arrayref v0.3.9
2026-08-03T04:00:11.2403693Z    Compiling winnow v0.7.15
2026-08-03T04:00:11.2493540Z    Compiling simdutf8 v0.1.5
2026-08-03T04:00:11.2629416Z    Compiling regex-syntax v0.8.10
2026-08-03T04:00:11.2735455Z    Compiling rustix v1.1.4
2026-08-03T04:00:11.4920586Z    Compiling lru v0.16.4
2026-08-03T04:00:11.5316700Z    Compiling darling_core v0.23.0
2026-08-03T04:00:11.6669218Z    Compiling serial-unix v0.4.0
2026-08-03T04:00:11.7057802Z    Compiling signal-hook-registry v1.4.8
2026-08-03T04:00:11.9152757Z    Compiling serde_bytes v0.11.19
2026-08-03T04:00:12.0081404Z    Compiling seize v0.5.1
2026-08-03T04:00:12.0309673Z    Compiling hmac v0.12.1
2026-08-03T04:00:12.1113943Z    Compiling iroh v0.98.2
2026-08-03T04:00:12.1372115Z    Compiling linux-raw-sys v0.12.1
2026-08-03T04:00:12.1875547Z    Compiling pin-utils v0.1.0
2026-08-03T04:00:12.2396544Z    Compiling dyn-clone v1.0.20
2026-08-03T04:00:12.3206130Z    Compiling bitflags v1.3.2
2026-08-03T04:00:12.3400793Z    Compiling serde_derive v1.0.228
2026-08-03T04:00:12.3651035Z    Compiling zeroize_derive v1.4.3
2026-08-03T04:00:12.3764921Z    Compiling tokio-macros v2.7.0
2026-08-03T04:00:12.4709755Z    Compiling zerofrom-derive v0.1.7
2026-08-03T04:00:12.6381046Z    Compiling futures-macro v0.3.32
2026-08-03T04:00:12.7662668Z    Compiling yoke-derive v0.8.2
2026-08-03T04:00:12.9264976Z    Compiling zeroize v1.8.2
2026-08-03T04:00:13.1060947Z    Compiling zerovec-derive v0.11.3
2026-08-03T04:00:13.1435541Z    Compiling tokio v1.52.3
2026-08-03T04:00:13.3283251Z    Compiling displaydoc v0.2.6
2026-08-03T04:00:13.5788006Z    Compiling futures-util v0.3.32
2026-08-03T04:00:13.6728607Z    Compiling tracing-attributes v0.1.31
2026-08-03T04:00:13.7431586Z    Compiling zerofrom v0.1.8
2026-08-03T04:00:13.7751279Z    Compiling rustls-pki-types v1.14.1
2026-08-03T04:00:13.8551217Z    Compiling thiserror-impl v2.0.18
2026-08-03T04:00:14.0190842Z    Compiling curve25519-dalek-derive v0.1.1
2026-08-03T04:00:14.0600904Z    Compiling yoke v0.8.3
2026-08-03T04:00:14.2630507Z    Compiling zerotrie v0.2.4
2026-08-03T04:00:14.4774956Z    Compiling darling_macro v0.20.11
2026-08-03T04:00:14.5770751Z    Compiling zerovec v0.11.6
2026-08-03T04:00:14.6232367Z    Compiling derive_more-impl v2.1.1
2026-08-03T04:00:14.6851203Z    Compiling n0-error-macros v0.1.3
2026-08-03T04:00:14.8354226Z    Compiling darling v0.20.11
2026-08-03T04:00:14.8923746Z    Compiling derive_builder_core v0.20.2
2026-08-03T04:00:15.0463203Z    Compiling spez v0.1.2
2026-08-03T04:00:15.3384082Z    Compiling tinystr v0.8.3
2026-08-03T04:00:15.4541858Z    Compiling potential_utf v0.1.5
2026-08-03T04:00:15.5401002Z    Compiling icu_locale_core v2.2.0
2026-08-03T04:00:15.5740540Z    Compiling icu_collections v2.2.0
2026-08-03T04:00:15.6673392Z    Compiling der v0.8.0-rc.10
2026-08-03T04:00:15.6860845Z    Compiling pin-project-internal v1.1.13
2026-08-03T04:00:15.7692336Z    Compiling n0-error v0.1.3
2026-08-03T04:00:16.1280831Z    Compiling cobs v0.3.0
2026-08-03T04:00:16.1811278Z    Compiling derive_builder_macro v0.20.2
2026-08-03T04:00:16.3299333Z    Compiling postcard-derive v0.2.2
2026-08-03T04:00:16.3708021Z    Compiling data-encoding-macro-internal v0.1.18
2026-08-03T04:00:16.5006833Z    Compiling derive_builder v0.20.2
2026-08-03T04:00:16.7888138Z    Compiling icu_provider v2.2.0
2026-08-03T04:00:16.9080958Z    Compiling ed25519-dalek v2.2.0
2026-08-03T04:00:16.9742144Z    Compiling pin-project v1.1.13
2026-08-03T04:00:16.9812809Z    Compiling spki v0.8.0-rc.4
2026-08-03T04:00:17.1844963Z    Compiling icu_normalizer v2.2.0
2026-08-03T04:00:17.1965312Z    Compiling icu_properties v2.2.0
2026-08-03T04:00:17.2064818Z    Compiling pkcs8 v0.11.0-rc.10
2026-08-03T04:00:17.2196791Z    Compiling spt-proto v0.52.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-proto)
2026-08-03T04:00:17.2750832Z    Compiling futures-executor v0.3.32
2026-08-03T04:00:17.5081563Z    Compiling ipnet v2.12.0
2026-08-03T04:00:17.5169223Z    Compiling futures v0.3.32
2026-08-03T04:00:17.6040528Z    Compiling ed25519 v3.0.0-rc.4
2026-08-03T04:00:17.6270903Z    Compiling data-encoding-macro v0.1.20
2026-08-03T04:00:17.6785512Z    Compiling rustls-native-certs v0.8.4
2026-08-03T04:00:17.9995796Z    Compiling prefix-trie v0.8.4
2026-08-03T04:00:18.0743441Z    Compiling strum_macros v0.28.0
2026-08-03T04:00:18.0961279Z    Compiling enum-assoc v1.3.0
2026-08-03T04:00:18.1178924Z    Compiling num_enum_derive v0.7.6
2026-08-03T04:00:18.2730664Z    Compiling once_cell v1.21.4
2026-08-03T04:00:18.2851783Z    Compiling async-trait v0.1.89
2026-08-03T04:00:18.3488716Z    Compiling postcard v1.1.3
2026-08-03T04:00:18.5151161Z    Compiling tracing-core v0.1.36
2026-08-03T04:00:18.7337149Z    Compiling idna_adapter v1.2.2
2026-08-03T04:00:18.7767267Z    Compiling hashbrown v0.14.5
2026-08-03T04:00:18.8183559Z    Compiling iroh-metrics-derive v0.4.1
2026-08-03T04:00:18.8601310Z    Compiling idna v1.1.0
2026-08-03T04:00:18.8701006Z    Compiling moka v0.12.15
2026-08-03T04:00:18.9893139Z    Compiling derive_more v2.1.1
2026-08-03T04:00:19.0936122Z    Compiling tracing v0.1.44
2026-08-03T04:00:19.1104998Z    Compiling tokio-util v0.7.18
2026-08-03T04:00:19.1578848Z    Compiling netlink-sys v0.8.8
2026-08-03T04:00:19.1653686Z    Compiling tower v0.5.3
2026-08-03T04:00:19.2910383Z    Compiling ed25519-dalek v3.0.0-pre.6
2026-08-03T04:00:19.3686555Z    Compiling url v2.5.8
2026-08-03T04:00:19.4781086Z    Compiling netlink-proto v0.12.0
2026-08-03T04:00:19.4839681Z    Compiling netdev v0.42.0
2026-08-03T04:00:19.5190869Z    Compiling iroh-metrics v0.38.3
2026-08-03T04:00:19.6150756Z    Compiling hashlink v0.9.1
2026-08-03T04:00:19.6789854Z    Compiling num_enum v0.7.6
2026-08-03T04:00:19.7105742Z    Compiling iroh-relay v0.98.0
2026-08-03T04:00:19.7388732Z    Compiling toml_datetime v0.6.11
2026-08-03T04:00:19.7828608Z    Compiling serde_spanned v0.6.9
2026-08-03T04:00:19.8390478Z    Compiling thiserror-impl v1.0.69
2026-08-03T04:00:19.8700981Z    Compiling ref-cast-impl v1.0.25
2026-08-03T04:00:19.9840730Z    Compiling rusqlite v0.32.1
2026-08-03T04:00:20.0171132Z    Compiling toml_edit v0.22.27
2026-08-03T04:00:20.0269441Z    Compiling webpki-roots v1.0.7
2026-08-03T04:00:20.0539645Z    Compiling regex-automata v0.4.14
2026-08-03T04:00:20.0871427Z    Compiling schemars_derive v1.2.1
2026-08-03T04:00:20.1333226Z    Compiling h2 v0.4.14
2026-08-03T04:00:20.2500903Z    Compiling hickory-proto v0.26.0-beta.4
2026-08-03T04:00:20.3610829Z    Compiling n0-watcher v0.6.1
2026-08-03T04:00:20.6471309Z    Compiling attohttpc v0.30.1
2026-08-03T04:00:20.6550772Z    Compiling tower-http v0.6.11
2026-08-03T04:00:20.7000139Z    Compiling iroh-base v0.98.0
2026-08-03T04:00:20.8214910Z    Compiling tokio-stream v0.1.18
2026-08-03T04:00:20.9400600Z    Compiling strum v0.28.0
2026-08-03T04:00:21.1199359Z    Compiling cmov v0.5.4
2026-08-03T04:00:21.1650769Z    Compiling rustix v0.38.44
2026-08-03T04:00:21.2161145Z    Compiling iroh-dns v0.98.0
2026-08-03T04:00:21.4711589Z    Compiling filedescriptor v0.8.3
2026-08-03T04:00:21.4884892Z    Compiling ctutils v0.4.2
2026-08-03T04:00:21.5031081Z    Compiling backon v1.6.0
2026-08-03T04:00:21.5760893Z    Compiling darling_macro v0.23.0
2026-08-03T04:00:21.7810687Z    Compiling nix v0.25.1
2026-08-03T04:00:21.7990985Z    Compiling papaya v0.2.4
2026-08-03T04:00:21.8029702Z    Compiling hkdf v0.12.4
2026-08-03T04:00:21.9230747Z    Compiling serial v0.4.0
2026-08-03T04:00:21.9521739Z    Compiling anstyle-parse v1.0.0
2026-08-03T04:00:21.9968128Z    Compiling vte_generate_state_changes v0.1.2
2026-08-03T04:00:22.1520761Z    Compiling downcast-rs v1.2.1
2026-08-03T04:00:22.1871077Z    Compiling schemars v1.2.1
2026-08-03T04:00:22.2320727Z    Compiling unicode-width v0.2.0
2026-08-03T04:00:22.2767163Z    Compiling anstyle v1.0.14
2026-08-03T04:00:22.3131550Z    Compiling colorchoice v1.0.5
2026-08-03T04:00:22.3481641Z    Compiling is_terminal_polyfill v1.70.2
2026-08-03T04:00:22.3970710Z    Compiling foldhash v0.1.5
2026-08-03T04:00:22.4216484Z    Compiling instability v0.3.12
2026-08-03T04:00:22.4773141Z    Compiling linux-raw-sys v0.4.15
2026-08-03T04:00:22.5231111Z    Compiling anstyle-query v1.1.5
2026-08-03T04:00:22.5476765Z    Compiling toml v0.8.23
2026-08-03T04:00:22.5960773Z    Compiling shell-words v1.1.1
2026-08-03T04:00:22.6172557Z    Compiling anstream v1.0.0
2026-08-03T04:00:22.6280834Z    Compiling hashbrown v0.15.5
2026-08-03T04:00:22.7442722Z    Compiling terminal_size v0.4.4
2026-08-03T04:00:22.8599645Z    Compiling regex v1.12.3
2026-08-03T04:00:22.9519818Z    Compiling vte v0.13.1
2026-08-03T04:00:22.9613701Z    Compiling signal-hook-mio v0.2.5
2026-08-03T04:00:23.0804628Z    Compiling swarm-discovery v0.6.0-alpha.2 (https://github.com/SaberMage/swarm-discovery?rev=89a2200d54a4e3cab2f46cc75ebff49a1fb07614#89a2200d)
2026-08-03T04:00:23.2188291Z    Compiling darling v0.23.0
2026-08-03T04:00:23.2831234Z    Compiling spake2 v0.4.0
2026-08-03T04:00:23.5850315Z    Compiling strum_macros v0.26.4
2026-08-03T04:00:23.6369916Z    Compiling sha1 v0.10.6
2026-08-03T04:00:23.7432447Z    Compiling itertools v0.13.0
2026-08-03T04:00:23.7650607Z    Compiling castaway v0.2.4
2026-08-03T04:00:23.8712199Z    Compiling doctest-file v1.1.1
2026-08-03T04:00:23.9337183Z    Compiling indoc v2.0.7
2026-08-03T04:00:24.1071143Z    Compiling unicode-width v0.1.14
2026-08-03T04:00:24.3097531Z    Compiling static_assertions v1.1.0
2026-08-03T04:00:24.3510974Z    Compiling clap_lex v1.1.0
2026-08-03T04:00:24.3821193Z    Compiling compact_str v0.8.2
2026-08-03T04:00:24.5025421Z    Compiling interprocess v2.4.2
2026-08-03T04:00:24.5662701Z    Compiling clap_builder v4.6.0
2026-08-03T04:00:24.6498828Z    Compiling crossterm v0.28.1
2026-08-03T04:00:24.9727018Z    Compiling lru v0.12.5
2026-08-03T04:00:25.1314055Z    Compiling clap_derive v4.6.1
2026-08-03T04:00:25.2544424Z    Compiling cassowary v0.3.0
2026-08-03T04:00:25.2931414Z    Compiling iana-time-zone v0.1.65
2026-08-03T04:00:25.6160765Z    Compiling hyper v1.10.1
2026-08-03T04:00:25.7143789Z    Compiling portable-pty v0.8.1
2026-08-03T04:00:25.7213841Z    Compiling unicode-truncate v1.1.0
2026-08-03T04:00:25.7521198Z    Compiling chrono v0.4.45
2026-08-03T04:00:25.7530618Z    Compiling nucleo-matcher v0.3.1
2026-08-03T04:00:25.7670304Z    Compiling qrcode v0.14.1
2026-08-03T04:00:26.0231730Z    Compiling strum v0.26.3
2026-08-03T04:00:26.1521409Z    Compiling ratatui v0.29.0
2026-08-03T04:00:27.2698694Z    Compiling clap v4.6.1
2026-08-03T04:00:27.3625095Z    Compiling hyper-util v0.1.20
2026-08-03T04:00:27.7011438Z    Compiling spt-msg v0.52.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-msg)
2026-08-03T04:00:27.9971918Z    Compiling spt-runtime v0.52.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-runtime)
2026-08-03T04:00:27.9978467Z    Compiling spt-term v0.52.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-term)
2026-08-03T04:00:29.4539787Z    Compiling igd-next v0.17.1
2026-08-03T04:00:30.5159417Z    Compiling portmapper v0.16.0
2026-08-03T04:00:30.8728407Z    Compiling spt-live v0.52.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-live)
2026-08-03T04:00:35.0769777Z    Compiling rustls-webpki v0.103.13
2026-08-03T04:00:37.3516483Z    Compiling tokio-rustls v0.26.4
2026-08-03T04:00:37.3517063Z    Compiling noq-proto v0.17.0
2026-08-03T04:00:37.3517414Z    Compiling rustls-platform-verifier v0.7.0
2026-08-03T04:00:37.4868009Z    Compiling hyper-rustls v0.27.9
2026-08-03T04:00:37.4868719Z    Compiling hickory-net v0.26.0-beta.4
2026-08-03T04:00:37.4869404Z    Compiling tokio-websockets v0.13.2
2026-08-03T04:00:37.6079439Z    Compiling reqwest v0.13.4
2026-08-03T04:00:38.6541405Z    Compiling hickory-resolver v0.26.0-beta.4
2026-08-03T04:00:52.1947486Z    Compiling spt-net v0.52.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-net)
2026-08-03T04:00:53.9115956Z    Compiling spt-daemon v0.52.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-daemon)
2026-08-03T04:01:04.2013353Z    Compiling spt v0.52.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt)
2026-08-03T04:01:10.1692267Z     Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 06s
2026-08-03T04:01:10.2184700Z ##[group]Run bash .github/bench/wrap.sh twohost-ladder-b -- cargo test -p spt-daemon --test twohost -- --nocapture
2026-08-03T04:01:10.2185344Z [36;1mbash .github/bench/wrap.sh twohost-ladder-b -- cargo test -p spt-daemon --test twohost -- --nocapture[0m
2026-08-03T04:01:10.2198251Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0}
2026-08-03T04:01:10.2198541Z env:
2026-08-03T04:01:10.2198846Z   SPT_CI_TEST_TMP: /home/reavus/actions-runner/_work/_temp/spt-test-tmp-30782259675-1-EIR68Q
2026-08-03T04:01:10.2199407Z   TEMP: /home/reavus/actions-runner/_work/_temp/spt-test-tmp-30782259675-1-EIR68Q
2026-08-03T04:01:10.2199812Z   TMP: /home/reavus/actions-runner/_work/_temp/spt-test-tmp-30782259675-1-EIR68Q
2026-08-03T04:01:10.2200231Z   TMPDIR: /home/reavus/actions-runner/_work/_temp/spt-test-tmp-30782259675-1-EIR68Q
2026-08-03T04:01:10.2200541Z   SPT_TWO_HOST: 1
2026-08-03T04:01:10.2200722Z   SPT_TWO_HOST_ROLE: b
2026-08-03T04:01:10.2200952Z   SPT_TWO_HOST_SECRET: rig-twohost-ci
2026-08-03T04:01:10.2201175Z   SPT_TWO_HOST_PEER_IP: 100.68.35.65
2026-08-03T04:01:10.2201385Z   SPT_TWO_HOST_WAIT_SECS: 900
2026-08-03T04:01:10.2201786Z   SPT_TWO_HOST_NOTIFY_BIN: /home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/.adapter-notify/target/debug/notify-shell
2026-08-03T04:01:10.2202207Z ##[endgroup]
2026-08-03T04:01:10.4580346Z    Compiling cc v1.2.63
2026-08-03T04:01:10.4602996Z    Compiling mio v1.2.1
2026-08-03T04:01:10.4645472Z    Compiling strsim v0.11.1
2026-08-03T04:01:10.4667675Z    Compiling unicode-segmentation v1.13.3
2026-08-03T04:01:10.4668385Z    Compiling rustls v0.23.40
2026-08-03T04:01:10.4712375Z    Compiling fastrand v2.4.1
2026-08-03T04:01:10.4811306Z    Compiling either v1.16.0
2026-08-03T04:01:10.4939486Z    Compiling rustix v1.1.4
2026-08-03T04:01:10.4942202Z    Compiling bytemuck v1.25.2
2026-08-03T04:01:10.5968081Z    Compiling futures-lite v2.6.1
2026-08-03T04:01:10.6018038Z    Compiling darling_core v0.20.11
2026-08-03T04:01:10.6223094Z    Compiling prefix-trie v0.8.4
2026-08-03T04:01:10.6442419Z    Compiling rgb v0.8.53
2026-08-03T04:01:10.7456174Z    Compiling tokio v1.52.3
2026-08-03T04:01:10.7507485Z    Compiling convert_case v0.10.0
2026-08-03T04:01:10.9242491Z    Compiling avt v0.18.0
2026-08-03T04:01:10.9359351Z    Compiling derive_more-impl v2.1.1
2026-08-03T04:01:11.2157867Z    Compiling hickory-proto v0.26.0-beta.4
2026-08-03T04:01:11.4543448Z    Compiling ring v0.17.14
2026-08-03T04:01:11.4544087Z    Compiling libsqlite3-sys v0.30.1
2026-08-03T04:01:11.4544503Z    Compiling blake3 v1.8.5
2026-08-03T04:01:12.2496564Z    Compiling darling_macro v0.20.11
2026-08-03T04:01:12.3699891Z    Compiling tempfile v3.27.0
2026-08-03T04:01:12.4591046Z    Compiling darling v0.20.11
2026-08-03T04:01:12.4968649Z    Compiling derive_builder_core v0.20.2
2026-08-03T04:01:12.5838028Z    Compiling spt-test-support v0.52.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-test-support)
2026-08-03T04:01:13.0660953Z    Compiling derive_builder_macro v0.20.2
2026-08-03T04:01:13.1721336Z    Compiling derive_more v2.1.1
2026-08-03T04:01:13.2211007Z    Compiling derive_builder v0.20.2
2026-08-03T04:01:13.2417542Z    Compiling iroh-base v0.98.0
2026-08-03T04:01:13.2601190Z    Compiling vergen-lib v9.1.0
2026-08-03T04:01:13.2602141Z    Compiling vergen-lib v0.1.6
2026-08-03T04:01:13.3801293Z    Compiling vergen v9.1.0
2026-08-03T04:01:13.4116025Z    Compiling vergen-gitcl v1.0.8
2026-08-03T04:01:13.7056824Z    Compiling iroh-relay v0.98.0
2026-08-03T04:01:14.3183899Z    Compiling rustls-webpki v0.103.13
2026-08-03T04:01:14.4050335Z    Compiling tokio-util v0.7.18
2026-08-03T04:01:14.4050907Z    Compiling netlink-sys v0.8.8
2026-08-03T04:01:14.4051307Z    Compiling tower v0.5.3
2026-08-03T04:01:14.4057427Z    Compiling acto v0.8.2
2026-08-03T04:01:14.4058124Z    Compiling backon v1.6.0
2026-08-03T04:01:14.5747036Z    Compiling netdev v0.42.0
2026-08-03T04:01:14.5748028Z    Compiling netlink-proto v0.12.0
2026-08-03T04:01:14.8469488Z    Compiling tower-http v0.6.11
2026-08-03T04:01:14.9453595Z    Compiling swarm-discovery v0.6.0-alpha.2 (https://github.com/SaberMage/swarm-discovery?rev=89a2200d54a4e3cab2f46cc75ebff49a1fb07614#89a2200d)
2026-08-03T04:01:15.1568678Z    Compiling h2 v0.4.14
2026-08-03T04:01:15.1569569Z    Compiling n0-future v0.3.2
2026-08-03T04:01:15.1570069Z    Compiling tokio-stream v0.1.18
2026-08-03T04:01:15.2552994Z    Compiling n0-watcher v0.6.1
2026-08-03T04:01:15.2800960Z    Compiling iroh-dns v0.98.0
2026-08-03T04:01:15.5080759Z    Compiling netwatch v0.16.0
2026-08-03T04:01:17.6470344Z    Compiling tokio-rustls v0.26.4
2026-08-03T04:01:17.6471327Z    Compiling rustls-platform-verifier v0.7.0
2026-08-03T04:01:17.6471919Z    Compiling noq-proto v0.17.0
2026-08-03T04:01:17.8109027Z    Compiling tokio-websockets v0.13.2
2026-08-03T04:01:17.9881405Z    Compiling rusqlite v0.32.1
2026-08-03T04:01:18.1153958Z    Compiling hyper v1.10.1
2026-08-03T04:01:18.1154527Z    Compiling hickory-net v0.26.0-beta.4
2026-08-03T04:01:18.7445183Z    Compiling spt-store v0.52.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-store)
2026-08-03T04:01:19.1719432Z    Compiling hyper-util v0.1.20
2026-08-03T04:01:19.3084958Z    Compiling hickory-resolver v0.26.0-beta.4
2026-08-03T04:01:20.1040697Z    Compiling hyper-rustls v0.27.9
2026-08-03T04:01:20.1044402Z    Compiling igd-next v0.17.1
2026-08-03T04:01:20.2259794Z    Compiling reqwest v0.13.4
2026-08-03T04:01:20.8246199Z    Compiling portmapper v0.16.0
2026-08-03T04:01:21.3380938Z    Compiling noq v0.18.0
2026-08-03T04:01:22.1809530Z    Compiling spt-msg v0.52.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-msg)
2026-08-03T04:01:22.5528658Z    Compiling spt-runtime v0.52.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-runtime)
2026-08-03T04:01:22.5661343Z    Compiling spt-term v0.52.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-term)
2026-08-03T04:01:24.6723337Z    Compiling spt-live v0.52.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-live)
2026-08-03T04:01:26.4366563Z    Compiling iroh v0.98.2
2026-08-03T04:01:34.0455150Z    Compiling spt-net v0.52.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-net)
2026-08-03T04:01:35.7212493Z    Compiling spt-daemon v0.52.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-daemon)
2026-08-03T04:01:48.2213508Z     Finished `test` profile [unoptimized + debuginfo] target(s) in 37.97s
2026-08-03T04:01:48.2406111Z      Running tests/twohost.rs (target/debug/deps/twohost-80a3c99543a80fbf)
2026-08-03T04:01:48.2437008Z 
2026-08-03T04:01:48.2437171Z running 3 tests
2026-08-03T04:01:48.2439695Z test b2_attacher_child ... ok
2026-08-03T04:01:48.2440091Z test two_host_ladder_role_a ... ok
2026-08-03T04:01:48.2447312Z TWOHOST role B: node 9bbcee970607c7454b0baf8b38b032ccdf1a36de7ef04d614158fecd1f08b612
2026-08-03T04:01:48.3897363Z TWOHOST role B: notify instance notify-0 minted (real_mode=true)
2026-08-03T04:01:48.3950796Z TWOHOST role B: offline drive shells minted — ling-twohost-b/offdrive-0, gate-twohost-b/offdrive-0
2026-08-03T04:01:48.4190604Z CONN_LIFECYCLE: conn=1 role=brain controller session=1 endpoint=ling-twohost-b by=local wall_ms=1785729708418 mono_ms=0 event=controller-attach session=1 from_seq=0 [REQ-CONN-POISON-ATTRIBUTION]
2026-08-03T04:01:48.4271583Z CONN_LIFECYCLE: conn=1 role=brain controller session=1 endpoint=ling-twohost-b by=local wall_ms=1785729708426 mono_ms=8 event=write-start [REQ-CONN-POISON-ATTRIBUTION]
2026-08-03T04:01:48.4273372Z TWOHOST role B: drive session 1 ready
2026-08-03T04:01:48.4303273Z PAIR_MEET_UP:twohost step=59524323 id=52e7f2ff2ae5c6de1d968fdfe95c18bb1ebae3698aa5d07bc7e402b9f9f0e3a3 addr=EndpointAddr { id: PublicKey(52e7f2ff2ae5c6de1d968fdfe95c18bb1ebae3698aa5d07bc7e402b9f9f0e3a3), addrs: {Ip(100.98.197.12:37482), Ip(192.168.1.163:37482)} }
2026-08-03T04:02:00.4316583Z PAIR_MEET_UP:twohost step=59524324 id=071f7409be4c0ac6f06b39d2de4f79732fe5e1fa64cb79179a48ab3115811539 addr=EndpointAddr { id: PublicKey(071f7409be4c0ac6f06b39d2de4f79732fe5e1fa64cb79179a48ab3115811539), addrs: {Ip(100.98.197.12:51123), Ip(192.168.1.163:51123)} }
2026-08-03T04:02:30.4322277Z PAIR_MEET_UP:twohost step=59524325 id=4880dff2c4fbe83324b87750a1f987220aad527738805c209023f0d3fe8adedc addr=EndpointAddr { id: PublicKey(4880dff2c4fbe83324b87750a1f987220aad527738805c209023f0d3fe8adedc), addrs: {Ip(100.98.197.12:45515), Ip(192.168.1.163:45515)} }
2026-08-03T04:02:48.2442309Z test two_host_ladder_role_b has been running for over 60 seconds
2026-08-03T04:03:00.4331416Z PAIR_MEET_UP:twohost step=59524326 id=a8e640a24c3f1575c52399f5ee49bcaf7f51f078731bf22829465042c9cb1db7 addr=EndpointAddr { id: PublicKey(a8e640a24c3f1575c52399f5ee49bcaf7f51f078731bf22829465042c9cb1db7), addrs: {Ip(100.98.197.12:38188), Ip(192.168.1.163:38188)} }
2026-08-03T04:03:30.4353906Z PAIR_MEET_UP:twohost step=59524327 id=9e5110b218ef3e3ccc0441a0b2d0784bccbf97f9a446b609876dd399844e39fd addr=EndpointAddr { id: PublicKey(9e5110b218ef3e3ccc0441a0b2d0784bccbf97f9a446b609876dd399844e39fd), addrs: {Ip(100.98.197.12:53225), Ip(192.168.1.163:53225)} }
2026-08-03T04:04:00.4362715Z PAIR_MEET_UP:twohost step=59524328 id=59849410857bc451e40a1a281fa6c9e25b922f91dba5b83f9c73733fd35e09ed addr=EndpointAddr { id: PublicKey(59849410857bc451e40a1a281fa6c9e25b922f91dba5b83f9c73733fd35e09ed), addrs: {Ip(100.98.197.12:46585), Ip(192.168.1.163:46585)} }
2026-08-03T04:04:30.4405184Z PAIR_MEET_UP:twohost step=59524329 id=b20b5e1ba7dd3bfe3592e76ebb5bdf195fdad770d5d4855b0abe82024ab4463d addr=EndpointAddr { id: PublicKey(b20b5e1ba7dd3bfe3592e76ebb5bdf195fdad770d5d4855b0abe82024ab4463d), addrs: {Ip(100.98.197.12:50894), Ip(192.168.1.163:50894)} }
2026-08-03T04:04:39.7204416Z PAIRED: joiner bcead52b862344aef51998ca5d8f15dce1e38e6cee3795b219a5849f6ad4b41a recorded in subnet 'twohost'
2026-08-03T04:04:39.8298177Z TWOHOST OK: pairing: A rostered via the daemon-hosted responder
2026-08-03T04:04:39.8299895Z TWOHOST OK: pairing (responder, daemon-hosted)
2026-08-03T04:04:39.8308795Z CONN_LIFECYCLE: conn=2 role=brain wall_ms=1785729879830 mono_ms=171411 event=write-start [REQ-CONN-POISON-ATTRIBUTION]
2026-08-03T04:04:39.8311153Z PUMP_IPC_READER: spawned
2026-08-03T04:04:39.8311900Z PUMP_IPC_READER: spawned
2026-08-03T04:04:39.8312941Z CONN_LIFECYCLE: conn=4 role=brain presence-subscriber wall_ms=1785729879831 mono_ms=171412 event=presence-sub-attach from_seq=18446744073709551615 [REQ-CONN-POISON-ATTRIBUTION]
2026-08-03T04:04:39.8456527Z EPOCH_FAST_FORWARD:0->1: our fleet-replicated roster row holds lease 0 — jumping past it so our own advertisements are admitted again (KNOWN-HAZARDS 7.60) [REQ-ROSTER-SELF-LEASE-HEAL]
2026-08-03T04:04:39.8866333Z CONN_LIFECYCLE: conn=3 role=brain wall_ms=1785729879886 mono_ms=171467 event=write-start [REQ-CONN-POISON-ATTRIBUTION]
2026-08-03T04:04:39.8873802Z SELF_ADDR_REBIND:9bbcee970607c7454b0baf8b38b032ccdf1a36de7ef04d614158fecd1f08b612: live endpoint address differs from our advertised roster row — re-authored at lease 1, advertise requested [REQ-SELF-ADDR-REBIND-READVERTISE]
2026-08-03T04:04:39.9145709Z ACCESS_STORE_MINTED /home/reavus/actions-runner/_work/_temp/spt-test-tmp-30782259675-1-EIR68Q/.tmptITOnd/identity/trust/access.json — no access store was present at first load in this process, so an EMPTY baseline was written (everything open that the chain leaves open). If this node had access rules, they are GONE: the store was removed while the daemon was down, and this mint replaced it. Re-apply them (`spt endpoint access ...`); a restart cannot tell a wipe from a first boot.
2026-08-03T04:04:39.9149553Z PUMP_DIAL_SUBMIT:bcead52b862344aef51998ca5d8f15dce1e38e6cee3795b219a5849f6ad4b41a:leg=cache addr={"id":"bcead52b862344aef51998ca5d8f15dce1e38e6cee3795b219a5849f6ad4b41a","addrs":[{"Ip":"100.68.35.65:7460"},{"Ip":"192.168.1.81:7460"}]} wall_ms=1785729879914 mono_ms=0
2026-08-03T04:04:39.9353254Z CONN_LIFECYCLE: conn=4 role=brain presence-subscriber wall_ms=1785729879935 mono_ms=171516 event=write-start [REQ-CONN-POISON-ATTRIBUTION]
2026-08-03T04:04:39.9599055Z CONN_LIFECYCLE: conn=3 role=brain stream-subscriber stream=2 wall_ms=1785729879959 mono_ms=171540 event=stream-sub-attach stream=2 from_seq=0 [REQ-CONN-POISON-ATTRIBUTION]
2026-08-03T04:04:41.7133361Z CONN_LIFECYCLE: conn=3 role=brain stream-subscriber stream=2 wall_ms=1785729881713 mono_ms=173294 event=stream-sub-release stream=2 [REQ-CONN-POISON-ATTRIBUTION]
2026-08-03T04:04:41.7400967Z CONN_LIFECYCLE: conn=3 role=brain stream-subscriber stream=2 stream-subscriber stream=5 wall_ms=1785729881739 mono_ms=173321 event=stream-sub-attach stream=5 from_seq=0 [REQ-CONN-POISON-ATTRIBUTION]
2026-08-03T04:04:41.7480508Z CONN_LIFECYCLE: conn=5 role=brain wall_ms=1785729881747 mono_ms=173329 event=write-start [REQ-CONN-POISON-ATTRIBUTION]
2026-08-03T04:04:41.7481717Z CONN_LIFECYCLE: conn=6 role=brain wall_ms=1785729881747 mono_ms=173329 event=write-start [REQ-CONN-POISON-ATTRIBUTION]
2026-08-03T04:04:41.7482723Z CONN_LIFECYCLE: conn=5 role=brain wall_ms=1785729881748 mono_ms=173329 event=transport-close poisoned=false timed_out=false [REQ-CONN-POISON-ATTRIBUTION]
2026-08-03T04:04:41.7483822Z CONN_LIFECYCLE: conn=6 role=brain wall_ms=1785729881748 mono_ms=173329 event=transport-close poisoned=false timed_out=false [REQ-CONN-POISON-ATTRIBUTION]
2026-08-03T04:04:41.7485936Z CONN_LIFECYCLE: conn=7 role=brain stream-subscriber stream=3 wall_ms=1785729881748 mono_ms=173329 event=stream-sub-attach stream=3 from_seq=0 [REQ-CONN-POISON-ATTRIBUTION]
2026-08-03T04:04:41.7488358Z CONN_LIFECYCLE: conn=7 role=brain stream-subscriber stream=3 wall_ms=1785729881748 mono_ms=173329 event=write-start [REQ-CONN-POISON-ATTRIBUTION]
2026-08-03T04:04:41.7492877Z CONN_LIFECYCLE: conn=8 role=brain wall_ms=1785729881749 mono_ms=173330 event=write-start [REQ-CONN-POISON-ATTRIBUTION]
2026-08-03T04:04:41.7495172Z CONN_LIFECYCLE: conn=8 role=brain stream-subscriber stream=4 wall_ms=1785729881749 mono_ms=173330 event=stream-sub-attach stream=4 from_seq=0 [REQ-CONN-POISON-ATTRIBUTION]
2026-08-03T04:04:41.7497451Z CONN_LIFECYCLE: conn=7 role=brain stream-subscriber stream=3 wall_ms=1785729881749 mono_ms=173330 event=transport-close poisoned=false timed_out=false [REQ-CONN-POISON-ATTRIBUTION]
2026-08-03T04:04:41.7499646Z CONN_LIFECYCLE: conn=9 role=brain wall_ms=1785729881749 mono_ms=173330 event=write-start [REQ-CONN-POISON-ATTRIBUTION]
2026-08-03T04:04:41.7501120Z CONN_LIFECYCLE: conn=9 role=brain wall_ms=1785729881749 mono_ms=173331 event=transport-close poisoned=false timed_out=false [REQ-CONN-POISON-ATTRIBUTION]
2026-08-03T04:04:41.7754057Z CONN_LIFECYCLE: conn=3 role=brain stream-subscriber stream=2 stream-subscriber stream=5 wall_ms=1785729881775 mono_ms=173356 event=stream-sub-release stream=5 [REQ-CONN-POISON-ATTRIBUTION]
2026-08-03T04:04:41.8094572Z CONN_LIFECYCLE: conn=3 role=brain stream-subscriber stream=2 stream-subscriber stream=5 stream-subscriber stream=8 wall_ms=1785729881809 mono_ms=173390 event=stream-sub-attach stream=8 from_seq=0 [REQ-CONN-POISON-ATTRIBUTION]
2026-08-03T04:04:41.8306620Z TWOHOST OK: register: A's perch row replicated to B
2026-08-03T04:04:41.8494956Z CONN_LIFECYCLE: conn=8 role=brain stream-subscriber stream=4 wall_ms=1785729881849 mono_ms=173430 event=transport-close poisoned=false timed_out=false [REQ-CONN-POISON-ATTRIBUTION]
2026-08-03T04:04:41.8497499Z CONN_LIFECYCLE: conn=10 role=brain wall_ms=1785729881849 mono_ms=173430 event=write-start [REQ-CONN-POISON-ATTRIBUTION]
2026-08-03T04:04:41.8498516Z CONN_LIFECYCLE: conn=10 role=brain wall_ms=1785729881849 mono_ms=173430 event=transport-close poisoned=false timed_out=false [REQ-CONN-POISON-ATTRIBUTION]
2026-08-03T04:04:42.0009936Z CONN_LIFECYCLE: conn=11 role=brain wall_ms=1785729882000 mono_ms=173581 event=write-start [REQ-CONN-POISON-ATTRIBUTION]
2026-08-03T04:04:42.0011253Z CONN_LIFECYCLE: conn=12 role=brain wall_ms=1785729882000 mono_ms=173581 event=write-start [REQ-CONN-POISON-ATTRIBUTION]
2026-08-03T04:04:42.0012251Z CONN_LIFECYCLE: conn=13 role=brain wall_ms=1785729882000 mono_ms=173582 event=write-start [REQ-CONN-POISON-ATTRIBUTION]
2026-08-03T04:04:42.0013729Z CONN_LIFECYCLE: conn=12 role=brain wall_ms=1785729882000 mono_ms=173582 event=transport-close poisoned=false timed_out=false [REQ-CONN-POISON-ATTRIBUTION]
2026-08-03T04:04:42.0014862Z CONN_LIFECYCLE: conn=11 role=brain wall_ms=1785729882000 mono_ms=173582 event=transport-close poisoned=false timed_out=false [REQ-CONN-POISON-ATTRIBUTION]
2026-08-03T04:04:42.0015976Z CONN_LIFECYCLE: conn=13 role=brain wall_ms=1785729882001 mono_ms=173582 event=transport-close poisoned=false timed_out=false [REQ-CONN-POISON-ATTRIBUTION]
2026-08-03T04:04:42.0016935Z CONN_LIFECYCLE: conn=14 role=brain wall_ms=1785729882001 mono_ms=173582 event=write-start [REQ-CONN-POISON-ATTRIBUTION]
2026-08-03T04:04:42.0017893Z CONN_LIFECYCLE: conn=14 role=brain wall_ms=1785729882001 mono_ms=173582 event=transport-close poisoned=false timed_out=false [REQ-CONN-POISON-ATTRIBUTION]
2026-08-03T04:04:42.0019197Z CONN_LIFECYCLE: conn=15 role=brain stream-subscriber stream=12 wall_ms=1785729882001 mono_ms=173582 event=stream-sub-attach stream=12 from_seq=0 [REQ-CONN-POISON-ATTRIBUTION]
2026-08-03T04:04:42.0020720Z CONN_LIFECYCLE: conn=17 role=brain stream-subscriber stream=9 wall_ms=1785729882001 mono_ms=173582 event=stream-sub-attach stream=9 from_seq=0 [REQ-CONN-POISON-ATTRIBUTION]
2026-08-03T04:04:42.0021969Z CONN_LIFECYCLE: conn=16 role=brain stream-subscriber stream=10 wall_ms=1785729882001 mono_ms=173582 event=stream-sub-attach stream=10 from_seq=0 [REQ-CONN-POISON-ATTRIBUTION]
2026-08-03T04:04:42.0023111Z CONN_LIFECYCLE: conn=15 role=brain stream-subscriber stream=12 wall_ms=1785729882001 mono_ms=173582 event=write-start [REQ-CONN-POISON-ATTRIBUTION]
2026-08-03T04:04:42.0024241Z CONN_LIFECYCLE: conn=18 role=brain stream-subscriber stream=11 wall_ms=1785729882001 mono_ms=173582 event=stream-sub-attach stream=11 from_seq=0 [REQ-CONN-POISON-ATTRIBUTION]
2026-08-03T04:04:42.0025565Z CONN_LIFECYCLE: conn=17 role=brain stream-subscriber stream=9 wall_ms=1785729882001 mono_ms=173583 event=write-start [REQ-CONN-POISON-ATTRIBUTION]
2026-08-03T04:04:42.0026603Z CONN_LIFECYCLE: conn=16 role=brain stream-subscriber stream=10 wall_ms=1785729882001 mono_ms=173583 event=write-start [REQ-CONN-POISON-ATTRIBUTION]
2026-08-03T04:04:42.0027641Z CONN_LIFECYCLE: conn=18 role=brain stream-subscriber stream=11 wall_ms=1785729882001 mono_ms=173583 event=write-start [REQ-CONN-POISON-ATTRIBUTION]
2026-08-03T04:04:42.0031585Z CONN_LIFECYCLE: conn=18 role=brain stream-subscriber stream=11 wall_ms=1785729882003 mono_ms=173584 event=transport-close poisoned=false timed_out=false [REQ-CONN-POISON-ATTRIBUTION]
2026-08-03T04:04:42.0033566Z CONN_LIFECYCLE: conn=15 role=brain stream-subscriber stream=12 wall_ms=1785729882003 mono_ms=173584 event=transport-close poisoned=false timed_out=false [REQ-CONN-POISON-ATTRIBUTION]
2026-08-03T04:04:42.0035306Z CONN_LIFECYCLE: conn=19 role=brain wall_ms=1785729882003 mono_ms=173584 event=write-start [REQ-CONN-POISON-ATTRIBUTION]
2026-08-03T04:04:42.0036582Z CONN_LIFECYCLE: conn=19 role=brain wall_ms=1785729882003 mono_ms=173584 event=transport-close poisoned=false timed_out=false [REQ-CONN-POISON-ATTRIBUTION]
2026-08-03T04:04:42.0037558Z CONN_LIFECYCLE: conn=20 role=brain wall_ms=1785729882003 mono_ms=173584 event=write-start [REQ-CONN-POISON-ATTRIBUTION]
2026-08-03T04:04:42.0038525Z CONN_LIFECYCLE: conn=20 role=brain wall_ms=1785729882003 mono_ms=173584 event=transport-close poisoned=false timed_out=false [REQ-CONN-POISON-ATTRIBUTION]
2026-08-03T04:04:42.0349543Z CONN_LIFECYCLE: conn=16 role=brain stream-subscriber stream=10 wall_ms=1785729882034 mono_ms=173615 event=transport-close poisoned=false timed_out=false [REQ-CONN-POISON-ATTRIBUTION]
2026-08-03T04:04:42.0351500Z CONN_LIFECYCLE: conn=21 role=brain wall_ms=1785729882034 mono_ms=173616 event=write-start [REQ-CONN-POISON-ATTRIBUTION]
2026-08-03T04:04:42.0353123Z CONN_LIFECYCLE: conn=21 role=brain wall_ms=1785729882035 mono_ms=173616 event=transport-close poisoned=false timed_out=false [REQ-CONN-POISON-ATTRIBUTION]
2026-08-03T04:04:42.0422869Z CONN_LIFECYCLE: conn=17 role=brain stream-subscriber stream=9 wall_ms=1785729882042 mono_ms=173623 event=transport-close poisoned=false timed_out=false [REQ-CONN-POISON-ATTRIBUTION]
2026-08-03T04:04:42.0425120Z CONN_LIFECYCLE: conn=22 role=brain wall_ms=1785729882042 mono_ms=173623 event=write-start [REQ-CONN-POISON-ATTRIBUTION]
2026-08-03T04:04:42.0426336Z CONN_LIFECYCLE: conn=22 role=brain wall_ms=1785729882042 mono_ms=173623 event=transport-close poisoned=false timed_out=false [REQ-CONN-POISON-ATTRIBUTION]
2026-08-03T04:04:42.0511726Z CONN_LIFECYCLE: conn=23 role=brain wall_ms=1785729882050 mono_ms=173632 event=write-start [REQ-CONN-POISON-ATTRIBUTION]
2026-08-03T04:04:42.0513826Z CONN_LIFECYCLE: conn=23 role=brain wall_ms=1785729882051 mono_ms=173632 event=transport-close poisoned=false timed_out=false [REQ-CONN-POISON-ATTRIBUTION]
2026-08-03T04:04:42.0516046Z CONN_LIFECYCLE: conn=24 role=brain wall_ms=1785729882051 mono_ms=173632 event=write-start [REQ-CONN-POISON-ATTRIBUTION]
2026-08-03T04:04:42.0518440Z CONN_LIFECYCLE: conn=24 role=brain stream-subscriber stream=13 wall_ms=1785729882051 mono_ms=173632 event=stream-sub-attach stream=13 from_seq=0 [REQ-CONN-POISON-ATTRIBUTION]
2026-08-03T04:04:42.0521892Z CONN_LIFECYCLE: conn=1 role=brain controller session=1 endpoint=ling-twohost-b by=local wall_ms=1785729882052 mono_ms=173633 event=controller-replaced session=1 new_conn=24 [REQ-CONN-POISON-ATTRIBUTION]
2026-08-03T04:04:42.0523758Z CONN_LIFECYCLE: conn=24 role=brain stream-subscriber stream=13 controller session=1 endpoint=ling-twohost-b by=bcead52b862344aef51998ca5d8f15dce1e38e6cee3795b219a5849f6ad4b41a wall_ms=1785729882052 mono_ms=173633 event=controller-attach session=1 from_seq=0 [REQ-CONN-POISON-ATTRIBUTION]
2026-08-03T04:04:42.0525740Z CONN_LIFECYCLE: conn=1 role=brain controller session=1 endpoint=ling-twohost-b by=local wall_ms=1785729882052 mono_ms=173633 event=writer-exit role=controller session=1 reason=channel-closed [REQ-CONN-POISON-ATTRIBUTION]
2026-08-03T04:04:42.0649990Z SUBSCRIBE_DECISION: session=1 endpoint=ling-twohost-b by=bcead52b862344aef51998ca5d8f15dce1e38e6cee3795b219a5849f6ad4b41a conn=24 intent=control old_by=- old_gen=0 req_gen=1785729881997 decision=controller
2026-08-03T04:04:42.0652384Z SUBSCRIBE_DECISION: session=1 endpoint=ling-twohost-b by=bcead52b862344aef51998ca5d8f15dce1e38e6cee3795b219a5849f6ad4b41a conn=24 intent=control old_by=bcead52b862344aef51998ca5d8f15dce1e38e6cee3795b219a5849f6ad4b41a old_gen=1785729881997 req_gen=1785729881997 decision=idempotent
2026-08-03T04:04:42.0959921Z TWOHOST OK: message: A's WAN message spooled at B
2026-08-03T04:04:42.0960740Z TWOHOST OK: knock: A's knock reached B's inbox
2026-08-03T04:04:42.0961623Z TWOHOST OK: knock landed at B from ling-twohost-a (bcead52b862344aef51998ca5d8f15dce1e38e6cee3795b219a5849f6ad4b41a)
2026-08-03T04:04:42.0962768Z TWOHOST OK: knock approved at B, rule admits A and no one else
2026-08-03T04:04:42.0967494Z TWOHOST OK: notif: A's insert fired on B
2026-08-03T04:04:42.1048765Z TWOHOST OK: notif dismissed at B (bcead52b862344aef51998ca5d8f15dce1e38e6cee3795b219a5849f6ad4b41a:1785729881640) — replicating back
2026-08-03T04:04:42.1628310Z CONN_LIFECYCLE: conn=3 role=brain stream-subscriber stream=2 stream-subscriber stream=5 stream-subscriber stream=8 wall_ms=1785729882162 mono_ms=173743 event=stream-sub-release stream=8 [REQ-CONN-POISON-ATTRIBUTION]
2026-08-03T04:04:42.1795812Z CONN_LIFECYCLE: conn=3 role=brain stream-subscriber stream=2 stream-subscriber stream=5 stream-subscriber stream=8 stream-subscriber stream=14 wall_ms=1785729882179 mono_ms=173760 event=stream-sub-attach stream=14 from_seq=0 [REQ-CONN-POISON-ATTRIBUTION]
2026-08-03T04:04:42.2292596Z CONN_LIFECYCLE: conn=3 role=brain stream-subscriber stream=2 stream-subscriber stream=5 stream-subscriber stream=8 stream-subscriber stream=14 wall_ms=1785729882229 mono_ms=173810 event=stream-sub-release stream=14 [REQ-CONN-POISON-ATTRIBUTION]
2026-08-03T04:04:42.2554441Z CONN_LIFECYCLE: conn=3 role=brain stream-subscriber stream=2 stream-subscriber stream=5 stream-subscriber stream=8 stream-subscriber stream=14 stream-subscriber stream=17 wall_ms=1785729882255 mono_ms=173836 event=stream-sub-attach stream=17 from_seq=0 [REQ-CONN-POISON-ATTRIBUTION]
2026-08-03T04:04:42.3758841Z TWOHOST OK: sync: B pulled A's mind
2026-08-03T04:04:42.4957451Z CONN_LIFECYCLE: conn=3 role=brain stream-subscriber stream=2 stream-subscriber stream=5 stream-subscriber stream=8 stream-subscriber stream=14 stream-subscriber stream=17 wall_ms=1785729882495 mono_ms=174076 event=stream-sub-release stream=17 [REQ-CONN-POISON-ATTRIBUTION]
2026-08-03T04:04:42.5095300Z CONN_LIFECYCLE: conn=3 role=brain stream-subscriber stream=2 stream-subscriber stream=5 stream-subscriber stream=8 stream-subscriber stream=14 stream-subscriber stream=17 stream-subscriber stream=18 wall_ms=1785729882509 mono_ms=174090 event=stream-sub-attach stream=18 from_seq=0 [REQ-CONN-POISON-ATTRIBUTION]
2026-08-03T04:04:42.5380109Z CONN_LIFECYCLE: conn=3 role=brain stream-subscriber stream=2 stream-subscriber stream=5 stream-subscriber stream=8 stream-subscriber stream=14 stream-subscriber stream=17 stream-subscriber stream=18 wall_ms=1785729882537 mono_ms=174118 event=stream-sub-release stream=18 [REQ-CONN-POISON-ATTRIBUTION]
2026-08-03T04:04:42.5527108Z ACCESS_SENDER_RULES_NOW_LIVE 1 sender-endpoint rule(s) in /home/reavus/actions-runner/_work/_temp/spt-test-tmp-30782259675-1-EIR68Q/.tmptITOnd/identity/trust/access.json (ling-twohost-a) were INERT on earlier versions (no sender subject was ever supplied) and are ENFORCED as of this version — messages from those senders are now decided by them. Review with `spt endpoint access` if that is not what you intended.
2026-08-03T04:04:42.6577784Z CONN_LIFECYCLE: conn=26 role=brain wall_ms=1785729882657 mono_ms=174238 event=write-start [REQ-CONN-POISON-ATTRIBUTION]
2026-08-03T04:04:42.6580269Z CONN_LIFECYCLE: conn=26 role=brain wall_ms=1785729882657 mono_ms=174238 event=transport-close poisoned=false timed_out=false [REQ-CONN-POISON-ATTRIBUTION]
2026-08-03T04:04:42.6583833Z CONN_LIFECYCLE: conn=27 role=brain stream-subscriber stream=20 wall_ms=1785729882658 mono_ms=174239 event=stream-sub-attach stream=20 from_seq=0 [REQ-CONN-POISON-ATTRIBUTION]
2026-08-03T04:04:42.6587005Z CONN_LIFECYCLE: conn=27 role=brain stream-subscriber stream=20 wall_ms=1785729882658 mono_ms=174239 event=write-start [REQ-CONN-POISON-ATTRIBUTION]
2026-08-03T04:04:42.6721406Z CONN_LIFECYCLE: conn=27 role=brain stream-subscriber stream=20 wall_ms=1785729882671 mono_ms=174253 event=transport-close poisoned=false timed_out=false [REQ-CONN-POISON-ATTRIBUTION]
2026-08-03T04:04:42.6723643Z CONN_LIFECYCLE: conn=28 role=brain wall_ms=1785729882672 mono_ms=174253 event=write-start [REQ-CONN-POISON-ATTRIBUTION]
2026-08-03T04:04:42.6724912Z CONN_LIFECYCLE: conn=28 role=brain wall_ms=1785729882672 mono_ms=174253 event=transport-close poisoned=false timed_out=false [REQ-CONN-POISON-ATTRIBUTION]
2026-08-03T04:04:42.7587151Z CONN_LIFECYCLE: conn=29 role=brain wall_ms=1785729882758 mono_ms=174339 event=write-start [REQ-CONN-POISON-ATTRIBUTION]
2026-08-03T04:04:42.7588724Z CONN_LIFECYCLE: conn=29 role=brain wall_ms=1785729882758 mono_ms=174339 event=transport-close poisoned=false timed_out=false [REQ-CONN-POISON-ATTRIBUTION]
2026-08-03T04:04:42.7593551Z CONN_LIFECYCLE: conn=30 role=brain stream-subscriber stream=21 wall_ms=1785729882759 mono_ms=174340 event=stream-sub-attach stream=21 from_seq=0 [REQ-CONN-POISON-ATTRIBUTION]
2026-08-03T04:04:42.7596213Z CONN_LIFECYCLE: conn=30 role=brain stream-subscriber stream=21 wall_ms=1785729882759 mono_ms=174340 event=write-start [REQ-CONN-POISON-ATTRIBUTION]
2026-08-03T04:04:42.7730061Z CONN_LIFECYCLE: conn=30 role=brain stream-subscriber stream=21 wall_ms=1785729882772 mono_ms=174353 event=transport-close poisoned=false timed_out=false [REQ-CONN-POISON-ATTRIBUTION]
2026-08-03T04:04:42.7731806Z CONN_LIFECYCLE: conn=31 role=brain wall_ms=1785729882773 mono_ms=174354 event=write-start [REQ-CONN-POISON-ATTRIBUTION]
2026-08-03T04:04:42.7733371Z CONN_LIFECYCLE: conn=31 role=brain wall_ms=1785729882773 mono_ms=174354 event=transport-close poisoned=false timed_out=false [REQ-CONN-POISON-ATTRIBUTION]
2026-08-03T04:04:42.8093035Z CONN_LIFECYCLE: conn=32 role=brain wall_ms=1785729882809 mono_ms=174390 event=write-start [REQ-CONN-POISON-ATTRIBUTION]
2026-08-03T04:04:42.8094287Z CONN_LIFECYCLE: conn=33 role=brain wall_ms=1785729882809 mono_ms=174390 event=write-start [REQ-CONN-POISON-ATTRIBUTION]
2026-08-03T04:04:42.8095550Z CONN_LIFECYCLE: conn=32 role=brain wall_ms=1785729882809 mono_ms=174390 event=transport-close poisoned=false timed_out=false [REQ-CONN-POISON-ATTRIBUTION]
2026-08-03T04:04:42.8096948Z CONN_LIFECYCLE: conn=33 role=brain wall_ms=1785729882809 mono_ms=174390 event=transport-close poisoned=false timed_out=false [REQ-CONN-POISON-ATTRIBUTION]
2026-08-03T04:04:42.8098497Z CONN_LIFECYCLE: conn=34 role=brain stream-subscriber stream=22 wall_ms=1785729882809 mono_ms=174390 event=stream-sub-attach stream=22 from_seq=0 [REQ-CONN-POISON-ATTRIBUTION]
2026-08-03T04:04:42.8100906Z CONN_LIFECYCLE: conn=34 role=brain stream-subscriber stream=22 wall_ms=1785729882809 mono_ms=174391 event=write-start [REQ-CONN-POISON-ATTRIBUTION]
2026-08-03T04:04:42.8105195Z CONN_LIFECYCLE: conn=35 role=brain wall_ms=1785729882810 mono_ms=174391 event=write-start [REQ-CONN-POISON-ATTRIBUTION]
2026-08-03T04:04:42.8108123Z CONN_LIFECYCLE: conn=35 role=brain stream-subscriber stream=23 wall_ms=1785729882810 mono_ms=174391 event=stream-sub-attach stream=23 from_seq=0 [REQ-CONN-POISON-ATTRIBUTION]
2026-08-03T04:04:42.8110640Z CONN_LIFECYCLE: conn=34 role=brain stream-subscriber stream=22 wall_ms=1785729882810 mono_ms=174392 event=transport-close poisoned=false timed_out=false [REQ-CONN-POISON-ATTRIBUTION]
2026-08-03T04:04:42.8112168Z CONN_LIFECYCLE: conn=36 role=brain wall_ms=1785729882811 mono_ms=174392 event=write-start [REQ-CONN-POISON-ATTRIBUTION]
2026-08-03T04:04:42.8113565Z CONN_LIFECYCLE: conn=36 role=brain wall_ms=1785729882811 mono_ms=174392 event=transport-close poisoned=false timed_out=false [REQ-CONN-POISON-ATTRIBUTION]
2026-08-03T04:04:42.8119308Z CONN_LIFECYCLE: conn=35 role=brain stream-subscriber stream=23 wall_ms=1785729882811 mono_ms=174392 event=transport-close poisoned=false timed_out=false [REQ-CONN-POISON-ATTRIBUTION]
2026-08-03T04:04:42.8120781Z CONN_LIFECYCLE: conn=37 role=brain wall_ms=1785729882812 mono_ms=174393 event=write-start [REQ-CONN-POISON-ATTRIBUTION]
2026-08-03T04:04:42.8121896Z CONN_LIFECYCLE: conn=37 role=brain wall_ms=1785729882812 mono_ms=174393 event=transport-close poisoned=false timed_out=false [REQ-CONN-POISON-ATTRIBUTION]
2026-08-03T04:04:42.8768151Z TWOHOST OK: rest: A's remote suspend landed (B suspended)
2026-08-03T04:04:42.9602684Z CONN_LIFECYCLE: conn=38 role=brain wall_ms=1785729882960 mono_ms=174541 event=write-start [REQ-CONN-POISON-ATTRIBUTION]
2026-08-03T04:04:42.9604297Z CONN_LIFECYCLE: conn=38 role=brain wall_ms=1785729882960 mono_ms=174541 event=transport-close poisoned=false timed_out=false [REQ-CONN-POISON-ATTRIBUTION]
2026-08-03T04:04:42.9608838Z CONN_LIFECYCLE: conn=39 role=brain stream-subscriber stream=24 wall_ms=1785729882960 mono_ms=174541 event=stream-sub-attach stream=24 from_seq=0 [REQ-CONN-POISON-ATTRIBUTION]
2026-08-03T04:04:42.9610725Z CONN_LIFECYCLE: conn=39 role=brain stream-subscriber stream=24 wall_ms=1785729882960 mono_ms=174542 event=write-start [REQ-CONN-POISON-ATTRIBUTION]
2026-08-03T04:04:42.9831023Z CONN_LIFECYCLE: conn=39 role=brain stream-subscriber stream=24 wall_ms=1785729882982 mono_ms=174564 event=transport-close poisoned=false timed_out=false [REQ-CONN-POISON-ATTRIBUTION]
2026-08-03T04:04:42.9832873Z CONN_LIFECYCLE: conn=40 role=brain wall_ms=1785729882983 mono_ms=174564 event=write-start [REQ-CONN-POISON-ATTRIBUTION]
2026-08-03T04:04:42.9834139Z CONN_LIFECYCLE: conn=40 role=brain wall_ms=1785729882983 mono_ms=174564 event=transport-close poisoned=false timed_out=false [REQ-CONN-POISON-ATTRIBUTION]
2026-08-03T04:04:43.0106922Z CONN_LIFECYCLE: conn=41 role=brain wall_ms=1785729883010 mono_ms=174591 event=write-start [REQ-CONN-POISON-ATTRIBUTION]
2026-08-03T04:04:43.0108632Z CONN_LIFECYCLE: conn=41 role=brain wall_ms=1785729883010 mono_ms=174591 event=transport-close poisoned=false timed_out=false [REQ-CONN-POISON-ATTRIBUTION]
2026-08-03T04:04:43.0110498Z CONN_LIFECYCLE: conn=42 role=brain stream-subscriber stream=26 wall_ms=1785729883010 mono_ms=174592 event=stream-sub-attach stream=26 from_seq=0 [REQ-CONN-POISON-ATTRIBUTION]
2026-08-03T04:04:43.0113094Z CONN_LIFECYCLE: conn=42 role=brain stream-subscriber stream=26 wall_ms=1785729883011 mono_ms=174592 event=write-start [REQ-CONN-POISON-ATTRIBUTION]
2026-08-03T04:04:43.0122106Z CONN_LIFECYCLE: conn=42 role=brain stream-subscriber stream=26 wall_ms=1785729883012 mono_ms=174593 event=transport-close poisoned=false timed_out=false [REQ-CONN-POISON-ATTRIBUTION]
2026-08-03T04:04:43.0123790Z CONN_LIFECYCLE: conn=43 role=brain wall_ms=1785729883012 mono_ms=174593 event=write-start [REQ-CONN-POISON-ATTRIBUTION]
2026-08-03T04:04:43.0124964Z CONN_LIFECYCLE: conn=43 role=brain wall_ms=1785729883012 mono_ms=174593 event=transport-close poisoned=false timed_out=false [REQ-CONN-POISON-ATTRIBUTION]
2026-08-03T04:04:43.0616228Z CONN_LIFECYCLE: conn=44 role=brain wall_ms=1785729883061 mono_ms=174642 event=write-start [REQ-CONN-POISON-ATTRIBUTION]
2026-08-03T04:04:43.0617847Z CONN_LIFECYCLE: conn=45 role=brain wall_ms=1785729883061 mono_ms=174642 event=write-start [REQ-CONN-POISON-ATTRIBUTION]
2026-08-03T04:04:43.0619786Z CONN_LIFECYCLE: conn=44 role=brain wall_ms=1785729883061 mono_ms=174642 event=transport-close poisoned=false timed_out=false [REQ-CONN-POISON-ATTRIBUTION]
2026-08-03T04:04:43.0621843Z CONN_LIFECYCLE: conn=45 role=brain wall_ms=1785729883061 mono_ms=174642 event=transport-close poisoned=false timed_out=false [REQ-CONN-POISON-ATTRIBUTION]
2026-08-03T04:04:43.0623898Z CONN_LIFECYCLE: conn=46 role=brain stream-subscriber stream=27 wall_ms=1785729883061 mono_ms=174643 event=stream-sub-attach stream=27 from_seq=0 [REQ-CONN-POISON-ATTRIBUTION]
2026-08-03T04:04:43.0626079Z CONN_LIFECYCLE: conn=47 role=brain stream-subscriber stream=28 wall_ms=1785729883062 mono_ms=174643 event=stream-sub-attach stream=28 from_seq=0 [REQ-CONN-POISON-ATTRIBUTION]
2026-08-03T04:04:43.0627251Z CONN_LIFECYCLE: conn=46 role=brain stream-subscriber stream=27 wall_ms=1785729883062 mono_ms=174643 event=write-start [REQ-CONN-POISON-ATTRIBUTION]
2026-08-03T04:04:43.0628297Z CONN_LIFECYCLE: conn=47 role=brain stream-subscriber stream=28 wall_ms=1785729883062 mono_ms=174643 event=write-start [REQ-CONN-POISON-ATTRIBUTION]
2026-08-03T04:04:43.0633613Z CONN_LIFECYCLE: conn=46 role=brain stream-subscriber stream=27 wall_ms=1785729883063 mono_ms=174644 event=transport-close poisoned=false timed_out=false [REQ-CONN-POISON-ATTRIBUTION]
2026-08-03T04:04:43.0635069Z CONN_LIFECYCLE: conn=48 role=brain wall_ms=1785729883063 mono_ms=174644 event=write-start [REQ-CONN-POISON-ATTRIBUTION]
2026-08-03T04:04:43.0636686Z CONN_LIFECYCLE: conn=48 role=brain wall_ms=1785729883063 mono_ms=174644 event=transport-close poisoned=false timed_out=false [REQ-CONN-POISON-ATTRIBUTION]
2026-08-03T04:04:43.0730129Z CONN_LIFECYCLE: conn=47 role=brain stream-subscriber stream=28 wall_ms=1785729883072 mono_ms=174653 event=transport-close poisoned=false timed_out=false [REQ-CONN-POISON-ATTRIBUTION]
2026-08-03T04:04:43.0732180Z CONN_LIFECYCLE: conn=49 role=brain wall_ms=1785729883073 mono_ms=174654 event=write-start [REQ-CONN-POISON-ATTRIBUTION]
2026-08-03T04:04:43.0733984Z CONN_LIFECYCLE: conn=49 role=brain wall_ms=1785729883073 mono_ms=174654 event=transport-close poisoned=false timed_out=false [REQ-CONN-POISON-ATTRIBUTION]
2026-08-03T04:04:43.1266303Z TWOHOST OK: rest: A's remote wake landed (B active again)
2026-08-03T04:04:43.2190310Z CONN_LIFECYCLE: conn=3 role=brain stream-subscriber stream=2 stream-subscriber stream=5 stream-subscriber stream=8 stream-subscriber stream=14 stream-subscriber stream=17 stream-subscriber stream=18 stream-subscriber stream=31 wall_ms=1785729883218 mono_ms=174799 event=stream-sub-attach stream=31 from_seq=0 [REQ-CONN-POISON-ATTRIBUTION]
2026-08-03T04:04:43.3578188Z CONN_LIFECYCLE: conn=3 role=brain stream-subscriber stream=2 stream-subscriber stream=5 stream-subscriber stream=8 stream-subscriber stream=14 stream-subscriber stream=17 stream-subscriber stream=18 stream-subscriber stream=31 wall_ms=1785729883357 mono_ms=174938 event=stream-sub-release stream=31 [REQ-CONN-POISON-ATTRIBUTION]
2026-08-03T04:04:43.3836576Z CONN_LIFECYCLE: conn=3 role=brain stream-subscriber stream=2 stream-subscriber stream=5 stream-subscriber stream=8 stream-subscriber stream=14 stream-subscriber stream=17 stream-subscriber stream=18 stream-subscriber stream=31 stream-subscriber stream=32 wall_ms=1785729883383 mono_ms=174964 event=stream-sub-attach stream=32 from_seq=0 [REQ-CONN-POISON-ATTRIBUTION]
2026-08-03T04:04:43.4423796Z CONN_LIFECYCLE: conn=3 role=brain stream-subscriber stream=2 stream-subscriber stream=5 stream-subscriber stream=8 stream-subscriber stream=14 stream-subscriber stream=17 stream-subscriber stream=18 stream-subscriber stream=31 stream-subscriber stream=32 wall_ms=1785729883442 mono_ms=175023 event=stream-sub-release stream=32 [REQ-CONN-POISON-ATTRIBUTION]
2026-08-03T04:04:43.6653650Z CONN_LIFECYCLE: conn=50 role=brain wall_ms=1785729883665 mono_ms=175246 event=write-start [REQ-CONN-POISON-ATTRIBUTION]
2026-08-03T04:04:43.6654808Z CONN_LIFECYCLE: conn=51 role=brain wall_ms=1785729883665 mono_ms=175246 event=write-start [REQ-CONN-POISON-ATTRIBUTION]
2026-08-03T04:04:43.6655683Z CONN_LIFECYCLE: conn=50 role=brain wall_ms=1785729883665 mono_ms=175246 event=transport-close poisoned=false timed_out=false [REQ-CONN-POISON-ATTRIBUTION]
2026-08-03T04:04:43.6656626Z CONN_LIFECYCLE: conn=51 role=brain wall_ms=1785729883665 mono_ms=175246 event=transport-close poisoned=false timed_out=false [REQ-CONN-POISON-ATTRIBUTION]
2026-08-03T04:04:43.6657613Z CONN_LIFECYCLE: conn=53 role=brain stream-subscriber stream=33 wall_ms=1785729883665 mono_ms=175246 event=stream-sub-attach stream=33 from_seq=0 [REQ-CONN-POISON-ATTRIBUTION]
2026-08-03T04:04:43.6658888Z CONN_LIFECYCLE: conn=53 role=brain stream-subscriber stream=33 wall_ms=1785729883665 mono_ms=175246 event=write-start [REQ-CONN-POISON-ATTRIBUTION]
2026-08-03T04:04:43.6661360Z CONN_LIFECYCLE: conn=52 role=brain wall_ms=1785729883666 mono_ms=175247 event=write-start [REQ-CONN-POISON-ATTRIBUTION]
2026-08-03T04:04:43.6663437Z CONN_LIFECYCLE: conn=52 role=brain stream-subscriber stream=34 wall_ms=1785729883666 mono_ms=175247 event=stream-sub-attach stream=34 from_seq=0 [REQ-CONN-POISON-ATTRIBUTION]
2026-08-03T04:04:43.6666051Z CONN_LIFECYCLE: conn=53 role=brain stream-subscriber stream=33 wall_ms=1785729883666 mono_ms=175247 event=transport-close poisoned=false timed_out=false [REQ-CONN-POISON-ATTRIBUTION]
2026-08-03T04:04:43.6666938Z CONN_LIFECYCLE: conn=54 role=brain wall_ms=1785729883666 mono_ms=175247 event=write-start [REQ-CONN-POISON-ATTRIBUTION]
2026-08-03T04:04:43.6667839Z CONN_LIFECYCLE: conn=54 role=brain wall_ms=1785729883666 mono_ms=175247 event=transport-close poisoned=false timed_out=false [REQ-CONN-POISON-ATTRIBUTION]
2026-08-03T04:04:43.6986624Z CONN_LIFECYCLE: conn=52 role=brain stream-subscriber stream=34 wall_ms=1785729883698 mono_ms=175279 event=transport-close poisoned=false timed_out=false [REQ-CONN-POISON-ATTRIBUTION]
2026-08-03T04:04:43.6987639Z CONN_LIFECYCLE: conn=55 role=brain wall_ms=1785729883698 mono_ms=175279 event=write-start [REQ-CONN-POISON-ATTRIBUTION]
2026-08-03T04:04:43.6988429Z CONN_LIFECYCLE: conn=55 role=brain wall_ms=1785729883698 mono_ms=175279 event=transport-close poisoned=false timed_out=false [REQ-CONN-POISON-ATTRIBUTION]
2026-08-03T04:04:43.8667091Z CONN_LIFECYCLE: conn=56 role=brain wall_ms=1785729883866 mono_ms=175447 event=write-start [REQ-CONN-POISON-ATTRIBUTION]
2026-08-03T04:04:43.8668507Z CONN_LIFECYCLE: conn=56 role=brain wall_ms=1785729883866 mono_ms=175447 event=transport-close poisoned=false timed_out=false [REQ-CONN-POISON-ATTRIBUTION]
2026-08-03T04:04:43.8671301Z CONN_LIFECYCLE: conn=57 role=brain stream-subscriber stream=35 wall_ms=1785729883867 mono_ms=175448 event=stream-sub-attach stream=35 from_seq=0 [REQ-CONN-POISON-ATTRIBUTION]
2026-08-03T04:04:43.8673742Z CONN_LIFECYCLE: conn=57 role=brain stream-subscriber stream=35 wall_ms=1785729883867 mono_ms=175448 event=write-start [REQ-CONN-POISON-ATTRIBUTION]
2026-08-03T04:04:43.8832608Z TWOHOST OK: presence: A's redirected notif surfaced at B
2026-08-03T04:04:43.8833135Z TWOHOST OK: presence: the surfacing node owns the marks
2026-08-03T04:04:43.8889082Z CONN_LIFECYCLE: conn=57 role=brain stream-subscriber stream=35 wall_ms=1785729883888 mono_ms=175469 event=transport-close poisoned=false timed_out=false [REQ-CONN-POISON-ATTRIBUTION]
2026-08-03T04:04:43.8890265Z CONN_LIFECYCLE: conn=58 role=brain wall_ms=1785729883888 mono_ms=175470 event=write-start [REQ-CONN-POISON-ATTRIBUTION]
2026-08-03T04:04:43.8891689Z CONN_LIFECYCLE: conn=58 role=brain wall_ms=1785729883889 mono_ms=175470 event=transport-close poisoned=false timed_out=false [REQ-CONN-POISON-ATTRIBUTION]
2026-08-03T04:04:43.9673436Z CONN_LIFECYCLE: conn=59 role=brain wall_ms=1785729883967 mono_ms=175548 event=write-start [REQ-CONN-POISON-ATTRIBUTION]
2026-08-03T04:04:43.9674738Z CONN_LIFECYCLE: conn=59 role=brain wall_ms=1785729883967 mono_ms=175548 event=transport-close poisoned=false timed_out=false [REQ-CONN-POISON-ATTRIBUTION]
2026-08-03T04:04:43.9677334Z CONN_LIFECYCLE: conn=60 role=brain stream-subscriber stream=36 wall_ms=1785729883967 mono_ms=175548 event=stream-sub-attach stream=36 from_seq=0 [REQ-CONN-POISON-ATTRIBUTION]
2026-08-03T04:04:43.9678456Z CONN_LIFECYCLE: conn=60 role=brain stream-subscriber stream=36 wall_ms=1785729883967 mono_ms=175548 event=write-start [REQ-CONN-POISON-ATTRIBUTION]
2026-08-03T04:04:43.9686068Z CONN_LIFECYCLE: conn=60 role=brain stream-subscriber stream=36 wall_ms=1785729883968 mono_ms=175549 event=transport-close poisoned=false timed_out=false [REQ-CONN-POISON-ATTRIBUTION]
2026-08-03T04:04:43.9687294Z CONN_LIFECYCLE: conn=61 role=brain wall_ms=1785729883968 mono_ms=175549 event=write-start [REQ-CONN-POISON-ATTRIBUTION]
2026-08-03T04:04:43.9688118Z CONN_LIFECYCLE: conn=61 role=brain wall_ms=1785729883968 mono_ms=175549 event=transport-close poisoned=false timed_out=false [REQ-CONN-POISON-ATTRIBUTION]
2026-08-03T04:04:44.0933018Z CONN_LIFECYCLE: conn=3 role=brain stream-subscriber stream=2 stream-subscriber stream=5 stream-subscriber stream=8 stream-subscriber stream=14 stream-subscriber stream=17 stream-subscriber stream=18 stream-subscriber stream=31 stream-subscriber stream=32… wall_ms=1785729884093 mono_ms=175674 event=stream-sub-attach stream=39 from_seq=0 [REQ-CONN-POISON-ATTRIBUTION]
2026-08-03T04:04:44.2147306Z CONN_LIFECYCLE: conn=3 role=brain stream-subscriber stream=2 stream-subscriber stream=5 stream-subscriber stream=8 stream-subscriber stream=14 stream-subscriber stream=17 stream-subscriber stream=18 stream-subscriber stream=31 stream-subscriber stream=32… wall_ms=1785729884214 mono_ms=175795 event=stream-sub-release stream=39 [REQ-CONN-POISON-ATTRIBUTION]
2026-08-03T04:04:44.2379061Z CONN_LIFECYCLE: conn=3 role=brain stream-subscriber stream=2 stream-subscriber stream=5 stream-subscriber stream=8 stream-subscriber stream=14 stream-subscriber stream=17 stream-subscriber stream=18 stream-subscriber stream=31 stream-subscriber stream=32… wall_ms=1785729884237 mono_ms=175818 event=stream-sub-attach stream=40 from_seq=0 [REQ-CONN-POISON-ATTRIBUTION]
2026-08-03T04:04:44.2478759Z CONN_LIFECYCLE: conn=3 role=brain stream-subscriber stream=2 stream-subscriber stream=5 stream-subscriber stream=8 stream-subscriber stream=14 stream-subscriber stream=17 stream-subscriber stream=18 stream-subscriber stream=31 stream-subscriber stream=32… wall_ms=1785729884247 mono_ms=175828 event=stream-sub-release stream=40 [REQ-CONN-POISON-ATTRIBUTION]
2026-08-03T04:04:44.3700186Z CONN_LIFECYCLE: conn=62 role=brain wall_ms=1785729884369 mono_ms=175951 event=write-start [REQ-CONN-POISON-ATTRIBUTION]
2026-08-03T04:04:44.3701131Z CONN_LIFECYCLE: conn=62 role=brain wall_ms=1785729884370 mono_ms=175951 event=transport-close poisoned=false timed_out=false [REQ-CONN-POISON-ATTRIBUTION]
2026-08-03T04:04:44.3704738Z CONN_LIFECYCLE: conn=63 role=brain stream-subscriber stream=41 wall_ms=1785729884370 mono_ms=175951 event=stream-sub-attach stream=41 from_seq=0 [REQ-CONN-POISON-ATTRIBUTION]
2026-08-03T04:04:44.3705844Z CONN_LIFECYCLE: conn=63 role=brain stream-subscriber stream=41 wall_ms=1785729884370 mono_ms=175951 event=write-start [REQ-CONN-POISON-ATTRIBUTION]
2026-08-03T04:04:44.3777436Z CONN_LIFECYCLE: conn=63 role=brain stream-subscriber stream=41 wall_ms=1785729884377 mono_ms=175958 event=transport-close poisoned=false timed_out=false [REQ-CONN-POISON-ATTRIBUTION]
2026-08-03T04:04:44.3778816Z CONN_LIFECYCLE: conn=64 role=brain wall_ms=1785729884377 mono_ms=175959 event=write-start [REQ-CONN-POISON-ATTRIBUTION]
2026-08-03T04:04:44.3779861Z CONN_LIFECYCLE: conn=64 role=brain wall_ms=1785729884377 mono_ms=175959 event=transport-close poisoned=false timed_out=false [REQ-CONN-POISON-ATTRIBUTION]
2026-08-03T04:04:44.4203466Z CONN_LIFECYCLE: conn=65 role=brain wall_ms=1785729884420 mono_ms=176001 event=write-start [REQ-CONN-POISON-ATTRIBUTION]
2026-08-03T04:04:44.4204568Z CONN_LIFECYCLE: conn=65 role=brain wall_ms=1785729884420 mono_ms=176001 event=transport-close poisoned=false timed_out=false [REQ-CONN-POISON-ATTRIBUTION]
2026-08-03T04:04:44.4207073Z CONN_LIFECYCLE: conn=66 role=brain stream-subscriber stream=42 wall_ms=1785729884420 mono_ms=176001 event=stream-sub-attach stream=42 from_seq=0 [REQ-CONN-POISON-ATTRIBUTION]
2026-08-03T04:04:44.4208462Z CONN_LIFECYCLE: conn=66 role=brain stream-subscriber stream=42 wall_ms=1785729884420 mono_ms=176001 event=write-start [REQ-CONN-POISON-ATTRIBUTION]
2026-08-03T04:04:44.4388142Z CONN_LIFECYCLE: conn=66 role=brain stream-subscriber stream=42 wall_ms=1785729884438 mono_ms=176019 event=transport-close poisoned=false timed_out=false [REQ-CONN-POISON-ATTRIBUTION]
2026-08-03T04:04:44.4390021Z CONN_LIFECYCLE: conn=67 role=brain wall_ms=1785729884438 mono_ms=176020 event=write-start [REQ-CONN-POISON-ATTRIBUTION]
2026-08-03T04:04:44.4390909Z CONN_LIFECYCLE: conn=67 role=brain wall_ms=1785729884438 mono_ms=176020 event=transport-close poisoned=false timed_out=false [REQ-CONN-POISON-ATTRIBUTION]
2026-08-03T04:04:44.4707304Z CONN_LIFECYCLE: conn=68 role=brain wall_ms=1785729884470 mono_ms=176051 event=write-start [REQ-CONN-POISON-ATTRIBUTION]
2026-08-03T04:04:44.4708428Z CONN_LIFECYCLE: conn=68 role=brain wall_ms=1785729884470 mono_ms=176051 event=transport-close poisoned=false timed_out=false [REQ-CONN-POISON-ATTRIBUTION]
2026-08-03T04:04:44.4711117Z CONN_LIFECYCLE: conn=69 role=brain stream-subscriber stream=43 wall_ms=1785729884470 mono_ms=176052 event=stream-sub-attach stream=43 from_seq=0 [REQ-CONN-POISON-ATTRIBUTION]
2026-08-03T04:04:44.4712170Z CONN_LIFECYCLE: conn=69 role=brain stream-subscriber stream=43 wall_ms=1785729884471 mono_ms=176052 event=write-start [REQ-CONN-POISON-ATTRIBUTION]
2026-08-03T04:04:44.4727121Z CONN_LIFECYCLE: conn=69 role=brain stream-subscriber stream=43 wall_ms=1785729884472 mono_ms=176053 event=transport-close poisoned=false timed_out=false [REQ-CONN-POISON-ATTRIBUTION]
2026-08-03T04:04:44.4728330Z CONN_LIFECYCLE: conn=70 role=brain wall_ms=1785729884472 mono_ms=176053 event=write-start [REQ-CONN-POISON-ATTRIBUTION]
2026-08-03T04:04:44.4729602Z CONN_LIFECYCLE: conn=70 role=brain wall_ms=1785729884472 mono_ms=176053 event=transport-close poisoned=false timed_out=false [REQ-CONN-POISON-ATTRIBUTION]
2026-08-03T04:04:44.5211294Z CONN_LIFECYCLE: conn=71 role=brain wall_ms=1785729884520 mono_ms=176102 event=write-start [REQ-CONN-POISON-ATTRIBUTION]
2026-08-03T04:04:44.5212438Z CONN_LIFECYCLE: conn=71 role=brain wall_ms=1785729884521 mono_ms=176102 event=transport-close poisoned=false timed_out=false [REQ-CONN-POISON-ATTRIBUTION]
2026-08-03T04:04:44.5213964Z CONN_LIFECYCLE: conn=72 role=brain stream-subscriber stream=44 wall_ms=1785729884521 mono_ms=176102 event=stream-sub-attach stream=44 from_seq=0 [REQ-CONN-POISON-ATTRIBUTION]
2026-08-03T04:04:44.5215253Z CONN_LIFECYCLE: conn=72 role=brain stream-subscriber stream=44 wall_ms=1785729884521 mono_ms=176102 event=write-start [REQ-CONN-POISON-ATTRIBUTION]
2026-08-03T04:04:44.5242673Z CONN_LIFECYCLE: conn=72 role=brain stream-subscriber stream=44 wall_ms=1785729884524 mono_ms=176105 event=transport-close poisoned=false timed_out=false [REQ-CONN-POISON-ATTRIBUTION]
2026-08-03T04:04:44.5244191Z CONN_LIFECYCLE: conn=73 role=brain wall_ms=1785729884524 mono_ms=176105 event=write-start [REQ-CONN-POISON-ATTRIBUTION]
2026-08-03T04:04:44.5245188Z CONN_LIFECYCLE: conn=73 role=brain wall_ms=1785729884524 mono_ms=176105 event=transport-close poisoned=false timed_out=false [REQ-CONN-POISON-ATTRIBUTION]
2026-08-03T04:04:44.5715189Z CONN_LIFECYCLE: conn=74 role=brain wall_ms=1785729884571 mono_ms=176152 event=write-start [REQ-CONN-POISON-ATTRIBUTION]
2026-08-03T04:04:44.5716344Z CONN_LIFECYCLE: conn=74 role=brain wall_ms=1785729884571 mono_ms=176152 event=transport-close poisoned=false timed_out=false [REQ-CONN-POISON-ATTRIBUTION]
2026-08-03T04:04:44.5717989Z CONN_LIFECYCLE: conn=75 role=brain stream-subscriber stream=45 wall_ms=1785729884571 mono_ms=176152 event=stream-sub-attach stream=45 from_seq=0 [REQ-CONN-POISON-ATTRIBUTION]
2026-08-03T04:04:44.5719422Z CONN_LIFECYCLE: conn=75 role=brain stream-subscriber stream=45 wall_ms=1785729884571 mono_ms=176153 event=write-start [REQ-CONN-POISON-ATTRIBUTION]
2026-08-03T04:04:44.6219721Z CONN_LIFECYCLE: conn=76 role=brain wall_ms=1785729884621 mono_ms=176202 event=write-start [REQ-CONN-POISON-ATTRIBUTION]
2026-08-03T04:04:44.6220884Z CONN_LIFECYCLE: conn=77 role=brain wall_ms=1785729884621 mono_ms=176202 event=write-start [REQ-CONN-POISON-ATTRIBUTION]
2026-08-03T04:04:44.6221752Z CONN_LIFECYCLE: conn=77 role=brain wall_ms=1785729884621 mono_ms=176203 event=transport-close poisoned=false timed_out=false [REQ-CONN-POISON-ATTRIBUTION]
2026-08-03T04:04:44.6223326Z CONN_LIFECYCLE: conn=76 role=brain wall_ms=1785729884621 mono_ms=176203 event=transport-close poisoned=false timed_out=false [REQ-CONN-POISON-ATTRIBUTION]
2026-08-03T04:04:44.6224391Z CONN_LIFECYCLE: conn=79 role=brain stream-subscriber stream=46 wall_ms=1785729884622 mono_ms=176203 event=stream-sub-attach stream=46 from_seq=0 [REQ-CONN-POISON-ATTRIBUTION]
2026-08-03T04:04:44.6225760Z CONN_LIFECYCLE: conn=79 role=brain stream-subscriber stream=46 wall_ms=1785729884622 mono_ms=176203 event=write-start [REQ-CONN-POISON-ATTRIBUTION]
2026-08-03T04:04:44.6226990Z CONN_LIFECYCLE: conn=78 role=brain wall_ms=1785729884622 mono_ms=176203 event=write-start [REQ-CONN-POISON-ATTRIBUTION]
2026-08-03T04:04:44.6228188Z CONN_LIFECYCLE: conn=78 role=brain stream-subscriber stream=47 wall_ms=1785729884622 mono_ms=176203 event=stream-sub-attach stream=47 from_seq=0 [REQ-CONN-POISON-ATTRIBUTION]
2026-08-03T04:04:44.6232379Z CONN_LIFECYCLE: conn=79 role=brain stream-subscriber stream=46 wall_ms=1785729884623 mono_ms=176204 event=transport-close poisoned=false timed_out=false [REQ-CONN-POISON-ATTRIBUTION]
2026-08-03T04:04:44.6233386Z CONN_LIFECYCLE: conn=80 role=brain wall_ms=1785729884623 mono_ms=176204 event=write-start [REQ-CONN-POISON-ATTRIBUTION]
2026-08-03T04:04:44.6234240Z CONN_LIFECYCLE: conn=80 role=brain wall_ms=1785729884623 mono_ms=176204 event=transport-close poisoned=false timed_out=false [REQ-CONN-POISON-ATTRIBUTION]
2026-08-03T04:04:44.6237316Z CONN_LIFECYCLE: conn=78 role=brain stream-subscriber stream=47 wall_ms=1785729884623 mono_ms=176204 event=transport-close poisoned=false timed_out=false [REQ-CONN-POISON-ATTRIBUTION]
2026-08-03T04:04:44.6238283Z CONN_LIFECYCLE: conn=81 role=brain wall_ms=1785729884623 mono_ms=176204 event=write-start [REQ-CONN-POISON-ATTRIBUTION]
2026-08-03T04:04:44.6239229Z CONN_LIFECYCLE: conn=81 role=brain wall_ms=1785729884623 mono_ms=176205 event=transport-close poisoned=false timed_out=false [REQ-CONN-POISON-ATTRIBUTION]
2026-08-03T04:04:44.6336703Z TWOHOST OK: shell: A's cross-node notify command RENDERED at B
2026-08-03T04:04:44.6337351Z TWOHOST OK: toast: A's notify rendered via the shell template at B
2026-08-03T04:04:44.6355363Z CONN_LIFECYCLE: conn=75 role=brain stream-subscriber stream=45 wall_ms=1785729884635 mono_ms=176216 event=transport-close poisoned=false timed_out=false [REQ-CONN-POISON-ATTRIBUTION]
2026-08-03T04:04:44.6356479Z CONN_LIFECYCLE: conn=82 role=brain wall_ms=1785729884635 mono_ms=176216 event=write-start [REQ-CONN-POISON-ATTRIBUTION]
2026-08-03T04:04:44.6357537Z CONN_LIFECYCLE: conn=82 role=brain wall_ms=1785729884635 mono_ms=176216 event=transport-close poisoned=false timed_out=false [REQ-CONN-POISON-ATTRIBUTION]
2026-08-03T04:04:44.6451855Z TWOHOST OK: gateway: A's cross-node cmd spooled under the gateway-typed owner at B
2026-08-03T04:04:44.6457281Z TWOHOST OK: gateway-typed owner cross-node cmd spooled + drive dropped at B
2026-08-03T04:04:44.6722830Z CONN_LIFECYCLE: conn=83 role=brain wall_ms=1785729884672 mono_ms=176253 event=write-start [REQ-CONN-POISON-ATTRIBUTION]
2026-08-03T04:04:44.6723956Z CONN_LIFECYCLE: conn=83 role=brain wall_ms=1785729884672 mono_ms=176253 event=transport-close poisoned=false timed_out=false [REQ-CONN-POISON-ATTRIBUTION]
2026-08-03T04:04:44.6725344Z CONN_LIFECYCLE: conn=84 role=brain stream-subscriber stream=49 wall_ms=1785729884672 mono_ms=176253 event=stream-sub-attach stream=49 from_seq=0 [REQ-CONN-POISON-ATTRIBUTION]
2026-08-03T04:04:44.6726743Z CONN_LIFECYCLE: conn=84 role=brain stream-subscriber stream=49 wall_ms=1785729884672 mono_ms=176253 event=write-start [REQ-CONN-POISON-ATTRIBUTION]
2026-08-03T04:04:44.6740359Z CONN_LIFECYCLE: conn=84 role=brain stream-subscriber stream=49 wall_ms=1785729884673 mono_ms=176255 event=transport-close poisoned=false timed_out=false [REQ-CONN-POISON-ATTRIBUTION]
2026-08-03T04:04:44.6741431Z CONN_LIFECYCLE: conn=85 role=brain wall_ms=1785729884674 mono_ms=176255 event=write-start [REQ-CONN-POISON-ATTRIBUTION]
2026-08-03T04:04:44.6742415Z CONN_LIFECYCLE: conn=85 role=brain wall_ms=1785729884674 mono_ms=176255 event=transport-close poisoned=false timed_out=false [REQ-CONN-POISON-ATTRIBUTION]
2026-08-03T04:04:44.7226225Z CONN_LIFECYCLE: conn=86 role=brain wall_ms=1785729884722 mono_ms=176303 event=write-start [REQ-CONN-POISON-ATTRIBUTION]
2026-08-03T04:04:44.7227542Z CONN_LIFECYCLE: conn=86 role=brain wall_ms=1785729884722 mono_ms=176303 event=transport-close poisoned=false timed_out=false [REQ-CONN-POISON-ATTRIBUTION]
2026-08-03T04:04:44.7230642Z CONN_LIFECYCLE: conn=87 role=brain stream-subscriber stream=48 wall_ms=1785729884722 mono_ms=176304 event=stream-sub-attach stream=48 from_seq=0 [REQ-CONN-POISON-ATTRIBUTION]
2026-08-03T04:04:44.7232065Z CONN_LIFECYCLE: conn=87 role=brain stream-subscriber stream=48 wall_ms=1785729884723 mono_ms=176304 event=write-start [REQ-CONN-POISON-ATTRIBUTION]
2026-08-03T04:04:44.7445556Z CONN_LIFECYCLE: conn=87 role=brain stream-subscriber stream=48 wall_ms=1785729884744 mono_ms=176325 event=transport-close poisoned=false timed_out=false [REQ-CONN-POISON-ATTRIBUTION]
2026-08-03T04:04:44.7446876Z CONN_LIFECYCLE: conn=88 role=brain wall_ms=1785729884744 mono_ms=176325 event=write-start [REQ-CONN-POISON-ATTRIBUTION]
2026-08-03T04:04:44.7447945Z CONN_LIFECYCLE: conn=88 role=brain wall_ms=1785729884744 mono_ms=176325 event=transport-close poisoned=false timed_out=false [REQ-CONN-POISON-ATTRIBUTION]
2026-08-03T04:04:44.7727595Z CONN_LIFECYCLE: conn=89 role=brain wall_ms=1785729884772 mono_ms=176353 event=write-start [REQ-CONN-POISON-ATTRIBUTION]
2026-08-03T04:04:44.7728477Z CONN_LIFECYCLE: conn=89 role=brain wall_ms=1785729884772 mono_ms=176353 event=transport-close poisoned=false timed_out=false [REQ-CONN-POISON-ATTRIBUTION]
2026-08-03T04:04:44.7730037Z CONN_LIFECYCLE: conn=90 role=brain stream-subscriber stream=50 wall_ms=1785729884772 mono_ms=176354 event=stream-sub-attach stream=50 from_seq=0 [REQ-CONN-POISON-ATTRIBUTION]
2026-08-03T04:04:44.7732062Z CONN_LIFECYCLE: conn=90 role=brain stream-subscriber stream=50 wall_ms=1785729884773 mono_ms=176354 event=write-start [REQ-CONN-POISON-ATTRIBUTION]
2026-08-03T04:04:44.7738160Z CONN_LIFECYCLE: conn=90 role=brain stream-subscriber stream=50 wall_ms=1785729884773 mono_ms=176354 event=transport-close poisoned=false timed_out=false [REQ-CONN-POISON-ATTRIBUTION]
2026-08-03T04:04:44.7740034Z CONN_LIFECYCLE: conn=91 role=brain wall_ms=1785729884773 mono_ms=176354 event=write-start [REQ-CONN-POISON-ATTRIBUTION]
2026-08-03T04:04:44.7740863Z CONN_LIFECYCLE: conn=91 role=brain wall_ms=1785729884773 mono_ms=176355 event=transport-close poisoned=false timed_out=false [REQ-CONN-POISON-ATTRIBUTION]
2026-08-03T04:04:44.8852078Z CONN_LIFECYCLE: conn=3 role=brain stream-subscriber stream=2 stream-subscriber stream=5 stream-subscriber stream=8 stream-subscriber stream=14 stream-subscriber stream=17 stream-subscriber stream=18 stream-subscriber stream=31 stream-subscriber stream=32… wall_ms=1785729884884 mono_ms=176466 event=stream-sub-attach stream=53 from_seq=0 [REQ-CONN-POISON-ATTRIBUTION]
2026-08-03T04:04:45.0343261Z CONN_LIFECYCLE: conn=3 role=brain stream-subscriber stream=2 stream-subscriber stream=5 stream-subscriber stream=8 stream-subscriber stream=14 stream-subscriber stream=17 stream-subscriber stream=18 stream-subscriber stream=31 stream-subscriber stream=32… wall_ms=1785729885034 mono_ms=176615 event=stream-sub-release stream=53 [REQ-CONN-POISON-ATTRIBUTION]
2026-08-03T04:04:45.0476961Z CONN_LIFECYCLE: conn=3 role=brain stream-subscriber stream=2 stream-subscriber stream=5 stream-subscriber stream=8 stream-subscriber stream=14 stream-subscriber stream=17 stream-subscriber stream=18 stream-subscriber stream=31 stream-subscriber stream=32… wall_ms=1785729885047 mono_ms=176628 event=stream-sub-attach stream=54 from_seq=0 [REQ-CONN-POISON-ATTRIBUTION]
2026-08-03T04:04:45.0574912Z CONN_LIFECYCLE: conn=3 role=brain stream-subscriber stream=2 stream-subscriber stream=5 stream-subscriber stream=8 stream-subscriber stream=14 stream-subscriber stream=17 stream-subscriber stream=18 stream-subscriber stream=31 stream-subscriber stream=32… wall_ms=1785729885057 mono_ms=176638 event=stream-sub-release stream=54 [REQ-CONN-POISON-ATTRIBUTION]
2026-08-03T04:04:45.4273487Z CONN_LIFECYCLE: conn=92 role=brain wall_ms=1785729885427 mono_ms=177008 event=write-start [REQ-CONN-POISON-ATTRIBUTION]
2026-08-03T04:04:45.4274990Z CONN_LIFECYCLE: conn=93 role=brain wall_ms=1785729885427 mono_ms=177008 event=write-start [REQ-CONN-POISON-ATTRIBUTION]
2026-08-03T04:04:45.4276397Z CONN_LIFECYCLE: conn=93 role=brain wall_ms=1785729885427 mono_ms=177008 event=transport-close poisoned=false timed_out=false [REQ-CONN-POISON-ATTRIBUTION]
2026-08-03T04:04:45.4278199Z CONN_LIFECYCLE: conn=92 role=brain wall_ms=1785729885427 mono_ms=177008 event=transport-close poisoned=false timed_out=false [REQ-CONN-POISON-ATTRIBUTION]
2026-08-03T04:04:45.4279837Z CONN_LIFECYCLE: conn=94 role=brain stream-subscriber stream=55 wall_ms=1785729885427 mono_ms=177008 event=stream-sub-attach stream=55 from_seq=0 [REQ-CONN-POISON-ATTRIBUTION]
2026-08-03T04:04:45.4280809Z CONN_LIFECYCLE: conn=94 role=brain stream-subscriber stream=55 wall_ms=1785729885427 mono_ms=177008 event=write-start [REQ-CONN-POISON-ATTRIBUTION]
2026-08-03T04:04:45.4282077Z CONN_LIFECYCLE: conn=95 role=brain wall_ms=1785729885428 mono_ms=177009 event=write-start [REQ-CONN-POISON-ATTRIBUTION]
2026-08-03T04:04:45.4283384Z CONN_LIFECYCLE: conn=95 role=brain stream-subscriber stream=56 wall_ms=1785729885428 mono_ms=177009 event=stream-sub-attach stream=56 from_seq=0 [REQ-CONN-POISON-ATTRIBUTION]
2026-08-03T04:04:45.4286003Z CONN_LIFECYCLE: conn=94 role=brain stream-subscriber stream=55 wall_ms=1785729885428 mono_ms=177009 event=transport-close poisoned=false timed_out=false [REQ-CONN-POISON-ATTRIBUTION]
2026-08-03T04:04:45.4287502Z CONN_LIFECYCLE: conn=96 role=brain wall_ms=1785729885428 mono_ms=177009 event=write-start [REQ-CONN-POISON-ATTRIBUTION]
2026-08-03T04:04:45.4288845Z CONN_LIFECYCLE: conn=96 role=brain wall_ms=1785729885428 mono_ms=177009 event=transport-close poisoned=false timed_out=false [REQ-CONN-POISON-ATTRIBUTION]
2026-08-03T04:04:45.4524965Z CONN_LIFECYCLE: conn=95 role=brain stream-subscriber stream=56 wall_ms=1785729885452 mono_ms=177033 event=transport-close poisoned=false timed_out=false [REQ-CONN-POISON-ATTRIBUTION]
2026-08-03T04:04:45.4526391Z CONN_LIFECYCLE: conn=97 role=brain wall_ms=1785729885452 mono_ms=177033 event=write-start [REQ-CONN-POISON-ATTRIBUTION]
2026-08-03T04:04:45.4527421Z CONN_LIFECYCLE: conn=97 role=brain wall_ms=1785729885452 mono_ms=177033 event=transport-close poisoned=false timed_out=false [REQ-CONN-POISON-ATTRIBUTION]
2026-08-03T04:04:45.5278872Z CONN_LIFECYCLE: conn=98 role=brain wall_ms=1785729885527 mono_ms=177108 event=write-start [REQ-CONN-POISON-ATTRIBUTION]
2026-08-03T04:04:45.5280002Z CONN_LIFECYCLE: conn=98 role=brain wall_ms=1785729885527 mono_ms=177109 event=transport-close poisoned=false timed_out=false [REQ-CONN-POISON-ATTRIBUTION]
2026-08-03T04:04:45.5282842Z CONN_LIFECYCLE: conn=99 role=brain stream-subscriber stream=57 wall_ms=1785729885528 mono_ms=177109 event=stream-sub-attach stream=57 from_seq=0 [REQ-CONN-POISON-ATTRIBUTION]
2026-08-03T04:04:45.5284131Z CONN_LIFECYCLE: conn=99 role=brain stream-subscriber stream=57 wall_ms=1785729885528 mono_ms=177109 event=write-start [REQ-CONN-POISON-ATTRIBUTION]
2026-08-03T04:04:45.5497971Z CONN_LIFECYCLE: conn=99 role=brain stream-subscriber stream=57 wall_ms=1785729885549 mono_ms=177130 event=transport-close poisoned=false timed_out=false [REQ-CONN-POISON-ATTRIBUTION]
2026-08-03T04:04:45.5499159Z CONN_LIFECYCLE: conn=100 role=brain wall_ms=1785729885549 mono_ms=177131 event=write-start [REQ-CONN-POISON-ATTRIBUTION]
2026-08-03T04:04:45.5500063Z CONN_LIFECYCLE: conn=100 role=brain wall_ms=1785729885549 mono_ms=177131 event=transport-close poisoned=false timed_out=false [REQ-CONN-POISON-ATTRIBUTION]
2026-08-03T04:04:45.5782140Z CONN_LIFECYCLE: conn=101 role=brain wall_ms=1785729885578 mono_ms=177159 event=write-start [REQ-CONN-POISON-ATTRIBUTION]
2026-08-03T04:04:45.5782892Z CONN_LIFECYCLE: conn=101 role=brain wall_ms=1785729885578 mono_ms=177159 event=transport-close poisoned=false timed_out=false [REQ-CONN-POISON-ATTRIBUTION]
2026-08-03T04:04:45.5784845Z CONN_LIFECYCLE: conn=102 role=brain stream-subscriber stream=58 wall_ms=1785729885578 mono_ms=177159 event=stream-sub-attach stream=58 from_seq=0 [REQ-CONN-POISON-ATTRIBUTION]
2026-08-03T04:04:45.5786216Z CONN_LIFECYCLE: conn=102 role=brain stream-subscriber stream=58 wall_ms=1785729885578 mono_ms=177159 event=write-start [REQ-CONN-POISON-ATTRIBUTION]
2026-08-03T04:04:45.5793562Z CONN_LIFECYCLE: conn=102 role=brain stream-subscriber stream=58 wall_ms=1785729885579 mono_ms=177160 event=transport-close poisoned=false timed_out=false [REQ-CONN-POISON-ATTRIBUTION]
2026-08-03T04:04:45.5794716Z CONN_LIFECYCLE: conn=103 role=brain wall_ms=1785729885579 mono_ms=177160 event=write-start [REQ-CONN-POISON-ATTRIBUTION]
2026-08-03T04:04:45.5795733Z CONN_LIFECYCLE: conn=103 role=brain wall_ms=1785729885579 mono_ms=177160 event=transport-close poisoned=false timed_out=false [REQ-CONN-POISON-ATTRIBUTION]
2026-08-03T04:04:45.6945452Z CONN_LIFECYCLE: conn=3 role=brain stream-subscriber stream=2 stream-subscriber stream=5 stream-subscriber stream=8 stream-subscriber stream=14 stream-subscriber stream=17 stream-subscriber stream=18 stream-subscriber stream=31 stream-subscriber stream=32… wall_ms=1785729885694 mono_ms=177275 event=stream-sub-attach stream=61 from_seq=0 [REQ-CONN-POISON-ATTRIBUTION]
2026-08-03T04:04:45.8319726Z CONN_LIFECYCLE: conn=3 role=brain stream-subscriber stream=2 stream-subscriber stream=5 stream-subscriber stream=8 stream-subscriber stream=14 stream-subscriber stream=17 stream-subscriber stream=18 stream-subscriber stream=31 stream-subscriber stream=32… wall_ms=1785729885831 mono_ms=177412 event=stream-sub-release stream=61 [REQ-CONN-POISON-ATTRIBUTION]
2026-08-03T04:04:45.8438175Z CONN_LIFECYCLE: conn=3 role=brain stream-subscriber stream=2 stream-subscriber stream=5 stream-subscriber stream=8 stream-subscriber stream=14 stream-subscriber stream=17 stream-subscriber stream=18 stream-subscriber stream=31 stream-subscriber stream=32… wall_ms=1785729885843 mono_ms=177424 event=stream-sub-attach stream=62 from_seq=0 [REQ-CONN-POISON-ATTRIBUTION]
2026-08-03T04:04:45.8654619Z CONN_LIFECYCLE: conn=3 role=brain stream-subscriber stream=2 stream-subscriber stream=5 stream-subscriber stream=8 stream-subscriber stream=14 stream-subscriber stream=17 stream-subscriber stream=18 stream-subscriber stream=31 stream-subscriber stream=32… wall_ms=1785729885865 mono_ms=177446 event=stream-sub-release stream=62 [REQ-CONN-POISON-ATTRIBUTION]
2026-08-03T04:04:45.9813661Z CONN_LIFECYCLE: conn=104 role=brain wall_ms=1785729885981 mono_ms=177562 event=write-start [REQ-CONN-POISON-ATTRIBUTION]
2026-08-03T04:04:45.9814682Z CONN_LIFECYCLE: conn=104 role=brain wall_ms=1785729885981 mono_ms=177562 event=transport-close poisoned=false timed_out=false [REQ-CONN-POISON-ATTRIBUTION]
2026-08-03T04:04:45.9817822Z CONN_LIFECYCLE: conn=105 role=brain stream-subscriber stream=63 wall_ms=1785729885981 mono_ms=177562 event=stream-sub-attach stream=63 from_seq=0 [REQ-CONN-POISON-ATTRIBUTION]
2026-08-03T04:04:45.9819219Z CONN_LIFECYCLE: conn=105 role=brain stream-subscriber stream=63 wall_ms=1785729885981 mono_ms=177563 event=write-start [REQ-CONN-POISON-ATTRIBUTION]
2026-08-03T04:04:46.0450595Z CONN_LIFECYCLE: conn=105 role=brain stream-subscriber stream=63 wall_ms=1785729886044 mono_ms=177626 event=transport-close poisoned=false timed_out=false [REQ-CONN-POISON-ATTRIBUTION]
2026-08-03T04:04:46.0451731Z CONN_LIFECYCLE: conn=106 role=brain wall_ms=1785729886045 mono_ms=177626 event=write-start [REQ-CONN-POISON-ATTRIBUTION]
2026-08-03T04:04:46.0452833Z CONN_LIFECYCLE: conn=106 role=brain wall_ms=1785729886045 mono_ms=177626 event=transport-close poisoned=false timed_out=false [REQ-CONN-POISON-ATTRIBUTION]
2026-08-03T04:04:46.1471976Z TWOHOST OK: A-3: A's setup suspend landed (B suspended)
2026-08-03T04:04:46.2344086Z CONN_LIFECYCLE: conn=107 role=brain wall_ms=1785729886234 mono_ms=177815 event=write-start [REQ-CONN-POISON-ATTRIBUTION]
2026-08-03T04:04:46.2345438Z CONN_LIFECYCLE: conn=108 role=brain wall_ms=1785729886234 mono_ms=177815 event=write-start [REQ-CONN-POISON-ATTRIBUTION]
2026-08-03T04:04:46.2346273Z CONN_LIFECYCLE: conn=108 role=brain wall_ms=1785729886234 mono_ms=177815 event=transport-close poisoned=false timed_out=false [REQ-CONN-POISON-ATTRIBUTION]
2026-08-03T04:04:46.2347226Z CONN_LIFECYCLE: conn=107 role=brain wall_ms=1785729886234 mono_ms=177815 event=transport-close poisoned=false timed_out=false [REQ-CONN-POISON-ATTRIBUTION]
2026-08-03T04:04:46.2348430Z CONN_LIFECYCLE: conn=110 role=brain stream-subscriber stream=65 wall_ms=1785729886234 mono_ms=177815 event=stream-sub-attach stream=65 from_seq=0 [REQ-CONN-POISON-ATTRIBUTION]
2026-08-03T04:04:46.2349626Z CONN_LIFECYCLE: conn=110 role=brain stream-subscriber stream=65 wall_ms=1785729886234 mono_ms=177816 event=write-start [REQ-CONN-POISON-ATTRIBUTION]
2026-08-03T04:04:46.2351792Z CONN_LIFECYCLE: conn=109 role=brain wall_ms=1785729886235 mono_ms=177816 event=write-start [REQ-CONN-POISON-ATTRIBUTION]
2026-08-03T04:04:46.2353888Z CONN_LIFECYCLE: conn=109 role=brain stream-subscriber stream=66 wall_ms=1785729886235 mono_ms=177816 event=stream-sub-attach stream=66 from_seq=0 [REQ-CONN-POISON-ATTRIBUTION]
2026-08-03T04:04:46.2357915Z CONN_LIFECYCLE: conn=110 role=brain stream-subscriber stream=65 wall_ms=1785729886235 mono_ms=177816 event=transport-close poisoned=false timed_out=false [REQ-CONN-POISON-ATTRIBUTION]
2026-08-03T04:04:46.2359410Z CONN_LIFECYCLE: conn=111 role=brain wall_ms=1785729886235 mono_ms=177817 event=write-start [REQ-CONN-POISON-ATTRIBUTION]
2026-08-03T04:04:46.2360386Z CONN_LIFECYCLE: conn=111 role=brain wall_ms=1785729886235 mono_ms=177817 event=transport-close poisoned=false timed_out=false [REQ-CONN-POISON-ATTRIBUTION]
2026-08-03T04:04:46.2363083Z CONN_LIFECYCLE: conn=109 role=brain stream-subscriber stream=66 wall_ms=1785729886236 mono_ms=177817 event=transport-close poisoned=false timed_out=false [REQ-CONN-POISON-ATTRIBUTION]
2026-08-03T04:04:46.2364342Z CONN_LIFECYCLE: conn=112 role=brain wall_ms=1785729886236 mono_ms=177817 event=write-start [REQ-CONN-POISON-ATTRIBUTION]
2026-08-03T04:04:46.2365421Z CONN_LIFECYCLE: conn=112 role=brain wall_ms=1785729886236 mono_ms=177817 event=transport-close poisoned=false timed_out=false [REQ-CONN-POISON-ATTRIBUTION]
2026-08-03T04:04:46.4358262Z CONN_LIFECYCLE: conn=113 role=brain wall_ms=1785729886435 mono_ms=178016 event=write-start [REQ-CONN-POISON-ATTRIBUTION]
2026-08-03T04:04:46.4359852Z CONN_LIFECYCLE: conn=113 role=brain wall_ms=1785729886435 mono_ms=178016 event=transport-close poisoned=false timed_out=false [REQ-CONN-POISON-ATTRIBUTION]
2026-08-03T04:04:46.4362488Z CONN_LIFECYCLE: conn=114 role=brain stream-subscriber stream=67 wall_ms=1785729886436 mono_ms=178017 event=stream-sub-attach stream=67 from_seq=0 [REQ-CONN-POISON-ATTRIBUTION]
2026-08-03T04:04:46.4363500Z CONN_LIFECYCLE: conn=114 role=brain stream-subscriber stream=67 wall_ms=1785729886436 mono_ms=178017 event=write-start [REQ-CONN-POISON-ATTRIBUTION]
2026-08-03T04:04:46.4579946Z CONN_LIFECYCLE: conn=114 role=brain stream-subscriber stream=67 wall_ms=1785729886457 mono_ms=178039 event=transport-close poisoned=false timed_out=false [REQ-CONN-POISON-ATTRIBUTION]
2026-08-03T04:04:46.4581250Z CONN_LIFECYCLE: conn=115 role=brain wall_ms=1785729886458 mono_ms=178039 event=write-start [REQ-CONN-POISON-ATTRIBUTION]
2026-08-03T04:04:46.4582244Z CONN_LIFECYCLE: conn=115 role=brain wall_ms=1785729886458 mono_ms=178039 event=transport-close poisoned=false timed_out=false [REQ-CONN-POISON-ATTRIBUTION]
2026-08-03T04:04:46.5061840Z CONN_LIFECYCLE: conn=3 role=brain stream-subscriber stream=2 stream-subscriber stream=5 stream-subscriber stream=8 stream-subscriber stream=14 stream-subscriber stream=17 stream-subscriber stream=18 stream-subscriber stream=31 stream-subscriber stream=32… wall_ms=1785729886505 mono_ms=178087 event=stream-sub-attach stream=69 from_seq=0 [REQ-CONN-POISON-ATTRIBUTION]
2026-08-03T04:04:46.6480738Z CONN_LIFECYCLE: conn=3 role=brain stream-subscriber stream=2 stream-subscriber stream=5 stream-subscriber stream=8 stream-subscriber stream=14 stream-subscriber stream=17 stream-subscriber stream=18 stream-subscriber stream=31 stream-subscriber stream=32… wall_ms=1785729886647 mono_ms=178228 event=stream-sub-release stream=69 [REQ-CONN-POISON-ATTRIBUTION]
2026-08-03T04:04:46.6594920Z CONN_LIFECYCLE: conn=3 role=brain stream-subscriber stream=2 stream-subscriber stream=5 stream-subscriber stream=8 stream-subscriber stream=14 stream-subscriber stream=17 stream-subscriber stream=18 stream-subscriber stream=31 stream-subscriber stream=32… wall_ms=1785729886659 mono_ms=178240 event=stream-sub-attach stream=70 from_seq=0 [REQ-CONN-POISON-ATTRIBUTION]
2026-08-03T04:04:46.6715013Z CONN_LIFECYCLE: conn=3 role=brain stream-subscriber stream=2 stream-subscriber stream=5 stream-subscriber stream=8 stream-subscriber stream=14 stream-subscriber stream=17 stream-subscriber stream=18 stream-subscriber stream=31 stream-subscriber stream=32… wall_ms=1785729886671 mono_ms=178252 event=stream-sub-release stream=70 [REQ-CONN-POISON-ATTRIBUTION]
2026-08-03T04:04:47.2925160Z CONN_LIFECYCLE: conn=116 role=brain wall_ms=1785729887292 mono_ms=178873 event=write-start [REQ-CONN-POISON-ATTRIBUTION]
2026-08-03T04:04:47.2926205Z CONN_LIFECYCLE: conn=116 role=brain wall_ms=1785729887292 mono_ms=178873 event=transport-close poisoned=false timed_out=false [REQ-CONN-POISON-ATTRIBUTION]
2026-08-03T04:04:47.2927830Z CONN_LIFECYCLE: conn=117 role=brain stream-subscriber stream=72 wall_ms=1785729887292 mono_ms=178873 event=stream-sub-attach stream=72 from_seq=0 [REQ-CONN-POISON-ATTRIBUTION]
2026-08-03T04:04:47.2929208Z CONN_LIFECYCLE: conn=117 role=brain stream-subscriber stream=72 wall_ms=1785729887292 mono_ms=178874 event=write-start [REQ-CONN-POISON-ATTRIBUTION]
2026-08-03T04:04:47.3325607Z CONN_LIFECYCLE: conn=3 role=brain stream-subscriber stream=2 stream-subscriber stream=5 stream-subscriber stream=8 stream-subscriber stream=14 stream-subscriber stream=17 stream-subscriber stream=18 stream-subscriber stream=31 stream-subscriber stream=32… wall_ms=1785729887332 mono_ms=178913 event=stream-sub-attach stream=76 from_seq=0 [REQ-CONN-POISON-ATTRIBUTION]
2026-08-03T04:04:47.3427385Z CONN_LIFECYCLE: conn=118 role=brain wall_ms=1785729887342 mono_ms=178923 event=write-start [REQ-CONN-POISON-ATTRIBUTION]
2026-08-03T04:04:47.3428836Z CONN_LIFECYCLE: conn=118 role=brain wall_ms=1785729887342 mono_ms=178923 event=transport-close poisoned=false timed_out=false [REQ-CONN-POISON-ATTRIBUTION]
2026-08-03T04:04:47.3430440Z CONN_LIFECYCLE: conn=119 role=brain stream-subscriber stream=73 wall_ms=1785729887342 mono_ms=178924 event=stream-sub-attach stream=73 from_seq=0 [REQ-CONN-POISON-ATTRIBUTION]
2026-08-03T04:04:47.3431804Z CONN_LIFECYCLE: conn=119 role=brain stream-subscriber stream=73 wall_ms=1785729887343 mono_ms=178924 event=write-start [REQ-CONN-POISON-ATTRIBUTION]
2026-08-03T04:04:47.3437803Z CONN_LIFECYCLE: conn=119 role=brain stream-subscriber stream=73 wall_ms=1785729887343 mono_ms=178924 event=transport-close poisoned=false timed_out=false [REQ-CONN-POISON-ATTRIBUTION]
2026-08-03T04:04:47.3439560Z CONN_LIFECYCLE: conn=120 role=brain wall_ms=1785729887343 mono_ms=178924 event=write-start [REQ-CONN-POISON-ATTRIBUTION]
2026-08-03T04:04:47.3440470Z CONN_LIFECYCLE: conn=120 role=brain wall_ms=1785729887343 mono_ms=178925 event=transport-close poisoned=false timed_out=false [REQ-CONN-POISON-ATTRIBUTION]
2026-08-03T04:04:47.3611322Z CONN_LIFECYCLE: conn=117 role=brain stream-subscriber stream=72 wall_ms=1785729887361 mono_ms=178942 event=transport-close poisoned=false timed_out=false [REQ-CONN-POISON-ATTRIBUTION]
2026-08-03T04:04:47.3612281Z CONN_LIFECYCLE: conn=121 role=brain wall_ms=1785729887361 mono_ms=178942 event=write-start [REQ-CONN-POISON-ATTRIBUTION]
2026-08-03T04:04:47.3612999Z CONN_LIFECYCLE: conn=121 role=brain wall_ms=1785729887361 mono_ms=178942 event=transport-close poisoned=false timed_out=false [REQ-CONN-POISON-ATTRIBUTION]
2026-08-03T04:04:47.3978517Z TWOHOST OK: A-3: A's bare-id ROUTED wake landed (B active)
2026-08-03T04:04:47.4014742Z TWOHOST OK: A-3 bare-id wake (serve side)
2026-08-03T04:04:47.4091263Z CONN_LIFECYCLE: conn=1 role=brain controller session=1 endpoint=ling-twohost-b by=local controller session=2 endpoint=ling-twohost-b2 by=local wall_ms=1785729887408 mono_ms=178990 event=controller-attach session=2 from_seq=0 [REQ-CONN-POISON-ATTRIBUTION]
2026-08-03T04:04:47.4166095Z TWOHOST role B: B-2 ticker session 2 ready
2026-08-03T04:04:47.5773557Z CONN_LIFECYCLE: conn=3 role=brain stream-subscriber stream=2 stream-subscriber stream=5 stream-subscriber stream=8 stream-subscriber stream=14 stream-subscriber stream=17 stream-subscriber stream=18 stream-subscriber stream=31 stream-subscriber stream=32… wall_ms=1785729887577 mono_ms=179158 event=stream-sub-release stream=76 [REQ-CONN-POISON-ATTRIBUTION]
2026-08-03T04:04:47.5986696Z CONN_LIFECYCLE: conn=3 role=brain stream-subscriber stream=2 stream-subscriber stream=5 stream-subscriber stream=8 stream-subscriber stream=14 stream-subscriber stream=17 stream-subscriber stream=18 stream-subscriber stream=31 stream-subscriber stream=32… wall_ms=1785729887598 mono_ms=179179 event=stream-sub-attach stream=77 from_seq=0 [REQ-CONN-POISON-ATTRIBUTION]
2026-08-03T04:04:47.6301157Z CONN_LIFECYCLE: conn=3 role=brain stream-subscriber stream=2 stream-subscriber stream=5 stream-subscriber stream=8 stream-subscriber stream=14 stream-subscriber stream=17 stream-subscriber stream=18 stream-subscriber stream=31 stream-subscriber stream=32… wall_ms=1785729887629 mono_ms=179211 event=stream-sub-release stream=77 [REQ-CONN-POISON-ATTRIBUTION]
2026-08-03T04:04:47.6730562Z CONN_LIFECYCLE: conn=3 role=brain stream-subscriber stream=2 stream-subscriber stream=5 stream-subscriber stream=8 stream-subscriber stream=14 stream-subscriber stream=17 stream-subscriber stream=18 stream-subscriber stream=31 stream-subscriber stream=32… wall_ms=1785729887672 mono_ms=179253 event=stream-sub-attach stream=79 from_seq=0 [REQ-CONN-POISON-ATTRIBUTION]
2026-08-03T04:04:47.8938541Z CONN_LIFECYCLE: conn=3 role=brain stream-subscriber stream=2 stream-subscriber stream=5 stream-subscriber stream=8 stream-subscriber stream=14 stream-subscriber stream=17 stream-subscriber stream=18 stream-subscriber stream=31 stream-subscriber stream=32… wall_ms=1785729887893 mono_ms=179474 event=stream-sub-release stream=79 [REQ-CONN-POISON-ATTRIBUTION]
2026-08-03T04:04:47.8959901Z CONN_LIFECYCLE: conn=122 role=brain wall_ms=1785729887895 mono_ms=179477 event=write-start [REQ-CONN-POISON-ATTRIBUTION]
2026-08-03T04:04:47.8961355Z CONN_LIFECYCLE: conn=122 role=brain wall_ms=1785729887896 mono_ms=179477 event=transport-close poisoned=false timed_out=false [REQ-CONN-POISON-ATTRIBUTION]
2026-08-03T04:04:47.8963458Z CONN_LIFECYCLE: conn=123 role=brain stream-subscriber stream=80 wall_ms=1785729887896 mono_ms=179477 event=stream-sub-attach stream=80 from_seq=0 [REQ-CONN-POISON-ATTRIBUTION]
2026-08-03T04:04:47.8964866Z CONN_LIFECYCLE: conn=123 role=brain stream-subscriber stream=80 wall_ms=1785729887896 mono_ms=179477 event=write-start [REQ-CONN-POISON-ATTRIBUTION]
2026-08-03T04:04:47.8976895Z CONN_LIFECYCLE: conn=123 role=brain stream-subscriber stream=80 wall_ms=1785729887897 mono_ms=179478 event=transport-close poisoned=false timed_out=false [REQ-CONN-POISON-ATTRIBUTION]
2026-08-03T04:04:47.8978248Z CONN_LIFECYCLE: conn=124 role=brain wall_ms=1785729887897 mono_ms=179478 event=write-start [REQ-CONN-POISON-ATTRIBUTION]
2026-08-03T04:04:47.8979403Z CONN_LIFECYCLE: conn=124 role=brain wall_ms=1785729887897 mono_ms=179478 event=transport-close poisoned=false timed_out=false [REQ-CONN-POISON-ATTRIBUTION]
2026-08-03T04:04:47.9967020Z CONN_LIFECYCLE: conn=125 role=brain wall_ms=1785729887996 mono_ms=179577 event=write-start [REQ-CONN-POISON-ATTRIBUTION]
2026-08-03T04:04:47.9968119Z CONN_LIFECYCLE: conn=126 role=brain wall_ms=1785729887996 mono_ms=179577 event=write-start [REQ-CONN-POISON-ATTRIBUTION]
2026-08-03T04:04:47.9969334Z CONN_LIFECYCLE: conn=125 role=brain wall_ms=1785729887996 mono_ms=179577 event=transport-close poisoned=false timed_out=false [REQ-CONN-POISON-ATTRIBUTION]
2026-08-03T04:04:47.9970731Z CONN_LIFECYCLE: conn=126 role=brain wall_ms=1785729887996 mono_ms=179577 event=transport-close poisoned=false timed_out=false [REQ-CONN-POISON-ATTRIBUTION]
2026-08-03T04:04:47.9971752Z CONN_LIFECYCLE: conn=128 role=brain stream-subscriber stream=81 wall_ms=1785729887996 mono_ms=179578 event=stream-sub-attach stream=81 from_seq=0 [REQ-CONN-POISON-ATTRIBUTION]
2026-08-03T04:04:47.9972844Z CONN_LIFECYCLE: conn=128 role=brain stream-subscriber stream=81 wall_ms=1785729887997 mono_ms=179578 event=write-start [REQ-CONN-POISON-ATTRIBUTION]
2026-08-03T04:04:47.9973613Z CONN_LIFECYCLE: conn=127 role=brain wall_ms=1785729887997 mono_ms=179578 event=write-start [REQ-CONN-POISON-ATTRIBUTION]
2026-08-03T04:04:47.9975114Z CONN_LIFECYCLE: conn=127 role=brain stream-subscriber stream=82 wall_ms=1785729887997 mono_ms=179578 event=stream-sub-attach stream=82 from_seq=0 [REQ-CONN-POISON-ATTRIBUTION]
2026-08-03T04:04:47.9979852Z CONN_LIFECYCLE: conn=128 role=brain stream-subscriber stream=81 wall_ms=1785729887997 mono_ms=179579 event=transport-close poisoned=false timed_out=false [REQ-CONN-POISON-ATTRIBUTION]
2026-08-03T04:04:47.9980758Z CONN_LIFECYCLE: conn=129 role=brain wall_ms=1785729887998 mono_ms=179579 event=write-start [REQ-CONN-POISON-ATTRIBUTION]
2026-08-03T04:04:47.9981687Z CONN_LIFECYCLE: conn=129 role=brain wall_ms=1785729887998 mono_ms=179579 event=transport-close poisoned=false timed_out=false [REQ-CONN-POISON-ATTRIBUTION]
2026-08-03T04:04:47.9984302Z CONN_LIFECYCLE: conn=127 role=brain stream-subscriber stream=82 wall_ms=1785729887998 mono_ms=179579 event=transport-close poisoned=false timed_out=false [REQ-CONN-POISON-ATTRIBUTION]
2026-08-03T04:04:47.9985398Z CONN_LIFECYCLE: conn=130 role=brain wall_ms=1785729887998 mono_ms=179579 event=write-start [REQ-CONN-POISON-ATTRIBUTION]
2026-08-03T04:04:47.9986286Z CONN_LIFECYCLE: conn=130 role=brain wall_ms=1785729887998 mono_ms=179579 event=transport-close poisoned=false timed_out=false [REQ-CONN-POISON-ATTRIBUTION]
2026-08-03T04:04:48.0470216Z CONN_LIFECYCLE: conn=131 role=brain wall_ms=1785729888046 mono_ms=179628 event=write-start [REQ-CONN-POISON-ATTRIBUTION]
2026-08-03T04:04:48.0471986Z CONN_LIFECYCLE: conn=131 role=brain wall_ms=1785729888047 mono_ms=179628 event=transport-close poisoned=false timed_out=false [REQ-CONN-POISON-ATTRIBUTION]
2026-08-03T04:04:48.0475464Z CONN_LIFECYCLE: conn=132 role=brain wall_ms=1785729888047 mono_ms=179628 event=write-start [REQ-CONN-POISON-ATTRIBUTION]
2026-08-03T04:04:48.0478267Z CONN_LIFECYCLE: conn=132 role=brain stream-subscriber stream=83 wall_ms=1785729888047 mono_ms=179628 event=stream-sub-attach stream=83 from_seq=0 [REQ-CONN-POISON-ATTRIBUTION]
2026-08-03T04:04:48.0483032Z CONN_LIFECYCLE: conn=1 role=brain controller session=1 endpoint=ling-twohost-b by=local controller session=2 endpoint=ling-twohost-b2 by=local wall_ms=1785729888048 mono_ms=179629 event=controller-replaced session=2 new_conn=132 [REQ-CONN-POISON-ATTRIBUTION]
2026-08-03T04:04:48.0484740Z CONN_LIFECYCLE: conn=132 role=brain stream-subscriber stream=83 controller session=2 endpoint=ling-twohost-b2 by=bcead52b862344aef51998ca5d8f15dce1e38e6cee3795b219a5849f6ad4b41a wall_ms=1785729888048 mono_ms=179629 event=controller-attach session=2 from_seq=0 [REQ-CONN-POISON-ATTRIBUTION]
2026-08-03T04:04:48.0486481Z CONN_LIFECYCLE: conn=1 role=brain controller session=1 endpoint=ling-twohost-b by=local controller session=2 endpoint=ling-twohost-b2 by=local wall_ms=1785729888048 mono_ms=179629 event=writer-exit role=controller session=2 reason=channel-closed [REQ-CONN-POISON-ATTRIBUTION]
2026-08-03T04:04:48.0559487Z SUBSCRIBE_DECISION: session=2 endpoint=ling-twohost-b2 by=bcead52b862344aef51998ca5d8f15dce1e38e6cee3795b219a5849f6ad4b41a conn=132 intent=control old_by=- old_gen=0 req_gen=1785729887973 decision=controller
2026-08-03T04:04:48.0561060Z SUBSCRIBE_DECISION: session=2 endpoint=ling-twohost-b2 by=bcead52b862344aef51998ca5d8f15dce1e38e6cee3795b219a5849f6ad4b41a conn=132 intent=control old_by=bcead52b862344aef51998ca5d8f15dce1e38e6cee3795b219a5849f6ad4b41a old_gen=1785729887973 req_gen=1785729887973 decision=idempotent
2026-08-03T04:04:48.1680983Z TWOHOST OK: B-2: the attacher child's control stamps landed
2026-08-03T04:04:48.1982106Z CONN_LIFECYCLE: conn=134 role=brain wall_ms=1785729888198 mono_ms=179779 event=write-start [REQ-CONN-POISON-ATTRIBUTION]
2026-08-03T04:04:48.1983436Z CONN_LIFECYCLE: conn=134 role=brain wall_ms=1785729888198 mono_ms=179779 event=transport-close poisoned=false timed_out=false [REQ-CONN-POISON-ATTRIBUTION]
2026-08-03T04:04:48.1985941Z CONN_LIFECYCLE: conn=135 role=brain stream-subscriber stream=84 wall_ms=1785729888198 mono_ms=179779 event=stream-sub-attach stream=84 from_seq=0 [REQ-CONN-POISON-ATTRIBUTION]
2026-08-03T04:04:48.1987428Z CONN_LIFECYCLE: conn=135 role=brain stream-subscriber stream=84 wall_ms=1785729888198 mono_ms=179779 event=write-start [REQ-CONN-POISON-ATTRIBUTION]
2026-08-03T04:04:48.2202899Z CONN_LIFECYCLE: conn=135 role=brain stream-subscriber stream=84 wall_ms=1785729888220 mono_ms=179801 event=transport-close poisoned=false timed_out=false [REQ-CONN-POISON-ATTRIBUTION]
2026-08-03T04:04:48.2203902Z CONN_LIFECYCLE: conn=136 role=brain wall_ms=1785729888220 mono_ms=179801 event=write-start [REQ-CONN-POISON-ATTRIBUTION]
2026-08-03T04:04:48.2204766Z CONN_LIFECYCLE: conn=136 role=brain wall_ms=1785729888220 mono_ms=179801 event=transport-close poisoned=false timed_out=false [REQ-CONN-POISON-ATTRIBUTION]
2026-08-03T04:04:48.2484723Z CONN_LIFECYCLE: conn=137 role=brain wall_ms=1785729888248 mono_ms=179829 event=write-start [REQ-CONN-POISON-ATTRIBUTION]
2026-08-03T04:04:48.2486516Z CONN_LIFECYCLE: conn=137 role=brain wall_ms=1785729888248 mono_ms=179829 event=transport-close poisoned=false timed_out=false [REQ-CONN-POISON-ATTRIBUTION]
2026-08-03T04:04:48.2487794Z CONN_LIFECYCLE: conn=138 role=brain stream-subscriber stream=85 wall_ms=1785729888248 mono_ms=179829 event=stream-sub-attach stream=85 from_seq=0 [REQ-CONN-POISON-ATTRIBUTION]
2026-08-03T04:04:48.2489174Z CONN_LIFECYCLE: conn=138 role=brain stream-subscriber stream=85 wall_ms=1785729888248 mono_ms=179830 event=write-start [REQ-CONN-POISON-ATTRIBUTION]
2026-08-03T04:04:48.2495740Z CONN_LIFECYCLE: conn=138 role=brain stream-subscriber stream=85 wall_ms=1785729888249 mono_ms=179830 event=transport-close poisoned=false timed_out=false [REQ-CONN-POISON-ATTRIBUTION]
2026-08-03T04:04:48.2496958Z CONN_LIFECYCLE: conn=139 role=brain wall_ms=1785729888249 mono_ms=179830 event=write-start [REQ-CONN-POISON-ATTRIBUTION]
2026-08-03T04:04:48.2497817Z CONN_LIFECYCLE: conn=139 role=brain wall_ms=1785729888249 mono_ms=179830 event=transport-close poisoned=false timed_out=false [REQ-CONN-POISON-ATTRIBUTION]
2026-08-03T04:04:48.3072944Z CONN_LIFECYCLE: conn=3 role=brain stream-subscriber stream=2 stream-subscriber stream=5 stream-subscriber stream=8 stream-subscriber stream=14 stream-subscriber stream=17 stream-subscriber stream=18 stream-subscriber stream=31 stream-subscriber stream=32… wall_ms=1785729888307 mono_ms=179888 event=stream-sub-attach stream=87 from_seq=0 [REQ-CONN-POISON-ATTRIBUTION]
2026-08-03T04:04:48.3369740Z CONN_LIFECYCLE: conn=3 role=brain stream-subscriber stream=2 stream-subscriber stream=5 stream-subscriber stream=8 stream-subscriber stream=14 stream-subscriber stream=17 stream-subscriber stream=18 stream-subscriber stream=31 stream-subscriber stream=32… wall_ms=1785729888336 mono_ms=179917 event=stream-sub-release stream=87 [REQ-CONN-POISON-ATTRIBUTION]
2026-08-03T04:04:48.3494618Z CONN_LIFECYCLE: conn=3 role=brain stream-subscriber stream=2 stream-subscriber stream=5 stream-subscriber stream=8 stream-subscriber stream=14 stream-subscriber stream=17 stream-subscriber stream=18 stream-subscriber stream=31 stream-subscriber stream=32… wall_ms=1785729888349 mono_ms=179930 event=stream-sub-attach stream=89 from_seq=0 [REQ-CONN-POISON-ATTRIBUTION]
2026-08-03T04:04:48.4497520Z CONN_LIFECYCLE: conn=140 role=brain wall_ms=1785729888449 mono_ms=180030 event=write-start [REQ-CONN-POISON-ATTRIBUTION]
2026-08-03T04:04:48.4498512Z CONN_LIFECYCLE: conn=140 role=brain wall_ms=1785729888449 mono_ms=180030 event=transport-close poisoned=false timed_out=false [REQ-CONN-POISON-ATTRIBUTION]
2026-08-03T04:04:48.4500737Z CONN_LIFECYCLE: conn=141 role=brain stream-subscriber stream=90 wall_ms=1785729888449 mono_ms=180031 event=stream-sub-attach stream=90 from_seq=0 [REQ-CONN-POISON-ATTRIBUTION]
2026-08-03T04:04:48.4502449Z CONN_LIFECYCLE: conn=141 role=brain stream-subscriber stream=90 wall_ms=1785729888450 mono_ms=180031 event=write-start [REQ-CONN-POISON-ATTRIBUTION]
2026-08-03T04:04:48.4552276Z CONN_LIFECYCLE: conn=141 role=brain stream-subscriber stream=90 wall_ms=1785729888455 mono_ms=180036 event=transport-close poisoned=false timed_out=false [REQ-CONN-POISON-ATTRIBUTION]
2026-08-03T04:04:48.4553461Z CONN_LIFECYCLE: conn=142 role=brain wall_ms=1785729888455 mono_ms=180036 event=write-start [REQ-CONN-POISON-ATTRIBUTION]
2026-08-03T04:04:48.4554488Z CONN_LIFECYCLE: conn=142 role=brain wall_ms=1785729888455 mono_ms=180036 event=transport-close poisoned=false timed_out=false [REQ-CONN-POISON-ATTRIBUTION]
2026-08-03T04:04:48.5000741Z CONN_LIFECYCLE: conn=143 role=brain wall_ms=1785729888499 mono_ms=180081 event=write-start [REQ-CONN-POISON-ATTRIBUTION]
2026-08-03T04:04:48.5001691Z CONN_LIFECYCLE: conn=143 role=brain wall_ms=1785729888500 mono_ms=180081 event=transport-close poisoned=false timed_out=false [REQ-CONN-POISON-ATTRIBUTION]
2026-08-03T04:04:48.5002979Z CONN_LIFECYCLE: conn=144 role=brain stream-subscriber stream=91 wall_ms=1785729888500 mono_ms=180081 event=stream-sub-attach stream=91 from_seq=0 [REQ-CONN-POISON-ATTRIBUTION]
2026-08-03T04:04:48.5004719Z CONN_LIFECYCLE: conn=144 role=brain stream-subscriber stream=91 wall_ms=1785729888500 mono_ms=180081 event=write-start [REQ-CONN-POISON-ATTRIBUTION]
2026-08-03T04:04:48.5017989Z CONN_LIFECYCLE: conn=144 role=brain stream-subscriber stream=91 wall_ms=1785729888501 mono_ms=180082 event=transport-close poisoned=false timed_out=false [REQ-CONN-POISON-ATTRIBUTION]
2026-08-03T04:04:48.5018900Z CONN_LIFECYCLE: conn=145 role=brain wall_ms=1785729888501 mono_ms=180083 event=write-start [REQ-CONN-POISON-ATTRIBUTION]
2026-08-03T04:04:48.5019764Z CONN_LIFECYCLE: conn=145 role=brain wall_ms=1785729888501 mono_ms=180083 event=transport-close poisoned=false timed_out=false [REQ-CONN-POISON-ATTRIBUTION]
2026-08-03T04:04:48.5505482Z CONN_LIFECYCLE: conn=146 role=brain wall_ms=1785729888550 mono_ms=180131 event=write-start [REQ-CONN-POISON-ATTRIBUTION]
2026-08-03T04:04:48.5506661Z CONN_LIFECYCLE: conn=146 role=brain wall_ms=1785729888550 mono_ms=180131 event=transport-close poisoned=false timed_out=false [REQ-CONN-POISON-ATTRIBUTION]
2026-08-03T04:04:48.5508092Z CONN_LIFECYCLE: conn=147 role=brain stream-subscriber stream=92 wall_ms=1785729888550 mono_ms=180131 event=stream-sub-attach stream=92 from_seq=0 [REQ-CONN-POISON-ATTRIBUTION]
2026-08-03T04:04:48.5509556Z CONN_LIFECYCLE: conn=147 role=brain stream-subscriber stream=92 wall_ms=1785729888550 mono_ms=180132 event=write-start [REQ-CONN-POISON-ATTRIBUTION]
2026-08-03T04:04:48.5521776Z CONN_LIFECYCLE: conn=147 role=brain stream-subscriber stream=92 wall_ms=1785729888552 mono_ms=180133 event=transport-close poisoned=false timed_out=false [REQ-CONN-POISON-ATTRIBUTION]
2026-08-03T04:04:48.5523179Z CONN_LIFECYCLE: conn=148 role=brain wall_ms=1785729888552 mono_ms=180133 event=write-start [REQ-CONN-POISON-ATTRIBUTION]
2026-08-03T04:04:48.5524180Z CONN_LIFECYCLE: conn=148 role=brain wall_ms=1785729888552 mono_ms=180133 event=transport-close poisoned=false timed_out=false [REQ-CONN-POISON-ATTRIBUTION]
2026-08-03T04:04:48.5618532Z CONN_LIFECYCLE: conn=25 role=brain wall_ms=1785729888561 mono_ms=180142 event=transport-close poisoned=false timed_out=false [REQ-CONN-POISON-ATTRIBUTION]
2026-08-03T04:04:48.5620065Z CONN_LIFECYCLE: conn=24 role=brain stream-subscriber stream=13 controller session=1 endpoint=ling-twohost-b by=bcead52b862344aef51998ca5d8f15dce1e38e6cee3795b219a5849f6ad4b41a wall_ms=1785729888561 mono_ms=180143 event=writer-exit role=controller session=1 reason=channel-closed [REQ-CONN-POISON-ATTRIBUTION]
2026-08-03T04:04:48.5689900Z CONN_LIFECYCLE: conn=24 role=brain stream-subscriber stream=13 controller session=1 endpoint=ling-twohost-b by=bcead52b862344aef51998ca5d8f15dce1e38e6cee3795b219a5849f6ad4b41a wall_ms=1785729888568 mono_ms=180150 event=session-detach session=1 was_controller=true viewers_dropped=0 [REQ-CONN-POISON-ATTRIBUTION]
2026-08-03T04:04:48.5692185Z CONN_LIFECYCLE: conn=24 role=brain stream-subscriber stream=13 controller session=1 endpoint=ling-twohost-b by=bcead52b862344aef51998ca5d8f15dce1e38e6cee3795b219a5849f6ad4b41a wall_ms=1785729888568 mono_ms=180150 event=stream-sub-release stream=13 [REQ-CONN-POISON-ATTRIBUTION]
2026-08-03T04:04:48.5694486Z CONN_LIFECYCLE: conn=24 role=brain stream-subscriber stream=13 controller session=1 endpoint=ling-twohost-b by=bcead52b862344aef51998ca5d8f15dce1e38e6cee3795b219a5849f6ad4b41a wall_ms=1785729888569 mono_ms=180150 event=transport-close poisoned=false timed_out=false [REQ-CONN-POISON-ATTRIBUTION]
2026-08-03T04:04:48.5695817Z CONN_LIFECYCLE: conn=149 role=brain wall_ms=1785729888569 mono_ms=180150 event=write-start [REQ-CONN-POISON-ATTRIBUTION]
2026-08-03T04:04:48.5696635Z CONN_LIFECYCLE: conn=149 role=brain wall_ms=1785729888569 mono_ms=180150 event=transport-close poisoned=false timed_out=false [REQ-CONN-POISON-ATTRIBUTION]
2026-08-03T04:04:52.9324743Z CONN_LIFECYCLE: conn=150 role=brain wall_ms=1785729892932 mono_ms=184513 event=write-start [REQ-CONN-POISON-ATTRIBUTION]
2026-08-03T04:04:52.9325827Z DISPATCH:93:Failed("stream 93: opener not pinned yet")
2026-08-03T04:04:52.9326785Z DISPATCH_EV: gen=1785729879830 stream=93 family=unclassified attempt=0 conn=6 event=worker-outcome detail=Failed("stream 93: opener not pinned yet") elapsed_ms=0 endpoint=-
2026-08-03T04:04:52.9328048Z CONN_LIFECYCLE: conn=150 role=brain wall_ms=1785729892932 mono_ms=184513 event=transport-close poisoned=false timed_out=false [REQ-CONN-POISON-ATTRIBUTION]
2026-08-03T04:04:53.4392130Z CONN_LIFECYCLE: conn=151 role=brain wall_ms=1785729893438 mono_ms=185020 event=write-start [REQ-CONN-POISON-ATTRIBUTION]
2026-08-03T04:04:53.4393083Z DISPATCH:93:Failed("stream 93: opener not pinned yet")
2026-08-03T04:04:53.4394796Z DISPATCH_EV: gen=1785729879830 stream=93 family=unclassified attempt=1 conn=6 event=worker-outcome detail=Failed("stream 93: opener not pinned yet") elapsed_ms=0 endpoint=-
2026-08-03T04:04:53.4396632Z CONN_LIFECYCLE: conn=151 role=brain wall_ms=1785729893439 mono_ms=185020 event=transport-close poisoned=false timed_out=false [REQ-CONN-POISON-ATTRIBUTION]
2026-08-03T04:04:54.4545766Z CONN_LIFECYCLE: conn=152 role=brain wall_ms=1785729894454 mono_ms=186035 event=write-start [REQ-CONN-POISON-ATTRIBUTION]
2026-08-03T04:04:54.4546963Z DISPATCH:93:Failed("stream 93: opener not pinned yet")
2026-08-03T04:04:54.4547924Z CONN_LIFECYCLE: conn=152 role=brain wall_ms=1785729894454 mono_ms=186035 event=transport-close poisoned=false timed_out=false [REQ-CONN-POISON-ATTRIBUTION]
2026-08-03T04:04:54.4549291Z DISPATCH_EV: gen=1785729879830 stream=93 family=unclassified attempt=2 conn=6 event=worker-outcome detail=Failed("stream 93: opener not pinned yet") elapsed_ms=0 endpoint=-
2026-08-03T04:04:58.3504450Z CONN_LIFECYCLE: conn=3 role=brain stream-subscriber stream=2 stream-subscriber stream=5 stream-subscriber stream=8 stream-subscriber stream=14 stream-subscriber stream=17 stream-subscriber stream=18 stream-subscriber stream=31 stream-subscriber stream=32… wall_ms=1785729898349 mono_ms=189930 event=stream-sub-release stream=89 [REQ-CONN-POISON-ATTRIBUTION]
2026-08-03T04:04:58.3510123Z PUMP_PEER_FAIL:bcead52b862344aef51998ca5d8f15dce1e38e6cee3795b219a5849f6ad4b41a:peer reply-read: no progress within budget — dropping peer (brain IPC read deadline elapsed)
2026-08-03T04:04:58.3737187Z CONN_LIFECYCLE: conn=3 role=brain stream-subscriber stream=2 stream-subscriber stream=5 stream-subscriber stream=8 stream-subscriber stream=14 stream-subscriber stream=17 stream-subscriber stream=18 stream-subscriber stream=31 stream-subscriber stream=32… wall_ms=1785729898373 mono_ms=189954 event=stream-sub-attach stream=95 from_seq=0 [REQ-CONN-POISON-ATTRIBUTION]
2026-08-03T04:05:00.4412726Z PAIR_MEET_UP:twohost step=59524330 id=13745fda2ef6720b1c9c9cc8aa01b97bbbf89be07051e7e4671296144cc65c99 addr=EndpointAddr { id: PublicKey(13745fda2ef6720b1c9c9cc8aa01b97bbbf89be07051e7e4671296144cc65c99), addrs: {Ip(100.98.197.12:59584), Ip(192.168.1.163:59584)} }
2026-08-03T04:05:02.9048662Z CONN_LIFECYCLE: conn=153 role=brain wall_ms=1785729902904 mono_ms=194485 event=write-start [REQ-CONN-POISON-ATTRIBUTION]
2026-08-03T04:05:02.9049791Z DISPATCH:96:Failed("stream 96: opener not pinned yet")
2026-08-03T04:05:02.9050905Z DISPATCH_EV: gen=1785729879830 stream=96 family=unclassified attempt=0 conn=7 event=worker-outcome detail=Failed("stream 96: opener not pinned yet") elapsed_ms=0 endpoint=-
2026-08-03T04:05:02.9052416Z CONN_LIFECYCLE: conn=153 role=brain wall_ms=1785729902904 mono_ms=194485 event=transport-close poisoned=false timed_out=false [REQ-CONN-POISON-ATTRIBUTION]
2026-08-03T04:05:03.4124893Z CONN_LIFECYCLE: conn=154 role=brain wall_ms=1785729903412 mono_ms=194993 event=write-start [REQ-CONN-POISON-ATTRIBUTION]
2026-08-03T04:05:03.4125961Z DISPATCH:96:Failed("stream 96: opener not pinned yet")
2026-08-03T04:05:03.4127101Z DISPATCH_EV: gen=1785729879830 stream=96 family=unclassified attempt=1 conn=7 event=worker-outcome detail=Failed("stream 96: opener not pinned yet") elapsed_ms=0 endpoint=-
2026-08-03T04:05:03.4128692Z CONN_LIFECYCLE: conn=154 role=brain wall_ms=1785729903412 mono_ms=194993 event=transport-close poisoned=false timed_out=false [REQ-CONN-POISON-ATTRIBUTION]
2026-08-03T04:05:04.4258308Z CONN_LIFECYCLE: conn=155 role=brain wall_ms=1785729904425 mono_ms=196006 event=write-start [REQ-CONN-POISON-ATTRIBUTION]
2026-08-03T04:05:04.4259748Z DISPATCH:96:Failed("stream 96: opener not pinned yet")
2026-08-03T04:05:04.4260851Z DISPATCH_EV: gen=1785729879830 stream=96 family=unclassified attempt=2 conn=7 event=worker-outcome detail=Failed("stream 96: opener not pinned yet") elapsed_ms=0 endpoint=-
2026-08-03T04:05:04.4262389Z CONN_LIFECYCLE: conn=155 role=brain wall_ms=1785729904425 mono_ms=196006 event=transport-close poisoned=false timed_out=false [REQ-CONN-POISON-ATTRIBUTION]
2026-08-03T04:05:08.3745339Z CONN_LIFECYCLE: conn=3 role=brain stream-subscriber stream=2 stream-subscriber stream=5 stream-subscriber stream=8 stream-subscriber stream=14 stream-subscriber stream=17 stream-subscriber stream=18 stream-subscriber stream=31 stream-subscriber stream=32… wall_ms=1785729908373 mono_ms=199954 event=stream-sub-release stream=95 [REQ-CONN-POISON-ATTRIBUTION]
2026-08-03T04:05:08.3749247Z PUMP_PEER_FAIL:bcead52b862344aef51998ca5d8f15dce1e38e6cee3795b219a5849f6ad4b41a:peer reply-read: no progress within budget — dropping peer (brain IPC read deadline elapsed)
2026-08-03T04:05:08.4038375Z PUMP_DIAL_SUBMIT:bcead52b862344aef51998ca5d8f15dce1e38e6cee3795b219a5849f6ad4b41a:leg=roster addr={"id":"bcead52b862344aef51998ca5d8f15dce1e38e6cee3795b219a5849f6ad4b41a","addrs":[{"Ip":"100.68.35.65:7460"},{"Ip":"192.168.1.81:7460"}]} wall_ms=1785729908403 mono_ms=28489
2026-08-03T04:05:08.4275188Z CONN_LIFECYCLE: conn=3 role=brain stream-subscriber stream=2 stream-subscriber stream=5 stream-subscriber stream=8 stream-subscriber stream=14 stream-subscriber stream=17 stream-subscriber stream=18 stream-subscriber stream=31 stream-subscriber stream=32… wall_ms=1785729908427 mono_ms=200008 event=stream-sub-attach stream=98 from_seq=0 [REQ-CONN-POISON-ATTRIBUTION]
2026-08-03T04:05:12.8978200Z PUMP_PEER_FAIL:ff00837cfaeb2fc35cb6d4f9b4b87377a8052a31304b988fd2230085ccafc647:stream ended before Done
2026-08-03T04:05:17.9331752Z CONN_LIFECYCLE: conn=156 role=brain wall_ms=1785729917932 mono_ms=209514 event=write-start [REQ-CONN-POISON-ATTRIBUTION]
2026-08-03T04:05:17.9332634Z DISPATCH:99:Failed("stream 99: opener not pinned yet")
2026-08-03T04:05:17.9340399Z CONN_LIFECYCLE: conn=156 role=brain wall_ms=1785729917933 mono_ms=209514 event=transport-close poisoned=false timed_out=false [REQ-CONN-POISON-ATTRIBUTION]
2026-08-03T04:05:17.9341833Z DISPATCH_EV: gen=1785729879830 stream=99 family=unclassified attempt=0 conn=8 event=worker-outcome detail=Failed("stream 99: opener not pinned yet") elapsed_ms=0 endpoint=-
2026-08-03T04:05:17.9372793Z CONN_LIFECYCLE: conn=3 role=brain stream-subscriber stream=2 stream-subscriber stream=5 stream-subscriber stream=8 stream-subscriber stream=14 stream-subscriber stream=17 stream-subscriber stream=18 stream-subscriber stream=31 stream-subscriber stream=32… wall_ms=1785729917936 mono_ms=209518 event=stream-sub-attach stream=101 from_seq=0 [REQ-CONN-POISON-ATTRIBUTION]
2026-08-03T04:05:18.4386618Z CONN_LIFECYCLE: conn=157 role=brain wall_ms=1785729918438 mono_ms=210019 event=write-start [REQ-CONN-POISON-ATTRIBUTION]
2026-08-03T04:05:18.4387661Z DISPATCH:99:Failed("stream 99: opener not pinned yet")
2026-08-03T04:05:18.4388744Z DISPATCH_EV: gen=1785729879830 stream=99 family=unclassified attempt=1 conn=8 event=worker-outcome detail=Failed("stream 99: opener not pinned yet") elapsed_ms=0 endpoint=-
2026-08-03T04:05:18.4390414Z CONN_LIFECYCLE: conn=157 role=brain wall_ms=1785729918438 mono_ms=210019 event=transport-close poisoned=false timed_out=false [REQ-CONN-POISON-ATTRIBUTION]
2026-08-03T04:05:19.4508701Z CONN_LIFECYCLE: conn=158 role=brain wall_ms=1785729919450 mono_ms=211031 event=write-start [REQ-CONN-POISON-ATTRIBUTION]
2026-08-03T04:05:19.4509762Z DISPATCH:99:Failed("stream 99: opener not pinned yet")
2026-08-03T04:05:19.4510896Z DISPATCH_EV: gen=1785729879830 stream=99 family=unclassified attempt=2 conn=8 event=worker-outcome detail=Failed("stream 99: opener not pinned yet") elapsed_ms=0 endpoint=-
2026-08-03T04:05:19.4512490Z CONN_LIFECYCLE: conn=158 role=brain wall_ms=1785729919450 mono_ms=211031 event=transport-close poisoned=false timed_out=false [REQ-CONN-POISON-ATTRIBUTION]
2026-08-03T04:05:27.9075355Z PUMP_PEER_FAIL:ff00837cfaeb2fc35cb6d4f9b4b87377a8052a31304b988fd2230085ccafc647:stream ended before Done
2026-08-03T04:05:27.9077510Z PUMP_PEER_FAIL:bcead52b862344aef51998ca5d8f15dce1e38e6cee3795b219a5849f6ad4b41a:stage=quic-connect: submit-dial exceeded the 10s bound (peer unresponsive) leg=roster addr={"id":"bcead52b862344aef51998ca5d8f15dce1e38e6cee3795b219a5849f6ad4b41a","addrs":[{"Ip":"100.68.35.65:7460"},{"Ip":"192.168.1.81:7460"}]} wall_ms=1785729927907 mono_ms=47992
2026-08-03T04:05:27.9114897Z PUMP_DIAL_SUBMIT:bcead52b862344aef51998ca5d8f15dce1e38e6cee3795b219a5849f6ad4b41a:leg=failed-addr-skip-then-discovery addr={"id":"bcead52b862344aef51998ca5d8f15dce1e38e6cee3795b219a5849f6ad4b41a","addrs":[{"Ip":"100.68.35.65:7460"}]} wall_ms=1785729927911 mono_ms=47996
2026-08-03T04:05:27.9120725Z PUMP_DIAL_SUBMIT:ff00837cfaeb2fc35cb6d4f9b4b87377a8052a31304b988fd2230085ccafc647:leg=cache addr={"id":"ff00837cfaeb2fc35cb6d4f9b4b87377a8052a31304b988fd2230085ccafc647","addrs":[{"Ip":"100.98.197.12:52552"}]} wall_ms=1785729927911 mono_ms=47997
2026-08-03T04:05:27.9420622Z PUMP_PEER_FAIL:ff00837cfaeb2fc35cb6d4f9b4b87377a8052a31304b988fd2230085ccafc647:no such stream 103
2026-08-03T04:05:30.4415882Z PAIR_MEET_UP:twohost step=59524331 id=f229c0ff58f982e5cd9ca94e03b5d7740b4b197b6626a0ea98adbc6e782b2716 addr=EndpointAddr { id: PublicKey(f229c0ff58f982e5cd9ca94e03b5d7740b4b197b6626a0ea98adbc6e782b2716), addrs: {Ip(100.98.197.12:58020), Ip(192.168.1.163:58020)} }
2026-08-03T04:05:37.9139268Z PUMP_PEER_FAIL:bcead52b862344aef51998ca5d8f15dce1e38e6cee3795b219a5849f6ad4b41a:stage=quic-connect: submit-dial exceeded the 10s bound (peer unresponsive) leg=failed-addr-skip-then-discovery addr={"id":"bcead52b862344aef51998ca5d8f15dce1e38e6cee3795b219a5849f6ad4b41a","addrs":[{"Ip":"100.68.35.65:7460"}]} wall_ms=1785729937913 mono_ms=57999
2026-08-03T04:05:37.9403943Z PUMP_DIAL_SUBMIT:ff00837cfaeb2fc35cb6d4f9b4b87377a8052a31304b988fd2230085ccafc647:leg=cache addr={"id":"ff00837cfaeb2fc35cb6d4f9b4b87377a8052a31304b988fd2230085ccafc647","addrs":[{"Ip":"100.98.197.12:52552"}]} wall_ms=1785729937940 mono_ms=58025
2026-08-03T04:05:37.9680163Z PUMP_PEER_FAIL:ff00837cfaeb2fc35cb6d4f9b4b87377a8052a31304b988fd2230085ccafc647:net-stream-open failed: no such conn 10
2026-08-03T04:05:42.9923297Z PUMP_DIAL_SUBMIT:ff00837cfaeb2fc35cb6d4f9b4b87377a8052a31304b988fd2230085ccafc647:leg=cache addr={"id":"ff00837cfaeb2fc35cb6d4f9b4b87377a8052a31304b988fd2230085ccafc647","addrs":[{"Ip":"100.98.197.12:52552"}]} wall_ms=1785729942992 mono_ms=63077
2026-08-03T04:05:43.0079649Z CONN_LIFECYCLE: conn=159 role=brain wall_ms=1785729943007 mono_ms=234588 event=write-start [REQ-CONN-POISON-ATTRIBUTION]
2026-08-03T04:05:43.0080549Z DISPATCH:105:Failed("stream 105: opener not pinned yet")
2026-08-03T04:05:43.0081647Z DISPATCH_EV: gen=1785729879830 stream=105 family=unclassified attempt=0 conn=11 event=worker-outcome detail=Failed("stream 105: opener not pinned yet") elapsed_ms=0 endpoint=-
2026-08-03T04:05:43.0083216Z CONN_LIFECYCLE: conn=159 role=brain wall_ms=1785729943007 mono_ms=234589 event=transport-close poisoned=false timed_out=false [REQ-CONN-POISON-ATTRIBUTION]
2026-08-03T04:05:43.0164969Z CONN_LIFECYCLE: conn=3 role=brain stream-subscriber stream=2 stream-subscriber stream=5 stream-subscriber stream=8 stream-subscriber stream=14 stream-subscriber stream=17 stream-subscriber stream=18 stream-subscriber stream=31 stream-subscriber stream=32… wall_ms=1785729943016 mono_ms=234597 event=stream-sub-attach stream=108 from_seq=0 [REQ-CONN-POISON-ATTRIBUTION]
2026-08-03T04:05:43.5150110Z CONN_LIFECYCLE: conn=160 role=brain wall_ms=1785729943514 mono_ms=235095 event=write-start [REQ-CONN-POISON-ATTRIBUTION]
2026-08-03T04:05:43.5151266Z DISPATCH:105:Failed("stream 105: opener not pinned yet")
2026-08-03T04:05:43.5152134Z CONN_LIFECYCLE: conn=160 role=brain wall_ms=1785729943514 mono_ms=235096 event=transport-close poisoned=false timed_out=false [REQ-CONN-POISON-ATTRIBUTION]
2026-08-03T04:05:43.5153413Z DISPATCH_EV: gen=1785729879830 stream=105 family=unclassified attempt=1 conn=11 event=worker-outcome detail=Failed("stream 105: opener not pinned yet") elapsed_ms=0 endpoint=-
2026-08-03T04:05:44.5267286Z CONN_LIFECYCLE: conn=161 role=brain wall_ms=1785729944526 mono_ms=236107 event=write-start [REQ-CONN-POISON-ATTRIBUTION]
2026-08-03T04:05:44.5268753Z DISPATCH:105:Failed("stream 105: opener not pinned yet")
2026-08-03T04:05:44.5270312Z CONN_LIFECYCLE: conn=161 role=brain wall_ms=1785729944526 mono_ms=236107 event=transport-close poisoned=false timed_out=false [REQ-CONN-POISON-ATTRIBUTION]
2026-08-03T04:05:44.5271819Z DISPATCH_EV: gen=1785729879830 stream=105 family=unclassified attempt=2 conn=11 event=worker-outcome detail=Failed("stream 105: opener not pinned yet") elapsed_ms=0 endpoint=-
2026-08-03T04:05:48.4140846Z CONN_LIFECYCLE: conn=133 role=brain wall_ms=1785729948413 mono_ms=239995 event=write-start [REQ-CONN-POISON-ATTRIBUTION]
2026-08-03T04:05:48.4285073Z CONN_LIFECYCLE: conn=133 role=brain wall_ms=1785729948428 mono_ms=240009 event=transport-close poisoned=false timed_out=false [REQ-CONN-POISON-ATTRIBUTION]
2026-08-03T04:05:48.4287850Z CONN_LIFECYCLE: conn=132 role=brain stream-subscriber stream=83 controller session=2 endpoint=ling-twohost-b2 by=bcead52b862344aef51998ca5d8f15dce1e38e6cee3795b219a5849f6ad4b41a wall_ms=1785729948428 mono_ms=240009 event=writer-exit role=controller session=2 reason=channel-closed [REQ-CONN-POISON-ATTRIBUTION]
2026-08-03T04:05:48.4401050Z CONN_LIFECYCLE: conn=132 role=brain stream-subscriber stream=83 controller session=2 endpoint=ling-twohost-b2 by=bcead52b862344aef51998ca5d8f15dce1e38e6cee3795b219a5849f6ad4b41a wall_ms=1785729948439 mono_ms=240021 event=session-detach session=2 was_controller=true viewers_dropped=0 [REQ-CONN-POISON-ATTRIBUTION]
2026-08-03T04:05:48.4405561Z CONN_LIFECYCLE: conn=132 role=brain stream-subscriber stream=83 controller session=2 endpoint=ling-twohost-b2 by=bcead52b862344aef51998ca5d8f15dce1e38e6cee3795b219a5849f6ad4b41a wall_ms=1785729948440 mono_ms=240021 event=transport-close poisoned=false timed_out=false [REQ-CONN-POISON-ATTRIBUTION]
2026-08-03T04:05:48.4408394Z CONN_LIFECYCLE: conn=162 role=brain wall_ms=1785729948440 mono_ms=240021 event=write-start [REQ-CONN-POISON-ATTRIBUTION]
2026-08-03T04:05:48.4409916Z CONN_LIFECYCLE: conn=162 role=brain wall_ms=1785729948440 mono_ms=240021 event=transport-close poisoned=false timed_out=false [REQ-CONN-POISON-ATTRIBUTION]
2026-08-03T04:05:48.5171416Z TWOHOST OK: B-2: the severed controller's stamps CLEAR (reap + converge)
2026-08-03T04:05:48.5172149Z TWOHOST OK: B-2 dead-controller reap cleared the stamps
2026-08-03T04:05:48.5172606Z TWOHOST OK: done-file pushed by A (ladder complete on A)
2026-08-03T04:05:48.5172984Z TWOHOST role B: ladder complete
2026-08-03T04:05:48.5228328Z CONN_LIFECYCLE: conn=1 role=brain controller session=1 endpoint=ling-twohost-b by=local controller session=2 endpoint=ling-twohost-b2 by=local wall_ms=1785729948522 mono_ms=240103 event=transport-close poisoned=false timed_out=false [REQ-CONN-POISON-ATTRIBUTION]
2026-08-03T04:05:48.5243759Z CONN_LIFECYCLE: conn=2 role=brain wall_ms=1785729948524 mono_ms=240105 event=transport-close poisoned=false timed_out=false [REQ-CONN-POISON-ATTRIBUTION]
2026-08-03T04:05:48.5285307Z test two_host_ladder_role_b ... ok
2026-08-03T04:05:48.5285713Z 
2026-08-03T04:05:48.5286242Z test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 240.28s
2026-08-03T04:05:48.5286967Z 
2026-08-03T04:05:48.5591426Z ##[group]Run cargo build -p mock-adapter --bin mock-session
2026-08-03T04:05:48.5591787Z [36;1mcargo build -p mock-adapter --bin mock-session[0m
2026-08-03T04:05:48.5603762Z shell: /usr/bin/bash -e {0}
2026-08-03T04:05:48.5603981Z env:
2026-08-03T04:05:48.5604276Z   SPT_CI_TEST_TMP: /home/reavus/actions-runner/_work/_temp/spt-test-tmp-30782259675-1-EIR68Q
2026-08-03T04:05:48.5604711Z   TEMP: /home/reavus/actions-runner/_work/_temp/spt-test-tmp-30782259675-1-EIR68Q
2026-08-03T04:05:48.5605115Z   TMP: /home/reavus/actions-runner/_work/_temp/spt-test-tmp-30782259675-1-EIR68Q
2026-08-03T04:05:48.5605520Z   TMPDIR: /home/reavus/actions-runner/_work/_temp/spt-test-tmp-30782259675-1-EIR68Q
2026-08-03T04:05:48.5605839Z ##[endgroup]
2026-08-03T04:05:48.6826891Z    Compiling typenum v1.20.1
2026-08-03T04:05:48.6827386Z    Compiling subtle v2.6.1
2026-08-03T04:05:49.0551708Z    Compiling generic-array v0.14.7
2026-08-03T04:05:49.3400780Z    Compiling crypto-common v0.1.7
2026-08-03T04:05:49.3401293Z    Compiling block-buffer v0.10.4
2026-08-03T04:05:49.3819936Z    Compiling digest v0.10.7
2026-08-03T04:05:49.4660832Z    Compiling sha2 v0.10.9
2026-08-03T04:05:49.4661227Z    Compiling hmac v0.12.1
2026-08-03T04:05:49.6405058Z    Compiling mock-adapter v0.52.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/adapters/mock)
2026-08-03T04:05:49.7999783Z     Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.22s
2026-08-03T04:05:49.8123389Z ##[group]Run bash .github/bench/wrap.sh twohost-cli-b -- cargo test -p spt --test twohost_cli -- --nocapture
2026-08-03T04:05:49.8123980Z [36;1mbash .github/bench/wrap.sh twohost-cli-b -- cargo test -p spt --test twohost_cli -- --nocapture[0m
2026-08-03T04:05:49.8136397Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0}
2026-08-03T04:05:49.8136679Z env:
2026-08-03T04:05:49.8136985Z   SPT_CI_TEST_TMP: /home/reavus/actions-runner/_work/_temp/spt-test-tmp-30782259675-1-EIR68Q
2026-08-03T04:05:49.8137429Z   TEMP: /home/reavus/actions-runner/_work/_temp/spt-test-tmp-30782259675-1-EIR68Q
2026-08-03T04:05:49.8137823Z   TMP: /home/reavus/actions-runner/_work/_temp/spt-test-tmp-30782259675-1-EIR68Q
2026-08-03T04:05:49.8138224Z   TMPDIR: /home/reavus/actions-runner/_work/_temp/spt-test-tmp-30782259675-1-EIR68Q
2026-08-03T04:05:49.8138539Z   SPT_TWO_HOST: 1
2026-08-03T04:05:49.8138710Z   SPT_TWO_HOST_ROLE: b
2026-08-03T04:05:49.8138903Z   SPT_TWO_HOST_SECRET: rig-twohost-ci
2026-08-03T04:05:49.8139279Z   SPT_TWO_HOST_WAIT_SECS: 900
2026-08-03T04:05:49.8139474Z ##[endgroup]
2026-08-03T04:05:50.0752846Z    Compiling n0-future v0.3.2
2026-08-03T04:05:50.0799982Z    Compiling rustix v1.1.4
2026-08-03T04:05:50.0861946Z    Compiling backon v1.6.0
2026-08-03T04:05:50.1175923Z    Compiling n0-watcher v0.6.1
2026-08-03T04:05:50.1176621Z    Compiling iroh-dns v0.98.0
2026-08-03T04:05:50.2151180Z    Compiling netwatch v0.16.0
2026-08-03T04:05:50.3357128Z    Compiling iroh-relay v0.98.0
2026-08-03T04:05:50.8214658Z    Compiling portmapper v0.16.0
2026-08-03T04:05:51.4666748Z    Compiling terminal_size v0.4.4
2026-08-03T04:05:51.4667139Z    Compiling tempfile v3.27.0
2026-08-03T04:05:51.5175133Z    Compiling clap_builder v4.6.0
2026-08-03T04:05:51.6283123Z    Compiling spt-test-support v0.52.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-test-support)
2026-08-03T04:05:52.8934582Z    Compiling clap v4.6.1
2026-08-03T04:05:53.3011012Z    Compiling iroh v0.98.2
2026-08-03T04:06:00.9241457Z    Compiling spt-net v0.52.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-net)
2026-08-03T04:06:02.6277384Z    Compiling spt-daemon v0.52.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-daemon)
2026-08-03T04:06:13.0621680Z    Compiling spt v0.52.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt)
2026-08-03T04:06:19.3498614Z     Finished `test` profile [unoptimized + debuginfo] target(s) in 29.51s
2026-08-03T04:06:19.3723259Z      Running tests/twohost_cli.rs (target/debug/deps/twohost_cli-d5ce8520c81f2be1)
2026-08-03T04:06:19.3740135Z 
2026-08-03T04:06:19.3740301Z running 2 tests
2026-08-03T04:06:19.3742182Z test gated_cli_role_a ... ok
2026-08-03T04:06:19.3746318Z GATED role B: node 989b0dbaa74de8e5c747af19c65f49211f08235717e8d322ec082ab0cbfb48ee
2026-08-03T04:06:19.7997575Z MANIFEST_DEAD_KEY:gatedresume: [session.psyche_init] references `{psyche_dir}`, not a fillable key — this role is retired (never spawned); remove the dead reference
2026-08-03T04:06:29.1993327Z GATED role B: ticker session 1 ready
2026-08-03T04:06:46.9739860Z GATED OK: bring-up: A's target row replicated to B
2026-08-03T04:06:46.9740509Z GATED OK: C-2: A's wake flipped the rest intent to Active
2026-08-03T04:06:46.9741119Z GATED OK: C-2: the [session.resume] template relaunched the harness
2026-08-03T04:06:46.9741743Z GATED OK: C-2: the revived harness self-bound (status online)
2026-08-03T04:06:46.9742246Z GATED OK: C-2 revive (serve side)
2026-08-03T04:06:47.2226525Z GATED OK: E-1 send confirmed —  SENT(WAN):ling-gated-tgt@cc45247c71dc683e9c6505b72142e1976f898f7acf064beb27e35d2993ace09c (spooled)
2026-08-03T04:07:17.3501985Z GATED OK: E-1: A confirmed the from-stamp
2026-08-03T04:07:18.8628842Z GATED OK: W4 fork: A's cross-node fork landed here
2026-08-03T04:07:18.8945723Z GATED OK: W4 fork — whole endpoint minted here, source intact
2026-08-03T04:07:19.3745614Z test gated_cli_role_b has been running for over 60 seconds
2026-08-03T04:07:47.5364741Z GATED OK: B-3: A's viewport is attached
2026-08-03T04:07:47.5512508Z GATED: daemon stop rc=Some(3) out= err=DAEMON_STOP_REFUSED: a broker-stopping command is never run by an spt endpoint (this process runs inside hosted session 'ling-gated-e1'). this would kill the running session(s) of all 2 spt-hosted endpoint(s) on this node, including your own: ling-gated-c2, ling-gated-rc. No flag overrides this, `--force` included. run this from a terminal of your own — a shell that is not descended from an agent's hosted session
2026-08-03T04:07:47.5564698Z GATED role B: daemon DOWN (honest stop) — restarting
2026-08-03T04:07:56.9081387Z GATED role B: ticker respawned (2) after the bounce
2026-08-03T04:09:12.4982042Z GATED OK: B-3: A finished (reheal proven)
2026-08-03T04:24:12.6091525Z GATED role B: step complete — bye ack NOT observed within the bound (tolerated: A asserts delivery on its side)
2026-08-03T04:24:12.6995059Z test gated_cli_role_b ... ok
2026-08-03T04:24:12.6995342Z 
2026-08-03T04:24:12.7002357Z test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1073.33s
2026-08-03T04:24:12.7002694Z 
2026-08-03T04:24:12.7240327Z ##[group]Run bash .github/ci/reap-census.sh end
2026-08-03T04:24:12.7240630Z [36;1mbash .github/ci/reap-census.sh end[0m
2026-08-03T04:24:12.7252970Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0}
2026-08-03T04:24:12.7253388Z env:
2026-08-03T04:24:12.7253685Z   SPT_CI_TEST_TMP: /home/reavus/actions-runner/_work/_temp/spt-test-tmp-30782259675-1-EIR68Q
2026-08-03T04:24:12.7254126Z   TEMP: /home/reavus/actions-runner/_work/_temp/spt-test-tmp-30782259675-1-EIR68Q
2026-08-03T04:24:12.7254533Z   TMP: /home/reavus/actions-runner/_work/_temp/spt-test-tmp-30782259675-1-EIR68Q
2026-08-03T04:24:12.7254947Z   TMPDIR: /home/reavus/actions-runner/_work/_temp/spt-test-tmp-30782259675-1-EIR68Q
2026-08-03T04:24:12.7255276Z ##[endgroup]
2026-08-03T04:24:12.7296291Z CI-CENSUS scope roots:
2026-08-03T04:24:12.7296696Z   root: /home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core
2026-08-03T04:24:12.7297164Z   root: /home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/target
2026-08-03T04:24:12.7297683Z   root: /home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/.adapter-notify/target
2026-08-03T04:24:12.7298137Z   root: /home/reavus/actions-runner/_work/_temp
2026-08-03T04:24:12.7298440Z   root: /home/reavus/spt-n1-oldbroker
2026-08-03T04:24:12.7340547Z CI-CENSUS self-check OK: walked 390 /proc entries, exe resolution live
2026-08-03T04:24:14.2022412Z CI-CENSUS phase=pre-reap box_procs=390 box_fds=10752 family_total=5 scoped=3 unscoped=2 unreadable_path=0 flood_orphans=0
2026-08-03T04:24:14.2023036Z   FOREIGN  pid=1687377 /home/reavus/.local/bin/spt
2026-08-03T04:24:14.2023385Z   FOREIGN  pid=1687391 /home/reavus/.local/bin/spt
2026-08-03T04:24:14.2023856Z   SCOPED   pid=2318895 /home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/target/debug/spt
2026-08-03T04:24:14.2024458Z   SCOPED   pid=2318912 /home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/target/debug/spt
2026-08-03T04:24:14.2025155Z   SCOPED   pid=2319247 /home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/.adapter-notify/target/debug/notify-shell
2026-08-03T04:24:14.2025770Z CI-REAP: settling 5s so cleanly-exiting daemons are not counted as leaks
2026-08-03T04:24:20.6911398Z CI-CENSUS phase=post-settle box_procs=391 box_fds=10752 family_total=5 scoped=3 unscoped=2 unreadable_path=0 flood_orphans=0
2026-08-03T04:24:20.6912046Z   FOREIGN  pid=1687377 /home/reavus/.local/bin/spt
2026-08-03T04:24:20.6912384Z   FOREIGN  pid=1687391 /home/reavus/.local/bin/spt
2026-08-03T04:24:20.6912865Z   SCOPED   pid=2318895 /home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/target/debug/spt
2026-08-03T04:24:20.6913456Z   SCOPED   pid=2318912 /home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/target/debug/spt
2026-08-03T04:24:20.6914122Z   SCOPED   pid=2319247 /home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/.adapter-notify/target/debug/notify-shell
2026-08-03T04:24:21.1164256Z   REAP  pid=2318895 /home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/target/debug/spt
2026-08-03T04:24:21.1189953Z   REAP  pid=2318912 /home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/target/debug/spt
2026-08-03T04:24:21.1216371Z   REAP  pid=2319247 /home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/.adapter-notify/target/debug/notify-shell
2026-08-03T04:24:24.3102129Z CI-CENSUS phase=end box_procs=388 box_fds=10848 family_total=2 scoped=0 unscoped=2 unreadable_path=0 flood_orphans=0
2026-08-03T04:24:24.3102697Z   FOREIGN  pid=1687377 /home/reavus/.local/bin/spt
2026-08-03T04:24:24.3103030Z   FOREIGN  pid=1687391 /home/reavus/.local/bin/spt
2026-08-03T04:24:24.3103403Z CI-REAP summary: killed=3 flood_orphans=none scoped_survivors=0
2026-08-03T04:24:24.3128780Z ##[group]Run bash .github/ci/test-temp-sandbox.sh cleanup
2026-08-03T04:24:24.3129218Z [36;1mbash .github/ci/test-temp-sandbox.sh cleanup[0m
2026-08-03T04:24:24.3141313Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0}
2026-08-03T04:24:24.3141580Z env:
2026-08-03T04:24:24.3141870Z   SPT_CI_TEST_TMP: /home/reavus/actions-runner/_work/_temp/spt-test-tmp-30782259675-1-EIR68Q
2026-08-03T04:24:24.3142305Z   TEMP: /home/reavus/actions-runner/_work/_temp/spt-test-tmp-30782259675-1-EIR68Q
2026-08-03T04:24:24.3142708Z   TMP: /home/reavus/actions-runner/_work/_temp/spt-test-tmp-30782259675-1-EIR68Q
2026-08-03T04:24:24.3143303Z   TMPDIR: /home/reavus/actions-runner/_work/_temp/spt-test-tmp-30782259675-1-EIR68Q
2026-08-03T04:24:24.3143618Z ##[endgroup]
2026-08-03T04:24:24.3214028Z CI-TMP cleanup: removed /home/reavus/actions-runner/_work/_temp/spt-test-tmp-30782259675-1-EIR68Q on attempt 1/5
2026-08-03T04:24:24.3266952Z 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/
2026-08-03T04:24:24.3267929Z ##[group]Run actions/upload-artifact@v4
2026-08-03T04:24:24.3268149Z with:
2026-08-03T04:24:24.3268335Z   name: bench-ledger-twohost-b
2026-08-03T04:24:24.3268544Z   path: bench-ledger/
2026-08-03T04:24:24.3268730Z   if-no-files-found: warn
2026-08-03T04:24:24.3268921Z   retention-days: 30
2026-08-03T04:24:24.3269406Z   compression-level: 6
2026-08-03T04:24:24.3269604Z   overwrite: false
2026-08-03T04:24:24.3269778Z   include-hidden-files: false
2026-08-03T04:24:24.3269974Z env:
2026-08-03T04:24:24.3270277Z   SPT_CI_TEST_TMP: /home/reavus/actions-runner/_work/_temp/spt-test-tmp-30782259675-1-EIR68Q
2026-08-03T04:24:24.3278280Z   TEMP: /home/reavus/actions-runner/_work/_temp/spt-test-tmp-30782259675-1-EIR68Q
2026-08-03T04:24:24.3278760Z   TMP: /home/reavus/actions-runner/_work/_temp/spt-test-tmp-30782259675-1-EIR68Q
2026-08-03T04:24:24.3279295Z   TMPDIR: /home/reavus/actions-runner/_work/_temp/spt-test-tmp-30782259675-1-EIR68Q
2026-08-03T04:24:24.3279615Z ##[endgroup]
2026-08-03T04:24:24.4657515Z (node:2349881) [DEP0040] DeprecationWarning: The `punycode` module is deprecated. Please use a userland alternative instead.
2026-08-03T04:24:24.4658097Z (Use `node --trace-deprecation ...` to show where the warning was created)
2026-08-03T04:24:24.4693383Z With the provided path, there will be 1 file uploaded
2026-08-03T04:24:24.4697317Z Artifact name is valid!
2026-08-03T04:24:24.4697852Z Root directory input is valid!
2026-08-03T04:24:24.8277055Z Beginning upload of artifact content to blob storage
2026-08-03T04:24:24.8424367Z (node:2349881) [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.
2026-08-03T04:24:25.1212999Z Uploaded bytes 325
2026-08-03T04:24:25.1931543Z Finished uploading artifact content to blob storage!
2026-08-03T04:24:25.1932189Z SHA256 digest of uploaded artifact zip is 75127e9d1f887b7b1495d5afda2e4b2280ce2e17431ac28f644551c4d5df8d0e
2026-08-03T04:24:25.1933484Z Finalizing artifact upload
2026-08-03T04:24:25.4274526Z Artifact bench-ledger-twohost-b.zip successfully finalized. Artifact ID 8844722918
2026-08-03T04:24:25.4275685Z Artifact bench-ledger-twohost-b has been successfully uploaded! Final size is 325 bytes. Artifact ID is 8844722918
2026-08-03T04:24:25.4282433Z Artifact download URL: https://github.com/BigscreenVR/spt-bs-core/actions/runs/30782259675/artifacts/8844722918
2026-08-03T04:24:25.4474602Z Post job cleanup.
2026-08-03T04:24:25.5127675Z [command]/usr/bin/git version
2026-08-03T04:24:25.5158841Z git version 2.43.0
2026-08-03T04:24:25.5220820Z Copying '/home/reavus/.gitconfig' to '/home/reavus/actions-runner/_work/_temp/34366785-4f97-4703-b41f-8cdfab729187/.gitconfig'
2026-08-03T04:24:25.5227373Z Temporarily overriding HOME='/home/reavus/actions-runner/_work/_temp/34366785-4f97-4703-b41f-8cdfab729187' before making global git config changes
2026-08-03T04:24:25.5227969Z Adding repository directory to the temporary git global config as a safe directory
2026-08-03T04:24:25.5231380Z [command]/usr/bin/git config --global --add safe.directory /home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/.adapter-notify
2026-08-03T04:24:25.5258213Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2026-08-03T04:24:25.5283784Z [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-08-03T04:24:25.5469960Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-08-03T04:24:25.5487664Z http.https://github.com/.extraheader
2026-08-03T04:24:25.5495912Z [command]/usr/bin/git config --local --unset-all http.https://github.com/.extraheader
2026-08-03T04:24:25.5520433Z [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-08-03T04:24:25.5702393Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-08-03T04:24:25.5726715Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
2026-08-03T04:24:25.6042798Z Post job cleanup.
2026-08-03T04:24:25.6701246Z [command]/usr/bin/git version
2026-08-03T04:24:25.6732922Z git version 2.43.0
2026-08-03T04:24:25.6758085Z Copying '/home/reavus/.gitconfig' to '/home/reavus/actions-runner/_work/_temp/1103b209-aff0-4980-b30e-3b30bcb64e04/.gitconfig'
2026-08-03T04:24:25.6765232Z Temporarily overriding HOME='/home/reavus/actions-runner/_work/_temp/1103b209-aff0-4980-b30e-3b30bcb64e04' before making global git config changes
2026-08-03T04:24:25.6765901Z Adding repository directory to the temporary git global config as a safe directory
2026-08-03T04:24:25.6768703Z [command]/usr/bin/git config --global --add safe.directory /home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core
2026-08-03T04:24:25.6815473Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2026-08-03T04:24:25.6842115Z [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-08-03T04:24:25.7030119Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-08-03T04:24:25.7050580Z http.https://github.com/.extraheader
2026-08-03T04:24:25.7057168Z [command]/usr/bin/git config --local --unset-all http.https://github.com/.extraheader
2026-08-03T04:24:25.7080882Z [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-08-03T04:24:25.7265415Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-08-03T04:24:25.7292113Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
2026-08-03T04:24:25.7622869Z Cleaning up orphan processes
2026-08-03T04:24:25.8272829Z ##[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/
