﻿2026-08-30T06:19:53.9846096Z Current runner version: '2.336.0'
2026-08-30T06:19:53.9851343Z Runner name: 'kitsubito'
2026-08-30T06:19:53.9852025Z Runner group name: 'Default'
2026-08-30T06:19:53.9852769Z Machine name: 'KITSUBITO'
2026-08-30T06:19:53.9856365Z ##[group]GITHUB_TOKEN Permissions
2026-08-30T06:19:53.9858385Z Actions: write
2026-08-30T06:19:53.9858907Z ArtifactMetadata: write
2026-08-30T06:19:53.9859580Z Attestations: write
2026-08-30T06:19:53.9860042Z Checks: write
2026-08-30T06:19:53.9860491Z CodeQuality: write
2026-08-30T06:19:53.9861008Z Contents: write
2026-08-30T06:19:53.9909909Z CopilotRequests: write
2026-08-30T06:19:53.9910462Z Deployments: write
2026-08-30T06:19:53.9910857Z Discussions: write
2026-08-30T06:19:53.9911224Z Drives: write
2026-08-30T06:19:53.9911578Z Issues: write
2026-08-30T06:19:53.9911931Z Metadata: read
2026-08-30T06:19:53.9912314Z Models: read
2026-08-30T06:19:53.9912676Z Packages: write
2026-08-30T06:19:53.9913043Z Pages: write
2026-08-30T06:19:53.9913573Z PullRequests: write
2026-08-30T06:19:53.9914000Z RepositoryProjects: write
2026-08-30T06:19:53.9914413Z SecurityEvents: write
2026-08-30T06:19:53.9914793Z Statuses: write
2026-08-30T06:19:53.9915171Z VulnerabilityAlerts: read
2026-08-30T06:19:53.9915572Z ##[endgroup]
2026-08-30T06:19:53.9917554Z Secret source: Actions
2026-08-30T06:19:53.9918250Z Prepare workflow directory
2026-08-30T06:19:54.0271305Z Prepare all required actions
2026-08-30T06:19:54.0307497Z Getting action download info
2026-08-30T06:19:54.3485567Z Download action repository 'actions/checkout@v5' (SHA:fbc6f3992d24b796d5a048ff273f7fcc4a7b6c09)
2026-08-30T06:19:54.7170283Z Complete job name: changes
2026-08-30T06:19:54.7951514Z ##[group]Run set -euo pipefail
2026-08-30T06:19:54.7952072Z [36;1mset -euo pipefail[0m
2026-08-30T06:19:54.7952520Z [36;1mfloor_bytes=$((32 * 1024 * 1024 * 1024))[0m
2026-08-30T06:19:54.7953105Z [36;1mdrive=$(df -P "$GITHUB_WORKSPACE" | awk 'NR == 2 { print $1 }')[0m
2026-08-30T06:19:54.7953787Z [36;1mfree_bytes=$(df -PB1 "$GITHUB_WORKSPACE" | awk 'NR == 2 { print $4 }')[0m
2026-08-30T06:19:54.7954522Z [36;1mprintf 'disk preflight: drive=%s free_bytes=%s floor_bytes=%s\n' \[0m
2026-08-30T06:19:54.7955127Z [36;1m  "$drive" "$free_bytes" "$floor_bytes"[0m
2026-08-30T06:19:54.7955643Z [36;1mif [ "$free_bytes" -lt "$floor_bytes" ]; then[0m
2026-08-30T06:19:54.7956449Z [36;1m  echo "::error title=Insufficient free disk::RESOURCE=disk drive=$drive free_bytes=$free_bytes floor_bytes=$floor_bytes"[0m
2026-08-30T06:19:54.7957203Z [36;1m  exit 1[0m
2026-08-30T06:19:54.7957542Z [36;1mfi[0m
2026-08-30T06:19:54.7974951Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0}
2026-08-30T06:19:54.7975713Z ##[endgroup]
2026-08-30T06:19:54.8098483Z disk preflight: drive=/dev/nvme0n1p2 free_bytes=553451708416 floor_bytes=34359738368
2026-08-30T06:19:54.8290616Z ##[group]Run actions/checkout@v5
2026-08-30T06:19:54.8291073Z with:
2026-08-30T06:19:54.8291436Z   repository: BigscreenVR/spt-bs-core
2026-08-30T06:19:54.8294111Z   token: ***
2026-08-30T06:19:54.8294474Z   ssh-strict: true
2026-08-30T06:19:54.8294827Z   ssh-user: git
2026-08-30T06:19:54.8295204Z   persist-credentials: true
2026-08-30T06:19:54.8295584Z   clean: true
2026-08-30T06:19:54.8295942Z   sparse-checkout-cone-mode: true
2026-08-30T06:19:54.8296334Z   fetch-depth: 1
2026-08-30T06:19:54.8296682Z   fetch-tags: false
2026-08-30T06:19:54.8297045Z   show-progress: true
2026-08-30T06:19:54.8297404Z   lfs: false
2026-08-30T06:19:54.8297737Z   submodules: false
2026-08-30T06:19:54.8298109Z   set-safe-directory: true
2026-08-30T06:19:54.8298518Z   allow-unsafe-pr-checkout: false
2026-08-30T06:19:54.8298925Z ##[endgroup]
2026-08-30T06:19:54.9053254Z Syncing repository: BigscreenVR/spt-bs-core
2026-08-30T06:19:54.9054693Z ##[group]Getting Git version info
2026-08-30T06:19:54.9055477Z Working directory is '/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core'
2026-08-30T06:19:54.9056338Z [command]/usr/bin/git version
2026-08-30T06:19:54.9087501Z git version 2.43.0
2026-08-30T06:19:54.9104247Z ##[endgroup]
2026-08-30T06:19:54.9111706Z Copying '/home/reavus/.gitconfig' to '/home/reavus/actions-runner/_work/_temp/aee15379-0669-4420-b3ea-dd5d39985e21/.gitconfig'
2026-08-30T06:19:54.9118589Z Temporarily overriding HOME='/home/reavus/actions-runner/_work/_temp/aee15379-0669-4420-b3ea-dd5d39985e21' before making global git config changes
2026-08-30T06:19:54.9119842Z Adding repository directory to the temporary git global config as a safe directory
2026-08-30T06:19:54.9122488Z [command]/usr/bin/git config --global --add safe.directory /home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core
2026-08-30T06:19:54.9174690Z [command]/usr/bin/git config --local --get remote.origin.url
2026-08-30T06:19:54.9194332Z https://github.com/BigscreenVR/spt-bs-core
2026-08-30T06:19:54.9204323Z ##[group]Removing previously created refs, to avoid conflicts
2026-08-30T06:19:54.9206671Z [command]/usr/bin/git rev-parse --symbolic-full-name --verify --quiet HEAD
2026-08-30T06:19:54.9226662Z refs/heads/golden/now-signal-23
2026-08-30T06:19:54.9233362Z [command]/usr/bin/git checkout --detach
2026-08-30T06:19:54.9311896Z HEAD is now at da71b7852 release: v0.67.0 — NOW-SIGNAL
2026-08-30T06:19:54.9345585Z [command]/usr/bin/git branch --delete --force golden/now-signal-23
2026-08-30T06:19:54.9377410Z Deleted branch golden/now-signal-23 (was da71b7852).
2026-08-30T06:19:54.9529275Z ##[endgroup]
2026-08-30T06:19:54.9532596Z [command]/usr/bin/git submodule status
2026-08-30T06:19:54.9717483Z ##[group]Cleaning the repository
2026-08-30T06:19:54.9720035Z [command]/usr/bin/git clean -ffdx
2026-08-30T06:19:54.9752931Z Removing traceable-reqs
2026-08-30T06:19:54.9760086Z [command]/usr/bin/git reset --hard HEAD
2026-08-30T06:19:54.9828399Z HEAD is now at da71b7852 release: v0.67.0 — NOW-SIGNAL
2026-08-30T06:19:54.9834122Z ##[endgroup]
2026-08-30T06:19:54.9835459Z ##[group]Disabling automatic garbage collection
2026-08-30T06:19:54.9838588Z [command]/usr/bin/git config --local gc.auto 0
2026-08-30T06:19:54.9861614Z ##[endgroup]
2026-08-30T06:19:54.9862289Z ##[group]Setting up auth
2026-08-30T06:19:54.9866668Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2026-08-30T06:19:54.9888759Z [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-30T06:19:55.0071773Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-08-30T06:19:55.0095713Z [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-30T06:19:55.0277857Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-08-30T06:19:55.0310113Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
2026-08-30T06:19:55.0501644Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic ***
2026-08-30T06:19:55.0535680Z ##[endgroup]
2026-08-30T06:19:55.0536410Z ##[group]Fetching the repository
2026-08-30T06:19:55.0542527Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +da71b78521b425a23dfa55fb264445c256fb2996:refs/remotes/origin/golden/now-signal-23
2026-08-30T06:19:55.5450853Z ##[endgroup]
2026-08-30T06:19:55.5452178Z ##[group]Determining the checkout info
2026-08-30T06:19:55.5453667Z ##[endgroup]
2026-08-30T06:19:55.5458128Z [command]/usr/bin/git sparse-checkout disable
2026-08-30T06:19:55.5497395Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig
2026-08-30T06:19:55.5519105Z ##[group]Checking out the ref
2026-08-30T06:19:55.5521887Z [command]/usr/bin/git checkout --progress --force -B golden/now-signal-23 refs/remotes/origin/golden/now-signal-23
2026-08-30T06:19:55.5589498Z Switched to a new branch 'golden/now-signal-23'
2026-08-30T06:19:55.5590687Z branch 'golden/now-signal-23' set up to track 'origin/golden/now-signal-23'.
2026-08-30T06:19:55.5596097Z ##[endgroup]
2026-08-30T06:19:55.5637707Z [command]/usr/bin/git log -1 --format=%H
2026-08-30T06:19:55.5667024Z da71b78521b425a23dfa55fb264445c256fb2996
2026-08-30T06:19:55.5790854Z ##[group]Run python3 .github/ci/flake-registry.py
2026-08-30T06:19:55.5791577Z [36;1mpython3 .github/ci/flake-registry.py[0m
2026-08-30T06:19:55.5818875Z shell: /usr/bin/bash -e {0}
2026-08-30T06:19:55.5819477Z ##[endgroup]
2026-08-30T06:19:55.6378095Z FLAKE_REGISTRY_OK: 2 entries
2026-08-30T06:19:55.6442953Z ##[group]Run echo "code=true" >> "$GITHUB_OUTPUT"
2026-08-30T06:19:55.6443487Z [36;1mecho "code=true" >> "$GITHUB_OUTPUT"[0m
2026-08-30T06:19:55.6456596Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0}
2026-08-30T06:19:55.6457113Z ##[endgroup]
2026-08-30T06:19:55.6611440Z Post job cleanup.
2026-08-30T06:19:55.7311434Z [command]/usr/bin/git version
2026-08-30T06:19:55.7342988Z git version 2.43.0
2026-08-30T06:19:55.7368830Z Copying '/home/reavus/.gitconfig' to '/home/reavus/actions-runner/_work/_temp/e313a439-a8be-43c7-80bd-4d407d6ce447/.gitconfig'
2026-08-30T06:19:55.7375579Z Temporarily overriding HOME='/home/reavus/actions-runner/_work/_temp/e313a439-a8be-43c7-80bd-4d407d6ce447' before making global git config changes
2026-08-30T06:19:55.7376652Z Adding repository directory to the temporary git global config as a safe directory
2026-08-30T06:19:55.7379309Z [command]/usr/bin/git config --global --add safe.directory /home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core
2026-08-30T06:19:55.7408070Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2026-08-30T06:19:55.7435358Z [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-30T06:19:55.7620559Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-08-30T06:19:55.7697516Z http.https://github.com/.extraheader
2026-08-30T06:19:55.7699515Z [command]/usr/bin/git config --local --unset-all http.https://github.com/.extraheader
2026-08-30T06:19:55.7701454Z [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-30T06:19:55.7862790Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-08-30T06:19:55.7888944Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
2026-08-30T06:19:55.8209940Z Evaluate and set job outputs
2026-08-30T06:19:55.8216857Z Set output 'code'
2026-08-30T06:19:55.8219358Z Cleaning up orphan processes
