﻿2026-08-17T23:34:12.3195088Z Current runner version: '2.336.0'
2026-08-17T23:34:12.3199751Z Runner name: 'kitsubito'
2026-08-17T23:34:12.3200301Z Runner group name: 'Default'
2026-08-17T23:34:12.3200931Z Machine name: 'KITSUBITO'
2026-08-17T23:34:12.3204343Z ##[group]GITHUB_TOKEN Permissions
2026-08-17T23:34:12.3206139Z Actions: write
2026-08-17T23:34:12.3206571Z ArtifactMetadata: write
2026-08-17T23:34:12.3206992Z Attestations: write
2026-08-17T23:34:12.3207388Z Checks: write
2026-08-17T23:34:12.3207768Z CodeQuality: write
2026-08-17T23:34:12.3208164Z Contents: write
2026-08-17T23:34:12.3208559Z CopilotRequests: write
2026-08-17T23:34:12.3209076Z Deployments: write
2026-08-17T23:34:12.3209477Z Discussions: write
2026-08-17T23:34:12.3209868Z Drives: write
2026-08-17T23:34:12.3210241Z Issues: write
2026-08-17T23:34:12.3210607Z Metadata: read
2026-08-17T23:34:12.3210983Z Models: read
2026-08-17T23:34:12.3211362Z Packages: write
2026-08-17T23:34:12.3211748Z Pages: write
2026-08-17T23:34:12.3212225Z PullRequests: write
2026-08-17T23:34:12.3212654Z RepositoryProjects: write
2026-08-17T23:34:12.3213080Z SecurityEvents: write
2026-08-17T23:34:12.3213479Z Statuses: write
2026-08-17T23:34:12.3213869Z VulnerabilityAlerts: read
2026-08-17T23:34:12.3214269Z ##[endgroup]
2026-08-17T23:34:12.3215814Z Secret source: Actions
2026-08-17T23:34:12.3216511Z Prepare workflow directory
2026-08-17T23:34:12.3646745Z Prepare all required actions
2026-08-17T23:34:12.3682726Z Getting action download info
2026-08-17T23:34:12.7132643Z Download action repository 'actions/checkout@v5' (SHA:fbc6f3992d24b796d5a048ff273f7fcc4a7b6c09)
2026-08-17T23:34:13.0829057Z Complete job name: changes
2026-08-17T23:34:13.1620676Z ##[group]Run set -euo pipefail
2026-08-17T23:34:13.1621229Z [36;1mset -euo pipefail[0m
2026-08-17T23:34:13.1621682Z [36;1mfloor_bytes=$((32 * 1024 * 1024 * 1024))[0m
2026-08-17T23:34:13.1622266Z [36;1mdrive=$(df -P "$GITHUB_WORKSPACE" | awk 'NR == 2 { print $1 }')[0m
2026-08-17T23:34:13.1622961Z [36;1mfree_bytes=$(df -PB1 "$GITHUB_WORKSPACE" | awk 'NR == 2 { print $4 }')[0m
2026-08-17T23:34:13.1623677Z [36;1mprintf 'disk preflight: drive=%s free_bytes=%s floor_bytes=%s\n' \[0m
2026-08-17T23:34:13.1624286Z [36;1m  "$drive" "$free_bytes" "$floor_bytes"[0m
2026-08-17T23:34:13.1624797Z [36;1mif [ "$free_bytes" -lt "$floor_bytes" ]; then[0m
2026-08-17T23:34:13.1625613Z [36;1m  echo "::error title=Insufficient free disk::RESOURCE=disk drive=$drive free_bytes=$free_bytes floor_bytes=$floor_bytes"[0m
2026-08-17T23:34:13.1626377Z [36;1m  exit 1[0m
2026-08-17T23:34:13.1626720Z [36;1mfi[0m
2026-08-17T23:34:13.1643187Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0}
2026-08-17T23:34:13.1643958Z ##[endgroup]
2026-08-17T23:34:13.1779980Z disk preflight: drive=/dev/nvme0n1p2 free_bytes=753252843520 floor_bytes=34359738368
2026-08-17T23:34:13.1944999Z ##[group]Run actions/checkout@v5
2026-08-17T23:34:13.1945452Z with:
2026-08-17T23:34:13.1945781Z   fetch-depth: 2
2026-08-17T23:34:13.1946153Z   repository: BigscreenVR/spt-bs-core
2026-08-17T23:34:13.1949214Z   token: ***
2026-08-17T23:34:13.1949695Z   ssh-strict: true
2026-08-17T23:34:13.1950043Z   ssh-user: git
2026-08-17T23:34:13.1950663Z   persist-credentials: true
2026-08-17T23:34:13.1951069Z   clean: true
2026-08-17T23:34:13.1951427Z   sparse-checkout-cone-mode: true
2026-08-17T23:34:13.1951846Z   fetch-tags: false
2026-08-17T23:34:13.1952194Z   show-progress: true
2026-08-17T23:34:13.1952544Z   lfs: false
2026-08-17T23:34:13.1952868Z   submodules: false
2026-08-17T23:34:13.1953220Z   set-safe-directory: true
2026-08-17T23:34:13.1953621Z   allow-unsafe-pr-checkout: false
2026-08-17T23:34:13.1954032Z ##[endgroup]
2026-08-17T23:34:13.2702129Z Syncing repository: BigscreenVR/spt-bs-core
2026-08-17T23:34:13.2703586Z ##[group]Getting Git version info
2026-08-17T23:34:13.2704373Z Working directory is '/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core'
2026-08-17T23:34:13.2705232Z [command]/usr/bin/git version
2026-08-17T23:34:13.2741117Z git version 2.43.0
2026-08-17T23:34:13.2759931Z ##[endgroup]
2026-08-17T23:34:13.2767280Z Copying '/home/reavus/.gitconfig' to '/home/reavus/actions-runner/_work/_temp/6113a7f9-fa4d-4ef3-aee0-7faf93d7afb7/.gitconfig'
2026-08-17T23:34:13.2774315Z Temporarily overriding HOME='/home/reavus/actions-runner/_work/_temp/6113a7f9-fa4d-4ef3-aee0-7faf93d7afb7' before making global git config changes
2026-08-17T23:34:13.2775399Z Adding repository directory to the temporary git global config as a safe directory
2026-08-17T23:34:13.2777234Z [command]/usr/bin/git config --global --add safe.directory /home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core
2026-08-17T23:34:13.2809125Z [command]/usr/bin/git config --local --get remote.origin.url
2026-08-17T23:34:13.2826533Z https://github.com/BigscreenVR/spt-bs-core
2026-08-17T23:34:13.2836015Z ##[group]Removing previously created refs, to avoid conflicts
2026-08-17T23:34:13.2839021Z [command]/usr/bin/git rev-parse --symbolic-full-name --verify --quiet HEAD
2026-08-17T23:34:13.2860958Z HEAD
2026-08-17T23:34:13.2891068Z ##[endgroup]
2026-08-17T23:34:13.2892418Z [command]/usr/bin/git submodule status
2026-08-17T23:34:13.3072556Z ##[group]Cleaning the repository
2026-08-17T23:34:13.3075333Z [command]/usr/bin/git clean -ffdx
2026-08-17T23:34:17.2502650Z Removing target/
2026-08-17T23:34:17.2512116Z [command]/usr/bin/git reset --hard HEAD
2026-08-17T23:34:17.2943107Z HEAD is now at cc7baeab1 Merge a70ca2d872fb80cb0a7671ed39d71df065d4c80d into 27d40b9a4467c0f04649cb46734b0c76596ed605
2026-08-17T23:34:17.2948797Z ##[endgroup]
2026-08-17T23:34:17.2950916Z ##[group]Disabling automatic garbage collection
2026-08-17T23:34:17.2954337Z [command]/usr/bin/git config --local gc.auto 0
2026-08-17T23:34:17.2980559Z ##[endgroup]
2026-08-17T23:34:17.2981657Z ##[group]Setting up auth
2026-08-17T23:34:17.2986046Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2026-08-17T23:34:17.3011352Z [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-17T23:34:17.3201282Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-08-17T23:34:17.3225237Z [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-17T23:34:17.3415795Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-08-17T23:34:17.3442089Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
2026-08-17T23:34:17.3628457Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic ***
2026-08-17T23:34:17.3657695Z ##[endgroup]
2026-08-17T23:34:17.3659568Z ##[group]Fetching the repository
2026-08-17T23:34:17.3665007Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=2 origin +5018337ee872e1ae8be92dd52e583b70ec5106e9:refs/remotes/pull/145/merge
2026-08-17T23:34:18.0542352Z From https://github.com/BigscreenVR/spt-bs-core
2026-08-17T23:34:18.0543097Z  + cc7baeab1...5018337ee 5018337ee872e1ae8be92dd52e583b70ec5106e9 -> pull/145/merge  (forced update)
2026-08-17T23:34:18.0563635Z ##[endgroup]
2026-08-17T23:34:18.0564151Z ##[group]Determining the checkout info
2026-08-17T23:34:18.0565486Z ##[endgroup]
2026-08-17T23:34:18.0574744Z [command]/usr/bin/git sparse-checkout disable
2026-08-17T23:34:18.0612866Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig
2026-08-17T23:34:18.0633901Z ##[group]Checking out the ref
2026-08-17T23:34:18.0636028Z [command]/usr/bin/git checkout --progress --force refs/remotes/pull/145/merge
2026-08-17T23:34:18.0881707Z Warning: you are leaving 1 commit behind, not connected to
2026-08-17T23:34:18.0896201Z any of your branches:
2026-08-17T23:34:18.0896473Z 
2026-08-17T23:34:18.0896816Z   cc7baeab1 Merge a70ca2d872fb80cb0a7671ed39d71df065d4c80d into 27d40b9a4467c0f04649cb46734b0c76596ed605
2026-08-17T23:34:18.0897546Z 
2026-08-17T23:34:18.0897770Z If you want to keep it by creating a new branch, this may be a good time
2026-08-17T23:34:18.0898176Z to do so with:
2026-08-17T23:34:18.0898319Z 
2026-08-17T23:34:18.0898451Z  git branch <new-branch-name> cc7baeab1
2026-08-17T23:34:18.0898650Z 
2026-08-17T23:34:18.0899063Z HEAD is now at 5018337ee Merge fa8c22293a8345d14455255e7de34d1d73e6ca57 into 27d40b9a4467c0f04649cb46734b0c76596ed605
2026-08-17T23:34:18.0900166Z ##[endgroup]
2026-08-17T23:34:18.0934360Z [command]/usr/bin/git log -1 --format=%H
2026-08-17T23:34:18.0960520Z 5018337ee872e1ae8be92dd52e583b70ec5106e9
2026-08-17T23:34:18.1088330Z ##[group]Run set -euo pipefail
2026-08-17T23:34:18.1088676Z [36;1mset -euo pipefail[0m
2026-08-17T23:34:18.1089051Z [36;1mif [ "pull_request" != "pull_request" ]; then[0m
2026-08-17T23:34:18.1089375Z [36;1m  echo "code=true" >> "$GITHUB_OUTPUT"[0m
2026-08-17T23:34:18.1089671Z [36;1m  exit 0[0m
2026-08-17T23:34:18.1089875Z [36;1mfi[0m
2026-08-17T23:34:18.1090113Z [36;1mfiles=$(git diff --name-only HEAD^1 HEAD)[0m
2026-08-17T23:34:18.1090414Z [36;1mprintf 'changed files:\n%s\n' "$files"[0m
2026-08-17T23:34:18.1090690Z [36;1mcode=false[0m
2026-08-17T23:34:18.1090916Z [36;1mwhile IFS= read -r f; do[0m
2026-08-17T23:34:18.1091167Z [36;1m  [ -z "$f" ] && continue[0m
2026-08-17T23:34:18.1091407Z [36;1m  case "$f" in[0m
2026-08-17T23:34:18.1091641Z [36;1m    docs-site/*) code=true ;;[0m
2026-08-17T23:34:18.1091899Z [36;1m    *.md) ;;[0m
2026-08-17T23:34:18.1092142Z [36;1m    traceable-reqs.toml) ;;[0m
2026-08-17T23:34:18.1092403Z [36;1m    *) code=true ;;[0m
2026-08-17T23:34:18.1092670Z [36;1m  esac[0m
2026-08-17T23:34:18.1092886Z [36;1mdone <<< "$files"[0m
2026-08-17T23:34:18.1093140Z [36;1mecho "code=$code" >> "$GITHUB_OUTPUT"[0m
2026-08-17T23:34:18.1105991Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0}
2026-08-17T23:34:18.1106330Z ##[endgroup]
2026-08-17T23:34:18.1165525Z changed files:
2026-08-17T23:34:18.1165820Z CONTEXT.md
2026-08-17T23:34:18.1166092Z crates/spt-daemon/src/access.rs
2026-08-17T23:34:18.1166426Z crates/spt-store/src/access.rs
2026-08-17T23:34:18.1166741Z crates/spt-store/src/briefing.rs
2026-08-17T23:34:18.1167056Z crates/spt/src/accessview.rs
2026-08-17T23:34:18.1167356Z crates/spt/src/api/engineroom.rs
2026-08-17T23:34:18.1167666Z crates/spt/src/api/mod.rs
2026-08-17T23:34:18.1167954Z crates/spt/src/cli.rs
2026-08-17T23:34:18.1168264Z crates/spt/src/wansend.rs
2026-08-17T23:34:18.1168574Z docs-site/src/cli/reference.md
2026-08-17T23:34:18.1168904Z docs-site/src/networking/access-viewing.md
2026-08-17T23:34:18.1169461Z traceable-reqs.toml
2026-08-17T23:34:18.1281537Z Post job cleanup.
2026-08-17T23:34:18.1946589Z [command]/usr/bin/git version
2026-08-17T23:34:18.1976430Z git version 2.43.0
2026-08-17T23:34:18.2036072Z Copying '/home/reavus/.gitconfig' to '/home/reavus/actions-runner/_work/_temp/202fda71-e9ff-40e4-83cd-e300f22302f3/.gitconfig'
2026-08-17T23:34:18.2043832Z Temporarily overriding HOME='/home/reavus/actions-runner/_work/_temp/202fda71-e9ff-40e4-83cd-e300f22302f3' before making global git config changes
2026-08-17T23:34:18.2044541Z Adding repository directory to the temporary git global config as a safe directory
2026-08-17T23:34:18.2047422Z [command]/usr/bin/git config --global --add safe.directory /home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core
2026-08-17T23:34:18.2075959Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2026-08-17T23:34:18.2099182Z [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-17T23:34:18.2280111Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-08-17T23:34:18.2298140Z http.https://github.com/.extraheader
2026-08-17T23:34:18.2305001Z [command]/usr/bin/git config --local --unset-all http.https://github.com/.extraheader
2026-08-17T23:34:18.2330232Z [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-17T23:34:18.2512181Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-08-17T23:34:18.2536794Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
2026-08-17T23:34:18.2837298Z Evaluate and set job outputs
2026-08-17T23:34:18.2842198Z Set output 'code'
2026-08-17T23:34:18.2844009Z Cleaning up orphan processes
