﻿2026-08-04T16:22:38.9547992Z Current runner version: '2.336.0'
2026-08-04T16:22:38.9553228Z Runner name: 'kitsubito'
2026-08-04T16:22:38.9553741Z Runner group name: 'Default'
2026-08-04T16:22:38.9554328Z Machine name: 'KITSUBITO'
2026-08-04T16:22:38.9557579Z ##[group]GITHUB_TOKEN Permissions
2026-08-04T16:22:38.9559608Z Actions: write
2026-08-04T16:22:38.9560012Z ArtifactMetadata: write
2026-08-04T16:22:38.9560412Z Attestations: write
2026-08-04T16:22:38.9560785Z Checks: write
2026-08-04T16:22:38.9561141Z CodeQuality: write
2026-08-04T16:22:38.9561516Z Contents: write
2026-08-04T16:22:38.9561883Z CopilotRequests: write
2026-08-04T16:22:38.9562269Z Deployments: write
2026-08-04T16:22:38.9562636Z Discussions: write
2026-08-04T16:22:38.9562998Z Drives: write
2026-08-04T16:22:38.9563357Z Issues: write
2026-08-04T16:22:38.9563707Z Metadata: read
2026-08-04T16:22:38.9564064Z Models: read
2026-08-04T16:22:38.9564417Z Packages: write
2026-08-04T16:22:38.9564779Z Pages: write
2026-08-04T16:22:38.9565240Z PullRequests: write
2026-08-04T16:22:38.9565652Z RepositoryProjects: write
2026-08-04T16:22:38.9566061Z SecurityEvents: write
2026-08-04T16:22:38.9566479Z Statuses: write
2026-08-04T16:22:38.9566861Z VulnerabilityAlerts: read
2026-08-04T16:22:38.9567248Z ##[endgroup]
2026-08-04T16:22:38.9568843Z Secret source: Actions
2026-08-04T16:22:38.9569766Z Prepare workflow directory
2026-08-04T16:22:39.0000059Z Prepare all required actions
2026-08-04T16:22:39.0035608Z Getting action download info
2026-08-04T16:22:39.4199946Z Download action repository 'actions/checkout@v5' (SHA:fbc6f3992d24b796d5a048ff273f7fcc4a7b6c09)
2026-08-04T16:22:40.0044173Z Complete job name: changes
2026-08-04T16:22:40.0882081Z ##[group]Run set -euo pipefail
2026-08-04T16:22:40.0882729Z [36;1mset -euo pipefail[0m
2026-08-04T16:22:40.0883226Z [36;1mfloor_bytes=$((32 * 1024 * 1024 * 1024))[0m
2026-08-04T16:22:40.0883889Z [36;1mdrive=$(df -P "$GITHUB_WORKSPACE" | awk 'NR == 2 { print $1 }')[0m
2026-08-04T16:22:40.0884643Z [36;1mfree_bytes=$(df -PB1 "$GITHUB_WORKSPACE" | awk 'NR == 2 { print $4 }')[0m
2026-08-04T16:22:40.0885454Z [36;1mprintf 'disk preflight: drive=%s free_bytes=%s floor_bytes=%s\n' \[0m
2026-08-04T16:22:40.0886127Z [36;1m  "$drive" "$free_bytes" "$floor_bytes"[0m
2026-08-04T16:22:40.0886685Z [36;1mif [ "$free_bytes" -lt "$floor_bytes" ]; then[0m
2026-08-04T16:22:40.0887569Z [36;1m  echo "::error title=Insufficient free disk::RESOURCE=disk drive=$drive free_bytes=$free_bytes floor_bytes=$floor_bytes"[0m
2026-08-04T16:22:40.0888404Z [36;1m  exit 1[0m
2026-08-04T16:22:40.0888780Z [36;1mfi[0m
2026-08-04T16:22:40.0905269Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0}
2026-08-04T16:22:40.0906097Z ##[endgroup]
2026-08-04T16:22:40.1039080Z disk preflight: drive=/dev/nvme0n1p2 free_bytes=699334864896 floor_bytes=34359738368
2026-08-04T16:22:40.1238696Z ##[group]Run actions/checkout@v5
2026-08-04T16:22:40.1239407Z with:
2026-08-04T16:22:40.1239798Z   repository: BigscreenVR/spt-bs-core
2026-08-04T16:22:40.1242726Z   token: ***
2026-08-04T16:22:40.1243126Z   ssh-strict: true
2026-08-04T16:22:40.1243501Z   ssh-user: git
2026-08-04T16:22:40.1243883Z   persist-credentials: true
2026-08-04T16:22:40.1244293Z   clean: true
2026-08-04T16:22:40.1244673Z   sparse-checkout-cone-mode: true
2026-08-04T16:22:40.1245118Z   fetch-depth: 1
2026-08-04T16:22:40.1245476Z   fetch-tags: false
2026-08-04T16:22:40.1245842Z   show-progress: true
2026-08-04T16:22:40.1246227Z   lfs: false
2026-08-04T16:22:40.1246584Z   submodules: false
2026-08-04T16:22:40.1246980Z   set-safe-directory: true
2026-08-04T16:22:40.1247429Z   allow-unsafe-pr-checkout: false
2026-08-04T16:22:40.1247862Z ##[endgroup]
2026-08-04T16:22:40.1995258Z Syncing repository: BigscreenVR/spt-bs-core
2026-08-04T16:22:40.1996934Z ##[group]Getting Git version info
2026-08-04T16:22:40.1997897Z Working directory is '/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core'
2026-08-04T16:22:40.1998858Z [command]/usr/bin/git version
2026-08-04T16:22:40.2023965Z git version 2.43.0
2026-08-04T16:22:40.2043214Z ##[endgroup]
2026-08-04T16:22:40.2050637Z Copying '/home/reavus/.gitconfig' to '/home/reavus/actions-runner/_work/_temp/1defffc5-7b58-4b8a-b6b3-16a00a2ede66/.gitconfig'
2026-08-04T16:22:40.2057501Z Temporarily overriding HOME='/home/reavus/actions-runner/_work/_temp/1defffc5-7b58-4b8a-b6b3-16a00a2ede66' before making global git config changes
2026-08-04T16:22:40.2058900Z Adding repository directory to the temporary git global config as a safe directory
2026-08-04T16:22:40.2060333Z [command]/usr/bin/git config --global --add safe.directory /home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core
2026-08-04T16:22:40.2091178Z [command]/usr/bin/git config --local --get remote.origin.url
2026-08-04T16:22:40.2108393Z https://github.com/BigscreenVR/spt-bs-core
2026-08-04T16:22:40.2118077Z ##[group]Removing previously created refs, to avoid conflicts
2026-08-04T16:22:40.2120828Z [command]/usr/bin/git rev-parse --symbolic-full-name --verify --quiet HEAD
2026-08-04T16:22:40.2140967Z refs/heads/main
2026-08-04T16:22:40.2147461Z [command]/usr/bin/git checkout --detach
2026-08-04T16:22:40.2533035Z HEAD is now at 8f291e19d docs: infra register — IR-34 (nextest LEAK on zombie-fixture row dominant-but-intermittent, 19/20 measured; leak-signal gates flap ~1/20, one clean run never evidence of fix; two-leg pre-existing verdict template)
2026-08-04T16:22:40.2569919Z [command]/usr/bin/git branch --delete --force main
2026-08-04T16:22:40.2603188Z Deleted branch main (was 8f291e19d).
2026-08-04T16:22:40.3279068Z ##[endgroup]
2026-08-04T16:22:40.3282914Z [command]/usr/bin/git submodule status
2026-08-04T16:22:40.3467504Z ##[group]Cleaning the repository
2026-08-04T16:22:40.3468196Z [command]/usr/bin/git clean -ffdx
2026-08-04T16:22:44.2872438Z Removing target/
2026-08-04T16:22:44.2884361Z [command]/usr/bin/git reset --hard HEAD
2026-08-04T16:22:44.3041966Z HEAD is now at 8f291e19d docs: infra register — IR-34 (nextest LEAK on zombie-fixture row dominant-but-intermittent, 19/20 measured; leak-signal gates flap ~1/20, one clean run never evidence of fix; two-leg pre-existing verdict template)
2026-08-04T16:22:44.3047427Z ##[endgroup]
2026-08-04T16:22:44.3048811Z ##[group]Disabling automatic garbage collection
2026-08-04T16:22:44.3052469Z [command]/usr/bin/git config --local gc.auto 0
2026-08-04T16:22:44.3076973Z ##[endgroup]
2026-08-04T16:22:44.3077461Z ##[group]Setting up auth
2026-08-04T16:22:44.3082052Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2026-08-04T16:22:44.3107377Z [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-04T16:22:44.3297568Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-08-04T16:22:44.3321099Z [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-04T16:22:44.3502504Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-08-04T16:22:44.3527660Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
2026-08-04T16:22:44.3726545Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic ***
2026-08-04T16:22:44.3756681Z ##[endgroup]
2026-08-04T16:22:44.3757163Z ##[group]Fetching the repository
2026-08-04T16:22:44.3762323Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +fc7fad17fb2717f530daa641367acd6c4cf85df9:refs/remotes/origin/golden/usher150
2026-08-04T16:22:45.2534633Z From https://github.com/BigscreenVR/spt-bs-core
2026-08-04T16:22:45.2535137Z  * [new ref]             fc7fad17fb2717f530daa641367acd6c4cf85df9 -> origin/golden/usher150
2026-08-04T16:22:45.2556954Z ##[endgroup]
2026-08-04T16:22:45.2557417Z ##[group]Determining the checkout info
2026-08-04T16:22:45.2559257Z ##[endgroup]
2026-08-04T16:22:45.2562557Z [command]/usr/bin/git sparse-checkout disable
2026-08-04T16:22:45.2600718Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig
2026-08-04T16:22:45.2624325Z ##[group]Checking out the ref
2026-08-04T16:22:45.2627221Z [command]/usr/bin/git checkout --progress --force -B golden/usher150 refs/remotes/origin/golden/usher150
2026-08-04T16:22:45.3132245Z Previous HEAD position was 8f291e19d docs: infra register — IR-34 (nextest LEAK on zombie-fixture row dominant-but-intermittent, 19/20 measured; leak-signal gates flap ~1/20, one clean run never evidence of fix; two-leg pre-existing verdict template)
2026-08-04T16:22:45.3138148Z Switched to a new branch 'golden/usher150'
2026-08-04T16:22:45.3138697Z branch 'golden/usher150' set up to track 'origin/golden/usher150'.
2026-08-04T16:22:45.3147180Z ##[endgroup]
2026-08-04T16:22:45.3183486Z [command]/usr/bin/git log -1 --format=%H
2026-08-04T16:22:45.3206851Z fc7fad17fb2717f530daa641367acd6c4cf85df9
2026-08-04T16:22:45.3336590Z ##[group]Run python3 .github/ci/flake-registry.py
2026-08-04T16:22:45.3336948Z [36;1mpython3 .github/ci/flake-registry.py[0m
2026-08-04T16:22:45.3350892Z shell: /usr/bin/bash -e {0}
2026-08-04T16:22:45.3351126Z ##[endgroup]
2026-08-04T16:22:45.3599175Z FLAKE_REGISTRY_OK: 2 entries
2026-08-04T16:22:45.3658121Z ##[group]Run echo "code=true" >> "$GITHUB_OUTPUT"
2026-08-04T16:22:45.3658472Z [36;1mecho "code=true" >> "$GITHUB_OUTPUT"[0m
2026-08-04T16:22:45.3671534Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0}
2026-08-04T16:22:45.3671836Z ##[endgroup]
2026-08-04T16:22:45.3805717Z Post job cleanup.
2026-08-04T16:22:45.4505754Z [command]/usr/bin/git version
2026-08-04T16:22:45.4536235Z git version 2.43.0
2026-08-04T16:22:45.4561592Z Copying '/home/reavus/.gitconfig' to '/home/reavus/actions-runner/_work/_temp/84562b8c-7775-4daa-94e0-f4bc2183b451/.gitconfig'
2026-08-04T16:22:45.4568597Z Temporarily overriding HOME='/home/reavus/actions-runner/_work/_temp/84562b8c-7775-4daa-94e0-f4bc2183b451' before making global git config changes
2026-08-04T16:22:45.4569413Z Adding repository directory to the temporary git global config as a safe directory
2026-08-04T16:22:45.4572022Z [command]/usr/bin/git config --global --add safe.directory /home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core
2026-08-04T16:22:45.4599442Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2026-08-04T16:22:45.4627070Z [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-04T16:22:45.4808125Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-08-04T16:22:45.4826634Z http.https://github.com/.extraheader
2026-08-04T16:22:45.4833612Z [command]/usr/bin/git config --local --unset-all http.https://github.com/.extraheader
2026-08-04T16:22:45.4857440Z [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-04T16:22:45.5040099Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-08-04T16:22:45.5064340Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
2026-08-04T16:22:45.5365776Z Evaluate and set job outputs
2026-08-04T16:22:45.5371602Z Set output 'code'
2026-08-04T16:22:45.5373178Z Cleaning up orphan processes
