﻿2026-08-18T01:22:40.0351074Z Current runner version: '2.336.0'
2026-08-18T01:22:40.0355824Z Runner name: 'kitsubito'
2026-08-18T01:22:40.0356607Z Runner group name: 'Default'
2026-08-18T01:22:40.0357356Z Machine name: 'KITSUBITO'
2026-08-18T01:22:40.0360912Z ##[group]GITHUB_TOKEN Permissions
2026-08-18T01:22:40.0362782Z Actions: write
2026-08-18T01:22:40.0363177Z ArtifactMetadata: write
2026-08-18T01:22:40.0363566Z Attestations: write
2026-08-18T01:22:40.0363934Z Checks: write
2026-08-18T01:22:40.0364296Z CodeQuality: write
2026-08-18T01:22:40.0364643Z Contents: write
2026-08-18T01:22:40.0365005Z CopilotRequests: write
2026-08-18T01:22:40.0365382Z Deployments: write
2026-08-18T01:22:40.0365739Z Discussions: write
2026-08-18T01:22:40.0366094Z Drives: write
2026-08-18T01:22:40.0366433Z Issues: write
2026-08-18T01:22:40.0366782Z Metadata: read
2026-08-18T01:22:40.0367130Z Models: read
2026-08-18T01:22:40.0367473Z Packages: write
2026-08-18T01:22:40.0367835Z Pages: write
2026-08-18T01:22:40.0368288Z PullRequests: write
2026-08-18T01:22:40.0368687Z RepositoryProjects: write
2026-08-18T01:22:40.0369173Z SecurityEvents: write
2026-08-18T01:22:40.0369540Z Statuses: write
2026-08-18T01:22:40.0369889Z VulnerabilityAlerts: read
2026-08-18T01:22:40.0370257Z ##[endgroup]
2026-08-18T01:22:40.0371769Z Secret source: Actions
2026-08-18T01:22:40.0372412Z Prepare workflow directory
2026-08-18T01:22:40.0729378Z Prepare all required actions
2026-08-18T01:22:40.0765814Z Getting action download info
2026-08-18T01:22:40.3909968Z Download action repository 'actions/checkout@v5' (SHA:fbc6f3992d24b796d5a048ff273f7fcc4a7b6c09)
2026-08-18T01:22:41.1805328Z Complete job name: changes
2026-08-18T01:22:41.2603295Z ##[group]Run set -euo pipefail
2026-08-18T01:22:41.2604016Z [36;1mset -euo pipefail[0m
2026-08-18T01:22:41.2604492Z [36;1mfloor_bytes=$((32 * 1024 * 1024 * 1024))[0m
2026-08-18T01:22:41.2605128Z [36;1mdrive=$(df -P "$GITHUB_WORKSPACE" | awk 'NR == 2 { print $1 }')[0m
2026-08-18T01:22:41.2605895Z [36;1mfree_bytes=$(df -PB1 "$GITHUB_WORKSPACE" | awk 'NR == 2 { print $4 }')[0m
2026-08-18T01:22:41.2606702Z [36;1mprintf 'disk preflight: drive=%s free_bytes=%s floor_bytes=%s\n' \[0m
2026-08-18T01:22:41.2607354Z [36;1m  "$drive" "$free_bytes" "$floor_bytes"[0m
2026-08-18T01:22:41.2607888Z [36;1mif [ "$free_bytes" -lt "$floor_bytes" ]; then[0m
2026-08-18T01:22:41.2608770Z [36;1m  echo "::error title=Insufficient free disk::RESOURCE=disk drive=$drive free_bytes=$free_bytes floor_bytes=$floor_bytes"[0m
2026-08-18T01:22:41.2609724Z [36;1m  exit 1[0m
2026-08-18T01:22:41.2610099Z [36;1mfi[0m
2026-08-18T01:22:41.2627688Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0}
2026-08-18T01:22:41.2628556Z ##[endgroup]
2026-08-18T01:22:41.2753509Z disk preflight: drive=/dev/nvme0n1p2 free_bytes=800758349824 floor_bytes=34359738368
2026-08-18T01:22:41.2965822Z ##[group]Run actions/checkout@v5
2026-08-18T01:22:41.2966370Z with:
2026-08-18T01:22:41.2966808Z   fetch-depth: 2
2026-08-18T01:22:41.2967256Z   repository: BigscreenVR/spt-bs-core
2026-08-18T01:22:41.2970501Z   token: ***
2026-08-18T01:22:41.2970871Z   ssh-strict: true
2026-08-18T01:22:41.2971234Z   ssh-user: git
2026-08-18T01:22:41.2971630Z   persist-credentials: true
2026-08-18T01:22:41.2972020Z   clean: true
2026-08-18T01:22:41.2972390Z   sparse-checkout-cone-mode: true
2026-08-18T01:22:41.2972819Z   fetch-tags: false
2026-08-18T01:22:41.2973200Z   show-progress: true
2026-08-18T01:22:41.2973611Z   lfs: false
2026-08-18T01:22:41.2973959Z   submodules: false
2026-08-18T01:22:41.2974369Z   set-safe-directory: true
2026-08-18T01:22:41.2974822Z   allow-unsafe-pr-checkout: false
2026-08-18T01:22:41.2975253Z ##[endgroup]
2026-08-18T01:22:41.3733024Z Syncing repository: BigscreenVR/spt-bs-core
2026-08-18T01:22:41.3734608Z ##[group]Getting Git version info
2026-08-18T01:22:41.3735390Z Working directory is '/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core'
2026-08-18T01:22:41.3736315Z [command]/usr/bin/git version
2026-08-18T01:22:41.3767146Z git version 2.43.0
2026-08-18T01:22:41.3785342Z ##[endgroup]
2026-08-18T01:22:41.3793217Z Copying '/home/reavus/.gitconfig' to '/home/reavus/actions-runner/_work/_temp/5a52bef5-6d6d-4ec8-be40-a730578e4f00/.gitconfig'
2026-08-18T01:22:41.3800893Z Temporarily overriding HOME='/home/reavus/actions-runner/_work/_temp/5a52bef5-6d6d-4ec8-be40-a730578e4f00' before making global git config changes
2026-08-18T01:22:41.3802121Z Adding repository directory to the temporary git global config as a safe directory
2026-08-18T01:22:41.3803596Z [command]/usr/bin/git config --global --add safe.directory /home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core
2026-08-18T01:22:41.3852548Z [command]/usr/bin/git config --local --get remote.origin.url
2026-08-18T01:22:41.3870763Z https://github.com/BigscreenVR/spt-bs-core
2026-08-18T01:22:41.3880999Z ##[group]Removing previously created refs, to avoid conflicts
2026-08-18T01:22:41.3883670Z [command]/usr/bin/git rev-parse --symbolic-full-name --verify --quiet HEAD
2026-08-18T01:22:41.3902024Z HEAD
2026-08-18T01:22:41.3930331Z ##[endgroup]
2026-08-18T01:22:41.3931604Z [command]/usr/bin/git submodule status
2026-08-18T01:22:41.4117928Z ##[group]Cleaning the repository
2026-08-18T01:22:41.4118495Z [command]/usr/bin/git clean -ffdx
2026-08-18T01:22:41.4146798Z Removing traceable-reqs
2026-08-18T01:22:41.4153748Z [command]/usr/bin/git reset --hard HEAD
2026-08-18T01:22:41.4387028Z HEAD is now at ce115d994 Merge d9eb7d43e29c50b20d4ae32dcadce19c40598df7 into f1a560fcf0546e5cb9c0120efd3c0e173fa8f8dc
2026-08-18T01:22:41.4394157Z ##[endgroup]
2026-08-18T01:22:41.4395921Z ##[group]Disabling automatic garbage collection
2026-08-18T01:22:41.4399741Z [command]/usr/bin/git config --local gc.auto 0
2026-08-18T01:22:41.4427639Z ##[endgroup]
2026-08-18T01:22:41.4428779Z ##[group]Setting up auth
2026-08-18T01:22:41.4434204Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2026-08-18T01:22:41.4461148Z [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-18T01:22:41.4656747Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-08-18T01:22:41.4683258Z [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-18T01:22:41.4870975Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-08-18T01:22:41.4895667Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
2026-08-18T01:22:41.5075123Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic ***
2026-08-18T01:22:41.5105945Z ##[endgroup]
2026-08-18T01:22:41.5106745Z ##[group]Fetching the repository
2026-08-18T01:22:41.5112767Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=2 origin +ce115d9949ebe86fd1d6efbb41d32d7b950b5cd5:refs/remotes/pull/148/merge
2026-08-18T01:22:41.9421165Z ##[endgroup]
2026-08-18T01:22:41.9422501Z ##[group]Determining the checkout info
2026-08-18T01:22:41.9423904Z ##[endgroup]
2026-08-18T01:22:41.9433051Z [command]/usr/bin/git sparse-checkout disable
2026-08-18T01:22:41.9474035Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig
2026-08-18T01:22:41.9499876Z ##[group]Checking out the ref
2026-08-18T01:22:41.9502146Z [command]/usr/bin/git checkout --progress --force refs/remotes/pull/148/merge
2026-08-18T01:22:41.9559162Z HEAD is now at ce115d994 Merge d9eb7d43e29c50b20d4ae32dcadce19c40598df7 into f1a560fcf0546e5cb9c0120efd3c0e173fa8f8dc
2026-08-18T01:22:41.9563326Z ##[endgroup]
2026-08-18T01:22:41.9599169Z [command]/usr/bin/git log -1 --format=%H
2026-08-18T01:22:41.9622199Z ce115d9949ebe86fd1d6efbb41d32d7b950b5cd5
2026-08-18T01:22:41.9791232Z ##[group]Run set -euo pipefail
2026-08-18T01:22:41.9792472Z [36;1mset -euo pipefail[0m
2026-08-18T01:22:41.9793450Z [36;1mif [ "pull_request" != "pull_request" ]; then[0m
2026-08-18T01:22:41.9794658Z [36;1m  echo "code=true" >> "$GITHUB_OUTPUT"[0m
2026-08-18T01:22:41.9795687Z [36;1m  exit 0[0m
2026-08-18T01:22:41.9796420Z [36;1mfi[0m
2026-08-18T01:22:41.9797239Z [36;1mfiles=$(git diff --name-only HEAD^1 HEAD)[0m
2026-08-18T01:22:41.9798440Z [36;1mprintf 'changed files:\n%s\n' "$files"[0m
2026-08-18T01:22:41.9799927Z [36;1mcode=false[0m
2026-08-18T01:22:41.9801047Z [36;1mwhile IFS= read -r f; do[0m
2026-08-18T01:22:41.9802260Z [36;1m  [ -z "$f" ] && continue[0m
2026-08-18T01:22:41.9803472Z [36;1m  case "$f" in[0m
2026-08-18T01:22:41.9804574Z [36;1m    docs-site/*) code=true ;;[0m
2026-08-18T01:22:41.9805809Z [36;1m    *.md) ;;[0m
2026-08-18T01:22:41.9806824Z [36;1m    traceable-reqs.toml) ;;[0m
2026-08-18T01:22:41.9808004Z [36;1m    *) code=true ;;[0m
2026-08-18T01:22:41.9809348Z [36;1m  esac[0m
2026-08-18T01:22:41.9810477Z [36;1mdone <<< "$files"[0m
2026-08-18T01:22:41.9811674Z [36;1mecho "code=$code" >> "$GITHUB_OUTPUT"[0m
2026-08-18T01:22:41.9828223Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0}
2026-08-18T01:22:41.9829500Z ##[endgroup]
2026-08-18T01:22:41.9901704Z changed files:
2026-08-18T01:22:41.9902605Z CONTEXT.md
2026-08-18T01:22:41.9903479Z crates/spt-daemon/src/answerop.rs
2026-08-18T01:22:41.9904704Z crates/spt-daemon/src/knocknotif.rs
2026-08-18T01:22:41.9905910Z crates/spt-daemon/src/lib.rs
2026-08-18T01:22:41.9906973Z crates/spt-daemon/src/notif.rs
2026-08-18T01:22:41.9908356Z crates/spt-daemon/src/presence.rs
2026-08-18T01:22:41.9909573Z crates/spt-daemon/src/redeemop.rs
2026-08-18T01:22:41.9910757Z crates/spt-daemon/tests/dispatch.rs
2026-08-18T01:22:41.9911863Z crates/spt-daemon/tests/pump.rs
2026-08-18T01:22:41.9912737Z crates/spt-daemon/tests/twohost.rs
2026-08-18T01:22:41.9913638Z crates/spt-net/src/net/notif.rs
2026-08-18T01:22:41.9914526Z crates/spt-store/src/knock.rs
2026-08-18T01:22:41.9915401Z crates/spt-store/src/notif.rs
2026-08-18T01:22:41.9916246Z crates/spt/src/cli.rs
2026-08-18T01:22:41.9917028Z crates/spt/tests/twohost_cli.rs
2026-08-18T01:22:41.9918088Z docs/adr/0046-notif-scope-supersession-quiet-delivery.md
2026-08-18T01:22:41.9919914Z traceable-reqs.toml
2026-08-18T01:22:42.0124799Z Post job cleanup.
2026-08-18T01:22:42.0803419Z [command]/usr/bin/git version
2026-08-18T01:22:42.0867624Z git version 2.43.0
2026-08-18T01:22:42.0895072Z Copying '/home/reavus/.gitconfig' to '/home/reavus/actions-runner/_work/_temp/d1e81908-60d6-4338-a948-c6c54c22f7d8/.gitconfig'
2026-08-18T01:22:42.0902277Z Temporarily overriding HOME='/home/reavus/actions-runner/_work/_temp/d1e81908-60d6-4338-a948-c6c54c22f7d8' before making global git config changes
2026-08-18T01:22:42.0904781Z Adding repository directory to the temporary git global config as a safe directory
2026-08-18T01:22:42.0906844Z [command]/usr/bin/git config --global --add safe.directory /home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core
2026-08-18T01:22:42.0955799Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2026-08-18T01:22:42.0985108Z [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-18T01:22:42.1177533Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-08-18T01:22:42.1195756Z http.https://github.com/.extraheader
2026-08-18T01:22:42.1204271Z [command]/usr/bin/git config --local --unset-all http.https://github.com/.extraheader
2026-08-18T01:22:42.1229925Z [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-18T01:22:42.1418903Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-08-18T01:22:42.1444913Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
2026-08-18T01:22:42.1767130Z Evaluate and set job outputs
2026-08-18T01:22:42.1773418Z Set output 'code'
2026-08-18T01:22:42.1776318Z Cleaning up orphan processes
