﻿2026-08-28T09:54:34.7315909Z Current runner version: '2.336.0'
2026-08-28T09:54:34.7321045Z Runner name: 'kitsubito'
2026-08-28T09:54:34.7321752Z Runner group name: 'Default'
2026-08-28T09:54:34.7322549Z Machine name: 'KITSUBITO'
2026-08-28T09:54:34.7326446Z ##[group]GITHUB_TOKEN Permissions
2026-08-28T09:54:34.7328628Z Actions: write
2026-08-28T09:54:34.7329263Z ArtifactMetadata: write
2026-08-28T09:54:34.7329923Z Attestations: write
2026-08-28T09:54:34.7330418Z Checks: write
2026-08-28T09:54:34.7330895Z CodeQuality: write
2026-08-28T09:54:34.7331449Z Contents: write
2026-08-28T09:54:34.7331934Z CopilotRequests: write
2026-08-28T09:54:34.7332487Z Deployments: write
2026-08-28T09:54:34.7332980Z Discussions: write
2026-08-28T09:54:34.7382087Z Drives: write
2026-08-28T09:54:34.7382549Z Issues: write
2026-08-28T09:54:34.7382948Z Metadata: read
2026-08-28T09:54:34.7383334Z Models: read
2026-08-28T09:54:34.7383719Z Packages: write
2026-08-28T09:54:34.7384106Z Pages: write
2026-08-28T09:54:34.7384626Z PullRequests: write
2026-08-28T09:54:34.7385050Z RepositoryProjects: write
2026-08-28T09:54:34.7385488Z SecurityEvents: write
2026-08-28T09:54:34.7385896Z Statuses: write
2026-08-28T09:54:34.7386286Z VulnerabilityAlerts: read
2026-08-28T09:54:34.7386702Z ##[endgroup]
2026-08-28T09:54:34.7388515Z Secret source: Actions
2026-08-28T09:54:34.7389369Z Prepare workflow directory
2026-08-28T09:54:34.7737959Z Prepare all required actions
2026-08-28T09:54:34.7774131Z Getting action download info
2026-08-28T09:54:35.4262256Z Download action repository 'actions/checkout@v5' (SHA:fbc6f3992d24b796d5a048ff273f7fcc4a7b6c09)
2026-08-28T09:54:36.2848158Z Complete job name: changes
2026-08-28T09:54:36.3720556Z ##[group]Run set -euo pipefail
2026-08-28T09:54:36.3721213Z [36;1mset -euo pipefail[0m
2026-08-28T09:54:36.3721725Z [36;1mfloor_bytes=$((32 * 1024 * 1024 * 1024))[0m
2026-08-28T09:54:36.3722388Z [36;1mdrive=$(df -P "$GITHUB_WORKSPACE" | awk 'NR == 2 { print $1 }')[0m
2026-08-28T09:54:36.3723150Z [36;1mfree_bytes=$(df -PB1 "$GITHUB_WORKSPACE" | awk 'NR == 2 { print $4 }')[0m
2026-08-28T09:54:36.3723943Z [36;1mprintf 'disk preflight: drive=%s free_bytes=%s floor_bytes=%s\n' \[0m
2026-08-28T09:54:36.3724622Z [36;1m  "$drive" "$free_bytes" "$floor_bytes"[0m
2026-08-28T09:54:36.3725187Z [36;1mif [ "$free_bytes" -lt "$floor_bytes" ]; then[0m
2026-08-28T09:54:36.3726079Z [36;1m  echo "::error title=Insufficient free disk::RESOURCE=disk drive=$drive free_bytes=$free_bytes floor_bytes=$floor_bytes"[0m
2026-08-28T09:54:36.3727111Z [36;1m  exit 1[0m
2026-08-28T09:54:36.3727505Z [36;1mfi[0m
2026-08-28T09:54:36.3744256Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0}
2026-08-28T09:54:36.3745111Z ##[endgroup]
2026-08-28T09:54:36.3866245Z disk preflight: drive=/dev/nvme0n1p2 free_bytes=719157882880 floor_bytes=34359738368
2026-08-28T09:54:36.4066374Z ##[group]Run actions/checkout@v5
2026-08-28T09:54:36.4066912Z with:
2026-08-28T09:54:36.4067352Z   repository: BigscreenVR/spt-bs-core
2026-08-28T09:54:36.4070588Z   token: ***
2026-08-28T09:54:36.4071006Z   ssh-strict: true
2026-08-28T09:54:36.4071416Z   ssh-user: git
2026-08-28T09:54:36.4071822Z   persist-credentials: true
2026-08-28T09:54:36.4072255Z   clean: true
2026-08-28T09:54:36.4072642Z   sparse-checkout-cone-mode: true
2026-08-28T09:54:36.4073107Z   fetch-depth: 1
2026-08-28T09:54:36.4073493Z   fetch-tags: false
2026-08-28T09:54:36.4073915Z   show-progress: true
2026-08-28T09:54:36.4074312Z   lfs: false
2026-08-28T09:54:36.4074685Z   submodules: false
2026-08-28T09:54:36.4075094Z   set-safe-directory: true
2026-08-28T09:54:36.4075557Z   allow-unsafe-pr-checkout: false
2026-08-28T09:54:36.4076004Z ##[endgroup]
2026-08-28T09:54:36.4868702Z Syncing repository: BigscreenVR/spt-bs-core
2026-08-28T09:54:36.4870640Z ##[group]Getting Git version info
2026-08-28T09:54:36.4871455Z Working directory is '/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core'
2026-08-28T09:54:36.4872419Z [command]/usr/bin/git version
2026-08-28T09:54:36.4872880Z git version 2.43.0
2026-08-28T09:54:36.4884753Z ##[endgroup]
2026-08-28T09:54:36.4892221Z Copying '/home/reavus/.gitconfig' to '/home/reavus/actions-runner/_work/_temp/b0c0575e-56fa-4b0e-8c7a-dff98c252829/.gitconfig'
2026-08-28T09:54:36.4898519Z Temporarily overriding HOME='/home/reavus/actions-runner/_work/_temp/b0c0575e-56fa-4b0e-8c7a-dff98c252829' before making global git config changes
2026-08-28T09:54:36.4899833Z Adding repository directory to the temporary git global config as a safe directory
2026-08-28T09:54:36.4901350Z [command]/usr/bin/git config --global --add safe.directory /home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core
2026-08-28T09:54:36.4933265Z [command]/usr/bin/git config --local --get remote.origin.url
2026-08-28T09:54:36.4949605Z https://github.com/BigscreenVR/spt-bs-core
2026-08-28T09:54:36.4959476Z ##[group]Removing previously created refs, to avoid conflicts
2026-08-28T09:54:36.4961526Z [command]/usr/bin/git rev-parse --symbolic-full-name --verify --quiet HEAD
2026-08-28T09:54:36.4979370Z refs/heads/main
2026-08-28T09:54:36.4985854Z [command]/usr/bin/git checkout --detach
2026-08-28T09:54:36.5050938Z HEAD is now at 827a3b772 fixup! test(servicehost): honor retryable kill
2026-08-28T09:54:36.5087967Z [command]/usr/bin/git branch --delete --force main
2026-08-28T09:54:36.5119943Z Deleted branch main (was 827a3b772).
2026-08-28T09:54:36.5265342Z ##[endgroup]
2026-08-28T09:54:36.5265857Z [command]/usr/bin/git submodule status
2026-08-28T09:54:36.5449662Z ##[group]Cleaning the repository
2026-08-28T09:54:36.5452339Z [command]/usr/bin/git clean -ffdx
2026-08-28T09:54:37.1975821Z Removing target/
2026-08-28T09:54:37.1984728Z [command]/usr/bin/git reset --hard HEAD
2026-08-28T09:54:37.2060889Z HEAD is now at 827a3b772 fixup! test(servicehost): honor retryable kill
2026-08-28T09:54:37.2068785Z ##[endgroup]
2026-08-28T09:54:37.2070077Z ##[group]Disabling automatic garbage collection
2026-08-28T09:54:37.2071802Z [command]/usr/bin/git config --local gc.auto 0
2026-08-28T09:54:37.2098361Z ##[endgroup]
2026-08-28T09:54:37.2099717Z ##[group]Setting up auth
2026-08-28T09:54:37.2103241Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2026-08-28T09:54:37.2129412Z [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-28T09:54:37.2323483Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-08-28T09:54:37.2351973Z [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-28T09:54:37.2541650Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-08-28T09:54:37.2581485Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
2026-08-28T09:54:37.2775562Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic ***
2026-08-28T09:54:37.2807523Z ##[endgroup]
2026-08-28T09:54:37.2809143Z ##[group]Fetching the repository
2026-08-28T09:54:37.2814960Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +827a3b772ef7723ffed195a0c363f0864354d926:refs/remotes/origin/golden/ir2-incremental-on
2026-08-28T09:54:37.8508039Z From https://github.com/BigscreenVR/spt-bs-core
2026-08-28T09:54:37.8511140Z  * [new ref]             827a3b772ef7723ffed195a0c363f0864354d926 -> origin/golden/ir2-incremental-on
2026-08-28T09:54:37.8541657Z ##[endgroup]
2026-08-28T09:54:37.8542931Z ##[group]Determining the checkout info
2026-08-28T09:54:37.8544356Z ##[endgroup]
2026-08-28T09:54:37.8546778Z [command]/usr/bin/git sparse-checkout disable
2026-08-28T09:54:37.8585432Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig
2026-08-28T09:54:37.8612278Z ##[group]Checking out the ref
2026-08-28T09:54:37.8615740Z [command]/usr/bin/git checkout --progress --force -B golden/ir2-incremental-on refs/remotes/origin/golden/ir2-incremental-on
2026-08-28T09:54:37.8685893Z Switched to a new branch 'golden/ir2-incremental-on'
2026-08-28T09:54:37.8687886Z branch 'golden/ir2-incremental-on' set up to track 'origin/golden/ir2-incremental-on'.
2026-08-28T09:54:37.8692912Z ##[endgroup]
2026-08-28T09:54:37.8733360Z [command]/usr/bin/git log -1 --format=%H
2026-08-28T09:54:37.8763620Z 827a3b772ef7723ffed195a0c363f0864354d926
2026-08-28T09:54:37.8936418Z ##[group]Run python3 .github/ci/flake-registry.py
2026-08-28T09:54:37.8937547Z [36;1mpython3 .github/ci/flake-registry.py[0m
2026-08-28T09:54:37.8952558Z shell: /usr/bin/bash -e {0}
2026-08-28T09:54:37.8953313Z ##[endgroup]
2026-08-28T09:54:37.9489619Z FLAKE_REGISTRY_OK: 2 entries
2026-08-28T09:54:37.9579279Z ##[group]Run echo "code=true" >> "$GITHUB_OUTPUT"
2026-08-28T09:54:37.9580407Z [36;1mecho "code=true" >> "$GITHUB_OUTPUT"[0m
2026-08-28T09:54:37.9595325Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0}
2026-08-28T09:54:37.9596425Z ##[endgroup]
2026-08-28T09:54:37.9835199Z Post job cleanup.
2026-08-28T09:54:38.0561101Z [command]/usr/bin/git version
2026-08-28T09:54:38.0594532Z git version 2.43.0
2026-08-28T09:54:38.0620874Z Copying '/home/reavus/.gitconfig' to '/home/reavus/actions-runner/_work/_temp/4d3f3c3c-294e-4db6-8e15-15335d4d0fe8/.gitconfig'
2026-08-28T09:54:38.0628320Z Temporarily overriding HOME='/home/reavus/actions-runner/_work/_temp/4d3f3c3c-294e-4db6-8e15-15335d4d0fe8' before making global git config changes
2026-08-28T09:54:38.0630663Z Adding repository directory to the temporary git global config as a safe directory
2026-08-28T09:54:38.0632595Z [command]/usr/bin/git config --global --add safe.directory /home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core
2026-08-28T09:54:38.0660140Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2026-08-28T09:54:38.0688590Z [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-28T09:54:38.0881350Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-08-28T09:54:38.0900079Z http.https://github.com/.extraheader
2026-08-28T09:54:38.0908871Z [command]/usr/bin/git config --local --unset-all http.https://github.com/.extraheader
2026-08-28T09:54:38.0936254Z [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-28T09:54:38.1122636Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-08-28T09:54:38.1145758Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
2026-08-28T09:54:38.1463809Z Evaluate and set job outputs
2026-08-28T09:54:38.1470457Z Set output 'code'
2026-08-28T09:54:38.1472928Z Cleaning up orphan processes
