﻿2026-08-04T03:45:32.2842116Z Current runner version: '2.336.0'
2026-08-04T03:45:32.2846999Z Runner name: 'kitsubito'
2026-08-04T03:45:32.2847498Z Runner group name: 'Default'
2026-08-04T03:45:32.2848095Z Machine name: 'KITSUBITO'
2026-08-04T03:45:32.2851445Z ##[group]GITHUB_TOKEN Permissions
2026-08-04T03:45:32.2853386Z Actions: write
2026-08-04T03:45:32.2853800Z ArtifactMetadata: write
2026-08-04T03:45:32.2854206Z Attestations: write
2026-08-04T03:45:32.2854581Z Checks: write
2026-08-04T03:45:32.2854949Z CodeQuality: write
2026-08-04T03:45:32.2855312Z Contents: write
2026-08-04T03:45:32.2855683Z CopilotRequests: write
2026-08-04T03:45:32.2856065Z Deployments: write
2026-08-04T03:45:32.2856431Z Discussions: write
2026-08-04T03:45:32.2856792Z Drives: write
2026-08-04T03:45:32.2857144Z Issues: write
2026-08-04T03:45:32.2857501Z Metadata: read
2026-08-04T03:45:32.2857864Z Models: read
2026-08-04T03:45:32.2858221Z Packages: write
2026-08-04T03:45:32.2858584Z Pages: write
2026-08-04T03:45:32.2859147Z PullRequests: write
2026-08-04T03:45:32.2859579Z RepositoryProjects: write
2026-08-04T03:45:32.2859991Z SecurityEvents: write
2026-08-04T03:45:32.2860369Z Statuses: write
2026-08-04T03:45:32.2860745Z VulnerabilityAlerts: read
2026-08-04T03:45:32.2861131Z ##[endgroup]
2026-08-04T03:45:32.2862688Z Secret source: Actions
2026-08-04T03:45:32.2863360Z Prepare workflow directory
2026-08-04T03:45:32.3207862Z Prepare all required actions
2026-08-04T03:45:32.3242513Z Getting action download info
2026-08-04T03:45:32.7257731Z Download action repository 'actions/checkout@v5' (SHA:fbc6f3992d24b796d5a048ff273f7fcc4a7b6c09)
2026-08-04T03:45:33.5487157Z Complete job name: changes
2026-08-04T03:45:33.6237294Z ##[group]Run set -euo pipefail
2026-08-04T03:45:33.6237847Z [36;1mset -euo pipefail[0m
2026-08-04T03:45:33.6238276Z [36;1mfloor_bytes=$((32 * 1024 * 1024 * 1024))[0m
2026-08-04T03:45:33.6238840Z [36;1mdrive=$(df -P "$GITHUB_WORKSPACE" | awk 'NR == 2 { print $1 }')[0m
2026-08-04T03:45:33.6239731Z [36;1mfree_bytes=$(df -PB1 "$GITHUB_WORKSPACE" | awk 'NR == 2 { print $4 }')[0m
2026-08-04T03:45:33.6240448Z [36;1mprintf 'disk preflight: drive=%s free_bytes=%s floor_bytes=%s\n' \[0m
2026-08-04T03:45:33.6241033Z [36;1m  "$drive" "$free_bytes" "$floor_bytes"[0m
2026-08-04T03:45:33.6241515Z [36;1mif [ "$free_bytes" -lt "$floor_bytes" ]; then[0m
2026-08-04T03:45:33.6242303Z [36;1m  echo "::error title=Insufficient free disk::RESOURCE=disk drive=$drive free_bytes=$free_bytes floor_bytes=$floor_bytes"[0m
2026-08-04T03:45:33.6243048Z [36;1m  exit 1[0m
2026-08-04T03:45:33.6243372Z [36;1mfi[0m
2026-08-04T03:45:33.6259325Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0}
2026-08-04T03:45:33.6260106Z ##[endgroup]
2026-08-04T03:45:33.6373158Z disk preflight: drive=/dev/nvme0n1p2 free_bytes=746445205504 floor_bytes=34359738368
2026-08-04T03:45:33.6594794Z ##[group]Run actions/checkout@v5
2026-08-04T03:45:33.6595256Z with:
2026-08-04T03:45:33.6595594Z   repository: BigscreenVR/spt-bs-core
2026-08-04T03:45:33.6598371Z   token: ***
2026-08-04T03:45:33.6598735Z   ssh-strict: true
2026-08-04T03:45:33.6599184Z   ssh-user: git
2026-08-04T03:45:33.6599533Z   persist-credentials: true
2026-08-04T03:45:33.6599904Z   clean: true
2026-08-04T03:45:33.6600256Z   sparse-checkout-cone-mode: true
2026-08-04T03:45:33.6600652Z   fetch-depth: 1
2026-08-04T03:45:33.6600990Z   fetch-tags: false
2026-08-04T03:45:33.6601340Z   show-progress: true
2026-08-04T03:45:33.6601703Z   lfs: false
2026-08-04T03:45:33.6602022Z   submodules: false
2026-08-04T03:45:33.6602376Z   set-safe-directory: true
2026-08-04T03:45:33.6602776Z   allow-unsafe-pr-checkout: false
2026-08-04T03:45:33.6603176Z ##[endgroup]
2026-08-04T03:45:33.7393532Z Syncing repository: BigscreenVR/spt-bs-core
2026-08-04T03:45:33.7395010Z ##[group]Getting Git version info
2026-08-04T03:45:33.7395712Z Working directory is '/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core'
2026-08-04T03:45:33.7396548Z [command]/usr/bin/git version
2026-08-04T03:45:33.7396950Z git version 2.43.0
2026-08-04T03:45:33.7408067Z ##[endgroup]
2026-08-04T03:45:33.7415629Z Copying '/home/reavus/.gitconfig' to '/home/reavus/actions-runner/_work/_temp/671cf249-82f2-4944-8273-0a38839c0826/.gitconfig'
2026-08-04T03:45:33.7422161Z Temporarily overriding HOME='/home/reavus/actions-runner/_work/_temp/671cf249-82f2-4944-8273-0a38839c0826' before making global git config changes
2026-08-04T03:45:33.7423213Z Adding repository directory to the temporary git global config as a safe directory
2026-08-04T03:45:33.7425145Z [command]/usr/bin/git config --global --add safe.directory /home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core
2026-08-04T03:45:33.7474774Z [command]/usr/bin/git config --local --get remote.origin.url
2026-08-04T03:45:33.7494573Z https://github.com/BigscreenVR/spt-bs-core
2026-08-04T03:45:33.7504646Z ##[group]Removing previously created refs, to avoid conflicts
2026-08-04T03:45:33.7507456Z [command]/usr/bin/git rev-parse --symbolic-full-name --verify --quiet HEAD
2026-08-04T03:45:33.7525809Z refs/heads/golden/knock145
2026-08-04T03:45:33.7531910Z [command]/usr/bin/git checkout --detach
2026-08-04T03:45:33.7588794Z HEAD is now at 4b37512f7 fix(knock): refuse a knock whose target resolved nowhere (#145)
2026-08-04T03:45:33.7626604Z [command]/usr/bin/git branch --delete --force golden/knock145
2026-08-04T03:45:33.7656205Z Deleted branch golden/knock145 (was 4b37512f7).
2026-08-04T03:45:33.7756087Z ##[endgroup]
2026-08-04T03:45:33.7760624Z [command]/usr/bin/git submodule status
2026-08-04T03:45:33.7951905Z ##[group]Cleaning the repository
2026-08-04T03:45:33.7952530Z [command]/usr/bin/git clean -ffdx
2026-08-04T03:45:33.7983539Z Removing traceable-reqs
2026-08-04T03:45:33.7990368Z [command]/usr/bin/git reset --hard HEAD
2026-08-04T03:45:33.8050528Z HEAD is now at 4b37512f7 fix(knock): refuse a knock whose target resolved nowhere (#145)
2026-08-04T03:45:33.8056611Z ##[endgroup]
2026-08-04T03:45:33.8058203Z ##[group]Disabling automatic garbage collection
2026-08-04T03:45:33.8061097Z [command]/usr/bin/git config --local gc.auto 0
2026-08-04T03:45:33.8082956Z ##[endgroup]
2026-08-04T03:45:33.8083624Z ##[group]Setting up auth
2026-08-04T03:45:33.8087789Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2026-08-04T03:45:33.8110947Z [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-04T03:45:33.8293656Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-08-04T03:45:33.8320695Z [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-04T03:45:33.8507221Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-08-04T03:45:33.8531933Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
2026-08-04T03:45:33.8724774Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic ***
2026-08-04T03:45:33.8755573Z ##[endgroup]
2026-08-04T03:45:33.8756336Z ##[group]Fetching the repository
2026-08-04T03:45:33.8762436Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +4b37512f71620444df8fe852b494f03e759dd75c:refs/remotes/origin/golden/knock145
2026-08-04T03:45:34.4765230Z ##[endgroup]
2026-08-04T03:45:34.4766008Z ##[group]Determining the checkout info
2026-08-04T03:45:34.4766785Z ##[endgroup]
2026-08-04T03:45:34.4769637Z [command]/usr/bin/git sparse-checkout disable
2026-08-04T03:45:34.4806970Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig
2026-08-04T03:45:34.4828783Z ##[group]Checking out the ref
2026-08-04T03:45:34.4831175Z [command]/usr/bin/git checkout --progress --force -B golden/knock145 refs/remotes/origin/golden/knock145
2026-08-04T03:45:34.4891233Z Switched to a new branch 'golden/knock145'
2026-08-04T03:45:34.4892096Z branch 'golden/knock145' set up to track 'origin/golden/knock145'.
2026-08-04T03:45:34.4897122Z ##[endgroup]
2026-08-04T03:45:34.4933431Z [command]/usr/bin/git log -1 --format=%H
2026-08-04T03:45:34.4959692Z 4b37512f71620444df8fe852b494f03e759dd75c
2026-08-04T03:45:34.5087802Z ##[group]Run python3 .github/ci/flake-registry.py
2026-08-04T03:45:34.5088440Z [36;1mpython3 .github/ci/flake-registry.py[0m
2026-08-04T03:45:34.5101687Z shell: /usr/bin/bash -e {0}
2026-08-04T03:45:34.5102129Z ##[endgroup]
2026-08-04T03:45:34.5378127Z FLAKE_REGISTRY_OK: 2 entries
2026-08-04T03:45:34.5450765Z ##[group]Run echo "code=true" >> "$GITHUB_OUTPUT"
2026-08-04T03:45:34.5451385Z [36;1mecho "code=true" >> "$GITHUB_OUTPUT"[0m
2026-08-04T03:45:34.5464572Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0}
2026-08-04T03:45:34.5465130Z ##[endgroup]
2026-08-04T03:45:34.5633083Z Post job cleanup.
2026-08-04T03:45:34.6305396Z [command]/usr/bin/git version
2026-08-04T03:45:34.6336090Z git version 2.43.0
2026-08-04T03:45:34.6361232Z Copying '/home/reavus/.gitconfig' to '/home/reavus/actions-runner/_work/_temp/b1f3f0b8-b382-4077-955b-66f7f71bc5a2/.gitconfig'
2026-08-04T03:45:34.6367932Z Temporarily overriding HOME='/home/reavus/actions-runner/_work/_temp/b1f3f0b8-b382-4077-955b-66f7f71bc5a2' before making global git config changes
2026-08-04T03:45:34.6369441Z Adding repository directory to the temporary git global config as a safe directory
2026-08-04T03:45:34.6371696Z [command]/usr/bin/git config --global --add safe.directory /home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core
2026-08-04T03:45:34.6398385Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2026-08-04T03:45:34.6424944Z [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-04T03:45:34.6602910Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-08-04T03:45:34.6621950Z http.https://github.com/.extraheader
2026-08-04T03:45:34.6629399Z [command]/usr/bin/git config --local --unset-all http.https://github.com/.extraheader
2026-08-04T03:45:34.6653954Z [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-04T03:45:34.6879682Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-08-04T03:45:34.6904284Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
2026-08-04T03:45:34.7214266Z Evaluate and set job outputs
2026-08-04T03:45:34.7220770Z Set output 'code'
2026-08-04T03:45:34.7222654Z Cleaning up orphan processes
