﻿2026-08-04T02:51:06.9731139Z Current runner version: '2.336.0'
2026-08-04T02:51:06.9736660Z Runner name: 'kitsubito'
2026-08-04T02:51:06.9737160Z Runner group name: 'Default'
2026-08-04T02:51:06.9737802Z Machine name: 'KITSUBITO'
2026-08-04T02:51:06.9742161Z ##[group]GITHUB_TOKEN Permissions
2026-08-04T02:51:06.9744557Z Actions: write
2026-08-04T02:51:06.9745062Z ArtifactMetadata: write
2026-08-04T02:51:06.9745543Z Attestations: write
2026-08-04T02:51:06.9745962Z Checks: write
2026-08-04T02:51:06.9746305Z CodeQuality: write
2026-08-04T02:51:06.9746658Z Contents: write
2026-08-04T02:51:06.9747016Z CopilotRequests: write
2026-08-04T02:51:06.9747384Z Deployments: write
2026-08-04T02:51:06.9747744Z Discussions: write
2026-08-04T02:51:06.9748100Z Drives: write
2026-08-04T02:51:06.9748438Z Issues: write
2026-08-04T02:51:06.9748777Z Metadata: read
2026-08-04T02:51:06.9749210Z Models: read
2026-08-04T02:51:06.9749554Z Packages: write
2026-08-04T02:51:06.9749898Z Pages: write
2026-08-04T02:51:06.9750323Z PullRequests: write
2026-08-04T02:51:06.9750747Z RepositoryProjects: write
2026-08-04T02:51:06.9751181Z SecurityEvents: write
2026-08-04T02:51:06.9751540Z Statuses: write
2026-08-04T02:51:06.9751897Z VulnerabilityAlerts: read
2026-08-04T02:51:06.9752259Z ##[endgroup]
2026-08-04T02:51:06.9753849Z Secret source: Actions
2026-08-04T02:51:06.9754497Z Prepare workflow directory
2026-08-04T02:51:07.0099413Z Prepare all required actions
2026-08-04T02:51:07.0137160Z Getting action download info
2026-08-04T02:51:07.6953913Z Download action repository 'actions/checkout@v5' (SHA:fbc6f3992d24b796d5a048ff273f7fcc4a7b6c09)
2026-08-04T02:51:10.2384802Z Complete job name: changes
2026-08-04T02:51:10.3171932Z ##[group]Run set -euo pipefail
2026-08-04T02:51:10.3172400Z [36;1mset -euo pipefail[0m
2026-08-04T02:51:10.3172720Z [36;1mfloor_bytes=$((32 * 1024 * 1024 * 1024))[0m
2026-08-04T02:51:10.3173120Z [36;1mdrive=$(df -P "$GITHUB_WORKSPACE" | awk 'NR == 2 { print $1 }')[0m
2026-08-04T02:51:10.3173607Z [36;1mfree_bytes=$(df -PB1 "$GITHUB_WORKSPACE" | awk 'NR == 2 { print $4 }')[0m
2026-08-04T02:51:10.3174127Z [36;1mprintf 'disk preflight: drive=%s free_bytes=%s floor_bytes=%s\n' \[0m
2026-08-04T02:51:10.3174560Z [36;1m  "$drive" "$free_bytes" "$floor_bytes"[0m
2026-08-04T02:51:10.3174923Z [36;1mif [ "$free_bytes" -lt "$floor_bytes" ]; then[0m
2026-08-04T02:51:10.3175485Z [36;1m  echo "::error title=Insufficient free disk::RESOURCE=disk drive=$drive free_bytes=$free_bytes floor_bytes=$floor_bytes"[0m
2026-08-04T02:51:10.3176009Z [36;1m  exit 1[0m
2026-08-04T02:51:10.3176250Z [36;1mfi[0m
2026-08-04T02:51:10.3193109Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0}
2026-08-04T02:51:10.3193748Z ##[endgroup]
2026-08-04T02:51:10.3312133Z disk preflight: drive=/dev/nvme0n1p2 free_bytes=744497725440 floor_bytes=34359738368
2026-08-04T02:51:10.3492444Z ##[group]Run actions/checkout@v5
2026-08-04T02:51:10.3492813Z with:
2026-08-04T02:51:10.3493097Z   repository: BigscreenVR/spt-bs-core
2026-08-04T02:51:10.3495262Z   token: ***
2026-08-04T02:51:10.3495546Z   ssh-strict: true
2026-08-04T02:51:10.3495828Z   ssh-user: git
2026-08-04T02:51:10.3496110Z   persist-credentials: true
2026-08-04T02:51:10.3496391Z   clean: true
2026-08-04T02:51:10.3496663Z   sparse-checkout-cone-mode: true
2026-08-04T02:51:10.3496973Z   fetch-depth: 1
2026-08-04T02:51:10.3497231Z   fetch-tags: false
2026-08-04T02:51:10.3497488Z   show-progress: true
2026-08-04T02:51:10.3497754Z   lfs: false
2026-08-04T02:51:10.3498018Z   submodules: false
2026-08-04T02:51:10.3498319Z   set-safe-directory: true
2026-08-04T02:51:10.3498629Z   allow-unsafe-pr-checkout: false
2026-08-04T02:51:10.3499024Z ##[endgroup]
2026-08-04T02:51:10.4247826Z Syncing repository: BigscreenVR/spt-bs-core
2026-08-04T02:51:10.4249418Z ##[group]Getting Git version info
2026-08-04T02:51:10.4250019Z Working directory is '/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core'
2026-08-04T02:51:10.4250684Z [command]/usr/bin/git version
2026-08-04T02:51:10.4250989Z git version 2.43.0
2026-08-04T02:51:10.4255962Z ##[endgroup]
2026-08-04T02:51:10.4263442Z Copying '/home/reavus/.gitconfig' to '/home/reavus/actions-runner/_work/_temp/df852fd1-7c4d-4198-8848-3206ac2e4702/.gitconfig'
2026-08-04T02:51:10.4270143Z Temporarily overriding HOME='/home/reavus/actions-runner/_work/_temp/df852fd1-7c4d-4198-8848-3206ac2e4702' before making global git config changes
2026-08-04T02:51:10.4270920Z Adding repository directory to the temporary git global config as a safe directory
2026-08-04T02:51:10.4273172Z [command]/usr/bin/git config --global --add safe.directory /home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core
2026-08-04T02:51:10.4340005Z [command]/usr/bin/git config --local --get remote.origin.url
2026-08-04T02:51:10.4358648Z https://github.com/BigscreenVR/spt-bs-core
2026-08-04T02:51:10.4368399Z ##[group]Removing previously created refs, to avoid conflicts
2026-08-04T02:51:10.4370876Z [command]/usr/bin/git rev-parse --symbolic-full-name --verify --quiet HEAD
2026-08-04T02:51:10.4388618Z refs/heads/main
2026-08-04T02:51:10.4394503Z [command]/usr/bin/git checkout --detach
2026-08-04T02:51:10.4454079Z HEAD is now at 11169c14b docs: infra register — IR-28 filed (rider invisible to notes pass), CI-rider lane state RESOLVED as landed
2026-08-04T02:51:10.4488809Z [command]/usr/bin/git branch --delete --force main
2026-08-04T02:51:10.4515278Z Deleted branch main (was 11169c14b).
2026-08-04T02:51:10.4616251Z ##[endgroup]
2026-08-04T02:51:10.4618446Z [command]/usr/bin/git submodule status
2026-08-04T02:51:10.4828671Z ##[group]Cleaning the repository
2026-08-04T02:51:10.4831924Z [command]/usr/bin/git clean -ffdx
2026-08-04T02:51:11.0297623Z Removing target/
2026-08-04T02:51:11.0307000Z [command]/usr/bin/git reset --hard HEAD
2026-08-04T02:51:11.0373008Z HEAD is now at 11169c14b docs: infra register — IR-28 filed (rider invisible to notes pass), CI-rider lane state RESOLVED as landed
2026-08-04T02:51:11.0378318Z ##[endgroup]
2026-08-04T02:51:11.0379677Z ##[group]Disabling automatic garbage collection
2026-08-04T02:51:11.0383587Z [command]/usr/bin/git config --local gc.auto 0
2026-08-04T02:51:11.0406711Z ##[endgroup]
2026-08-04T02:51:11.0407166Z ##[group]Setting up auth
2026-08-04T02:51:11.0412926Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2026-08-04T02:51:11.0436740Z [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-04T02:51:11.0624871Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-08-04T02:51:11.0650453Z [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-04T02:51:11.0830253Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-08-04T02:51:11.0854130Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
2026-08-04T02:51:11.1036870Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic ***
2026-08-04T02:51:11.1068340Z ##[endgroup]
2026-08-04T02:51:11.1069161Z ##[group]Fetching the repository
2026-08-04T02:51:11.1075415Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +4b37512f71620444df8fe852b494f03e759dd75c:refs/remotes/origin/golden/knock145
2026-08-04T02:51:11.7014434Z From https://github.com/BigscreenVR/spt-bs-core
2026-08-04T02:51:11.7015088Z  * [new ref]             4b37512f71620444df8fe852b494f03e759dd75c -> origin/golden/knock145
2026-08-04T02:51:11.7037176Z ##[endgroup]
2026-08-04T02:51:11.7037735Z ##[group]Determining the checkout info
2026-08-04T02:51:11.7039467Z ##[endgroup]
2026-08-04T02:51:11.7043135Z [command]/usr/bin/git sparse-checkout disable
2026-08-04T02:51:11.7078052Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig
2026-08-04T02:51:11.7101220Z ##[group]Checking out the ref
2026-08-04T02:51:11.7103672Z [command]/usr/bin/git checkout --progress --force -B golden/knock145 refs/remotes/origin/golden/knock145
2026-08-04T02:51:11.7391028Z Previous HEAD position was 11169c14b docs: infra register — IR-28 filed (rider invisible to notes pass), CI-rider lane state RESOLVED as landed
2026-08-04T02:51:11.7397366Z Switched to a new branch 'golden/knock145'
2026-08-04T02:51:11.7397880Z branch 'golden/knock145' set up to track 'origin/golden/knock145'.
2026-08-04T02:51:11.7406592Z ##[endgroup]
2026-08-04T02:51:11.7445726Z [command]/usr/bin/git log -1 --format=%H
2026-08-04T02:51:11.7470830Z 4b37512f71620444df8fe852b494f03e759dd75c
2026-08-04T02:51:11.7600237Z ##[group]Run python3 .github/ci/flake-registry.py
2026-08-04T02:51:11.7600608Z [36;1mpython3 .github/ci/flake-registry.py[0m
2026-08-04T02:51:11.7613636Z shell: /usr/bin/bash -e {0}
2026-08-04T02:51:11.7613875Z ##[endgroup]
2026-08-04T02:51:11.8035234Z FLAKE_REGISTRY_OK: 2 entries
2026-08-04T02:51:11.8095366Z ##[group]Run echo "code=true" >> "$GITHUB_OUTPUT"
2026-08-04T02:51:11.8095719Z [36;1mecho "code=true" >> "$GITHUB_OUTPUT"[0m
2026-08-04T02:51:11.8108812Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0}
2026-08-04T02:51:11.8109586Z ##[endgroup]
2026-08-04T02:51:11.8243795Z Post job cleanup.
2026-08-04T02:51:11.8897912Z [command]/usr/bin/git version
2026-08-04T02:51:11.8928074Z git version 2.43.0
2026-08-04T02:51:11.8952629Z Copying '/home/reavus/.gitconfig' to '/home/reavus/actions-runner/_work/_temp/93ef374f-3819-482d-b007-a247a8d9befb/.gitconfig'
2026-08-04T02:51:11.8959274Z Temporarily overriding HOME='/home/reavus/actions-runner/_work/_temp/93ef374f-3819-482d-b007-a247a8d9befb' before making global git config changes
2026-08-04T02:51:11.8960008Z Adding repository directory to the temporary git global config as a safe directory
2026-08-04T02:51:11.8962546Z [command]/usr/bin/git config --global --add safe.directory /home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core
2026-08-04T02:51:11.8990631Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2026-08-04T02:51:11.9014651Z [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-04T02:51:11.9224962Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-08-04T02:51:11.9245788Z http.https://github.com/.extraheader
2026-08-04T02:51:11.9255483Z [command]/usr/bin/git config --local --unset-all http.https://github.com/.extraheader
2026-08-04T02:51:11.9283866Z [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-04T02:51:11.9468192Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-08-04T02:51:11.9495031Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
2026-08-04T02:51:11.9792043Z Evaluate and set job outputs
2026-08-04T02:51:11.9797539Z Set output 'code'
2026-08-04T02:51:11.9799158Z Cleaning up orphan processes
