﻿2026-08-18T01:33:52.9336369Z Current runner version: '2.336.0'
2026-08-18T01:33:52.9340912Z Runner name: 'kitsubito'
2026-08-18T01:33:52.9341451Z Runner group name: 'Default'
2026-08-18T01:33:52.9342057Z Machine name: 'KITSUBITO'
2026-08-18T01:33:52.9345229Z ##[group]GITHUB_TOKEN Permissions
2026-08-18T01:33:52.9347034Z Actions: write
2026-08-18T01:33:52.9347430Z ArtifactMetadata: write
2026-08-18T01:33:52.9347819Z Attestations: write
2026-08-18T01:33:52.9348175Z Checks: write
2026-08-18T01:33:52.9348519Z CodeQuality: write
2026-08-18T01:33:52.9348890Z Contents: write
2026-08-18T01:33:52.9349430Z CopilotRequests: write
2026-08-18T01:33:52.9349806Z Deployments: write
2026-08-18T01:33:52.9350172Z Discussions: write
2026-08-18T01:33:52.9350535Z Drives: write
2026-08-18T01:33:52.9350875Z Issues: write
2026-08-18T01:33:52.9351228Z Metadata: read
2026-08-18T01:33:52.9351571Z Models: read
2026-08-18T01:33:52.9351914Z Packages: write
2026-08-18T01:33:52.9352263Z Pages: write
2026-08-18T01:33:52.9352711Z PullRequests: write
2026-08-18T01:33:52.9353102Z RepositoryProjects: write
2026-08-18T01:33:52.9353503Z SecurityEvents: write
2026-08-18T01:33:52.9353866Z Statuses: write
2026-08-18T01:33:52.9354220Z VulnerabilityAlerts: read
2026-08-18T01:33:52.9354601Z ##[endgroup]
2026-08-18T01:33:52.9356120Z Secret source: Actions
2026-08-18T01:33:52.9356784Z Prepare workflow directory
2026-08-18T01:33:52.9714484Z Prepare all required actions
2026-08-18T01:33:52.9749717Z Getting action download info
2026-08-18T01:33:53.3554395Z Download action repository 'actions/checkout@v5' (SHA:fbc6f3992d24b796d5a048ff273f7fcc4a7b6c09)
2026-08-18T01:33:54.0154195Z Complete job name: changes
2026-08-18T01:33:54.0896482Z ##[group]Run set -euo pipefail
2026-08-18T01:33:54.0897154Z [36;1mset -euo pipefail[0m
2026-08-18T01:33:54.0897602Z [36;1mfloor_bytes=$((32 * 1024 * 1024 * 1024))[0m
2026-08-18T01:33:54.0898192Z [36;1mdrive=$(df -P "$GITHUB_WORKSPACE" | awk 'NR == 2 { print $1 }')[0m
2026-08-18T01:33:54.0898874Z [36;1mfree_bytes=$(df -PB1 "$GITHUB_WORKSPACE" | awk 'NR == 2 { print $4 }')[0m
2026-08-18T01:33:54.0899724Z [36;1mprintf 'disk preflight: drive=%s free_bytes=%s floor_bytes=%s\n' \[0m
2026-08-18T01:33:54.0900325Z [36;1m  "$drive" "$free_bytes" "$floor_bytes"[0m
2026-08-18T01:33:54.0900835Z [36;1mif [ "$free_bytes" -lt "$floor_bytes" ]; then[0m
2026-08-18T01:33:54.0901632Z [36;1m  echo "::error title=Insufficient free disk::RESOURCE=disk drive=$drive free_bytes=$free_bytes floor_bytes=$floor_bytes"[0m
2026-08-18T01:33:54.0902371Z [36;1m  exit 1[0m
2026-08-18T01:33:54.0902700Z [36;1mfi[0m
2026-08-18T01:33:54.0918669Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0}
2026-08-18T01:33:54.0919585Z ##[endgroup]
2026-08-18T01:33:54.1042739Z disk preflight: drive=/dev/nvme0n1p2 free_bytes=800755765248 floor_bytes=34359738368
2026-08-18T01:33:54.1202553Z ##[group]Run actions/checkout@v5
2026-08-18T01:33:54.1203008Z with:
2026-08-18T01:33:54.1203332Z   fetch-depth: 2
2026-08-18T01:33:54.1203708Z   repository: BigscreenVR/spt-bs-core
2026-08-18T01:33:54.1206578Z   token: ***
2026-08-18T01:33:54.1206919Z   ssh-strict: true
2026-08-18T01:33:54.1207261Z   ssh-user: git
2026-08-18T01:33:54.1207614Z   persist-credentials: true
2026-08-18T01:33:54.1207999Z   clean: true
2026-08-18T01:33:54.1208347Z   sparse-checkout-cone-mode: true
2026-08-18T01:33:54.1208753Z   fetch-tags: false
2026-08-18T01:33:54.1209243Z   show-progress: true
2026-08-18T01:33:54.1209596Z   lfs: false
2026-08-18T01:33:54.1209922Z   submodules: false
2026-08-18T01:33:54.1210280Z   set-safe-directory: true
2026-08-18T01:33:54.1210671Z   allow-unsafe-pr-checkout: false
2026-08-18T01:33:54.1211072Z ##[endgroup]
2026-08-18T01:33:54.1993395Z Syncing repository: BigscreenVR/spt-bs-core
2026-08-18T01:33:54.1994826Z ##[group]Getting Git version info
2026-08-18T01:33:54.1995598Z Working directory is '/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core'
2026-08-18T01:33:54.1996442Z [command]/usr/bin/git version
2026-08-18T01:33:54.1996923Z git version 2.43.0
2026-08-18T01:33:54.2014147Z ##[endgroup]
2026-08-18T01:33:54.2022217Z Copying '/home/reavus/.gitconfig' to '/home/reavus/actions-runner/_work/_temp/3255f1c7-ee8c-4a43-981d-34e4fcccf14a/.gitconfig'
2026-08-18T01:33:54.2028899Z Temporarily overriding HOME='/home/reavus/actions-runner/_work/_temp/3255f1c7-ee8c-4a43-981d-34e4fcccf14a' before making global git config changes
2026-08-18T01:33:54.2030287Z Adding repository directory to the temporary git global config as a safe directory
2026-08-18T01:33:54.2031785Z [command]/usr/bin/git config --global --add safe.directory /home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core
2026-08-18T01:33:54.2100995Z [command]/usr/bin/git config --local --get remote.origin.url
2026-08-18T01:33:54.2119962Z https://github.com/BigscreenVR/spt-bs-core
2026-08-18T01:33:54.2129556Z ##[group]Removing previously created refs, to avoid conflicts
2026-08-18T01:33:54.2132352Z [command]/usr/bin/git rev-parse --symbolic-full-name --verify --quiet HEAD
2026-08-18T01:33:54.2150809Z HEAD
2026-08-18T01:33:54.2180390Z ##[endgroup]
2026-08-18T01:33:54.2181280Z [command]/usr/bin/git submodule status
2026-08-18T01:33:54.2360462Z ##[group]Cleaning the repository
2026-08-18T01:33:54.2363374Z [command]/usr/bin/git clean -ffdx
2026-08-18T01:33:54.2392331Z Removing traceable-reqs
2026-08-18T01:33:54.2397736Z [command]/usr/bin/git reset --hard HEAD
2026-08-18T01:33:54.2585493Z HEAD is now at 6a13e365e Merge 2bd36f1d557228c134ba1791c84f584cb8c8c8d1 into d9eb7d43e29c50b20d4ae32dcadce19c40598df7
2026-08-18T01:33:54.2590324Z ##[endgroup]
2026-08-18T01:33:54.2591997Z ##[group]Disabling automatic garbage collection
2026-08-18T01:33:54.2594887Z [command]/usr/bin/git config --local gc.auto 0
2026-08-18T01:33:54.2618118Z ##[endgroup]
2026-08-18T01:33:54.2618794Z ##[group]Setting up auth
2026-08-18T01:33:54.2623715Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2026-08-18T01:33:54.2646296Z [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:33:54.2829682Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-08-18T01:33:54.2855814Z [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:33:54.3040174Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-08-18T01:33:54.3065572Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
2026-08-18T01:33:54.3254299Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic ***
2026-08-18T01:33:54.3284516Z ##[endgroup]
2026-08-18T01:33:54.3285239Z ##[group]Fetching the repository
2026-08-18T01:33:54.3290760Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=2 origin +6a13e365ef15247ffa437c1b204b7af4c1547fb9:refs/remotes/pull/149/merge
2026-08-18T01:33:54.7842491Z ##[endgroup]
2026-08-18T01:33:54.7844167Z ##[group]Determining the checkout info
2026-08-18T01:33:54.7845897Z ##[endgroup]
2026-08-18T01:33:54.7846797Z [command]/usr/bin/git sparse-checkout disable
2026-08-18T01:33:54.7893221Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig
2026-08-18T01:33:54.7916713Z ##[group]Checking out the ref
2026-08-18T01:33:54.7919140Z [command]/usr/bin/git checkout --progress --force refs/remotes/pull/149/merge
2026-08-18T01:33:54.7972528Z HEAD is now at 6a13e365e Merge 2bd36f1d557228c134ba1791c84f584cb8c8c8d1 into d9eb7d43e29c50b20d4ae32dcadce19c40598df7
2026-08-18T01:33:54.7977024Z ##[endgroup]
2026-08-18T01:33:54.8011834Z [command]/usr/bin/git log -1 --format=%H
2026-08-18T01:33:54.8037128Z 6a13e365ef15247ffa437c1b204b7af4c1547fb9
2026-08-18T01:33:54.8199403Z ##[group]Run set -euo pipefail
2026-08-18T01:33:54.8200517Z [36;1mset -euo pipefail[0m
2026-08-18T01:33:54.8201401Z [36;1mif [ "pull_request" != "pull_request" ]; then[0m
2026-08-18T01:33:54.8202519Z [36;1m  echo "code=true" >> "$GITHUB_OUTPUT"[0m
2026-08-18T01:33:54.8203464Z [36;1m  exit 0[0m
2026-08-18T01:33:54.8204098Z [36;1mfi[0m
2026-08-18T01:33:54.8204817Z [36;1mfiles=$(git diff --name-only HEAD^1 HEAD)[0m
2026-08-18T01:33:54.8205856Z [36;1mprintf 'changed files:\n%s\n' "$files"[0m
2026-08-18T01:33:54.8206901Z [36;1mcode=false[0m
2026-08-18T01:33:54.8207602Z [36;1mwhile IFS= read -r f; do[0m
2026-08-18T01:33:54.8208427Z [36;1m  [ -z "$f" ] && continue[0m
2026-08-18T01:33:54.8209352Z [36;1m  case "$f" in[0m
2026-08-18T01:33:54.8210159Z [36;1m    docs-site/*) code=true ;;[0m
2026-08-18T01:33:54.8210992Z [36;1m    *.md) ;;[0m
2026-08-18T01:33:54.8211714Z [36;1m    traceable-reqs.toml) ;;[0m
2026-08-18T01:33:54.8212577Z [36;1m    *) code=true ;;[0m
2026-08-18T01:33:54.8213360Z [36;1m  esac[0m
2026-08-18T01:33:54.8214019Z [36;1mdone <<< "$files"[0m
2026-08-18T01:33:54.8214872Z [36;1mecho "code=$code" >> "$GITHUB_OUTPUT"[0m
2026-08-18T01:33:54.8229057Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0}
2026-08-18T01:33:54.8230134Z ##[endgroup]
2026-08-18T01:33:54.8294325Z changed files:
2026-08-18T01:33:54.8295150Z crates/spt/src/cli.rs
2026-08-18T01:33:54.8296024Z traceable-reqs.toml
2026-08-18T01:33:54.8537785Z Post job cleanup.
2026-08-18T01:33:54.9221022Z [command]/usr/bin/git version
2026-08-18T01:33:54.9253956Z git version 2.43.0
2026-08-18T01:33:54.9281068Z Copying '/home/reavus/.gitconfig' to '/home/reavus/actions-runner/_work/_temp/89d09ba2-dac8-47f4-9bb2-6d35372555f7/.gitconfig'
2026-08-18T01:33:54.9288380Z Temporarily overriding HOME='/home/reavus/actions-runner/_work/_temp/89d09ba2-dac8-47f4-9bb2-6d35372555f7' before making global git config changes
2026-08-18T01:33:54.9290811Z Adding repository directory to the temporary git global config as a safe directory
2026-08-18T01:33:54.9292779Z [command]/usr/bin/git config --global --add safe.directory /home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core
2026-08-18T01:33:54.9320232Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2026-08-18T01:33:54.9344702Z [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:33:54.9533300Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-08-18T01:33:54.9553200Z http.https://github.com/.extraheader
2026-08-18T01:33:54.9560410Z [command]/usr/bin/git config --local --unset-all http.https://github.com/.extraheader
2026-08-18T01:33:54.9588595Z [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:33:54.9807888Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-08-18T01:33:54.9834499Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
2026-08-18T01:33:55.0151165Z Evaluate and set job outputs
2026-08-18T01:33:55.0157064Z Set output 'code'
2026-08-18T01:33:55.0159532Z Cleaning up orphan processes
