﻿2026-08-03T01:12:41.3219426Z Current runner version: '2.336.0'
2026-08-03T01:12:41.3224562Z Runner name: 'kitsubito'
2026-08-03T01:12:41.3225163Z Runner group name: 'Default'
2026-08-03T01:12:41.3274083Z Machine name: 'KITSUBITO'
2026-08-03T01:12:41.3277773Z ##[group]GITHUB_TOKEN Permissions
2026-08-03T01:12:41.3280211Z Actions: write
2026-08-03T01:12:41.3280606Z ArtifactMetadata: write
2026-08-03T01:12:41.3280997Z Attestations: write
2026-08-03T01:12:41.3281358Z Checks: write
2026-08-03T01:12:41.3281700Z CodeQuality: write
2026-08-03T01:12:41.3282063Z Contents: write
2026-08-03T01:12:41.3282425Z CopilotRequests: write
2026-08-03T01:12:41.3282820Z Deployments: write
2026-08-03T01:12:41.3283187Z Discussions: write
2026-08-03T01:12:41.3283550Z Drives: write
2026-08-03T01:12:41.3283896Z Issues: write
2026-08-03T01:12:41.3284237Z Metadata: read
2026-08-03T01:12:41.3284586Z Models: read
2026-08-03T01:12:41.3284930Z Packages: write
2026-08-03T01:12:41.3285288Z Pages: write
2026-08-03T01:12:41.3285735Z PullRequests: write
2026-08-03T01:12:41.3286135Z RepositoryProjects: write
2026-08-03T01:12:41.3286533Z SecurityEvents: write
2026-08-03T01:12:41.3286903Z Statuses: write
2026-08-03T01:12:41.3287256Z VulnerabilityAlerts: read
2026-08-03T01:12:41.3287642Z ##[endgroup]
2026-08-03T01:12:41.3289532Z Secret source: Actions
2026-08-03T01:12:41.3290203Z Prepare workflow directory
2026-08-03T01:12:41.3715382Z Prepare all required actions
2026-08-03T01:12:41.3751184Z Getting action download info
2026-08-03T01:12:41.7125585Z Download action repository 'actions/checkout@v5' (SHA:fbc6f3992d24b796d5a048ff273f7fcc4a7b6c09)
2026-08-03T01:12:42.2132505Z Complete job name: changes
2026-08-03T01:12:42.2906625Z ##[group]Run set -euo pipefail
2026-08-03T01:12:42.2907197Z [36;1mset -euo pipefail[0m
2026-08-03T01:12:42.2907659Z [36;1mfloor_bytes=$((32 * 1024 * 1024 * 1024))[0m
2026-08-03T01:12:42.2908270Z [36;1mdrive=$(df -P "$GITHUB_WORKSPACE" | awk 'NR == 2 { print $1 }')[0m
2026-08-03T01:12:42.2909335Z [36;1mfree_bytes=$(df -PB1 "$GITHUB_WORKSPACE" | awk 'NR == 2 { print $4 }')[0m
2026-08-03T01:12:42.2910079Z [36;1mprintf 'disk preflight: drive=%s free_bytes=%s floor_bytes=%s\n' \[0m
2026-08-03T01:12:42.2910674Z [36;1m  "$drive" "$free_bytes" "$floor_bytes"[0m
2026-08-03T01:12:42.2911227Z [36;1mif [ "$free_bytes" -lt "$floor_bytes" ]; then[0m
2026-08-03T01:12:42.2912151Z [36;1m  echo "::error title=Insufficient free disk::RESOURCE=disk drive=$drive free_bytes=$free_bytes floor_bytes=$floor_bytes"[0m
2026-08-03T01:12:42.2912946Z [36;1m  exit 1[0m
2026-08-03T01:12:42.2913512Z [36;1mfi[0m
2026-08-03T01:12:42.2936211Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0}
2026-08-03T01:12:42.2937471Z ##[endgroup]
2026-08-03T01:12:42.3116460Z disk preflight: drive=/dev/nvme0n1p2 free_bytes=698003140608 floor_bytes=34359738368
2026-08-03T01:12:42.3308188Z ##[group]Run actions/checkout@v5
2026-08-03T01:12:42.3308648Z with:
2026-08-03T01:12:42.3309103Z   repository: BigscreenVR/spt-bs-core
2026-08-03T01:12:42.3311779Z   token: ***
2026-08-03T01:12:42.3312140Z   ssh-strict: true
2026-08-03T01:12:42.3312489Z   ssh-user: git
2026-08-03T01:12:42.3312832Z   persist-credentials: true
2026-08-03T01:12:42.3313214Z   clean: true
2026-08-03T01:12:42.3313561Z   sparse-checkout-cone-mode: true
2026-08-03T01:12:42.3313964Z   fetch-depth: 1
2026-08-03T01:12:42.3314303Z   fetch-tags: false
2026-08-03T01:12:42.3314651Z   show-progress: true
2026-08-03T01:12:42.3314994Z   lfs: false
2026-08-03T01:12:42.3315317Z   submodules: false
2026-08-03T01:12:42.3315666Z   set-safe-directory: true
2026-08-03T01:12:42.3316065Z   allow-unsafe-pr-checkout: false
2026-08-03T01:12:42.3316464Z ##[endgroup]
2026-08-03T01:12:42.4077972Z Syncing repository: BigscreenVR/spt-bs-core
2026-08-03T01:12:42.4079679Z ##[group]Getting Git version info
2026-08-03T01:12:42.4080417Z Working directory is '/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core'
2026-08-03T01:12:42.4081301Z [command]/usr/bin/git version
2026-08-03T01:12:42.4081725Z git version 2.43.0
2026-08-03T01:12:42.4096574Z ##[endgroup]
2026-08-03T01:12:42.4104930Z Copying '/home/reavus/.gitconfig' to '/home/reavus/actions-runner/_work/_temp/72e1573b-f86f-44f4-929a-8f5cb103c20e/.gitconfig'
2026-08-03T01:12:42.4112198Z Temporarily overriding HOME='/home/reavus/actions-runner/_work/_temp/72e1573b-f86f-44f4-929a-8f5cb103c20e' before making global git config changes
2026-08-03T01:12:42.4114111Z Adding repository directory to the temporary git global config as a safe directory
2026-08-03T01:12:42.4115966Z [command]/usr/bin/git config --global --add safe.directory /home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core
2026-08-03T01:12:42.4150250Z [command]/usr/bin/git config --local --get remote.origin.url
2026-08-03T01:12:42.4170614Z https://github.com/BigscreenVR/spt-bs-core
2026-08-03T01:12:42.4182277Z ##[group]Removing previously created refs, to avoid conflicts
2026-08-03T01:12:42.4185533Z [command]/usr/bin/git rev-parse --symbolic-full-name --verify --quiet HEAD
2026-08-03T01:12:42.4209525Z refs/heads/main
2026-08-03T01:12:42.4216821Z [command]/usr/bin/git checkout --detach
2026-08-03T01:12:42.4571890Z HEAD is now at bc58712b1 build(ci): wire the bench wraps into golden.yml, and one-shot builds drop incremental
2026-08-03T01:12:42.4618872Z [command]/usr/bin/git branch --delete --force main
2026-08-03T01:12:42.4655517Z Deleted branch main (was bc58712b1).
2026-08-03T01:12:42.5422969Z ##[endgroup]
2026-08-03T01:12:42.5428632Z [command]/usr/bin/git submodule status
2026-08-03T01:12:42.5641615Z ##[group]Cleaning the repository
2026-08-03T01:12:42.5644259Z [command]/usr/bin/git clean -ffdx
2026-08-03T01:12:46.1968162Z Removing target/
2026-08-03T01:12:46.1975903Z [command]/usr/bin/git reset --hard HEAD
2026-08-03T01:12:46.2133150Z HEAD is now at bc58712b1 build(ci): wire the bench wraps into golden.yml, and one-shot builds drop incremental
2026-08-03T01:12:46.2138225Z ##[endgroup]
2026-08-03T01:12:46.2139970Z ##[group]Disabling automatic garbage collection
2026-08-03T01:12:46.2143164Z [command]/usr/bin/git config --local gc.auto 0
2026-08-03T01:12:46.2166975Z ##[endgroup]
2026-08-03T01:12:46.2167469Z ##[group]Setting up auth
2026-08-03T01:12:46.2172744Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2026-08-03T01:12:46.2197417Z [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-03T01:12:46.2391173Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-08-03T01:12:46.2417300Z [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-03T01:12:46.2593689Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-08-03T01:12:46.2618281Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
2026-08-03T01:12:46.2796592Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic ***
2026-08-03T01:12:46.2826998Z ##[endgroup]
2026-08-03T01:12:46.2832438Z ##[group]Fetching the repository
2026-08-03T01:12:46.2833150Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +184f2ac4e0f9df9d805a81c302a1409762fac2f8:refs/remotes/origin/golden/gc-fix-125
2026-08-03T01:12:46.7979491Z From https://github.com/BigscreenVR/spt-bs-core
2026-08-03T01:12:46.7980479Z  * [new ref]             184f2ac4e0f9df9d805a81c302a1409762fac2f8 -> origin/golden/gc-fix-125
2026-08-03T01:12:46.8004623Z ##[endgroup]
2026-08-03T01:12:46.8005172Z ##[group]Determining the checkout info
2026-08-03T01:12:46.8006928Z ##[endgroup]
2026-08-03T01:12:46.8011837Z [command]/usr/bin/git sparse-checkout disable
2026-08-03T01:12:46.8050872Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig
2026-08-03T01:12:46.8073645Z ##[group]Checking out the ref
2026-08-03T01:12:46.8076368Z [command]/usr/bin/git checkout --progress --force -B golden/gc-fix-125 refs/remotes/origin/golden/gc-fix-125
2026-08-03T01:12:46.8238335Z Previous HEAD position was bc58712b1 build(ci): wire the bench wraps into golden.yml, and one-shot builds drop incremental
2026-08-03T01:12:46.8245345Z Switched to a new branch 'golden/gc-fix-125'
2026-08-03T01:12:46.8245871Z branch 'golden/gc-fix-125' set up to track 'origin/golden/gc-fix-125'.
2026-08-03T01:12:46.8253053Z ##[endgroup]
2026-08-03T01:12:46.8291250Z [command]/usr/bin/git log -1 --format=%H
2026-08-03T01:12:46.8316777Z 184f2ac4e0f9df9d805a81c302a1409762fac2f8
2026-08-03T01:12:46.8448289Z ##[group]Run python3 .github/ci/flake-registry.py
2026-08-03T01:12:46.8448614Z [36;1mpython3 .github/ci/flake-registry.py[0m
2026-08-03T01:12:46.8462254Z shell: /usr/bin/bash -e {0}
2026-08-03T01:12:46.8462474Z ##[endgroup]
2026-08-03T01:12:46.8993484Z FLAKE_REGISTRY_OK: 2 entries
2026-08-03T01:12:46.9053566Z ##[group]Run echo "code=true" >> "$GITHUB_OUTPUT"
2026-08-03T01:12:46.9053881Z [36;1mecho "code=true" >> "$GITHUB_OUTPUT"[0m
2026-08-03T01:12:46.9066756Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0}
2026-08-03T01:12:46.9067043Z ##[endgroup]
2026-08-03T01:12:46.9209540Z Post job cleanup.
2026-08-03T01:12:46.9871137Z [command]/usr/bin/git version
2026-08-03T01:12:46.9903861Z git version 2.43.0
2026-08-03T01:12:46.9928904Z Copying '/home/reavus/.gitconfig' to '/home/reavus/actions-runner/_work/_temp/85fabc2f-32be-4bb8-8248-e78c2d396c3e/.gitconfig'
2026-08-03T01:12:46.9936410Z Temporarily overriding HOME='/home/reavus/actions-runner/_work/_temp/85fabc2f-32be-4bb8-8248-e78c2d396c3e' before making global git config changes
2026-08-03T01:12:46.9937212Z Adding repository directory to the temporary git global config as a safe directory
2026-08-03T01:12:46.9939527Z [command]/usr/bin/git config --global --add safe.directory /home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core
2026-08-03T01:12:46.9966193Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2026-08-03T01:12:46.9991229Z [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-03T01:12:47.0180869Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-08-03T01:12:47.0199709Z http.https://github.com/.extraheader
2026-08-03T01:12:47.0206515Z [command]/usr/bin/git config --local --unset-all http.https://github.com/.extraheader
2026-08-03T01:12:47.0229821Z [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-03T01:12:47.0418257Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-08-03T01:12:47.0444005Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
2026-08-03T01:12:47.0738071Z Evaluate and set job outputs
2026-08-03T01:12:47.0744725Z Set output 'code'
2026-08-03T01:12:47.0746557Z Cleaning up orphan processes
