﻿2026-08-04T12:30:57.6821233Z Current runner version: '2.336.0'
2026-08-04T12:30:57.6826191Z Runner name: 'kitsubito'
2026-08-04T12:30:57.6826683Z Runner group name: 'Default'
2026-08-04T12:30:57.6827299Z Machine name: 'KITSUBITO'
2026-08-04T12:30:57.6830731Z ##[group]GITHUB_TOKEN Permissions
2026-08-04T12:30:57.6832665Z Actions: write
2026-08-04T12:30:57.6833067Z ArtifactMetadata: write
2026-08-04T12:30:57.6833464Z Attestations: write
2026-08-04T12:30:57.6833825Z Checks: write
2026-08-04T12:30:57.6834173Z CodeQuality: write
2026-08-04T12:30:57.6834530Z Contents: write
2026-08-04T12:30:57.6834892Z CopilotRequests: write
2026-08-04T12:30:57.6835275Z Deployments: write
2026-08-04T12:30:57.6835634Z Discussions: write
2026-08-04T12:30:57.6835986Z Drives: write
2026-08-04T12:30:57.6836338Z Issues: write
2026-08-04T12:30:57.6836685Z Metadata: read
2026-08-04T12:30:57.6837029Z Models: read
2026-08-04T12:30:57.6837367Z Packages: write
2026-08-04T12:30:57.6837715Z Pages: write
2026-08-04T12:30:57.6838174Z PullRequests: write
2026-08-04T12:30:57.6838576Z RepositoryProjects: write
2026-08-04T12:30:57.6839065Z SecurityEvents: write
2026-08-04T12:30:57.6839423Z Statuses: write
2026-08-04T12:30:57.6839781Z VulnerabilityAlerts: read
2026-08-04T12:30:57.6840158Z ##[endgroup]
2026-08-04T12:30:57.6841709Z Secret source: Actions
2026-08-04T12:30:57.6842382Z Prepare workflow directory
2026-08-04T12:30:57.7264806Z Prepare all required actions
2026-08-04T12:30:57.7302171Z Getting action download info
2026-08-04T12:30:58.0864671Z Download action repository 'actions/checkout@v5' (SHA:fbc6f3992d24b796d5a048ff273f7fcc4a7b6c09)
2026-08-04T12:30:58.6458244Z Complete job name: changes
2026-08-04T12:30:58.7193202Z ##[group]Run set -euo pipefail
2026-08-04T12:30:58.7193764Z [36;1mset -euo pipefail[0m
2026-08-04T12:30:58.7194213Z [36;1mfloor_bytes=$((32 * 1024 * 1024 * 1024))[0m
2026-08-04T12:30:58.7194800Z [36;1mdrive=$(df -P "$GITHUB_WORKSPACE" | awk 'NR == 2 { print $1 }')[0m
2026-08-04T12:30:58.7195477Z [36;1mfree_bytes=$(df -PB1 "$GITHUB_WORKSPACE" | awk 'NR == 2 { print $4 }')[0m
2026-08-04T12:30:58.7196201Z [36;1mprintf 'disk preflight: drive=%s free_bytes=%s floor_bytes=%s\n' \[0m
2026-08-04T12:30:58.7196796Z [36;1m  "$drive" "$free_bytes" "$floor_bytes"[0m
2026-08-04T12:30:58.7197292Z [36;1mif [ "$free_bytes" -lt "$floor_bytes" ]; then[0m
2026-08-04T12:30:58.7198096Z [36;1m  echo "::error title=Insufficient free disk::RESOURCE=disk drive=$drive free_bytes=$free_bytes floor_bytes=$floor_bytes"[0m
2026-08-04T12:30:58.7198847Z [36;1m  exit 1[0m
2026-08-04T12:30:58.7199316Z [36;1mfi[0m
2026-08-04T12:30:58.7215291Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0}
2026-08-04T12:30:58.7216047Z ##[endgroup]
2026-08-04T12:30:58.7368635Z disk preflight: drive=/dev/nvme0n1p2 free_bytes=699381542912 floor_bytes=34359738368
2026-08-04T12:30:58.7543402Z ##[group]Run actions/checkout@v5
2026-08-04T12:30:58.7543856Z with:
2026-08-04T12:30:58.7544203Z   fetch-depth: 2
2026-08-04T12:30:58.7544575Z   repository: BigscreenVR/spt-bs-core
2026-08-04T12:30:58.7547199Z   token: ***
2026-08-04T12:30:58.7547538Z   ssh-strict: true
2026-08-04T12:30:58.7547876Z   ssh-user: git
2026-08-04T12:30:58.7548229Z   persist-credentials: true
2026-08-04T12:30:58.7548610Z   clean: true
2026-08-04T12:30:58.7549041Z   sparse-checkout-cone-mode: true
2026-08-04T12:30:58.7549447Z   fetch-tags: false
2026-08-04T12:30:58.7549790Z   show-progress: true
2026-08-04T12:30:58.7550138Z   lfs: false
2026-08-04T12:30:58.7550467Z   submodules: false
2026-08-04T12:30:58.7550819Z   set-safe-directory: true
2026-08-04T12:30:58.7551200Z   allow-unsafe-pr-checkout: false
2026-08-04T12:30:58.7551598Z ##[endgroup]
2026-08-04T12:30:58.8282776Z Syncing repository: BigscreenVR/spt-bs-core
2026-08-04T12:30:58.8284290Z ##[group]Getting Git version info
2026-08-04T12:30:58.8285015Z Working directory is '/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core'
2026-08-04T12:30:58.8285856Z [command]/usr/bin/git version
2026-08-04T12:30:58.8286275Z git version 2.43.0
2026-08-04T12:30:58.8300251Z ##[endgroup]
2026-08-04T12:30:58.8307872Z Copying '/home/reavus/.gitconfig' to '/home/reavus/actions-runner/_work/_temp/e1441a66-4858-439c-adde-0f225ff72a6e/.gitconfig'
2026-08-04T12:30:58.8314584Z Temporarily overriding HOME='/home/reavus/actions-runner/_work/_temp/e1441a66-4858-439c-adde-0f225ff72a6e' before making global git config changes
2026-08-04T12:30:58.8315795Z Adding repository directory to the temporary git global config as a safe directory
2026-08-04T12:30:58.8317442Z [command]/usr/bin/git config --global --add safe.directory /home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core
2026-08-04T12:30:58.8348552Z [command]/usr/bin/git config --local --get remote.origin.url
2026-08-04T12:30:58.8367037Z https://github.com/BigscreenVR/spt-bs-core
2026-08-04T12:30:58.8376681Z ##[group]Removing previously created refs, to avoid conflicts
2026-08-04T12:30:58.8378907Z [command]/usr/bin/git rev-parse --symbolic-full-name --verify --quiet HEAD
2026-08-04T12:30:58.8402848Z HEAD
2026-08-04T12:30:58.9159567Z ##[endgroup]
2026-08-04T12:30:58.9196625Z [command]/usr/bin/git submodule status
2026-08-04T12:30:58.9384090Z ##[group]Cleaning the repository
2026-08-04T12:30:58.9387120Z [command]/usr/bin/git clean -ffdx
2026-08-04T12:31:02.5287378Z Removing target/
2026-08-04T12:31:02.5297757Z [command]/usr/bin/git reset --hard HEAD
2026-08-04T12:31:02.5655464Z HEAD is now at ae3f2b0ff Merge cd5198fb5580080395f4018807735723b54bd0f8 into e49e29231a52d6f5569e2f7e8da8cf6b8f03a1dd
2026-08-04T12:31:02.5662077Z ##[endgroup]
2026-08-04T12:31:02.5664130Z ##[group]Disabling automatic garbage collection
2026-08-04T12:31:02.5667654Z [command]/usr/bin/git config --local gc.auto 0
2026-08-04T12:31:02.5693977Z ##[endgroup]
2026-08-04T12:31:02.5694498Z ##[group]Setting up auth
2026-08-04T12:31:02.5699766Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2026-08-04T12:31:02.5725358Z [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-04T12:31:02.5911075Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-08-04T12:31:02.5935860Z [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-04T12:31:02.6122453Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-08-04T12:31:02.6147902Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
2026-08-04T12:31:02.6330497Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic ***
2026-08-04T12:31:02.6361166Z ##[endgroup]
2026-08-04T12:31:02.6361676Z ##[group]Fetching the repository
2026-08-04T12:31:02.6367122Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=2 origin +9d65e65df7fa34b36708592f04c89c1ca6095c03:refs/remotes/origin/main
2026-08-04T12:31:03.2602026Z From https://github.com/BigscreenVR/spt-bs-core
2026-08-04T12:31:03.2602650Z    e49e29231..9d65e65df  9d65e65df7fa34b36708592f04c89c1ca6095c03 -> origin/main
2026-08-04T12:31:03.2622586Z ##[endgroup]
2026-08-04T12:31:03.2623132Z ##[group]Determining the checkout info
2026-08-04T12:31:03.2623991Z ##[endgroup]
2026-08-04T12:31:03.2627503Z [command]/usr/bin/git sparse-checkout disable
2026-08-04T12:31:03.2667444Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig
2026-08-04T12:31:03.2692592Z ##[group]Checking out the ref
2026-08-04T12:31:03.2693155Z [command]/usr/bin/git checkout --progress --force -B main refs/remotes/origin/main
2026-08-04T12:31:03.3013042Z Previous HEAD position was ae3f2b0ff Merge cd5198fb5580080395f4018807735723b54bd0f8 into e49e29231a52d6f5569e2f7e8da8cf6b8f03a1dd
2026-08-04T12:31:03.3022643Z Switched to a new branch 'main'
2026-08-04T12:31:03.3023804Z branch 'main' set up to track 'origin/main'.
2026-08-04T12:31:03.3032898Z ##[endgroup]
2026-08-04T12:31:03.3071474Z [command]/usr/bin/git log -1 --format=%H
2026-08-04T12:31:03.3095610Z 9d65e65df7fa34b36708592f04c89c1ca6095c03
2026-08-04T12:31:03.3215559Z ##[group]Run set -euo pipefail
2026-08-04T12:31:03.3216087Z [36;1mset -euo pipefail[0m
2026-08-04T12:31:03.3216460Z [36;1mif [ "push" != "pull_request" ]; then[0m
2026-08-04T12:31:03.3216840Z [36;1m  echo "code=true" >> "$GITHUB_OUTPUT"[0m
2026-08-04T12:31:03.3217270Z [36;1m  exit 0[0m
2026-08-04T12:31:03.3217584Z [36;1mfi[0m
2026-08-04T12:31:03.3217927Z [36;1mfiles=$(git diff --name-only HEAD^1 HEAD)[0m
2026-08-04T12:31:03.3218385Z [36;1mprintf 'changed files:\n%s\n' "$files"[0m
2026-08-04T12:31:03.3218729Z [36;1mcode=false[0m
2026-08-04T12:31:03.3219198Z [36;1mwhile IFS= read -r f; do[0m
2026-08-04T12:31:03.3219540Z [36;1m  [ -z "$f" ] && continue[0m
2026-08-04T12:31:03.3219893Z [36;1m  case "$f" in[0m
2026-08-04T12:31:03.3233377Z [36;1m    docs-site/*) code=true ;;[0m
2026-08-04T12:31:03.3233687Z [36;1m    *.md) ;;[0m
2026-08-04T12:31:03.3233921Z [36;1m    traceable-reqs.toml) ;;[0m
2026-08-04T12:31:03.3234184Z [36;1m    *) code=true ;;[0m
2026-08-04T12:31:03.3234437Z [36;1m  esac[0m
2026-08-04T12:31:03.3234641Z [36;1mdone <<< "$files"[0m
2026-08-04T12:31:03.3234889Z [36;1mecho "code=$code" >> "$GITHUB_OUTPUT"[0m
2026-08-04T12:31:03.3247908Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0}
2026-08-04T12:31:03.3248232Z ##[endgroup]
2026-08-04T12:31:03.3388446Z Post job cleanup.
2026-08-04T12:31:03.4039493Z [command]/usr/bin/git version
2026-08-04T12:31:03.4105800Z git version 2.43.0
2026-08-04T12:31:03.4135458Z Copying '/home/reavus/.gitconfig' to '/home/reavus/actions-runner/_work/_temp/40841aaa-5a7e-49c2-9b2b-32f9e28d008a/.gitconfig'
2026-08-04T12:31:03.4143085Z Temporarily overriding HOME='/home/reavus/actions-runner/_work/_temp/40841aaa-5a7e-49c2-9b2b-32f9e28d008a' before making global git config changes
2026-08-04T12:31:03.4144031Z Adding repository directory to the temporary git global config as a safe directory
2026-08-04T12:31:03.4146486Z [command]/usr/bin/git config --global --add safe.directory /home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core
2026-08-04T12:31:03.4172605Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2026-08-04T12:31:03.4196722Z [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-04T12:31:03.4376425Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-08-04T12:31:03.4395709Z http.https://github.com/.extraheader
2026-08-04T12:31:03.4402643Z [command]/usr/bin/git config --local --unset-all http.https://github.com/.extraheader
2026-08-04T12:31:03.4426140Z [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-04T12:31:03.4606162Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-08-04T12:31:03.4630894Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
2026-08-04T12:31:03.4926458Z Evaluate and set job outputs
2026-08-04T12:31:03.4931094Z Set output 'code'
2026-08-04T12:31:03.4933065Z Cleaning up orphan processes
