﻿2026-08-18T22:12:34.3475398Z Current runner version: '2.336.0'
2026-08-18T22:12:34.3480784Z Runner name: 'kitsubito'
2026-08-18T22:12:34.3481374Z Runner group name: 'Default'
2026-08-18T22:12:34.3536965Z Machine name: 'KITSUBITO'
2026-08-18T22:12:34.3540748Z ##[group]GITHUB_TOKEN Permissions
2026-08-18T22:12:34.3542938Z Actions: write
2026-08-18T22:12:34.3543334Z ArtifactMetadata: write
2026-08-18T22:12:34.3543720Z Attestations: write
2026-08-18T22:12:34.3544073Z Checks: write
2026-08-18T22:12:34.3544413Z CodeQuality: write
2026-08-18T22:12:34.3544801Z Contents: write
2026-08-18T22:12:34.3545152Z CopilotRequests: write
2026-08-18T22:12:34.3545534Z Deployments: write
2026-08-18T22:12:34.3545881Z Discussions: write
2026-08-18T22:12:34.3546224Z Drives: write
2026-08-18T22:12:34.3546558Z Issues: write
2026-08-18T22:12:34.3546892Z Metadata: read
2026-08-18T22:12:34.3547217Z Models: read
2026-08-18T22:12:34.3547549Z Packages: write
2026-08-18T22:12:34.3547892Z Pages: write
2026-08-18T22:12:34.3548327Z PullRequests: write
2026-08-18T22:12:34.3548727Z RepositoryProjects: write
2026-08-18T22:12:34.3549195Z SecurityEvents: write
2026-08-18T22:12:34.3549548Z Statuses: write
2026-08-18T22:12:34.3549899Z VulnerabilityAlerts: read
2026-08-18T22:12:34.3550274Z ##[endgroup]
2026-08-18T22:12:34.3552004Z Secret source: Actions
2026-08-18T22:12:34.3552661Z Prepare workflow directory
2026-08-18T22:12:34.3904691Z Prepare all required actions
2026-08-18T22:12:34.3948871Z Getting action download info
2026-08-18T22:12:34.7124003Z Download action repository 'actions/checkout@v5' (SHA:fbc6f3992d24b796d5a048ff273f7fcc4a7b6c09)
2026-08-18T22:12:35.2620711Z Complete job name: changes
2026-08-18T22:12:35.3377877Z ##[group]Run set -euo pipefail
2026-08-18T22:12:35.3378426Z [36;1mset -euo pipefail[0m
2026-08-18T22:12:35.3378859Z [36;1mfloor_bytes=$((32 * 1024 * 1024 * 1024))[0m
2026-08-18T22:12:35.3379526Z [36;1mdrive=$(df -P "$GITHUB_WORKSPACE" | awk 'NR == 2 { print $1 }')[0m
2026-08-18T22:12:35.3380188Z [36;1mfree_bytes=$(df -PB1 "$GITHUB_WORKSPACE" | awk 'NR == 2 { print $4 }')[0m
2026-08-18T22:12:35.3380898Z [36;1mprintf 'disk preflight: drive=%s free_bytes=%s floor_bytes=%s\n' \[0m
2026-08-18T22:12:35.3381477Z [36;1m  "$drive" "$free_bytes" "$floor_bytes"[0m
2026-08-18T22:12:35.3381963Z [36;1mif [ "$free_bytes" -lt "$floor_bytes" ]; then[0m
2026-08-18T22:12:35.3382760Z [36;1m  echo "::error title=Insufficient free disk::RESOURCE=disk drive=$drive free_bytes=$free_bytes floor_bytes=$floor_bytes"[0m
2026-08-18T22:12:35.3383498Z [36;1m  exit 1[0m
2026-08-18T22:12:35.3383823Z [36;1mfi[0m
2026-08-18T22:12:35.3399716Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0}
2026-08-18T22:12:35.3400483Z ##[endgroup]
2026-08-18T22:12:35.3538481Z disk preflight: drive=/dev/nvme0n1p2 free_bytes=800670478336 floor_bytes=34359738368
2026-08-18T22:12:35.3726116Z ##[group]Run actions/checkout@v5
2026-08-18T22:12:35.3726560Z with:
2026-08-18T22:12:35.3726899Z   repository: BigscreenVR/spt-bs-core
2026-08-18T22:12:35.3729961Z   token: ***
2026-08-18T22:12:35.3730323Z   ssh-strict: true
2026-08-18T22:12:35.3730656Z   ssh-user: git
2026-08-18T22:12:35.3731004Z   persist-credentials: true
2026-08-18T22:12:35.3731381Z   clean: true
2026-08-18T22:12:35.3731730Z   sparse-checkout-cone-mode: true
2026-08-18T22:12:35.3732121Z   fetch-depth: 1
2026-08-18T22:12:35.3732450Z   fetch-tags: false
2026-08-18T22:12:35.3732791Z   show-progress: true
2026-08-18T22:12:35.3733133Z   lfs: false
2026-08-18T22:12:35.3733453Z   submodules: false
2026-08-18T22:12:35.3733796Z   set-safe-directory: true
2026-08-18T22:12:35.3734182Z   allow-unsafe-pr-checkout: false
2026-08-18T22:12:35.3734568Z ##[endgroup]
2026-08-18T22:12:35.4504755Z Syncing repository: BigscreenVR/spt-bs-core
2026-08-18T22:12:35.4506208Z ##[group]Getting Git version info
2026-08-18T22:12:35.4506897Z Working directory is '/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core'
2026-08-18T22:12:35.4507752Z [command]/usr/bin/git version
2026-08-18T22:12:35.4508180Z git version 2.43.0
2026-08-18T22:12:35.4518416Z ##[endgroup]
2026-08-18T22:12:35.4527058Z Copying '/home/reavus/.gitconfig' to '/home/reavus/actions-runner/_work/_temp/d246f638-d568-4816-b988-410dfed7cf6b/.gitconfig'
2026-08-18T22:12:35.4533378Z Temporarily overriding HOME='/home/reavus/actions-runner/_work/_temp/d246f638-d568-4816-b988-410dfed7cf6b' before making global git config changes
2026-08-18T22:12:35.4534526Z Adding repository directory to the temporary git global config as a safe directory
2026-08-18T22:12:35.4536241Z [command]/usr/bin/git config --global --add safe.directory /home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core
2026-08-18T22:12:35.4568397Z [command]/usr/bin/git config --local --get remote.origin.url
2026-08-18T22:12:35.4587346Z https://github.com/BigscreenVR/spt-bs-core
2026-08-18T22:12:35.4597453Z ##[group]Removing previously created refs, to avoid conflicts
2026-08-18T22:12:35.4600063Z [command]/usr/bin/git rev-parse --symbolic-full-name --verify --quiet HEAD
2026-08-18T22:12:35.4619636Z HEAD
2026-08-18T22:12:35.4755903Z ##[endgroup]
2026-08-18T22:12:35.4758408Z [command]/usr/bin/git submodule status
2026-08-18T22:12:35.4945923Z ##[group]Cleaning the repository
2026-08-18T22:12:35.4948508Z [command]/usr/bin/git clean -ffdx
2026-08-18T22:12:35.4985836Z [command]/usr/bin/git reset --hard HEAD
2026-08-18T22:12:35.5045363Z HEAD is now at afd0445f1 test(nameplate): back ER posture with session
2026-08-18T22:12:35.5052487Z ##[endgroup]
2026-08-18T22:12:35.5054158Z ##[group]Disabling automatic garbage collection
2026-08-18T22:12:35.5057682Z [command]/usr/bin/git config --local gc.auto 0
2026-08-18T22:12:35.5081211Z ##[endgroup]
2026-08-18T22:12:35.5081955Z ##[group]Setting up auth
2026-08-18T22:12:35.5085761Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2026-08-18T22:12:35.5107807Z [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-18T22:12:35.5290881Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-08-18T22:12:35.5312607Z [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-18T22:12:35.5498111Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-08-18T22:12:35.5523313Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
2026-08-18T22:12:35.5714778Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic ***
2026-08-18T22:12:35.5743661Z ##[endgroup]
2026-08-18T22:12:35.5744507Z ##[group]Fetching the repository
2026-08-18T22:12:35.5750071Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +93c11309c3275638f50ff94652690e9c40576a2f:refs/remotes/origin/golden/nameplate-181-w6
2026-08-18T22:12:36.0094010Z From https://github.com/BigscreenVR/spt-bs-core
2026-08-18T22:12:36.0095046Z  * [new ref]             93c11309c3275638f50ff94652690e9c40576a2f -> origin/golden/nameplate-181-w6
2026-08-18T22:12:36.0118392Z ##[endgroup]
2026-08-18T22:12:36.0119284Z ##[group]Determining the checkout info
2026-08-18T22:12:36.0120247Z ##[endgroup]
2026-08-18T22:12:36.0124331Z [command]/usr/bin/git sparse-checkout disable
2026-08-18T22:12:36.0162173Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig
2026-08-18T22:12:36.0183779Z ##[group]Checking out the ref
2026-08-18T22:12:36.0185937Z [command]/usr/bin/git checkout --progress --force -B golden/nameplate-181-w6 refs/remotes/origin/golden/nameplate-181-w6
2026-08-18T22:12:36.0370198Z Previous HEAD position was afd0445f1 test(nameplate): back ER posture with session
2026-08-18T22:12:36.0376906Z Switched to a new branch 'golden/nameplate-181-w6'
2026-08-18T22:12:36.0377821Z branch 'golden/nameplate-181-w6' set up to track 'origin/golden/nameplate-181-w6'.
2026-08-18T22:12:36.0384574Z ##[endgroup]
2026-08-18T22:12:36.0421761Z [command]/usr/bin/git log -1 --format=%H
2026-08-18T22:12:36.0446327Z 93c11309c3275638f50ff94652690e9c40576a2f
2026-08-18T22:12:36.0565237Z ##[group]Run python3 .github/ci/flake-registry.py
2026-08-18T22:12:36.0565857Z [36;1mpython3 .github/ci/flake-registry.py[0m
2026-08-18T22:12:36.0578836Z shell: /usr/bin/bash -e {0}
2026-08-18T22:12:36.0579355Z ##[endgroup]
2026-08-18T22:12:36.0917522Z FLAKE_REGISTRY_OK: 2 entries
2026-08-18T22:12:36.0997623Z ##[group]Run echo "code=true" >> "$GITHUB_OUTPUT"
2026-08-18T22:12:36.0998244Z [36;1mecho "code=true" >> "$GITHUB_OUTPUT"[0m
2026-08-18T22:12:36.1011795Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0}
2026-08-18T22:12:36.1012338Z ##[endgroup]
2026-08-18T22:12:36.1177842Z Post job cleanup.
2026-08-18T22:12:36.1873279Z [command]/usr/bin/git version
2026-08-18T22:12:36.1904504Z git version 2.43.0
2026-08-18T22:12:36.1929332Z Copying '/home/reavus/.gitconfig' to '/home/reavus/actions-runner/_work/_temp/7f174928-8306-445d-bcd7-bfd72786d4c1/.gitconfig'
2026-08-18T22:12:36.1935765Z Temporarily overriding HOME='/home/reavus/actions-runner/_work/_temp/7f174928-8306-445d-bcd7-bfd72786d4c1' before making global git config changes
2026-08-18T22:12:36.1937020Z Adding repository directory to the temporary git global config as a safe directory
2026-08-18T22:12:36.1939061Z [command]/usr/bin/git config --global --add safe.directory /home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core
2026-08-18T22:12:36.1966314Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2026-08-18T22:12:36.1991362Z [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-18T22:12:36.2175448Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-08-18T22:12:36.2192333Z http.https://github.com/.extraheader
2026-08-18T22:12:36.2199050Z [command]/usr/bin/git config --local --unset-all http.https://github.com/.extraheader
2026-08-18T22:12:36.2223695Z [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-18T22:12:36.2404913Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-08-18T22:12:36.2426646Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
2026-08-18T22:12:36.2721730Z Evaluate and set job outputs
2026-08-18T22:12:36.2727783Z Set output 'code'
2026-08-18T22:12:36.2729742Z Cleaning up orphan processes
