﻿2026-08-18T00:56:38.2174572Z Current runner version: '2.336.0'
2026-08-18T00:56:38.2179069Z Runner name: 'kitsubito'
2026-08-18T00:56:38.2179613Z Runner group name: 'Default'
2026-08-18T00:56:38.2180220Z Machine name: 'KITSUBITO'
2026-08-18T00:56:38.2183421Z ##[group]GITHUB_TOKEN Permissions
2026-08-18T00:56:38.2185223Z Actions: write
2026-08-18T00:56:38.2185616Z ArtifactMetadata: write
2026-08-18T00:56:38.2186015Z Attestations: write
2026-08-18T00:56:38.2186382Z Checks: write
2026-08-18T00:56:38.2186729Z CodeQuality: write
2026-08-18T00:56:38.2187101Z Contents: write
2026-08-18T00:56:38.2187458Z CopilotRequests: write
2026-08-18T00:56:38.2187841Z Deployments: write
2026-08-18T00:56:38.2188215Z Discussions: write
2026-08-18T00:56:38.2188576Z Drives: write
2026-08-18T00:56:38.2188919Z Issues: write
2026-08-18T00:56:38.2189333Z Metadata: read
2026-08-18T00:56:38.2189681Z Models: read
2026-08-18T00:56:38.2190025Z Packages: write
2026-08-18T00:56:38.2190374Z Pages: write
2026-08-18T00:56:38.2190813Z PullRequests: write
2026-08-18T00:56:38.2191200Z RepositoryProjects: write
2026-08-18T00:56:38.2191590Z SecurityEvents: write
2026-08-18T00:56:38.2191948Z Statuses: write
2026-08-18T00:56:38.2192316Z VulnerabilityAlerts: read
2026-08-18T00:56:38.2192703Z ##[endgroup]
2026-08-18T00:56:38.2194243Z Secret source: Actions
2026-08-18T00:56:38.2194912Z Prepare workflow directory
2026-08-18T00:56:38.2551542Z Prepare all required actions
2026-08-18T00:56:38.2590891Z Getting action download info
2026-08-18T00:56:38.5569201Z Download action repository 'actions/checkout@v5' (SHA:fbc6f3992d24b796d5a048ff273f7fcc4a7b6c09)
2026-08-18T00:56:39.2996397Z Complete job name: changes
2026-08-18T00:56:39.3813242Z ##[group]Run set -euo pipefail
2026-08-18T00:56:39.3814344Z [36;1mset -euo pipefail[0m
2026-08-18T00:56:39.3815228Z [36;1mfloor_bytes=$((32 * 1024 * 1024 * 1024))[0m
2026-08-18T00:56:39.3816502Z [36;1mdrive=$(df -P "$GITHUB_WORKSPACE" | awk 'NR == 2 { print $1 }')[0m
2026-08-18T00:56:39.3818057Z [36;1mfree_bytes=$(df -PB1 "$GITHUB_WORKSPACE" | awk 'NR == 2 { print $4 }')[0m
2026-08-18T00:56:39.3819745Z [36;1mprintf 'disk preflight: drive=%s free_bytes=%s floor_bytes=%s\n' \[0m
2026-08-18T00:56:39.3821081Z [36;1m  "$drive" "$free_bytes" "$floor_bytes"[0m
2026-08-18T00:56:39.3822183Z [36;1mif [ "$free_bytes" -lt "$floor_bytes" ]; then[0m
2026-08-18T00:56:39.3824050Z [36;1m  echo "::error title=Insufficient free disk::RESOURCE=disk drive=$drive free_bytes=$free_bytes floor_bytes=$floor_bytes"[0m
2026-08-18T00:56:39.3825807Z [36;1m  exit 1[0m
2026-08-18T00:56:39.3826489Z [36;1mfi[0m
2026-08-18T00:56:39.3843870Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0}
2026-08-18T00:56:39.3845348Z ##[endgroup]
2026-08-18T00:56:39.3972235Z disk preflight: drive=/dev/nvme0n1p2 free_bytes=800770052096 floor_bytes=34359738368
2026-08-18T00:56:39.4244074Z ##[group]Run actions/checkout@v5
2026-08-18T00:56:39.4244952Z with:
2026-08-18T00:56:39.4245603Z   fetch-depth: 2
2026-08-18T00:56:39.4246338Z   repository: BigscreenVR/spt-bs-core
2026-08-18T00:56:39.4253172Z   token: ***
2026-08-18T00:56:39.4253832Z   ssh-strict: true
2026-08-18T00:56:39.4254529Z   ssh-user: git
2026-08-18T00:56:39.4255231Z   persist-credentials: true
2026-08-18T00:56:39.4256016Z   clean: true
2026-08-18T00:56:39.4256706Z   sparse-checkout-cone-mode: true
2026-08-18T00:56:39.4257547Z   fetch-tags: false
2026-08-18T00:56:39.4258261Z   show-progress: true
2026-08-18T00:56:39.4259054Z   lfs: false
2026-08-18T00:56:39.4259723Z   submodules: false
2026-08-18T00:56:39.4260428Z   set-safe-directory: true
2026-08-18T00:56:39.4261251Z   allow-unsafe-pr-checkout: false
2026-08-18T00:56:39.4262070Z ##[endgroup]
2026-08-18T00:56:39.5015614Z Syncing repository: BigscreenVR/spt-bs-core
2026-08-18T00:56:39.5017920Z ##[group]Getting Git version info
2026-08-18T00:56:39.5019332Z Working directory is '/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core'
2026-08-18T00:56:39.5021069Z [command]/usr/bin/git version
2026-08-18T00:56:39.5021865Z git version 2.43.0
2026-08-18T00:56:39.5027235Z ##[endgroup]
2026-08-18T00:56:39.5035307Z Copying '/home/reavus/.gitconfig' to '/home/reavus/actions-runner/_work/_temp/43a2536e-ff15-4d9a-8010-5adc005ba30b/.gitconfig'
2026-08-18T00:56:39.5042886Z Temporarily overriding HOME='/home/reavus/actions-runner/_work/_temp/43a2536e-ff15-4d9a-8010-5adc005ba30b' before making global git config changes
2026-08-18T00:56:39.5045538Z Adding repository directory to the temporary git global config as a safe directory
2026-08-18T00:56:39.5047727Z [command]/usr/bin/git config --global --add safe.directory /home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core
2026-08-18T00:56:39.5093340Z [command]/usr/bin/git config --local --get remote.origin.url
2026-08-18T00:56:39.5111951Z https://github.com/BigscreenVR/spt-bs-core
2026-08-18T00:56:39.5121701Z ##[group]Removing previously created refs, to avoid conflicts
2026-08-18T00:56:39.5124033Z [command]/usr/bin/git rev-parse --symbolic-full-name --verify --quiet HEAD
2026-08-18T00:56:39.5142807Z HEAD
2026-08-18T00:56:39.5174516Z ##[endgroup]
2026-08-18T00:56:39.5175454Z [command]/usr/bin/git submodule status
2026-08-18T00:56:39.5354243Z ##[group]Cleaning the repository
2026-08-18T00:56:39.5355717Z [command]/usr/bin/git clean -ffdx
2026-08-18T00:56:39.5386491Z Removing traceable-reqs
2026-08-18T00:56:39.5393451Z [command]/usr/bin/git reset --hard HEAD
2026-08-18T00:56:39.5596455Z HEAD is now at 137d6d10d Merge f1a560fcf0546e5cb9c0120efd3c0e173fa8f8dc into af8e57785d479fac8d0726c9f7e2085e3ce26529
2026-08-18T00:56:39.5602495Z ##[endgroup]
2026-08-18T00:56:39.5604209Z ##[group]Disabling automatic garbage collection
2026-08-18T00:56:39.5607795Z [command]/usr/bin/git config --local gc.auto 0
2026-08-18T00:56:39.5634095Z ##[endgroup]
2026-08-18T00:56:39.5635189Z ##[group]Setting up auth
2026-08-18T00:56:39.5640386Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2026-08-18T00:56:39.5665409Z [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-18T00:56:39.5844254Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-08-18T00:56:39.5870027Z [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-18T00:56:39.6053020Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-08-18T00:56:39.6081221Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
2026-08-18T00:56:39.6272308Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic ***
2026-08-18T00:56:39.6307623Z ##[endgroup]
2026-08-18T00:56:39.6309073Z ##[group]Fetching the repository
2026-08-18T00:56:39.6316603Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=2 origin +137d6d10dbdc32d5691488dbbc928a8682bf57f3:refs/remotes/pull/147/merge
2026-08-18T00:56:40.0374286Z ##[endgroup]
2026-08-18T00:56:40.0375435Z ##[group]Determining the checkout info
2026-08-18T00:56:40.0376252Z ##[endgroup]
2026-08-18T00:56:40.0380174Z [command]/usr/bin/git sparse-checkout disable
2026-08-18T00:56:40.0419876Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig
2026-08-18T00:56:40.0441158Z ##[group]Checking out the ref
2026-08-18T00:56:40.0442742Z [command]/usr/bin/git checkout --progress --force refs/remotes/pull/147/merge
2026-08-18T00:56:40.0492919Z HEAD is now at 137d6d10d Merge f1a560fcf0546e5cb9c0120efd3c0e173fa8f8dc into af8e57785d479fac8d0726c9f7e2085e3ce26529
2026-08-18T00:56:40.0496769Z ##[endgroup]
2026-08-18T00:56:40.0530431Z [command]/usr/bin/git log -1 --format=%H
2026-08-18T00:56:40.0557557Z 137d6d10dbdc32d5691488dbbc928a8682bf57f3
2026-08-18T00:56:40.0691835Z ##[group]Run set -euo pipefail
2026-08-18T00:56:40.0692343Z [36;1mset -euo pipefail[0m
2026-08-18T00:56:40.0692622Z [36;1mif [ "pull_request" != "pull_request" ]; then[0m
2026-08-18T00:56:40.0692928Z [36;1m  echo "code=true" >> "$GITHUB_OUTPUT"[0m
2026-08-18T00:56:40.0693186Z [36;1m  exit 0[0m
2026-08-18T00:56:40.0693387Z [36;1mfi[0m
2026-08-18T00:56:40.0693643Z [36;1mfiles=$(git diff --name-only HEAD^1 HEAD)[0m
2026-08-18T00:56:40.0693938Z [36;1mprintf 'changed files:\n%s\n' "$files"[0m
2026-08-18T00:56:40.0694206Z [36;1mcode=false[0m
2026-08-18T00:56:40.0694431Z [36;1mwhile IFS= read -r f; do[0m
2026-08-18T00:56:40.0694670Z [36;1m  [ -z "$f" ] && continue[0m
2026-08-18T00:56:40.0694896Z [36;1m  case "$f" in[0m
2026-08-18T00:56:40.0695128Z [36;1m    docs-site/*) code=true ;;[0m
2026-08-18T00:56:40.0695376Z [36;1m    *.md) ;;[0m
2026-08-18T00:56:40.0695604Z [36;1m    traceable-reqs.toml) ;;[0m
2026-08-18T00:56:40.0695852Z [36;1m    *) code=true ;;[0m
2026-08-18T00:56:40.0696115Z [36;1m  esac[0m
2026-08-18T00:56:40.0696325Z [36;1mdone <<< "$files"[0m
2026-08-18T00:56:40.0696578Z [36;1mecho "code=$code" >> "$GITHUB_OUTPUT"[0m
2026-08-18T00:56:40.0710003Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0}
2026-08-18T00:56:40.0710327Z ##[endgroup]
2026-08-18T00:56:40.0764502Z changed files:
2026-08-18T00:56:40.0764874Z CONTEXT.md
2026-08-18T00:56:40.0765136Z crates/spt/src/cli.rs
2026-08-18T00:56:40.0765423Z traceable-reqs.toml
2026-08-18T00:56:40.0879488Z Post job cleanup.
2026-08-18T00:56:40.1541556Z [command]/usr/bin/git version
2026-08-18T00:56:40.1573651Z git version 2.43.0
2026-08-18T00:56:40.1636836Z Copying '/home/reavus/.gitconfig' to '/home/reavus/actions-runner/_work/_temp/a5a6a664-043d-4102-ad35-f01c4b427840/.gitconfig'
2026-08-18T00:56:40.1643670Z Temporarily overriding HOME='/home/reavus/actions-runner/_work/_temp/a5a6a664-043d-4102-ad35-f01c4b427840' before making global git config changes
2026-08-18T00:56:40.1644491Z Adding repository directory to the temporary git global config as a safe directory
2026-08-18T00:56:40.1647049Z [command]/usr/bin/git config --global --add safe.directory /home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core
2026-08-18T00:56:40.1673104Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2026-08-18T00:56:40.1696019Z [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-18T00:56:40.1881616Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-08-18T00:56:40.1901065Z http.https://github.com/.extraheader
2026-08-18T00:56:40.1907932Z [command]/usr/bin/git config --local --unset-all http.https://github.com/.extraheader
2026-08-18T00:56:40.1932826Z [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-18T00:56:40.2120299Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-08-18T00:56:40.2146434Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
2026-08-18T00:56:40.2441657Z Evaluate and set job outputs
2026-08-18T00:56:40.2446236Z Set output 'code'
2026-08-18T00:56:40.2448235Z Cleaning up orphan processes
