﻿2026-08-02T22:55:30.1775471Z Current runner version: '2.336.0'
2026-08-02T22:55:30.1780748Z Runner name: 'kitsubito'
2026-08-02T22:55:30.1781463Z Runner group name: 'Default'
2026-08-02T22:55:30.1782242Z Machine name: 'KITSUBITO'
2026-08-02T22:55:30.1786242Z ##[group]GITHUB_TOKEN Permissions
2026-08-02T22:55:30.1788545Z Actions: write
2026-08-02T22:55:30.1789104Z ArtifactMetadata: write
2026-08-02T22:55:30.1789606Z Attestations: write
2026-08-02T22:55:30.1790053Z Checks: write
2026-08-02T22:55:30.1790478Z CodeQuality: write
2026-08-02T22:55:30.1790937Z Contents: write
2026-08-02T22:55:30.1791394Z CopilotRequests: write
2026-08-02T22:55:30.1791867Z Deployments: write
2026-08-02T22:55:30.1792319Z Discussions: write
2026-08-02T22:55:30.1792763Z Drives: write
2026-08-02T22:55:30.1793172Z Issues: write
2026-08-02T22:55:30.1793525Z Metadata: read
2026-08-02T22:55:30.1793873Z Models: read
2026-08-02T22:55:30.1794216Z Packages: write
2026-08-02T22:55:30.1794573Z Pages: write
2026-08-02T22:55:30.1795022Z PullRequests: write
2026-08-02T22:55:30.1795412Z RepositoryProjects: write
2026-08-02T22:55:30.1795811Z SecurityEvents: write
2026-08-02T22:55:30.1796177Z Statuses: write
2026-08-02T22:55:30.1796539Z VulnerabilityAlerts: read
2026-08-02T22:55:30.1796916Z ##[endgroup]
2026-08-02T22:55:30.1798495Z Secret source: Actions
2026-08-02T22:55:30.1799536Z Prepare workflow directory
2026-08-02T22:55:30.2150096Z Prepare all required actions
2026-08-02T22:55:30.2186292Z Getting action download info
2026-08-02T22:55:30.5431061Z Download action repository 'actions/checkout@v5' (SHA:fbc6f3992d24b796d5a048ff273f7fcc4a7b6c09)
2026-08-02T22:55:31.0181028Z Complete job name: changes
2026-08-02T22:55:31.1004224Z ##[group]Run set -euo pipefail
2026-08-02T22:55:31.1004830Z [36;1mset -euo pipefail[0m
2026-08-02T22:55:31.1005277Z [36;1mfloor_bytes=$((32 * 1024 * 1024 * 1024))[0m
2026-08-02T22:55:31.1005892Z [36;1mdrive=$(df -P "$GITHUB_WORKSPACE" | awk 'NR == 2 { print $1 }')[0m
2026-08-02T22:55:31.1006587Z [36;1mfree_bytes=$(df -PB1 "$GITHUB_WORKSPACE" | awk 'NR == 2 { print $4 }')[0m
2026-08-02T22:55:31.1007319Z [36;1mprintf 'disk preflight: drive=%s free_bytes=%s floor_bytes=%s\n' \[0m
2026-08-02T22:55:31.1007920Z [36;1m  "$drive" "$free_bytes" "$floor_bytes"[0m
2026-08-02T22:55:31.1008426Z [36;1mif [ "$free_bytes" -lt "$floor_bytes" ]; then[0m
2026-08-02T22:55:31.1009316Z [36;1m  echo "::error title=Insufficient free disk::RESOURCE=disk drive=$drive free_bytes=$free_bytes floor_bytes=$floor_bytes"[0m
2026-08-02T22:55:31.1010081Z [36;1m  exit 1[0m
2026-08-02T22:55:31.1010424Z [36;1mfi[0m
2026-08-02T22:55:31.1026927Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0}
2026-08-02T22:55:31.1027698Z ##[endgroup]
2026-08-02T22:55:31.1147163Z disk preflight: drive=/dev/nvme0n1p2 free_bytes=744343027712 floor_bytes=34359738368
2026-08-02T22:55:31.1343999Z ##[group]Run actions/checkout@v5
2026-08-02T22:55:31.1344474Z with:
2026-08-02T22:55:31.1344838Z   repository: BigscreenVR/spt-bs-core
2026-08-02T22:55:31.1347787Z   token: ***
2026-08-02T22:55:31.1348145Z   ssh-strict: true
2026-08-02T22:55:31.1348484Z   ssh-user: git
2026-08-02T22:55:31.1348837Z   persist-credentials: true
2026-08-02T22:55:31.1349313Z   clean: true
2026-08-02T22:55:31.1349665Z   sparse-checkout-cone-mode: true
2026-08-02T22:55:31.1350060Z   fetch-depth: 1
2026-08-02T22:55:31.1350409Z   fetch-tags: false
2026-08-02T22:55:31.1350762Z   show-progress: true
2026-08-02T22:55:31.1351110Z   lfs: false
2026-08-02T22:55:31.1351430Z   submodules: false
2026-08-02T22:55:31.1351777Z   set-safe-directory: true
2026-08-02T22:55:31.1352176Z   allow-unsafe-pr-checkout: false
2026-08-02T22:55:31.1352574Z ##[endgroup]
2026-08-02T22:55:31.2088079Z Syncing repository: BigscreenVR/spt-bs-core
2026-08-02T22:55:31.2089766Z ##[group]Getting Git version info
2026-08-02T22:55:31.2090486Z Working directory is '/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core'
2026-08-02T22:55:31.2091339Z [command]/usr/bin/git version
2026-08-02T22:55:31.2091751Z git version 2.43.0
2026-08-02T22:55:31.2108165Z ##[endgroup]
2026-08-02T22:55:31.2116420Z Copying '/home/reavus/.gitconfig' to '/home/reavus/actions-runner/_work/_temp/b617d653-4ece-43ea-90fd-e6b7ff284a3f/.gitconfig'
2026-08-02T22:55:31.2123865Z Temporarily overriding HOME='/home/reavus/actions-runner/_work/_temp/b617d653-4ece-43ea-90fd-e6b7ff284a3f' before making global git config changes
2026-08-02T22:55:31.2124967Z Adding repository directory to the temporary git global config as a safe directory
2026-08-02T22:55:31.2126752Z [command]/usr/bin/git config --global --add safe.directory /home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core
2026-08-02T22:55:31.2159949Z [command]/usr/bin/git config --local --get remote.origin.url
2026-08-02T22:55:31.2177625Z https://github.com/BigscreenVR/spt-bs-core
2026-08-02T22:55:31.2188219Z ##[group]Removing previously created refs, to avoid conflicts
2026-08-02T22:55:31.2190804Z [command]/usr/bin/git rev-parse --symbolic-full-name --verify --quiet HEAD
2026-08-02T22:55:31.2209128Z HEAD
2026-08-02T22:55:31.2353817Z ##[endgroup]
2026-08-02T22:55:31.2357662Z [command]/usr/bin/git submodule status
2026-08-02T22:55:31.2544349Z ##[group]Cleaning the repository
2026-08-02T22:55:31.2546747Z [command]/usr/bin/git clean -ffdx
2026-08-02T22:55:31.2587861Z [command]/usr/bin/git reset --hard HEAD
2026-08-02T22:55:31.2652377Z HEAD is now at 32a8bada7 release: v0.52.0 changelog — the kill-auth migration boundary, stated
2026-08-02T22:55:31.2658900Z ##[endgroup]
2026-08-02T22:55:31.2661553Z ##[group]Disabling automatic garbage collection
2026-08-02T22:55:31.2665081Z [command]/usr/bin/git config --local gc.auto 0
2026-08-02T22:55:31.2692844Z ##[endgroup]
2026-08-02T22:55:31.2693419Z ##[group]Setting up auth
2026-08-02T22:55:31.2697925Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2026-08-02T22:55:31.2759320Z [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-02T22:55:31.2951712Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-08-02T22:55:31.2975661Z [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-02T22:55:31.3168274Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-08-02T22:55:31.3192271Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
2026-08-02T22:55:31.3385233Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic ***
2026-08-02T22:55:31.3418419Z ##[endgroup]
2026-08-02T22:55:31.3419419Z ##[group]Fetching the repository
2026-08-02T22:55:31.3430379Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +bc58712b1b8f07a38bd2fdb764ce949d5150ea7a:refs/remotes/origin/golden/bench-wiring
2026-08-02T22:55:31.7934761Z From https://github.com/BigscreenVR/spt-bs-core
2026-08-02T22:55:31.7935730Z  * [new ref]             bc58712b1b8f07a38bd2fdb764ce949d5150ea7a -> origin/golden/bench-wiring
2026-08-02T22:55:31.7955819Z ##[endgroup]
2026-08-02T22:55:31.7956497Z ##[group]Determining the checkout info
2026-08-02T22:55:31.7957271Z ##[endgroup]
2026-08-02T22:55:31.7961104Z [command]/usr/bin/git sparse-checkout disable
2026-08-02T22:55:31.7997736Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig
2026-08-02T22:55:31.8023883Z ##[group]Checking out the ref
2026-08-02T22:55:31.8026053Z [command]/usr/bin/git checkout --progress --force -B golden/bench-wiring refs/remotes/origin/golden/bench-wiring
2026-08-02T22:55:31.8204293Z Previous HEAD position was 32a8bada7 release: v0.52.0 changelog — the kill-auth migration boundary, stated
2026-08-02T22:55:31.8210789Z Switched to a new branch 'golden/bench-wiring'
2026-08-02T22:55:31.8211883Z branch 'golden/bench-wiring' set up to track 'origin/golden/bench-wiring'.
2026-08-02T22:55:31.8219078Z ##[endgroup]
2026-08-02T22:55:31.8255406Z [command]/usr/bin/git log -1 --format=%H
2026-08-02T22:55:31.8281619Z bc58712b1b8f07a38bd2fdb764ce949d5150ea7a
2026-08-02T22:55:31.8420471Z ##[group]Run python3 .github/ci/flake-registry.py
2026-08-02T22:55:31.8421048Z [36;1mpython3 .github/ci/flake-registry.py[0m
2026-08-02T22:55:31.8434032Z shell: /usr/bin/bash -e {0}
2026-08-02T22:55:31.8434414Z ##[endgroup]
2026-08-02T22:55:31.8693312Z FLAKE_REGISTRY_OK: 2 entries
2026-08-02T22:55:31.8758714Z ##[group]Run echo "code=true" >> "$GITHUB_OUTPUT"
2026-08-02T22:55:31.8759455Z [36;1mecho "code=true" >> "$GITHUB_OUTPUT"[0m
2026-08-02T22:55:31.8772897Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0}
2026-08-02T22:55:31.8773396Z ##[endgroup]
2026-08-02T22:55:31.8932436Z Post job cleanup.
2026-08-02T22:55:31.9606213Z [command]/usr/bin/git version
2026-08-02T22:55:31.9671580Z git version 2.43.0
2026-08-02T22:55:31.9698920Z Copying '/home/reavus/.gitconfig' to '/home/reavus/actions-runner/_work/_temp/c050fe7a-1820-453b-81e2-1fcc1cda951f/.gitconfig'
2026-08-02T22:55:31.9706565Z Temporarily overriding HOME='/home/reavus/actions-runner/_work/_temp/c050fe7a-1820-453b-81e2-1fcc1cda951f' before making global git config changes
2026-08-02T22:55:31.9707800Z Adding repository directory to the temporary git global config as a safe directory
2026-08-02T22:55:31.9709738Z [command]/usr/bin/git config --global --add safe.directory /home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core
2026-08-02T22:55:31.9741038Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2026-08-02T22:55:31.9771386Z [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-02T22:55:31.9955957Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-08-02T22:55:31.9974423Z http.https://github.com/.extraheader
2026-08-02T22:55:31.9982040Z [command]/usr/bin/git config --local --unset-all http.https://github.com/.extraheader
2026-08-02T22:55:32.0006370Z [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-02T22:55:32.0195824Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-08-02T22:55:32.0222322Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
2026-08-02T22:55:32.0528319Z Evaluate and set job outputs
2026-08-02T22:55:32.0534250Z Set output 'code'
2026-08-02T22:55:32.0536038Z Cleaning up orphan processes
