﻿2026-08-18T04:09:05.4688368Z Current runner version: '2.336.0'
2026-08-18T04:09:05.4744612Z Runner name: 'kitsubito'
2026-08-18T04:09:05.4745353Z Runner group name: 'Default'
2026-08-18T04:09:05.4746016Z Machine name: 'KITSUBITO'
2026-08-18T04:09:05.4749789Z ##[group]GITHUB_TOKEN Permissions
2026-08-18T04:09:05.4752230Z Actions: write
2026-08-18T04:09:05.4752625Z ArtifactMetadata: write
2026-08-18T04:09:05.4753012Z Attestations: write
2026-08-18T04:09:05.4753377Z Checks: write
2026-08-18T04:09:05.4753738Z CodeQuality: write
2026-08-18T04:09:05.4754095Z Contents: write
2026-08-18T04:09:05.4754458Z CopilotRequests: write
2026-08-18T04:09:05.4754843Z Deployments: write
2026-08-18T04:09:05.4755206Z Discussions: write
2026-08-18T04:09:05.4755555Z Drives: write
2026-08-18T04:09:05.4755898Z Issues: write
2026-08-18T04:09:05.4756240Z Metadata: read
2026-08-18T04:09:05.4756581Z Models: read
2026-08-18T04:09:05.4756929Z Packages: write
2026-08-18T04:09:05.4757282Z Pages: write
2026-08-18T04:09:05.4757730Z PullRequests: write
2026-08-18T04:09:05.4758126Z RepositoryProjects: write
2026-08-18T04:09:05.4758531Z SecurityEvents: write
2026-08-18T04:09:05.4758891Z Statuses: write
2026-08-18T04:09:05.4759333Z VulnerabilityAlerts: read
2026-08-18T04:09:05.4759710Z ##[endgroup]
2026-08-18T04:09:05.4761573Z Secret source: Actions
2026-08-18T04:09:05.4762498Z Prepare workflow directory
2026-08-18T04:09:05.5111694Z Prepare all required actions
2026-08-18T04:09:05.5146367Z Getting action download info
2026-08-18T04:09:05.8970914Z Download action repository 'actions/checkout@v5' (SHA:fbc6f3992d24b796d5a048ff273f7fcc4a7b6c09)
2026-08-18T04:09:06.3056055Z Complete job name: changes
2026-08-18T04:09:06.3809758Z ##[group]Run set -euo pipefail
2026-08-18T04:09:06.3810316Z [36;1mset -euo pipefail[0m
2026-08-18T04:09:06.3810761Z [36;1mfloor_bytes=$((32 * 1024 * 1024 * 1024))[0m
2026-08-18T04:09:06.3811347Z [36;1mdrive=$(df -P "$GITHUB_WORKSPACE" | awk 'NR == 2 { print $1 }')[0m
2026-08-18T04:09:06.3812047Z [36;1mfree_bytes=$(df -PB1 "$GITHUB_WORKSPACE" | awk 'NR == 2 { print $4 }')[0m
2026-08-18T04:09:06.3812767Z [36;1mprintf 'disk preflight: drive=%s free_bytes=%s floor_bytes=%s\n' \[0m
2026-08-18T04:09:06.3813363Z [36;1m  "$drive" "$free_bytes" "$floor_bytes"[0m
2026-08-18T04:09:06.3813862Z [36;1mif [ "$free_bytes" -lt "$floor_bytes" ]; then[0m
2026-08-18T04:09:06.3814742Z [36;1m  echo "::error title=Insufficient free disk::RESOURCE=disk drive=$drive free_bytes=$free_bytes floor_bytes=$floor_bytes"[0m
2026-08-18T04:09:06.3815490Z [36;1m  exit 1[0m
2026-08-18T04:09:06.3815824Z [36;1mfi[0m
2026-08-18T04:09:06.3831985Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0}
2026-08-18T04:09:06.3832746Z ##[endgroup]
2026-08-18T04:09:06.3953654Z disk preflight: drive=/dev/nvme0n1p2 free_bytes=800725245952 floor_bytes=34359738368
2026-08-18T04:09:06.4180871Z ##[group]Run actions/checkout@v5
2026-08-18T04:09:06.4181327Z with:
2026-08-18T04:09:06.4181681Z   repository: BigscreenVR/spt-bs-core
2026-08-18T04:09:06.4184419Z   token: ***
2026-08-18T04:09:06.4184771Z   ssh-strict: true
2026-08-18T04:09:06.4185110Z   ssh-user: git
2026-08-18T04:09:06.4185459Z   persist-credentials: true
2026-08-18T04:09:06.4185836Z   clean: true
2026-08-18T04:09:06.4186184Z   sparse-checkout-cone-mode: true
2026-08-18T04:09:06.4186585Z   fetch-depth: 1
2026-08-18T04:09:06.4186919Z   fetch-tags: false
2026-08-18T04:09:06.4187257Z   show-progress: true
2026-08-18T04:09:06.4187591Z   lfs: false
2026-08-18T04:09:06.4187906Z   submodules: false
2026-08-18T04:09:06.4188259Z   set-safe-directory: true
2026-08-18T04:09:06.4188650Z   allow-unsafe-pr-checkout: false
2026-08-18T04:09:06.4189157Z ##[endgroup]
2026-08-18T04:09:06.4934533Z Syncing repository: BigscreenVR/spt-bs-core
2026-08-18T04:09:06.4936068Z ##[group]Getting Git version info
2026-08-18T04:09:06.4937052Z Working directory is '/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core'
2026-08-18T04:09:06.4938087Z [command]/usr/bin/git version
2026-08-18T04:09:06.4940902Z git version 2.43.0
2026-08-18T04:09:06.4958694Z ##[endgroup]
2026-08-18T04:09:06.4967044Z Copying '/home/reavus/.gitconfig' to '/home/reavus/actions-runner/_work/_temp/90220864-cc25-479c-bef8-cabd4b180178/.gitconfig'
2026-08-18T04:09:06.4974408Z Temporarily overriding HOME='/home/reavus/actions-runner/_work/_temp/90220864-cc25-479c-bef8-cabd4b180178' before making global git config changes
2026-08-18T04:09:06.4975693Z Adding repository directory to the temporary git global config as a safe directory
2026-08-18T04:09:06.4977661Z [command]/usr/bin/git config --global --add safe.directory /home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core
2026-08-18T04:09:06.5026669Z [command]/usr/bin/git config --local --get remote.origin.url
2026-08-18T04:09:06.5047261Z https://github.com/BigscreenVR/spt-bs-core
2026-08-18T04:09:06.5057015Z ##[group]Removing previously created refs, to avoid conflicts
2026-08-18T04:09:06.5059871Z [command]/usr/bin/git rev-parse --symbolic-full-name --verify --quiet HEAD
2026-08-18T04:09:06.5076749Z refs/heads/golden/nameplate-181
2026-08-18T04:09:06.5083067Z [command]/usr/bin/git checkout --detach
2026-08-18T04:09:06.5253124Z HEAD is now at a8c32279a release: v0.56.0 shape onto the NAMEPLATE golden head
2026-08-18T04:09:06.5289101Z [command]/usr/bin/git branch --delete --force golden/nameplate-181
2026-08-18T04:09:06.5319714Z Deleted branch golden/nameplate-181 (was a8c32279a).
2026-08-18T04:09:06.5444651Z ##[endgroup]
2026-08-18T04:09:06.5447619Z [command]/usr/bin/git submodule status
2026-08-18T04:09:06.5630684Z ##[group]Cleaning the repository
2026-08-18T04:09:06.5633947Z [command]/usr/bin/git clean -ffdx
2026-08-18T04:09:06.5667453Z Removing traceable-reqs
2026-08-18T04:09:06.5674575Z [command]/usr/bin/git reset --hard HEAD
2026-08-18T04:09:06.5741178Z HEAD is now at a8c32279a release: v0.56.0 shape onto the NAMEPLATE golden head
2026-08-18T04:09:06.5747576Z ##[endgroup]
2026-08-18T04:09:06.5749990Z ##[group]Disabling automatic garbage collection
2026-08-18T04:09:06.5754653Z [command]/usr/bin/git config --local gc.auto 0
2026-08-18T04:09:06.5783750Z ##[endgroup]
2026-08-18T04:09:06.5784413Z ##[group]Setting up auth
2026-08-18T04:09:06.5791944Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2026-08-18T04:09:06.5819465Z [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-18T04:09:06.6009398Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-08-18T04:09:06.6034203Z [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-18T04:09:06.6219563Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-08-18T04:09:06.6242847Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
2026-08-18T04:09:06.6439124Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic ***
2026-08-18T04:09:06.6469811Z ##[endgroup]
2026-08-18T04:09:06.6470556Z ##[group]Fetching the repository
2026-08-18T04:09:06.6476069Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +a8c32279ab87cbb3bbdc64b1d9b6f833f93f8e2b:refs/remotes/origin/golden/nameplate-181
2026-08-18T04:09:07.1715796Z ##[endgroup]
2026-08-18T04:09:07.1717920Z ##[group]Determining the checkout info
2026-08-18T04:09:07.1720078Z ##[endgroup]
2026-08-18T04:09:07.1723902Z [command]/usr/bin/git sparse-checkout disable
2026-08-18T04:09:07.1768890Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig
2026-08-18T04:09:07.1792702Z ##[group]Checking out the ref
2026-08-18T04:09:07.1795280Z [command]/usr/bin/git checkout --progress --force -B golden/nameplate-181 refs/remotes/origin/golden/nameplate-181
2026-08-18T04:09:07.1855056Z Switched to a new branch 'golden/nameplate-181'
2026-08-18T04:09:07.1856038Z branch 'golden/nameplate-181' set up to track 'origin/golden/nameplate-181'.
2026-08-18T04:09:07.1862538Z ##[endgroup]
2026-08-18T04:09:07.1900053Z [command]/usr/bin/git log -1 --format=%H
2026-08-18T04:09:07.1924260Z a8c32279ab87cbb3bbdc64b1d9b6f833f93f8e2b
2026-08-18T04:09:07.2052344Z ##[group]Run python3 .github/ci/flake-registry.py
2026-08-18T04:09:07.2053059Z [36;1mpython3 .github/ci/flake-registry.py[0m
2026-08-18T04:09:07.2066405Z shell: /usr/bin/bash -e {0}
2026-08-18T04:09:07.2066986Z ##[endgroup]
2026-08-18T04:09:07.2354960Z FLAKE_REGISTRY_OK: 2 entries
2026-08-18T04:09:07.2423502Z ##[group]Run echo "code=true" >> "$GITHUB_OUTPUT"
2026-08-18T04:09:07.2424126Z [36;1mecho "code=true" >> "$GITHUB_OUTPUT"[0m
2026-08-18T04:09:07.2437177Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0}
2026-08-18T04:09:07.2437719Z ##[endgroup]
2026-08-18T04:09:07.2608494Z Post job cleanup.
2026-08-18T04:09:07.3266190Z [command]/usr/bin/git version
2026-08-18T04:09:07.3333197Z git version 2.43.0
2026-08-18T04:09:07.3360640Z Copying '/home/reavus/.gitconfig' to '/home/reavus/actions-runner/_work/_temp/d4888458-33fc-42cf-8717-780fcba2049e/.gitconfig'
2026-08-18T04:09:07.3367610Z Temporarily overriding HOME='/home/reavus/actions-runner/_work/_temp/d4888458-33fc-42cf-8717-780fcba2049e' before making global git config changes
2026-08-18T04:09:07.3368829Z Adding repository directory to the temporary git global config as a safe directory
2026-08-18T04:09:07.3371263Z [command]/usr/bin/git config --global --add safe.directory /home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core
2026-08-18T04:09:07.3398171Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2026-08-18T04:09:07.3422556Z [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-18T04:09:07.3607302Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-08-18T04:09:07.3625823Z http.https://github.com/.extraheader
2026-08-18T04:09:07.3632991Z [command]/usr/bin/git config --local --unset-all http.https://github.com/.extraheader
2026-08-18T04:09:07.3656003Z [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-18T04:09:07.3842741Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-08-18T04:09:07.3868259Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
2026-08-18T04:09:07.4167234Z Evaluate and set job outputs
2026-08-18T04:09:07.4173225Z Set output 'code'
2026-08-18T04:09:07.4175119Z Cleaning up orphan processes
