﻿2026-08-03T03:02:38.3009867Z Current runner version: '2.336.0'
2026-08-03T03:02:38.3014932Z Runner name: 'kitsubito'
2026-08-03T03:02:38.3015435Z Runner group name: 'Default'
2026-08-03T03:02:38.3016064Z Machine name: 'KITSUBITO'
2026-08-03T03:02:38.3019356Z ##[group]GITHUB_TOKEN Permissions
2026-08-03T03:02:38.3021284Z Actions: write
2026-08-03T03:02:38.3021680Z ArtifactMetadata: write
2026-08-03T03:02:38.3022074Z Attestations: write
2026-08-03T03:02:38.3022437Z Checks: write
2026-08-03T03:02:38.3022796Z CodeQuality: write
2026-08-03T03:02:38.3023154Z Contents: write
2026-08-03T03:02:38.3023529Z CopilotRequests: write
2026-08-03T03:02:38.3023906Z Deployments: write
2026-08-03T03:02:38.3024281Z Discussions: write
2026-08-03T03:02:38.3024634Z Drives: write
2026-08-03T03:02:38.3024987Z Issues: write
2026-08-03T03:02:38.3025321Z Metadata: read
2026-08-03T03:02:38.3025668Z Models: read
2026-08-03T03:02:38.3026009Z Packages: write
2026-08-03T03:02:38.3026367Z Pages: write
2026-08-03T03:02:38.3026815Z PullRequests: write
2026-08-03T03:02:38.3027229Z RepositoryProjects: write
2026-08-03T03:02:38.3027627Z SecurityEvents: write
2026-08-03T03:02:38.3028008Z Statuses: write
2026-08-03T03:02:38.3028369Z VulnerabilityAlerts: read
2026-08-03T03:02:38.3028748Z ##[endgroup]
2026-08-03T03:02:38.3030469Z Secret source: Actions
2026-08-03T03:02:38.3031135Z Prepare workflow directory
2026-08-03T03:02:38.3377985Z Prepare all required actions
2026-08-03T03:02:38.3413000Z Getting action download info
2026-08-03T03:02:38.6761883Z Download action repository 'actions/checkout@v5' (SHA:fbc6f3992d24b796d5a048ff273f7fcc4a7b6c09)
2026-08-03T03:02:39.1715928Z Complete job name: changes
2026-08-03T03:02:39.2440245Z ##[group]Run set -euo pipefail
2026-08-03T03:02:39.2440791Z [36;1mset -euo pipefail[0m
2026-08-03T03:02:39.2441230Z [36;1mfloor_bytes=$((32 * 1024 * 1024 * 1024))[0m
2026-08-03T03:02:39.2441803Z [36;1mdrive=$(df -P "$GITHUB_WORKSPACE" | awk 'NR == 2 { print $1 }')[0m
2026-08-03T03:02:39.2442462Z [36;1mfree_bytes=$(df -PB1 "$GITHUB_WORKSPACE" | awk 'NR == 2 { print $4 }')[0m
2026-08-03T03:02:39.2443175Z [36;1mprintf 'disk preflight: drive=%s free_bytes=%s floor_bytes=%s\n' \[0m
2026-08-03T03:02:39.2443771Z [36;1m  "$drive" "$free_bytes" "$floor_bytes"[0m
2026-08-03T03:02:39.2444285Z [36;1mif [ "$free_bytes" -lt "$floor_bytes" ]; then[0m
2026-08-03T03:02:39.2445083Z [36;1m  echo "::error title=Insufficient free disk::RESOURCE=disk drive=$drive free_bytes=$free_bytes floor_bytes=$floor_bytes"[0m
2026-08-03T03:02:39.2445827Z [36;1m  exit 1[0m
2026-08-03T03:02:39.2446155Z [36;1mfi[0m
2026-08-03T03:02:39.2462202Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0}
2026-08-03T03:02:39.2463184Z ##[endgroup]
2026-08-03T03:02:39.2586267Z disk preflight: drive=/dev/nvme0n1p2 free_bytes=742540554240 floor_bytes=34359738368
2026-08-03T03:02:39.2763875Z ##[group]Run actions/checkout@v5
2026-08-03T03:02:39.2764372Z with:
2026-08-03T03:02:39.2764768Z   fetch-depth: 2
2026-08-03T03:02:39.2765164Z   repository: BigscreenVR/spt-bs-core
2026-08-03T03:02:39.2767994Z   token: ***
2026-08-03T03:02:39.2768327Z   ssh-strict: true
2026-08-03T03:02:39.2768666Z   ssh-user: git
2026-08-03T03:02:39.2769123Z   persist-credentials: true
2026-08-03T03:02:39.2769544Z   clean: true
2026-08-03T03:02:39.2769887Z   sparse-checkout-cone-mode: true
2026-08-03T03:02:39.2770290Z   fetch-tags: false
2026-08-03T03:02:39.2770638Z   show-progress: true
2026-08-03T03:02:39.2770991Z   lfs: false
2026-08-03T03:02:39.2771310Z   submodules: false
2026-08-03T03:02:39.2771659Z   set-safe-directory: true
2026-08-03T03:02:39.2772051Z   allow-unsafe-pr-checkout: false
2026-08-03T03:02:39.2772442Z ##[endgroup]
2026-08-03T03:02:39.3527592Z Syncing repository: BigscreenVR/spt-bs-core
2026-08-03T03:02:39.3529361Z ##[group]Getting Git version info
2026-08-03T03:02:39.3530096Z Working directory is '/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core'
2026-08-03T03:02:39.3530991Z [command]/usr/bin/git version
2026-08-03T03:02:39.3531644Z git version 2.43.0
2026-08-03T03:02:39.3547567Z ##[endgroup]
2026-08-03T03:02:39.3555113Z Copying '/home/reavus/.gitconfig' to '/home/reavus/actions-runner/_work/_temp/008d3d61-f9b7-4ae7-babb-cbe54a9c6642/.gitconfig'
2026-08-03T03:02:39.3562211Z Temporarily overriding HOME='/home/reavus/actions-runner/_work/_temp/008d3d61-f9b7-4ae7-babb-cbe54a9c6642' before making global git config changes
2026-08-03T03:02:39.3563310Z Adding repository directory to the temporary git global config as a safe directory
2026-08-03T03:02:39.3565348Z [command]/usr/bin/git config --global --add safe.directory /home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core
2026-08-03T03:02:39.3598626Z [command]/usr/bin/git config --local --get remote.origin.url
2026-08-03T03:02:39.3618325Z https://github.com/BigscreenVR/spt-bs-core
2026-08-03T03:02:39.3628641Z ##[group]Removing previously created refs, to avoid conflicts
2026-08-03T03:02:39.3631653Z [command]/usr/bin/git rev-parse --symbolic-full-name --verify --quiet HEAD
2026-08-03T03:02:39.3649068Z refs/heads/main
2026-08-03T03:02:39.3656736Z [command]/usr/bin/git checkout --detach
2026-08-03T03:02:39.3710170Z HEAD is now at 184f2ac4e fix(deps): patch swarm-discovery to the backported GC fix (fixes #125)
2026-08-03T03:02:39.3744540Z [command]/usr/bin/git branch --delete --force main
2026-08-03T03:02:39.3773241Z Deleted branch main (was 184f2ac4e).
2026-08-03T03:02:39.3873996Z ##[endgroup]
2026-08-03T03:02:39.3877035Z [command]/usr/bin/git submodule status
2026-08-03T03:02:39.4100419Z ##[group]Cleaning the repository
2026-08-03T03:02:39.4105034Z [command]/usr/bin/git clean -ffdx
2026-08-03T03:02:39.9537293Z Removing target/
2026-08-03T03:02:39.9547305Z [command]/usr/bin/git reset --hard HEAD
2026-08-03T03:02:39.9613117Z HEAD is now at 184f2ac4e fix(deps): patch swarm-discovery to the backported GC fix (fixes #125)
2026-08-03T03:02:39.9618332Z ##[endgroup]
2026-08-03T03:02:39.9621117Z ##[group]Disabling automatic garbage collection
2026-08-03T03:02:39.9625220Z [command]/usr/bin/git config --local gc.auto 0
2026-08-03T03:02:39.9652803Z ##[endgroup]
2026-08-03T03:02:39.9653507Z ##[group]Setting up auth
2026-08-03T03:02:39.9658867Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2026-08-03T03:02:39.9690919Z [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-03T03:02:39.9893298Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-08-03T03:02:39.9921061Z [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-03T03:02:40.0121890Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-08-03T03:02:40.0152486Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
2026-08-03T03:02:40.0351766Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic ***
2026-08-03T03:02:40.0393806Z ##[endgroup]
2026-08-03T03:02:40.0394532Z ##[group]Fetching the repository
2026-08-03T03:02:40.0403442Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=2 origin +885a4b69f3f444295a1934db427796f8ccb7c9fc:refs/remotes/origin/main
2026-08-03T03:02:40.4721247Z From https://github.com/BigscreenVR/spt-bs-core
2026-08-03T03:02:40.4722850Z    184f2ac4e..885a4b69f  885a4b69f3f444295a1934db427796f8ccb7c9fc -> origin/main
2026-08-03T03:02:40.4752380Z ##[endgroup]
2026-08-03T03:02:40.4753127Z ##[group]Determining the checkout info
2026-08-03T03:02:40.4756571Z ##[endgroup]
2026-08-03T03:02:40.4762466Z [command]/usr/bin/git sparse-checkout disable
2026-08-03T03:02:40.4804368Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig
2026-08-03T03:02:40.4831389Z ##[group]Checking out the ref
2026-08-03T03:02:40.4833544Z [command]/usr/bin/git checkout --progress --force -B main refs/remotes/origin/main
2026-08-03T03:02:40.4999086Z Previous HEAD position was 184f2ac4e fix(deps): patch swarm-discovery to the backported GC fix (fixes #125)
2026-08-03T03:02:40.5004631Z Switched to a new branch 'main'
2026-08-03T03:02:40.5005912Z branch 'main' set up to track 'origin/main'.
2026-08-03T03:02:40.5014339Z ##[endgroup]
2026-08-03T03:02:40.5052406Z [command]/usr/bin/git log -1 --format=%H
2026-08-03T03:02:40.5078866Z 885a4b69f3f444295a1934db427796f8ccb7c9fc
2026-08-03T03:02:40.5235186Z ##[group]Run set -euo pipefail
2026-08-03T03:02:40.5236330Z [36;1mset -euo pipefail[0m
2026-08-03T03:02:40.5237515Z [36;1mif [ "push" != "pull_request" ]; then[0m
2026-08-03T03:02:40.5238817Z [36;1m  echo "code=true" >> "$GITHUB_OUTPUT"[0m
2026-08-03T03:02:40.5240096Z [36;1m  exit 0[0m
2026-08-03T03:02:40.5254408Z [36;1mfi[0m
2026-08-03T03:02:40.5255291Z [36;1mfiles=$(git diff --name-only HEAD^1 HEAD)[0m
2026-08-03T03:02:40.5256503Z [36;1mprintf 'changed files:\n%s\n' "$files"[0m
2026-08-03T03:02:40.5257603Z [36;1mcode=false[0m
2026-08-03T03:02:40.5258393Z [36;1mwhile IFS= read -r f; do[0m
2026-08-03T03:02:40.5259426Z [36;1m  [ -z "$f" ] && continue[0m
2026-08-03T03:02:40.5260348Z [36;1m  case "$f" in[0m
2026-08-03T03:02:40.5261188Z [36;1m    docs-site/*) code=true ;;[0m
2026-08-03T03:02:40.5262156Z [36;1m    *.md) ;;[0m
2026-08-03T03:02:40.5263003Z [36;1m    traceable-reqs.toml) ;;[0m
2026-08-03T03:02:40.5263976Z [36;1m    *) code=true ;;[0m
2026-08-03T03:02:40.5264858Z [36;1m  esac[0m
2026-08-03T03:02:40.5265608Z [36;1mdone <<< "$files"[0m
2026-08-03T03:02:40.5266523Z [36;1mecho "code=$code" >> "$GITHUB_OUTPUT"[0m
2026-08-03T03:02:40.5281152Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0}
2026-08-03T03:02:40.5282365Z ##[endgroup]
2026-08-03T03:02:40.5534776Z Post job cleanup.
2026-08-03T03:02:40.6222587Z [command]/usr/bin/git version
2026-08-03T03:02:40.6287678Z git version 2.43.0
2026-08-03T03:02:40.6315076Z Copying '/home/reavus/.gitconfig' to '/home/reavus/actions-runner/_work/_temp/c1bc7782-5f37-4c0c-bb1f-84fbaf607d34/.gitconfig'
2026-08-03T03:02:40.6322816Z Temporarily overriding HOME='/home/reavus/actions-runner/_work/_temp/c1bc7782-5f37-4c0c-bb1f-84fbaf607d34' before making global git config changes
2026-08-03T03:02:40.6325222Z Adding repository directory to the temporary git global config as a safe directory
2026-08-03T03:02:40.6327311Z [command]/usr/bin/git config --global --add safe.directory /home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core
2026-08-03T03:02:40.6354431Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2026-08-03T03:02:40.6381738Z [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-03T03:02:40.6565233Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-08-03T03:02:40.6584154Z http.https://github.com/.extraheader
2026-08-03T03:02:40.6591071Z [command]/usr/bin/git config --local --unset-all http.https://github.com/.extraheader
2026-08-03T03:02:40.6616731Z [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-03T03:02:40.6802888Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-08-03T03:02:40.6828435Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
2026-08-03T03:02:40.7148472Z Evaluate and set job outputs
2026-08-03T03:02:40.7154076Z Set output 'code'
2026-08-03T03:02:40.7156423Z Cleaning up orphan processes
