﻿2026-08-18T03:01:42.2951070Z Current runner version: '2.336.0'
2026-08-18T03:01:42.2955781Z Runner name: 'kitsubito'
2026-08-18T03:01:42.2956267Z Runner group name: 'Default'
2026-08-18T03:01:42.2956896Z Machine name: 'KITSUBITO'
2026-08-18T03:01:42.2960179Z ##[group]GITHUB_TOKEN Permissions
2026-08-18T03:01:42.2962011Z Actions: write
2026-08-18T03:01:42.2962410Z ArtifactMetadata: write
2026-08-18T03:01:42.2962799Z Attestations: write
2026-08-18T03:01:42.2963167Z Checks: write
2026-08-18T03:01:42.2963525Z CodeQuality: write
2026-08-18T03:01:42.2963882Z Contents: write
2026-08-18T03:01:42.2964239Z CopilotRequests: write
2026-08-18T03:01:42.2964630Z Deployments: write
2026-08-18T03:01:42.2964997Z Discussions: write
2026-08-18T03:01:42.2965344Z Drives: write
2026-08-18T03:01:42.2965687Z Issues: write
2026-08-18T03:01:42.2966031Z Metadata: read
2026-08-18T03:01:42.2966375Z Models: read
2026-08-18T03:01:42.2966714Z Packages: write
2026-08-18T03:01:42.2967071Z Pages: write
2026-08-18T03:01:42.2967503Z PullRequests: write
2026-08-18T03:01:42.2967901Z RepositoryProjects: write
2026-08-18T03:01:42.2968302Z SecurityEvents: write
2026-08-18T03:01:42.2968665Z Statuses: write
2026-08-18T03:01:42.2969122Z VulnerabilityAlerts: read
2026-08-18T03:01:42.2969605Z ##[endgroup]
2026-08-18T03:01:42.2971246Z Secret source: Actions
2026-08-18T03:01:42.2971956Z Prepare workflow directory
2026-08-18T03:01:42.3324436Z Prepare all required actions
2026-08-18T03:01:42.3359451Z Getting action download info
2026-08-18T03:01:42.7724322Z Download action repository 'actions/checkout@v5' (SHA:fbc6f3992d24b796d5a048ff273f7fcc4a7b6c09)
2026-08-18T03:01:43.2636833Z Complete job name: changes
2026-08-18T03:01:43.3403835Z ##[group]Run set -euo pipefail
2026-08-18T03:01:43.3404411Z [36;1mset -euo pipefail[0m
2026-08-18T03:01:43.3404854Z [36;1mfloor_bytes=$((32 * 1024 * 1024 * 1024))[0m
2026-08-18T03:01:43.3405445Z [36;1mdrive=$(df -P "$GITHUB_WORKSPACE" | awk 'NR == 2 { print $1 }')[0m
2026-08-18T03:01:43.3406114Z [36;1mfree_bytes=$(df -PB1 "$GITHUB_WORKSPACE" | awk 'NR == 2 { print $4 }')[0m
2026-08-18T03:01:43.3406825Z [36;1mprintf 'disk preflight: drive=%s free_bytes=%s floor_bytes=%s\n' \[0m
2026-08-18T03:01:43.3407416Z [36;1m  "$drive" "$free_bytes" "$floor_bytes"[0m
2026-08-18T03:01:43.3407922Z [36;1mif [ "$free_bytes" -lt "$floor_bytes" ]; then[0m
2026-08-18T03:01:43.3408724Z [36;1m  echo "::error title=Insufficient free disk::RESOURCE=disk drive=$drive free_bytes=$free_bytes floor_bytes=$floor_bytes"[0m
2026-08-18T03:01:43.3409574Z [36;1m  exit 1[0m
2026-08-18T03:01:43.3409918Z [36;1mfi[0m
2026-08-18T03:01:43.3426255Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0}
2026-08-18T03:01:43.3427033Z ##[endgroup]
2026-08-18T03:01:43.3545947Z disk preflight: drive=/dev/nvme0n1p2 free_bytes=800744148992 floor_bytes=34359738368
2026-08-18T03:01:43.3736811Z ##[group]Run actions/checkout@v5
2026-08-18T03:01:43.3737295Z with:
2026-08-18T03:01:43.3737654Z   repository: BigscreenVR/spt-bs-core
2026-08-18T03:01:43.3740773Z   token: ***
2026-08-18T03:01:43.3741141Z   ssh-strict: true
2026-08-18T03:01:43.3741494Z   ssh-user: git
2026-08-18T03:01:43.3741846Z   persist-credentials: true
2026-08-18T03:01:43.3742235Z   clean: true
2026-08-18T03:01:43.3742578Z   sparse-checkout-cone-mode: true
2026-08-18T03:01:43.3742978Z   fetch-depth: 1
2026-08-18T03:01:43.3743316Z   fetch-tags: false
2026-08-18T03:01:43.3743659Z   show-progress: true
2026-08-18T03:01:43.3744013Z   lfs: false
2026-08-18T03:01:43.3744331Z   submodules: false
2026-08-18T03:01:43.3744681Z   set-safe-directory: true
2026-08-18T03:01:43.3745074Z   allow-unsafe-pr-checkout: false
2026-08-18T03:01:43.3745473Z ##[endgroup]
2026-08-18T03:01:43.4521258Z Syncing repository: BigscreenVR/spt-bs-core
2026-08-18T03:01:43.4522794Z ##[group]Getting Git version info
2026-08-18T03:01:43.4523501Z Working directory is '/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core'
2026-08-18T03:01:43.4524341Z [command]/usr/bin/git version
2026-08-18T03:01:43.4525290Z git version 2.43.0
2026-08-18T03:01:43.4542160Z ##[endgroup]
2026-08-18T03:01:43.4549620Z Copying '/home/reavus/.gitconfig' to '/home/reavus/actions-runner/_work/_temp/f1440e70-0c7c-40b9-a195-dd1a322377ef/.gitconfig'
2026-08-18T03:01:43.4556074Z Temporarily overriding HOME='/home/reavus/actions-runner/_work/_temp/f1440e70-0c7c-40b9-a195-dd1a322377ef' before making global git config changes
2026-08-18T03:01:43.4557137Z Adding repository directory to the temporary git global config as a safe directory
2026-08-18T03:01:43.4559060Z [command]/usr/bin/git config --global --add safe.directory /home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core
2026-08-18T03:01:43.4611943Z [command]/usr/bin/git config --local --get remote.origin.url
2026-08-18T03:01:43.4629422Z https://github.com/BigscreenVR/spt-bs-core
2026-08-18T03:01:43.4639298Z ##[group]Removing previously created refs, to avoid conflicts
2026-08-18T03:01:43.4641780Z [command]/usr/bin/git rev-parse --symbolic-full-name --verify --quiet HEAD
2026-08-18T03:01:43.4658045Z refs/heads/golden/nameplate-181
2026-08-18T03:01:43.4663789Z [command]/usr/bin/git checkout --detach
2026-08-18T03:01:43.4822385Z HEAD is now at f967208e3 docs(flake-ledger): engine_room_bringup :1212 sid-identity + :1150 precondition signatures; resident_service unclassified sighting
2026-08-18T03:01:43.4893429Z [command]/usr/bin/git branch --delete --force golden/nameplate-181
2026-08-18T03:01:43.4925549Z Deleted branch golden/nameplate-181 (was f967208e3).
2026-08-18T03:01:43.5037025Z ##[endgroup]
2026-08-18T03:01:43.5040437Z [command]/usr/bin/git submodule status
2026-08-18T03:01:43.5224734Z ##[group]Cleaning the repository
2026-08-18T03:01:43.5226749Z [command]/usr/bin/git clean -ffdx
2026-08-18T03:01:43.5257519Z Removing traceable-reqs
2026-08-18T03:01:43.5264713Z [command]/usr/bin/git reset --hard HEAD
2026-08-18T03:01:43.5326538Z HEAD is now at f967208e3 docs(flake-ledger): engine_room_bringup :1212 sid-identity + :1150 precondition signatures; resident_service unclassified sighting
2026-08-18T03:01:43.5331927Z ##[endgroup]
2026-08-18T03:01:43.5333142Z ##[group]Disabling automatic garbage collection
2026-08-18T03:01:43.5336299Z [command]/usr/bin/git config --local gc.auto 0
2026-08-18T03:01:43.5357144Z ##[endgroup]
2026-08-18T03:01:43.5357736Z ##[group]Setting up auth
2026-08-18T03:01:43.5362054Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2026-08-18T03:01:43.5385513Z [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-18T03:01:43.5568390Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-08-18T03:01:43.5594400Z [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-18T03:01:43.5777964Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-08-18T03:01:43.5804072Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
2026-08-18T03:01:43.5990092Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic ***
2026-08-18T03:01:43.6021391Z ##[endgroup]
2026-08-18T03:01:43.6022087Z ##[group]Fetching the repository
2026-08-18T03:01:43.6027407Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +f967208e327fadd0103552d72c85a0475a734abe:refs/remotes/origin/golden/nameplate-181
2026-08-18T03:01:44.2423659Z ##[endgroup]
2026-08-18T03:01:44.2425678Z ##[group]Determining the checkout info
2026-08-18T03:01:44.2427271Z ##[endgroup]
2026-08-18T03:01:44.2431329Z [command]/usr/bin/git sparse-checkout disable
2026-08-18T03:01:44.2474890Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig
2026-08-18T03:01:44.2501486Z ##[group]Checking out the ref
2026-08-18T03:01:44.2504540Z [command]/usr/bin/git checkout --progress --force -B golden/nameplate-181 refs/remotes/origin/golden/nameplate-181
2026-08-18T03:01:44.2565729Z Switched to a new branch 'golden/nameplate-181'
2026-08-18T03:01:44.2566792Z branch 'golden/nameplate-181' set up to track 'origin/golden/nameplate-181'.
2026-08-18T03:01:44.2573248Z ##[endgroup]
2026-08-18T03:01:44.2611485Z [command]/usr/bin/git log -1 --format=%H
2026-08-18T03:01:44.2635492Z f967208e327fadd0103552d72c85a0475a734abe
2026-08-18T03:01:44.2774176Z ##[group]Run python3 .github/ci/flake-registry.py
2026-08-18T03:01:44.2775063Z [36;1mpython3 .github/ci/flake-registry.py[0m
2026-08-18T03:01:44.2788593Z shell: /usr/bin/bash -e {0}
2026-08-18T03:01:44.2789328Z ##[endgroup]
2026-08-18T03:01:44.3059938Z FLAKE_REGISTRY_OK: 2 entries
2026-08-18T03:01:44.3138261Z ##[group]Run echo "code=true" >> "$GITHUB_OUTPUT"
2026-08-18T03:01:44.3139406Z [36;1mecho "code=true" >> "$GITHUB_OUTPUT"[0m
2026-08-18T03:01:44.3155347Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0}
2026-08-18T03:01:44.3156170Z ##[endgroup]
2026-08-18T03:01:44.3375641Z Post job cleanup.
2026-08-18T03:01:44.4086606Z [command]/usr/bin/git version
2026-08-18T03:01:44.4118329Z git version 2.43.0
2026-08-18T03:01:44.4145583Z Copying '/home/reavus/.gitconfig' to '/home/reavus/actions-runner/_work/_temp/715c029d-8273-463a-9c44-d89fcb33f8ba/.gitconfig'
2026-08-18T03:01:44.4153609Z Temporarily overriding HOME='/home/reavus/actions-runner/_work/_temp/715c029d-8273-463a-9c44-d89fcb33f8ba' before making global git config changes
2026-08-18T03:01:44.4155614Z Adding repository directory to the temporary git global config as a safe directory
2026-08-18T03:01:44.4157338Z [command]/usr/bin/git config --global --add safe.directory /home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core
2026-08-18T03:01:44.4186603Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2026-08-18T03:01:44.4212949Z [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-18T03:01:44.4400086Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-08-18T03:01:44.4418720Z http.https://github.com/.extraheader
2026-08-18T03:01:44.4425240Z [command]/usr/bin/git config --local --unset-all http.https://github.com/.extraheader
2026-08-18T03:01:44.4448134Z [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-18T03:01:44.4632548Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-08-18T03:01:44.4657530Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
2026-08-18T03:01:44.4970757Z Evaluate and set job outputs
2026-08-18T03:01:44.4977500Z Set output 'code'
2026-08-18T03:01:44.4980668Z Cleaning up orphan processes
