﻿2026-08-25T13:57:05.0067798Z Current runner version: '2.336.0'
2026-08-25T13:57:05.0072800Z Runner name: 'kitsubito'
2026-08-25T13:57:05.0073397Z Runner group name: 'Default'
2026-08-25T13:57:05.0074137Z Machine name: 'KITSUBITO'
2026-08-25T13:57:05.0077734Z ##[group]GITHUB_TOKEN Permissions
2026-08-25T13:57:05.0079817Z Actions: write
2026-08-25T13:57:05.0080375Z ArtifactMetadata: write
2026-08-25T13:57:05.0080894Z Attestations: write
2026-08-25T13:57:05.0081336Z Checks: write
2026-08-25T13:57:05.0130988Z CodeQuality: write
2026-08-25T13:57:05.0131392Z Contents: write
2026-08-25T13:57:05.0131782Z CopilotRequests: write
2026-08-25T13:57:05.0132169Z Deployments: write
2026-08-25T13:57:05.0132537Z Discussions: write
2026-08-25T13:57:05.0132894Z Drives: write
2026-08-25T13:57:05.0133242Z Issues: write
2026-08-25T13:57:05.0133585Z Metadata: read
2026-08-25T13:57:05.0133937Z Models: read
2026-08-25T13:57:05.0134292Z Packages: write
2026-08-25T13:57:05.0134645Z Pages: write
2026-08-25T13:57:05.0135132Z PullRequests: write
2026-08-25T13:57:05.0135528Z RepositoryProjects: write
2026-08-25T13:57:05.0135923Z SecurityEvents: write
2026-08-25T13:57:05.0136344Z Statuses: write
2026-08-25T13:57:05.0136702Z VulnerabilityAlerts: read
2026-08-25T13:57:05.0137080Z ##[endgroup]
2026-08-25T13:57:05.0139100Z Secret source: Actions
2026-08-25T13:57:05.0139787Z Prepare workflow directory
2026-08-25T13:57:05.0487494Z Prepare all required actions
2026-08-25T13:57:05.0523504Z Getting action download info
2026-08-25T13:57:05.3963077Z Download action repository 'actions/checkout@v5' (SHA:fbc6f3992d24b796d5a048ff273f7fcc4a7b6c09)
2026-08-25T13:57:05.8811261Z Complete job name: changes
2026-08-25T13:57:05.9558034Z ##[group]Run set -euo pipefail
2026-08-25T13:57:05.9558598Z [36;1mset -euo pipefail[0m
2026-08-25T13:57:05.9559144Z [36;1mfloor_bytes=$((32 * 1024 * 1024 * 1024))[0m
2026-08-25T13:57:05.9559737Z [36;1mdrive=$(df -P "$GITHUB_WORKSPACE" | awk 'NR == 2 { print $1 }')[0m
2026-08-25T13:57:05.9560420Z [36;1mfree_bytes=$(df -PB1 "$GITHUB_WORKSPACE" | awk 'NR == 2 { print $4 }')[0m
2026-08-25T13:57:05.9561160Z [36;1mprintf 'disk preflight: drive=%s free_bytes=%s floor_bytes=%s\n' \[0m
2026-08-25T13:57:05.9561756Z [36;1m  "$drive" "$free_bytes" "$floor_bytes"[0m
2026-08-25T13:57:05.9562259Z [36;1mif [ "$free_bytes" -lt "$floor_bytes" ]; then[0m
2026-08-25T13:57:05.9563061Z [36;1m  echo "::error title=Insufficient free disk::RESOURCE=disk drive=$drive free_bytes=$free_bytes floor_bytes=$floor_bytes"[0m
2026-08-25T13:57:05.9563804Z [36;1m  exit 1[0m
2026-08-25T13:57:05.9564147Z [36;1mfi[0m
2026-08-25T13:57:05.9580402Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0}
2026-08-25T13:57:05.9581154Z ##[endgroup]
2026-08-25T13:57:05.9701335Z disk preflight: drive=/dev/nvme0n1p2 free_bytes=797032644608 floor_bytes=34359738368
2026-08-25T13:57:05.9893946Z ##[group]Run actions/checkout@v5
2026-08-25T13:57:05.9894411Z with:
2026-08-25T13:57:05.9894781Z   repository: BigscreenVR/spt-bs-core
2026-08-25T13:57:05.9897577Z   token: ***
2026-08-25T13:57:05.9897938Z   ssh-strict: true
2026-08-25T13:57:05.9898282Z   ssh-user: git
2026-08-25T13:57:05.9898644Z   persist-credentials: true
2026-08-25T13:57:05.9899164Z   clean: true
2026-08-25T13:57:05.9899517Z   sparse-checkout-cone-mode: true
2026-08-25T13:57:05.9899926Z   fetch-depth: 1
2026-08-25T13:57:05.9900260Z   fetch-tags: false
2026-08-25T13:57:05.9900613Z   show-progress: true
2026-08-25T13:57:05.9900967Z   lfs: false
2026-08-25T13:57:05.9901291Z   submodules: false
2026-08-25T13:57:05.9901648Z   set-safe-directory: true
2026-08-25T13:57:05.9902043Z   allow-unsafe-pr-checkout: false
2026-08-25T13:57:05.9902469Z ##[endgroup]
2026-08-25T13:57:06.0660791Z Syncing repository: BigscreenVR/spt-bs-core
2026-08-25T13:57:06.0662448Z ##[group]Getting Git version info
2026-08-25T13:57:06.0663175Z Working directory is '/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core'
2026-08-25T13:57:06.0664129Z [command]/usr/bin/git version
2026-08-25T13:57:06.0664812Z git version 2.43.0
2026-08-25T13:57:06.0678760Z ##[endgroup]
2026-08-25T13:57:06.0686223Z Copying '/home/reavus/.gitconfig' to '/home/reavus/actions-runner/_work/_temp/606b4bf9-b9dd-46bf-81d9-6ee72f3a131d/.gitconfig'
2026-08-25T13:57:06.0693577Z Temporarily overriding HOME='/home/reavus/actions-runner/_work/_temp/606b4bf9-b9dd-46bf-81d9-6ee72f3a131d' before making global git config changes
2026-08-25T13:57:06.0694695Z Adding repository directory to the temporary git global config as a safe directory
2026-08-25T13:57:06.0696230Z [command]/usr/bin/git config --global --add safe.directory /home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core
2026-08-25T13:57:06.0757057Z [command]/usr/bin/git config --local --get remote.origin.url
2026-08-25T13:57:06.0775761Z https://github.com/BigscreenVR/spt-bs-core
2026-08-25T13:57:06.0787369Z ##[group]Removing previously created refs, to avoid conflicts
2026-08-25T13:57:06.0791060Z [command]/usr/bin/git rev-parse --symbolic-full-name --verify --quiet HEAD
2026-08-25T13:57:06.0809519Z refs/heads/golden/field-seal-225
2026-08-25T13:57:06.0818563Z [command]/usr/bin/git checkout --detach
2026-08-25T13:57:06.1008283Z HEAD is now at de91ee62c release: v0.63.0 shape — bump, changelog
2026-08-25T13:57:06.1048894Z [command]/usr/bin/git branch --delete --force golden/field-seal-225
2026-08-25T13:57:06.1085481Z Deleted branch golden/field-seal-225 (was de91ee62c).
2026-08-25T13:57:06.1215069Z ##[endgroup]
2026-08-25T13:57:06.1218471Z [command]/usr/bin/git submodule status
2026-08-25T13:57:06.1408530Z ##[group]Cleaning the repository
2026-08-25T13:57:06.1411771Z [command]/usr/bin/git clean -ffdx
2026-08-25T13:57:06.1444868Z Removing traceable-reqs
2026-08-25T13:57:06.1451828Z [command]/usr/bin/git reset --hard HEAD
2026-08-25T13:57:06.1557259Z HEAD is now at de91ee62c release: v0.63.0 shape — bump, changelog
2026-08-25T13:57:06.1562856Z ##[endgroup]
2026-08-25T13:57:06.1563897Z ##[group]Disabling automatic garbage collection
2026-08-25T13:57:06.1566449Z [command]/usr/bin/git config --local gc.auto 0
2026-08-25T13:57:06.1591874Z ##[endgroup]
2026-08-25T13:57:06.1592563Z ##[group]Setting up auth
2026-08-25T13:57:06.1596971Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2026-08-25T13:57:06.1621581Z [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-25T13:57:06.1806418Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-08-25T13:57:06.1831039Z [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-25T13:57:06.2017027Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-08-25T13:57:06.2046500Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
2026-08-25T13:57:06.2238681Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic ***
2026-08-25T13:57:06.2269380Z ##[endgroup]
2026-08-25T13:57:06.2270138Z ##[group]Fetching the repository
2026-08-25T13:57:06.2275233Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +de91ee62cbf5195600de5f5bfe4f097d2c533b52:refs/remotes/origin/golden/field-seal-225
2026-08-25T13:57:06.9061727Z ##[endgroup]
2026-08-25T13:57:06.9063222Z ##[group]Determining the checkout info
2026-08-25T13:57:06.9065032Z ##[endgroup]
2026-08-25T13:57:06.9066600Z [command]/usr/bin/git sparse-checkout disable
2026-08-25T13:57:06.9111488Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig
2026-08-25T13:57:06.9134729Z ##[group]Checking out the ref
2026-08-25T13:57:06.9136443Z [command]/usr/bin/git checkout --progress --force -B golden/field-seal-225 refs/remotes/origin/golden/field-seal-225
2026-08-25T13:57:06.9198297Z Switched to a new branch 'golden/field-seal-225'
2026-08-25T13:57:06.9200166Z branch 'golden/field-seal-225' set up to track 'origin/golden/field-seal-225'.
2026-08-25T13:57:06.9205531Z ##[endgroup]
2026-08-25T13:57:06.9240557Z [command]/usr/bin/git log -1 --format=%H
2026-08-25T13:57:06.9268654Z de91ee62cbf5195600de5f5bfe4f097d2c533b52
2026-08-25T13:57:06.9433521Z ##[group]Run python3 .github/ci/flake-registry.py
2026-08-25T13:57:06.9434814Z [36;1mpython3 .github/ci/flake-registry.py[0m
2026-08-25T13:57:06.9449032Z shell: /usr/bin/bash -e {0}
2026-08-25T13:57:06.9449951Z ##[endgroup]
2026-08-25T13:57:06.9711341Z FLAKE_REGISTRY_OK: 2 entries
2026-08-25T13:57:06.9805129Z ##[group]Run echo "code=true" >> "$GITHUB_OUTPUT"
2026-08-25T13:57:06.9806338Z [36;1mecho "code=true" >> "$GITHUB_OUTPUT"[0m
2026-08-25T13:57:06.9820524Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0}
2026-08-25T13:57:06.9821688Z ##[endgroup]
2026-08-25T13:57:07.0063812Z Post job cleanup.
2026-08-25T13:57:07.0747899Z [command]/usr/bin/git version
2026-08-25T13:57:07.0814627Z git version 2.43.0
2026-08-25T13:57:07.0846799Z Copying '/home/reavus/.gitconfig' to '/home/reavus/actions-runner/_work/_temp/276b44fd-6461-4a54-97b8-9513a245f398/.gitconfig'
2026-08-25T13:57:07.0855657Z Temporarily overriding HOME='/home/reavus/actions-runner/_work/_temp/276b44fd-6461-4a54-97b8-9513a245f398' before making global git config changes
2026-08-25T13:57:07.0859826Z Adding repository directory to the temporary git global config as a safe directory
2026-08-25T13:57:07.0863162Z [command]/usr/bin/git config --global --add safe.directory /home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core
2026-08-25T13:57:07.0887740Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2026-08-25T13:57:07.0915521Z [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-25T13:57:07.1104629Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-08-25T13:57:07.1124235Z http.https://github.com/.extraheader
2026-08-25T13:57:07.1131842Z [command]/usr/bin/git config --local --unset-all http.https://github.com/.extraheader
2026-08-25T13:57:07.1158728Z [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-25T13:57:07.1340415Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-08-25T13:57:07.1364180Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
2026-08-25T13:57:07.1676388Z Evaluate and set job outputs
2026-08-25T13:57:07.1683039Z Set output 'code'
2026-08-25T13:57:07.1685313Z Cleaning up orphan processes
