﻿2026-08-25T15:41:58.8644810Z Current runner version: '2.336.0'
2026-08-25T15:41:58.8649879Z Runner name: 'kitsubito'
2026-08-25T15:41:58.8650522Z Runner group name: 'Default'
2026-08-25T15:41:58.8651290Z Machine name: 'KITSUBITO'
2026-08-25T15:41:58.8654978Z ##[group]GITHUB_TOKEN Permissions
2026-08-25T15:41:58.8657133Z Actions: write
2026-08-25T15:41:58.8657632Z ArtifactMetadata: write
2026-08-25T15:41:58.8658117Z Attestations: write
2026-08-25T15:41:58.8658633Z Checks: write
2026-08-25T15:41:58.8707576Z CodeQuality: write
2026-08-25T15:41:58.8708079Z Contents: write
2026-08-25T15:41:58.8708452Z CopilotRequests: write
2026-08-25T15:41:58.8708866Z Deployments: write
2026-08-25T15:41:58.8709300Z Discussions: write
2026-08-25T15:41:58.8709677Z Drives: write
2026-08-25T15:41:58.8710019Z Issues: write
2026-08-25T15:41:58.8710360Z Metadata: read
2026-08-25T15:41:58.8710709Z Models: read
2026-08-25T15:41:58.8711053Z Packages: write
2026-08-25T15:41:58.8711424Z Pages: write
2026-08-25T15:41:58.8711900Z PullRequests: write
2026-08-25T15:41:58.8712420Z RepositoryProjects: write
2026-08-25T15:41:58.8713007Z SecurityEvents: write
2026-08-25T15:41:58.8713383Z Statuses: write
2026-08-25T15:41:58.8713740Z VulnerabilityAlerts: read
2026-08-25T15:41:58.8714126Z ##[endgroup]
2026-08-25T15:41:58.8716174Z Secret source: Actions
2026-08-25T15:41:58.8716865Z Prepare workflow directory
2026-08-25T15:41:58.9071399Z Prepare all required actions
2026-08-25T15:41:58.9107050Z Getting action download info
2026-08-25T15:41:59.2466192Z Download action repository 'actions/checkout@v5' (SHA:fbc6f3992d24b796d5a048ff273f7fcc4a7b6c09)
2026-08-25T15:41:59.7499244Z Complete job name: changes
2026-08-25T15:41:59.8256844Z ##[group]Run set -euo pipefail
2026-08-25T15:41:59.8257397Z [36;1mset -euo pipefail[0m
2026-08-25T15:41:59.8257849Z [36;1mfloor_bytes=$((32 * 1024 * 1024 * 1024))[0m
2026-08-25T15:41:59.8258431Z [36;1mdrive=$(df -P "$GITHUB_WORKSPACE" | awk 'NR == 2 { print $1 }')[0m
2026-08-25T15:41:59.8259225Z [36;1mfree_bytes=$(df -PB1 "$GITHUB_WORKSPACE" | awk 'NR == 2 { print $4 }')[0m
2026-08-25T15:41:59.8259971Z [36;1mprintf 'disk preflight: drive=%s free_bytes=%s floor_bytes=%s\n' \[0m
2026-08-25T15:41:59.8260576Z [36;1m  "$drive" "$free_bytes" "$floor_bytes"[0m
2026-08-25T15:41:59.8261090Z [36;1mif [ "$free_bytes" -lt "$floor_bytes" ]; then[0m
2026-08-25T15:41:59.8261898Z [36;1m  echo "::error title=Insufficient free disk::RESOURCE=disk drive=$drive free_bytes=$free_bytes floor_bytes=$floor_bytes"[0m
2026-08-25T15:41:59.8262651Z [36;1m  exit 1[0m
2026-08-25T15:41:59.8262989Z [36;1mfi[0m
2026-08-25T15:41:59.8279607Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0}
2026-08-25T15:41:59.8280394Z ##[endgroup]
2026-08-25T15:41:59.8402189Z disk preflight: drive=/dev/nvme0n1p2 free_bytes=789160312832 floor_bytes=34359738368
2026-08-25T15:41:59.8594657Z ##[group]Run actions/checkout@v5
2026-08-25T15:41:59.8595144Z with:
2026-08-25T15:41:59.8595501Z   repository: BigscreenVR/spt-bs-core
2026-08-25T15:41:59.8598403Z   token: ***
2026-08-25T15:41:59.8598762Z   ssh-strict: true
2026-08-25T15:41:59.8599211Z   ssh-user: git
2026-08-25T15:41:59.8599593Z   persist-credentials: true
2026-08-25T15:41:59.8599974Z   clean: true
2026-08-25T15:41:59.8600327Z   sparse-checkout-cone-mode: true
2026-08-25T15:41:59.8600723Z   fetch-depth: 1
2026-08-25T15:41:59.8601072Z   fetch-tags: false
2026-08-25T15:41:59.8601425Z   show-progress: true
2026-08-25T15:41:59.8601772Z   lfs: false
2026-08-25T15:41:59.8602097Z   submodules: false
2026-08-25T15:41:59.8602451Z   set-safe-directory: true
2026-08-25T15:41:59.8602851Z   allow-unsafe-pr-checkout: false
2026-08-25T15:41:59.8603251Z ##[endgroup]
2026-08-25T15:41:59.9398433Z Syncing repository: BigscreenVR/spt-bs-core
2026-08-25T15:41:59.9400140Z ##[group]Getting Git version info
2026-08-25T15:41:59.9400855Z Working directory is '/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core'
2026-08-25T15:41:59.9401714Z [command]/usr/bin/git version
2026-08-25T15:41:59.9403684Z git version 2.43.0
2026-08-25T15:41:59.9420811Z ##[endgroup]
2026-08-25T15:41:59.9428643Z Copying '/home/reavus/.gitconfig' to '/home/reavus/actions-runner/_work/_temp/ef044e66-4169-4ecc-93e1-abceb2d0e23f/.gitconfig'
2026-08-25T15:41:59.9435666Z Temporarily overriding HOME='/home/reavus/actions-runner/_work/_temp/ef044e66-4169-4ecc-93e1-abceb2d0e23f' before making global git config changes
2026-08-25T15:41:59.9438031Z Adding repository directory to the temporary git global config as a safe directory
2026-08-25T15:41:59.9439787Z [command]/usr/bin/git config --global --add safe.directory /home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core
2026-08-25T15:41:59.9470580Z [command]/usr/bin/git config --local --get remote.origin.url
2026-08-25T15:41:59.9490522Z https://github.com/BigscreenVR/spt-bs-core
2026-08-25T15:41:59.9500334Z ##[group]Removing previously created refs, to avoid conflicts
2026-08-25T15:41:59.9503110Z [command]/usr/bin/git rev-parse --symbolic-full-name --verify --quiet HEAD
2026-08-25T15:41:59.9522831Z refs/heads/golden/field-seal-225-r2
2026-08-25T15:41:59.9529995Z [command]/usr/bin/git checkout --detach
2026-08-25T15:41:59.9593656Z HEAD is now at 561d5c5d5 test(daemon): strengthen input-ack viewer oracle
2026-08-25T15:41:59.9630814Z [command]/usr/bin/git branch --delete --force golden/field-seal-225-r2
2026-08-25T15:41:59.9662599Z Deleted branch golden/field-seal-225-r2 (was 561d5c5d5).
2026-08-25T15:41:59.9788867Z ##[endgroup]
2026-08-25T15:41:59.9792628Z [command]/usr/bin/git submodule status
2026-08-25T15:41:59.9979051Z ##[group]Cleaning the repository
2026-08-25T15:41:59.9982144Z [command]/usr/bin/git clean -ffdx
2026-08-25T15:42:00.0014566Z Removing traceable-reqs
2026-08-25T15:42:00.0022574Z [command]/usr/bin/git reset --hard HEAD
2026-08-25T15:42:00.0090612Z HEAD is now at 561d5c5d5 test(daemon): strengthen input-ack viewer oracle
2026-08-25T15:42:00.0095884Z ##[endgroup]
2026-08-25T15:42:00.0097523Z ##[group]Disabling automatic garbage collection
2026-08-25T15:42:00.0100667Z [command]/usr/bin/git config --local gc.auto 0
2026-08-25T15:42:00.0124263Z ##[endgroup]
2026-08-25T15:42:00.0124821Z ##[group]Setting up auth
2026-08-25T15:42:00.0129589Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2026-08-25T15:42:00.0155014Z [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-25T15:42:00.0344707Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-08-25T15:42:00.0369679Z [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-25T15:42:00.0552410Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-08-25T15:42:00.0577530Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
2026-08-25T15:42:00.0762310Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic ***
2026-08-25T15:42:00.0793844Z ##[endgroup]
2026-08-25T15:42:00.0794540Z ##[group]Fetching the repository
2026-08-25T15:42:00.0801129Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +561d5c5d5d536eab18767ce7ab3e24b5f49e8a4b:refs/remotes/origin/golden/field-seal-225-r2
2026-08-25T15:42:00.5531700Z ##[endgroup]
2026-08-25T15:42:00.5532534Z ##[group]Determining the checkout info
2026-08-25T15:42:00.5533470Z ##[endgroup]
2026-08-25T15:42:00.5537301Z [command]/usr/bin/git sparse-checkout disable
2026-08-25T15:42:00.5576062Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig
2026-08-25T15:42:00.5599352Z ##[group]Checking out the ref
2026-08-25T15:42:00.5602085Z [command]/usr/bin/git checkout --progress --force -B golden/field-seal-225-r2 refs/remotes/origin/golden/field-seal-225-r2
2026-08-25T15:42:00.5664335Z Switched to a new branch 'golden/field-seal-225-r2'
2026-08-25T15:42:00.5665255Z branch 'golden/field-seal-225-r2' set up to track 'origin/golden/field-seal-225-r2'.
2026-08-25T15:42:00.5670031Z ##[endgroup]
2026-08-25T15:42:00.5706165Z [command]/usr/bin/git log -1 --format=%H
2026-08-25T15:42:00.5732212Z 561d5c5d5d536eab18767ce7ab3e24b5f49e8a4b
2026-08-25T15:42:00.5852075Z ##[group]Run python3 .github/ci/flake-registry.py
2026-08-25T15:42:00.5852666Z [36;1mpython3 .github/ci/flake-registry.py[0m
2026-08-25T15:42:00.5865883Z shell: /usr/bin/bash -e {0}
2026-08-25T15:42:00.5866471Z ##[endgroup]
2026-08-25T15:42:00.6376515Z FLAKE_REGISTRY_OK: 2 entries
2026-08-25T15:42:00.6444077Z ##[group]Run echo "code=true" >> "$GITHUB_OUTPUT"
2026-08-25T15:42:00.6444648Z [36;1mecho "code=true" >> "$GITHUB_OUTPUT"[0m
2026-08-25T15:42:00.6457913Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0}
2026-08-25T15:42:00.6458430Z ##[endgroup]
2026-08-25T15:42:00.6623774Z Post job cleanup.
2026-08-25T15:42:00.7297636Z [command]/usr/bin/git version
2026-08-25T15:42:00.7329154Z git version 2.43.0
2026-08-25T15:42:00.7353834Z Copying '/home/reavus/.gitconfig' to '/home/reavus/actions-runner/_work/_temp/46afb1c7-8b6e-4061-8bb3-5036925e715f/.gitconfig'
2026-08-25T15:42:00.7361842Z Temporarily overriding HOME='/home/reavus/actions-runner/_work/_temp/46afb1c7-8b6e-4061-8bb3-5036925e715f' before making global git config changes
2026-08-25T15:42:00.7363213Z Adding repository directory to the temporary git global config as a safe directory
2026-08-25T15:42:00.7364493Z [command]/usr/bin/git config --global --add safe.directory /home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core
2026-08-25T15:42:00.7394574Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2026-08-25T15:42:00.7421189Z [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-25T15:42:00.7639342Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-08-25T15:42:00.7660087Z http.https://github.com/.extraheader
2026-08-25T15:42:00.7667164Z [command]/usr/bin/git config --local --unset-all http.https://github.com/.extraheader
2026-08-25T15:42:00.7693068Z [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-25T15:42:00.7883922Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-08-25T15:42:00.7908726Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
2026-08-25T15:42:00.8210904Z Evaluate and set job outputs
2026-08-25T15:42:00.8216907Z Set output 'code'
2026-08-25T15:42:00.8218823Z Cleaning up orphan processes
