﻿2026-08-02T15:19:02.2273540Z Current runner version: '2.336.0'
2026-08-02T15:19:02.2278181Z Runner name: 'kitsubito'
2026-08-02T15:19:02.2278706Z Runner group name: 'Default'
2026-08-02T15:19:02.2279501Z Machine name: 'KITSUBITO'
2026-08-02T15:19:02.2282755Z ##[group]GITHUB_TOKEN Permissions
2026-08-02T15:19:02.2284712Z Actions: write
2026-08-02T15:19:02.2285126Z ArtifactMetadata: write
2026-08-02T15:19:02.2285521Z Attestations: write
2026-08-02T15:19:02.2285898Z Checks: write
2026-08-02T15:19:02.2286252Z CodeQuality: write
2026-08-02T15:19:02.2286625Z Contents: write
2026-08-02T15:19:02.2287002Z CopilotRequests: write
2026-08-02T15:19:02.2287392Z Deployments: write
2026-08-02T15:19:02.2287764Z Discussions: write
2026-08-02T15:19:02.2288121Z Drives: write
2026-08-02T15:19:02.2288475Z Issues: write
2026-08-02T15:19:02.2288834Z Metadata: read
2026-08-02T15:19:02.2289314Z Models: read
2026-08-02T15:19:02.2289666Z Packages: write
2026-08-02T15:19:02.2290032Z Pages: write
2026-08-02T15:19:02.2290487Z PullRequests: write
2026-08-02T15:19:02.2290896Z RepositoryProjects: write
2026-08-02T15:19:02.2291301Z SecurityEvents: write
2026-08-02T15:19:02.2291664Z Statuses: write
2026-08-02T15:19:02.2292030Z VulnerabilityAlerts: read
2026-08-02T15:19:02.2292415Z ##[endgroup]
2026-08-02T15:19:02.2294168Z Secret source: Actions
2026-08-02T15:19:02.2294853Z Prepare workflow directory
2026-08-02T15:19:02.2670140Z Prepare all required actions
2026-08-02T15:19:02.2707117Z Getting action download info
2026-08-02T15:19:02.6161704Z Download action repository 'actions/checkout@v5' (SHA:fbc6f3992d24b796d5a048ff273f7fcc4a7b6c09)
2026-08-02T15:19:03.0951469Z Complete job name: changes
2026-08-02T15:19:03.1785948Z ##[group]Run set -euo pipefail
2026-08-02T15:19:03.1786549Z [36;1mset -euo pipefail[0m
2026-08-02T15:19:03.1787011Z [36;1mfloor_bytes=$((32 * 1024 * 1024 * 1024))[0m
2026-08-02T15:19:03.1787616Z [36;1mdrive=$(df -P "$GITHUB_WORKSPACE" | awk 'NR == 2 { print $1 }')[0m
2026-08-02T15:19:03.1788316Z [36;1mfree_bytes=$(df -PB1 "$GITHUB_WORKSPACE" | awk 'NR == 2 { print $4 }')[0m
2026-08-02T15:19:03.1789149Z [36;1mprintf 'disk preflight: drive=%s free_bytes=%s floor_bytes=%s\n' \[0m
2026-08-02T15:19:03.1789765Z [36;1m  "$drive" "$free_bytes" "$floor_bytes"[0m
2026-08-02T15:19:03.1790278Z [36;1mif [ "$free_bytes" -lt "$floor_bytes" ]; then[0m
2026-08-02T15:19:03.1791097Z [36;1m  echo "::error title=Insufficient free disk::RESOURCE=disk drive=$drive free_bytes=$free_bytes floor_bytes=$floor_bytes"[0m
2026-08-02T15:19:03.1791863Z [36;1m  exit 1[0m
2026-08-02T15:19:03.1792210Z [36;1mfi[0m
2026-08-02T15:19:03.1808685Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0}
2026-08-02T15:19:03.1809730Z ##[endgroup]
2026-08-02T15:19:03.1962675Z disk preflight: drive=/dev/nvme0n1p2 free_bytes=744428097536 floor_bytes=34359738368
2026-08-02T15:19:03.2138305Z ##[group]Run actions/checkout@v5
2026-08-02T15:19:03.2138782Z with:
2026-08-02T15:19:03.2139232Z   repository: BigscreenVR/spt-bs-core
2026-08-02T15:19:03.2142421Z   token: ***
2026-08-02T15:19:03.2142802Z   ssh-strict: true
2026-08-02T15:19:03.2143155Z   ssh-user: git
2026-08-02T15:19:03.2143527Z   persist-credentials: true
2026-08-02T15:19:03.2143903Z   clean: true
2026-08-02T15:19:03.2144252Z   sparse-checkout-cone-mode: true
2026-08-02T15:19:03.2144656Z   fetch-depth: 1
2026-08-02T15:19:03.2145002Z   fetch-tags: false
2026-08-02T15:19:03.2145360Z   show-progress: true
2026-08-02T15:19:03.2145712Z   lfs: false
2026-08-02T15:19:03.2146046Z   submodules: false
2026-08-02T15:19:03.2146413Z   set-safe-directory: true
2026-08-02T15:19:03.2146819Z   allow-unsafe-pr-checkout: false
2026-08-02T15:19:03.2147229Z ##[endgroup]
2026-08-02T15:19:03.2912067Z Syncing repository: BigscreenVR/spt-bs-core
2026-08-02T15:19:03.2914182Z ##[group]Getting Git version info
2026-08-02T15:19:03.2914970Z Working directory is '/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core'
2026-08-02T15:19:03.2915872Z [command]/usr/bin/git version
2026-08-02T15:19:03.2916311Z git version 2.43.0
2026-08-02T15:19:03.2930940Z ##[endgroup]
2026-08-02T15:19:03.2939571Z Copying '/home/reavus/.gitconfig' to '/home/reavus/actions-runner/_work/_temp/0580bee1-8c48-495c-ab93-84d4ac44ce40/.gitconfig'
2026-08-02T15:19:03.2946312Z Temporarily overriding HOME='/home/reavus/actions-runner/_work/_temp/0580bee1-8c48-495c-ab93-84d4ac44ce40' before making global git config changes
2026-08-02T15:19:03.2947419Z Adding repository directory to the temporary git global config as a safe directory
2026-08-02T15:19:03.2949785Z [command]/usr/bin/git config --global --add safe.directory /home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core
2026-08-02T15:19:03.3000281Z [command]/usr/bin/git config --local --get remote.origin.url
2026-08-02T15:19:03.3019722Z https://github.com/BigscreenVR/spt-bs-core
2026-08-02T15:19:03.3029863Z ##[group]Removing previously created refs, to avoid conflicts
2026-08-02T15:19:03.3033186Z [command]/usr/bin/git rev-parse --symbolic-full-name --verify --quiet HEAD
2026-08-02T15:19:03.3052481Z refs/heads/golden/barometer
2026-08-02T15:19:03.3060099Z [command]/usr/bin/git checkout --detach
2026-08-02T15:19:03.3203336Z HEAD is now at a0b8d5f5b release: v0.52.0 changelog — the kill path authenticates before it fires
2026-08-02T15:19:03.3243731Z [command]/usr/bin/git branch --delete --force golden/barometer
2026-08-02T15:19:03.3274921Z Deleted branch golden/barometer (was a0b8d5f5b).
2026-08-02T15:19:03.3384105Z ##[endgroup]
2026-08-02T15:19:03.3387640Z [command]/usr/bin/git submodule status
2026-08-02T15:19:03.3582486Z ##[group]Cleaning the repository
2026-08-02T15:19:03.3585496Z [command]/usr/bin/git clean -ffdx
2026-08-02T15:19:03.3619080Z Removing traceable-reqs
2026-08-02T15:19:03.3627155Z [command]/usr/bin/git reset --hard HEAD
2026-08-02T15:19:03.3719576Z HEAD is now at a0b8d5f5b release: v0.52.0 changelog — the kill path authenticates before it fires
2026-08-02T15:19:03.3724324Z ##[endgroup]
2026-08-02T15:19:03.3726070Z ##[group]Disabling automatic garbage collection
2026-08-02T15:19:03.3730046Z [command]/usr/bin/git config --local gc.auto 0
2026-08-02T15:19:03.3752515Z ##[endgroup]
2026-08-02T15:19:03.3753175Z ##[group]Setting up auth
2026-08-02T15:19:03.3757377Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2026-08-02T15:19:03.3779923Z [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-02T15:19:03.3968818Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-08-02T15:19:03.3994928Z [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-02T15:19:03.4180898Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-08-02T15:19:03.4238799Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
2026-08-02T15:19:03.4427006Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic ***
2026-08-02T15:19:03.4459396Z ##[endgroup]
2026-08-02T15:19:03.4460105Z ##[group]Fetching the repository
2026-08-02T15:19:03.4465844Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +a0b8d5f5bd5a11ece939db76b41e02c98494a84d:refs/remotes/origin/golden/barometer
2026-08-02T15:19:03.9903418Z ##[endgroup]
2026-08-02T15:19:03.9904374Z ##[group]Determining the checkout info
2026-08-02T15:19:03.9905241Z ##[endgroup]
2026-08-02T15:19:03.9907037Z [command]/usr/bin/git sparse-checkout disable
2026-08-02T15:19:03.9946576Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig
2026-08-02T15:19:03.9971836Z ##[group]Checking out the ref
2026-08-02T15:19:03.9975175Z [command]/usr/bin/git checkout --progress --force -B golden/barometer refs/remotes/origin/golden/barometer
2026-08-02T15:19:04.0032573Z Switched to a new branch 'golden/barometer'
2026-08-02T15:19:04.0037974Z branch 'golden/barometer' set up to track 'origin/golden/barometer'.
2026-08-02T15:19:04.0040174Z ##[endgroup]
2026-08-02T15:19:04.0078814Z [command]/usr/bin/git log -1 --format=%H
2026-08-02T15:19:04.0102748Z a0b8d5f5bd5a11ece939db76b41e02c98494a84d
2026-08-02T15:19:04.0254398Z ##[group]Run python3 .github/ci/flake-registry.py
2026-08-02T15:19:04.0255291Z [36;1mpython3 .github/ci/flake-registry.py[0m
2026-08-02T15:19:04.0268682Z shell: /usr/bin/bash -e {0}
2026-08-02T15:19:04.0269282Z ##[endgroup]
2026-08-02T15:19:04.0530818Z FLAKE_REGISTRY_OK: 2 entries
2026-08-02T15:19:04.0612213Z ##[group]Run echo "code=true" >> "$GITHUB_OUTPUT"
2026-08-02T15:19:04.0613033Z [36;1mecho "code=true" >> "$GITHUB_OUTPUT"[0m
2026-08-02T15:19:04.0626638Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0}
2026-08-02T15:19:04.0627416Z ##[endgroup]
2026-08-02T15:19:04.0838292Z Post job cleanup.
2026-08-02T15:19:04.1513907Z [command]/usr/bin/git version
2026-08-02T15:19:04.1546547Z git version 2.43.0
2026-08-02T15:19:04.1573614Z Copying '/home/reavus/.gitconfig' to '/home/reavus/actions-runner/_work/_temp/2309beb1-229f-4649-90ff-4d42cdbc6b2a/.gitconfig'
2026-08-02T15:19:04.1581549Z Temporarily overriding HOME='/home/reavus/actions-runner/_work/_temp/2309beb1-229f-4649-90ff-4d42cdbc6b2a' before making global git config changes
2026-08-02T15:19:04.1583593Z Adding repository directory to the temporary git global config as a safe directory
2026-08-02T15:19:04.1585265Z [command]/usr/bin/git config --global --add safe.directory /home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core
2026-08-02T15:19:04.1614630Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2026-08-02T15:19:04.1641455Z [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-02T15:19:04.1833611Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-08-02T15:19:04.1862134Z http.https://github.com/.extraheader
2026-08-02T15:19:04.1869933Z [command]/usr/bin/git config --local --unset-all http.https://github.com/.extraheader
2026-08-02T15:19:04.1894918Z [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-02T15:19:04.2075259Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-08-02T15:19:04.2105342Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
2026-08-02T15:19:04.2411127Z Evaluate and set job outputs
2026-08-02T15:19:04.2418543Z Set output 'code'
2026-08-02T15:19:04.2421301Z Cleaning up orphan processes
