﻿2026-09-21T23:01:58.7196919Z Current runner version: '2.337.0'
2026-09-21T23:01:58.7251266Z Runner name: 'kitsubito'
2026-09-21T23:01:58.7251872Z Runner group name: 'Default'
2026-09-21T23:01:58.7252525Z Machine name: 'KITSUBITO'
2026-09-21T23:01:58.7254751Z ##[group]GITHUB_TOKEN Permissions
2026-09-21T23:01:58.7256994Z Actions: read
2026-09-21T23:01:58.7257389Z Contents: read
2026-09-21T23:01:58.7257764Z Metadata: read
2026-09-21T23:01:58.7258124Z ##[endgroup]
2026-09-21T23:01:58.7259932Z Secret source: Actions
2026-09-21T23:01:58.7260531Z Cache mode: write
2026-09-21T23:01:58.7260996Z Prepare workflow directory
2026-09-21T23:01:58.7611251Z Prepare all required actions
2026-09-21T23:01:58.7646077Z Getting action download info
2026-09-21T23:01:59.1101169Z Download action repository 'actions/checkout@v5' (SHA:fbc6f3992d24b796d5a048ff273f7fcc4a7b6c09)
2026-09-21T23:01:59.4639498Z Complete job name: changes
2026-09-21T23:01:59.5354269Z ##[group]Run actions/checkout@v5
2026-09-21T23:01:59.5354980Z with:
2026-09-21T23:01:59.5355334Z   fetch-depth: 2
2026-09-21T23:01:59.5355758Z   repository: BigscreenVR/spt-bs-core
2026-09-21T23:01:59.5358344Z   token: ***
2026-09-21T23:01:59.5358697Z   ssh-strict: true
2026-09-21T23:01:59.5359150Z   ssh-user: git
2026-09-21T23:01:59.5359522Z   persist-credentials: true
2026-09-21T23:01:59.5359918Z   clean: true
2026-09-21T23:01:59.5360286Z   sparse-checkout-cone-mode: true
2026-09-21T23:01:59.5360738Z   fetch-tags: false
2026-09-21T23:01:59.5361092Z   show-progress: true
2026-09-21T23:01:59.5361450Z   lfs: false
2026-09-21T23:01:59.5361789Z   submodules: false
2026-09-21T23:01:59.5362150Z   set-safe-directory: true
2026-09-21T23:01:59.5362551Z   allow-unsafe-pr-checkout: false
2026-09-21T23:01:59.5363155Z ##[endgroup]
2026-09-21T23:01:59.6161440Z Syncing repository: BigscreenVR/spt-bs-core
2026-09-21T23:01:59.6162960Z ##[group]Getting Git version info
2026-09-21T23:01:59.6163696Z Working directory is '/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core'
2026-09-21T23:01:59.6164587Z [command]/usr/bin/git version
2026-09-21T23:01:59.6164998Z git version 2.43.0
2026-09-21T23:01:59.6167875Z ##[endgroup]
2026-09-21T23:01:59.6175328Z Copying '/home/reavus/.gitconfig' to '/home/reavus/actions-runner/_work/_temp/c04a48cd-9303-40f4-b809-327acf22ebe9/.gitconfig'
2026-09-21T23:01:59.6181987Z Temporarily overriding HOME='/home/reavus/actions-runner/_work/_temp/c04a48cd-9303-40f4-b809-327acf22ebe9' before making global git config changes
2026-09-21T23:01:59.6183121Z Adding repository directory to the temporary git global config as a safe directory
2026-09-21T23:01:59.6184873Z [command]/usr/bin/git config --global --add safe.directory /home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core
2026-09-21T23:01:59.6215568Z [command]/usr/bin/git config --local --get remote.origin.url
2026-09-21T23:01:59.6231495Z https://github.com/BigscreenVR/spt-bs-core
2026-09-21T23:01:59.6240719Z ##[group]Removing previously created refs, to avoid conflicts
2026-09-21T23:01:59.6243010Z [command]/usr/bin/git rev-parse --symbolic-full-name --verify --quiet HEAD
2026-09-21T23:01:59.6260504Z HEAD
2026-09-21T23:01:59.6453411Z ##[endgroup]
2026-09-21T23:01:59.6456363Z [command]/usr/bin/git submodule status
2026-09-21T23:01:59.6647629Z ##[group]Cleaning the repository
2026-09-21T23:01:59.6650158Z [command]/usr/bin/git clean -ffdx
2026-09-21T23:02:00.9653308Z Removing target/
2026-09-21T23:02:00.9663024Z [command]/usr/bin/git reset --hard HEAD
2026-09-21T23:02:00.9746289Z HEAD is now at 0a0a88d95a Merge 6ea6f9a2828a6418277e0f8a9fd620a38296d719 into b33aedcae51fa5ffa840ef1b36c9989a25884bdc
2026-09-21T23:02:00.9754489Z ##[endgroup]
2026-09-21T23:02:00.9755467Z ##[group]Disabling automatic garbage collection
2026-09-21T23:02:00.9759149Z [command]/usr/bin/git config --local gc.auto 0
2026-09-21T23:02:00.9784275Z ##[endgroup]
2026-09-21T23:02:00.9785227Z ##[group]Setting up auth
2026-09-21T23:02:00.9789273Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2026-09-21T23:02:00.9816841Z [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-09-21T23:02:01.0011164Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-09-21T23:02:01.0036594Z [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-09-21T23:02:01.0222624Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-09-21T23:02:01.0249088Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
2026-09-21T23:02:01.0443615Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic ***
2026-09-21T23:02:01.0472984Z ##[endgroup]
2026-09-21T23:02:01.0473837Z ##[group]Fetching the repository
2026-09-21T23:02:01.0479549Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=2 origin +6ea6f9a2828a6418277e0f8a9fd620a38296d719:refs/remotes/origin/main
2026-09-21T23:02:01.5795950Z From https://github.com/BigscreenVR/spt-bs-core
2026-09-21T23:02:01.5796764Z  + b33aedcae5...6ea6f9a282 6ea6f9a2828a6418277e0f8a9fd620a38296d719 -> origin/main  (forced update)
2026-09-21T23:02:01.5823375Z ##[endgroup]
2026-09-21T23:02:01.5824038Z ##[group]Determining the checkout info
2026-09-21T23:02:01.5825312Z ##[endgroup]
2026-09-21T23:02:01.5828516Z [command]/usr/bin/git sparse-checkout disable
2026-09-21T23:02:01.5867780Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig
2026-09-21T23:02:01.5891559Z ##[group]Checking out the ref
2026-09-21T23:02:01.5893741Z [command]/usr/bin/git checkout --progress --force -B main refs/remotes/origin/main
2026-09-21T23:02:01.6167885Z Previous HEAD position was 0a0a88d95a Merge 6ea6f9a2828a6418277e0f8a9fd620a38296d719 into b33aedcae51fa5ffa840ef1b36c9989a25884bdc
2026-09-21T23:02:01.6179206Z Switched to a new branch 'main'
2026-09-21T23:02:01.6179668Z branch 'main' set up to track 'origin/main'.
2026-09-21T23:02:01.6191759Z ##[endgroup]
2026-09-21T23:02:01.6239695Z [command]/usr/bin/git log -1 --format=%H
2026-09-21T23:02:01.6270011Z 6ea6f9a2828a6418277e0f8a9fd620a38296d719
2026-09-21T23:02:01.6465735Z ##[group]Run set -euo pipefail
2026-09-21T23:02:01.6466102Z [36;1mset -euo pipefail[0m
2026-09-21T23:02:01.6466379Z [36;1mfloor_bytes=$((32 * 1024 * 1024 * 1024))[0m
2026-09-21T23:02:01.6466750Z [36;1mdrive=$(df -P "$GITHUB_WORKSPACE" | awk 'NR == 2 { print $1 }')[0m
2026-09-21T23:02:01.6467183Z [36;1mfree_bytes=$(df -PB1 "$GITHUB_WORKSPACE" | awk 'NR == 2 { print $4 }')[0m
2026-09-21T23:02:01.6467529Z [36;1mverdict=PASS[0m
2026-09-21T23:02:01.6467815Z [36;1mif [ "$free_bytes" -lt "$floor_bytes" ]; then verdict=RED; fi[0m
2026-09-21T23:02:01.6468316Z [36;1mprintf 'FLOOR_START job=changes runner=Linux free_bytes=%s floor_bytes=%s verdict=%s sample=INSTANT\n' \[0m
2026-09-21T23:02:01.6468797Z [36;1m  "$free_bytes" "$floor_bytes" "$verdict"[0m
2026-09-21T23:02:01.6469223Z [36;1mif [ "$free_bytes" -lt "$floor_bytes" ]; then[0m
2026-09-21T23:02:01.6469741Z [36;1m  echo "::error title=Insufficient free disk::RESOURCE=disk drive=$drive free_bytes=$free_bytes floor_bytes=$floor_bytes"[0m
2026-09-21T23:02:01.6470206Z [36;1m  exit 1[0m
2026-09-21T23:02:01.6470415Z [36;1mfi[0m
2026-09-21T23:02:01.6486518Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0}
2026-09-21T23:02:01.6486856Z ##[endgroup]
2026-09-21T23:02:01.6566563Z FLOOR_START job=changes runner=Linux free_bytes=259852562432 floor_bytes=34359738368 verdict=PASS sample=INSTANT
2026-09-21T23:02:01.6596391Z ##[group]Run set -euo pipefail
2026-09-21T23:02:01.6596727Z [36;1mset -euo pipefail[0m
2026-09-21T23:02:01.6596999Z [36;1mif [ "push" != "pull_request" ]; then[0m
2026-09-21T23:02:01.6597290Z [36;1m  echo "code=true" >> "$GITHUB_OUTPUT"[0m
2026-09-21T23:02:01.6597713Z [36;1m  exit 0[0m
2026-09-21T23:02:01.6597929Z [36;1mfi[0m
2026-09-21T23:02:01.6598163Z [36;1mfiles=$(git diff --name-only HEAD^1 HEAD)[0m
2026-09-21T23:02:01.6598463Z [36;1mprintf 'changed files:\n%s\n' "$files"[0m
2026-09-21T23:02:01.6598734Z [36;1mcode=false[0m
2026-09-21T23:02:01.6599030Z [36;1mwhile IFS= read -r f; do[0m
2026-09-21T23:02:01.6599429Z [36;1m  [ -z "$f" ] && continue[0m
2026-09-21T23:02:01.6599826Z [36;1m  case "$f" in[0m
2026-09-21T23:02:01.6600064Z [36;1m    docs-site/*) code=true ;;[0m
2026-09-21T23:02:01.6600330Z [36;1m    *.md) ;;[0m
2026-09-21T23:02:01.6600550Z [36;1m    traceable-reqs.toml) ;;[0m
2026-09-21T23:02:01.6600803Z [36;1m    *) code=true ;;[0m
2026-09-21T23:02:01.6601080Z [36;1m  esac[0m
2026-09-21T23:02:01.6601294Z [36;1mdone <<< "$files"[0m
2026-09-21T23:02:01.6601550Z [36;1mecho "code=$code" >> "$GITHUB_OUTPUT"[0m
2026-09-21T23:02:01.6614116Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0}
2026-09-21T23:02:01.6614460Z ##[endgroup]
2026-09-21T23:02:01.6697834Z ##[group]Run python3 .github/ci/push-main-unit-reuse-selftest.py
2026-09-21T23:02:01.6698282Z [36;1mpython3 .github/ci/push-main-unit-reuse-selftest.py[0m
2026-09-21T23:02:01.6710774Z shell: /usr/bin/bash -e {0}
2026-09-21T23:02:01.6711046Z ##[endgroup]
2026-09-21T23:02:01.8124391Z ................
2026-09-21T23:02:01.8125337Z ----------------------------------------------------------------------
2026-09-21T23:02:01.8125765Z Ran 16 tests in 0.034s
2026-09-21T23:02:01.8125934Z 
2026-09-21T23:02:01.8126047Z OK
2026-09-21T23:02:01.8270379Z ##[group]Run if ! python3 .github/ci/push-main-unit-reuse.py; then
2026-09-21T23:02:01.8270807Z [36;1mif ! python3 .github/ci/push-main-unit-reuse.py; then[0m
2026-09-21T23:02:01.8271142Z [36;1m  echo 'UNIT_REUSE run-unit=true reason=helper-failed'[0m
2026-09-21T23:02:01.8271442Z [36;1m  echo 'run-unit=true' >> "$GITHUB_OUTPUT"[0m
2026-09-21T23:02:01.8271796Z [36;1mfi[0m
2026-09-21T23:02:01.8286443Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0}
2026-09-21T23:02:01.8286831Z env:
2026-09-21T23:02:01.8289075Z   GH_TOKEN: ***
2026-09-21T23:02:01.8289303Z ##[endgroup]
2026-09-21T23:02:04.0506900Z UNIT_REUSE run-unit=false reason=exact-pr-proof run=35663671418 attempt=1 sha=6ea6f9a2828a6418277e0f8a9fd620a38296d719
2026-09-21T23:02:04.0612530Z ##[group]Run set -euo pipefail
2026-09-21T23:02:04.0612883Z [36;1mset -euo pipefail[0m
2026-09-21T23:02:04.0613176Z [36;1mfloor_bytes=$((32 * 1024 * 1024 * 1024))[0m
2026-09-21T23:02:04.0613563Z [36;1mdrive=$(df -P "$GITHUB_WORKSPACE" | awk 'NR == 2 { print $1 }')[0m
2026-09-21T23:02:04.0614025Z [36;1mfree_bytes=$(df -PB1 "$GITHUB_WORKSPACE" | awk 'NR == 2 { print $4 }')[0m
2026-09-21T23:02:04.0614411Z [36;1mverdict=PASS[0m
2026-09-21T23:02:04.0614726Z [36;1mif [ "$free_bytes" -lt "$floor_bytes" ]; then verdict=RED; fi[0m
2026-09-21T23:02:04.0615279Z [36;1mprintf 'FLOOR_END job=changes runner=Linux free_bytes=%s floor_bytes=%s verdict=%s sample=INSTANT\n' \[0m
2026-09-21T23:02:04.0615801Z [36;1m  "$free_bytes" "$floor_bytes" "$verdict"[0m
2026-09-21T23:02:04.0616135Z [36;1mif [ "$free_bytes" -lt "$floor_bytes" ]; then[0m
2026-09-21T23:02:04.0616726Z [36;1m  echo "::error title=Insufficient free disk::RESOURCE=disk drive=$drive free_bytes=$free_bytes floor_bytes=$floor_bytes"[0m
2026-09-21T23:02:04.0617254Z [36;1m  exit 1[0m
2026-09-21T23:02:04.0617470Z [36;1mfi[0m
2026-09-21T23:02:04.0632396Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0}
2026-09-21T23:02:04.0632706Z ##[endgroup]
2026-09-21T23:02:04.0694177Z FLOOR_END job=changes runner=Linux free_bytes=259852492800 floor_bytes=34359738368 verdict=PASS sample=INSTANT
2026-09-21T23:02:04.0795638Z Post job cleanup.
2026-09-21T23:02:04.1463378Z [command]/usr/bin/git version
2026-09-21T23:02:04.1494247Z git version 2.43.0
2026-09-21T23:02:04.1519609Z Copying '/home/reavus/.gitconfig' to '/home/reavus/actions-runner/_work/_temp/0d488953-1f88-4f22-af18-9898a9ddee2a/.gitconfig'
2026-09-21T23:02:04.1526682Z Temporarily overriding HOME='/home/reavus/actions-runner/_work/_temp/0d488953-1f88-4f22-af18-9898a9ddee2a' before making global git config changes
2026-09-21T23:02:04.1527382Z Adding repository directory to the temporary git global config as a safe directory
2026-09-21T23:02:04.1529897Z [command]/usr/bin/git config --global --add safe.directory /home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core
2026-09-21T23:02:04.1556759Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2026-09-21T23:02:04.1582241Z [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-09-21T23:02:04.1760878Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-09-21T23:02:04.1778512Z http.https://github.com/.extraheader
2026-09-21T23:02:04.1784957Z [command]/usr/bin/git config --local --unset-all http.https://github.com/.extraheader
2026-09-21T23:02:04.1808884Z [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-09-21T23:02:04.1996979Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-09-21T23:02:04.2022231Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
2026-09-21T23:02:04.2316778Z Evaluate and set job outputs
2026-09-21T23:02:04.2328264Z Set output 'code'
2026-09-21T23:02:04.2329687Z Set output 'run-unit'
2026-09-21T23:02:04.2330544Z Cleaning up orphan processes
