﻿2026-08-01T09:39:18.8277055Z Current runner version: '2.336.0'
2026-08-01T09:39:18.8282576Z Runner name: 'kitsubito'
2026-08-01T09:39:18.8283125Z Runner group name: 'Default'
2026-08-01T09:39:18.8283815Z Machine name: 'KITSUBITO'
2026-08-01T09:39:18.8287141Z ##[group]GITHUB_TOKEN Permissions
2026-08-01T09:39:18.8289259Z Actions: write
2026-08-01T09:39:18.8289706Z ArtifactMetadata: write
2026-08-01T09:39:18.8290140Z Attestations: write
2026-08-01T09:39:18.8290546Z Checks: write
2026-08-01T09:39:18.8290936Z CodeQuality: write
2026-08-01T09:39:18.8291336Z Contents: write
2026-08-01T09:39:18.8291734Z CopilotRequests: write
2026-08-01T09:39:18.8292164Z Deployments: write
2026-08-01T09:39:18.8292573Z Discussions: write
2026-08-01T09:39:18.8292974Z Drives: write
2026-08-01T09:39:18.8293352Z Issues: write
2026-08-01T09:39:18.8293738Z Metadata: read
2026-08-01T09:39:18.8294137Z Models: read
2026-08-01T09:39:18.8294520Z Packages: write
2026-08-01T09:39:18.8294920Z Pages: write
2026-08-01T09:39:18.8295413Z PullRequests: write
2026-08-01T09:39:18.8295841Z RepositoryProjects: write
2026-08-01T09:39:18.8296276Z SecurityEvents: write
2026-08-01T09:39:18.8296694Z Statuses: write
2026-08-01T09:39:18.8297101Z VulnerabilityAlerts: read
2026-08-01T09:39:18.8297526Z ##[endgroup]
2026-08-01T09:39:18.8299482Z Secret source: Actions
2026-08-01T09:39:18.8300233Z Prepare workflow directory
2026-08-01T09:39:18.8687975Z Prepare all required actions
2026-08-01T09:39:18.8727037Z Getting action download info
2026-08-01T09:39:19.2192000Z Download action repository 'actions/checkout@v5' (SHA:fbc6f3992d24b796d5a048ff273f7fcc4a7b6c09)
2026-08-01T09:39:19.8196178Z Complete job name: changes
2026-08-01T09:39:19.9034357Z ##[group]Run set -euo pipefail
2026-08-01T09:39:19.9035258Z [36;1mset -euo pipefail[0m
2026-08-01T09:39:19.9035733Z [36;1mfloor_bytes=$((32 * 1024 * 1024 * 1024))[0m
2026-08-01T09:39:19.9036354Z [36;1mdrive=$(df -P "$GITHUB_WORKSPACE" | awk 'NR == 2 { print $1 }')[0m
2026-08-01T09:39:19.9037089Z [36;1mfree_bytes=$(df -PB1 "$GITHUB_WORKSPACE" | awk 'NR == 2 { print $4 }')[0m
2026-08-01T09:39:19.9037858Z [36;1mprintf 'disk preflight: drive=%s free_bytes=%s floor_bytes=%s\n' \[0m
2026-08-01T09:39:19.9038531Z [36;1m  "$drive" "$free_bytes" "$floor_bytes"[0m
2026-08-01T09:39:19.9039156Z [36;1mif [ "$free_bytes" -lt "$floor_bytes" ]; then[0m
2026-08-01T09:39:19.9040011Z [36;1m  echo "::error title=Insufficient free disk::RESOURCE=disk drive=$drive free_bytes=$free_bytes floor_bytes=$floor_bytes"[0m
2026-08-01T09:39:19.9040836Z [36;1m  exit 1[0m
2026-08-01T09:39:19.9041203Z [36;1mfi[0m
2026-08-01T09:39:19.9058315Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0}
2026-08-01T09:39:19.9059383Z ##[endgroup]
2026-08-01T09:39:19.9212751Z disk preflight: drive=/dev/nvme0n1p2 free_bytes=740986109952 floor_bytes=34359738368
2026-08-01T09:39:19.9418447Z ##[group]Run actions/checkout@v5
2026-08-01T09:39:19.9419057Z with:
2026-08-01T09:39:19.9419452Z   repository: BigscreenVR/spt-bs-core
2026-08-01T09:39:19.9422381Z   token: ***
2026-08-01T09:39:19.9422777Z   ssh-strict: true
2026-08-01T09:39:19.9423159Z   ssh-user: git
2026-08-01T09:39:19.9423540Z   persist-credentials: true
2026-08-01T09:39:19.9424250Z   clean: true
2026-08-01T09:39:19.9424764Z   sparse-checkout-cone-mode: true
2026-08-01T09:39:19.9425229Z   fetch-depth: 1
2026-08-01T09:39:19.9425595Z   fetch-tags: false
2026-08-01T09:39:19.9425983Z   show-progress: true
2026-08-01T09:39:19.9426374Z   lfs: false
2026-08-01T09:39:19.9426731Z   submodules: false
2026-08-01T09:39:19.9427131Z   set-safe-directory: true
2026-08-01T09:39:19.9427572Z   allow-unsafe-pr-checkout: false
2026-08-01T09:39:19.9428015Z ##[endgroup]
2026-08-01T09:39:20.0225839Z Syncing repository: BigscreenVR/spt-bs-core
2026-08-01T09:39:20.0227480Z ##[group]Getting Git version info
2026-08-01T09:39:20.0228306Z Working directory is '/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core'
2026-08-01T09:39:20.0229393Z [command]/usr/bin/git version
2026-08-01T09:39:20.0229844Z git version 2.43.0
2026-08-01T09:39:20.0235918Z ##[endgroup]
2026-08-01T09:39:20.0243615Z Copying '/home/reavus/.gitconfig' to '/home/reavus/actions-runner/_work/_temp/d815f2f7-fc65-4674-9746-9e05c991f75f/.gitconfig'
2026-08-01T09:39:20.0250813Z Temporarily overriding HOME='/home/reavus/actions-runner/_work/_temp/d815f2f7-fc65-4674-9746-9e05c991f75f' before making global git config changes
2026-08-01T09:39:20.0252055Z Adding repository directory to the temporary git global config as a safe directory
2026-08-01T09:39:20.0253746Z [command]/usr/bin/git config --global --add safe.directory /home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core
2026-08-01T09:39:20.0302871Z [command]/usr/bin/git config --local --get remote.origin.url
2026-08-01T09:39:20.0319936Z https://github.com/BigscreenVR/spt-bs-core
2026-08-01T09:39:20.0330844Z ##[group]Removing previously created refs, to avoid conflicts
2026-08-01T09:39:20.0333168Z [command]/usr/bin/git rev-parse --symbolic-full-name --verify --quiet HEAD
2026-08-01T09:39:20.0350228Z HEAD
2026-08-01T09:39:20.0474738Z ##[endgroup]
2026-08-01T09:39:20.0475537Z [command]/usr/bin/git submodule status
2026-08-01T09:39:20.0667399Z ##[group]Cleaning the repository
2026-08-01T09:39:20.0670070Z [command]/usr/bin/git clean -ffdx
2026-08-01T09:39:20.7707749Z Removing dist/
2026-08-01T09:39:20.7709650Z Removing target/
2026-08-01T09:39:20.7717957Z [command]/usr/bin/git reset --hard HEAD
2026-08-01T09:39:20.7780586Z HEAD is now at 2a66d78d8 release: v0.49.0 — access-control W4/W5 (releases#53)
2026-08-01T09:39:20.7787654Z ##[endgroup]
2026-08-01T09:39:20.7788613Z ##[group]Disabling automatic garbage collection
2026-08-01T09:39:20.7791878Z [command]/usr/bin/git config --local gc.auto 0
2026-08-01T09:39:20.7817528Z ##[endgroup]
2026-08-01T09:39:20.7818643Z ##[group]Setting up auth
2026-08-01T09:39:20.7822524Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2026-08-01T09:39:20.7850157Z [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-01T09:39:20.8042477Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-08-01T09:39:20.8068556Z [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-01T09:39:20.8254429Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-08-01T09:39:20.8281400Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
2026-08-01T09:39:20.8474582Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic ***
2026-08-01T09:39:20.8508167Z ##[endgroup]
2026-08-01T09:39:20.8520488Z ##[group]Fetching the repository
2026-08-01T09:39:20.8523387Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +68e50a90602578669b8ee5db9be5332bd49ecadf:refs/remotes/origin/golden/handrail
2026-08-01T09:39:21.7012536Z From https://github.com/BigscreenVR/spt-bs-core
2026-08-01T09:39:21.7013174Z  * [new ref]             68e50a90602578669b8ee5db9be5332bd49ecadf -> origin/golden/handrail
2026-08-01T09:39:21.7039976Z ##[endgroup]
2026-08-01T09:39:21.7040499Z ##[group]Determining the checkout info
2026-08-01T09:39:21.7043686Z ##[endgroup]
2026-08-01T09:39:21.7043991Z [command]/usr/bin/git sparse-checkout disable
2026-08-01T09:39:21.7084677Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig
2026-08-01T09:39:21.7109402Z ##[group]Checking out the ref
2026-08-01T09:39:21.7113218Z [command]/usr/bin/git checkout --progress --force -B golden/handrail refs/remotes/origin/golden/handrail
2026-08-01T09:39:21.7452335Z Previous HEAD position was 2a66d78d8 release: v0.49.0 — access-control W4/W5 (releases#53)
2026-08-01T09:39:21.7459704Z Switched to a new branch 'golden/handrail'
2026-08-01T09:39:21.7460725Z branch 'golden/handrail' set up to track 'origin/golden/handrail'.
2026-08-01T09:39:21.7468208Z ##[endgroup]
2026-08-01T09:39:21.7508671Z [command]/usr/bin/git log -1 --format=%H
2026-08-01T09:39:21.7534855Z 68e50a90602578669b8ee5db9be5332bd49ecadf
2026-08-01T09:39:21.7678343Z ##[group]Run python3 .github/ci/flake-registry.py
2026-08-01T09:39:21.7678691Z [36;1mpython3 .github/ci/flake-registry.py[0m
2026-08-01T09:39:21.7692108Z shell: /usr/bin/bash -e {0}
2026-08-01T09:39:21.7692333Z ##[endgroup]
2026-08-01T09:39:21.7955230Z FLAKE_REGISTRY_OK: 2 entries
2026-08-01T09:39:21.8019687Z ##[group]Run echo "code=true" >> "$GITHUB_OUTPUT"
2026-08-01T09:39:21.8020021Z [36;1mecho "code=true" >> "$GITHUB_OUTPUT"[0m
2026-08-01T09:39:21.8033477Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0}
2026-08-01T09:39:21.8033763Z ##[endgroup]
2026-08-01T09:39:21.8181037Z Post job cleanup.
2026-08-01T09:39:21.8851395Z [command]/usr/bin/git version
2026-08-01T09:39:21.8916580Z git version 2.43.0
2026-08-01T09:39:21.8942132Z Copying '/home/reavus/.gitconfig' to '/home/reavus/actions-runner/_work/_temp/c52bc991-1aa7-414e-9291-3047cf449582/.gitconfig'
2026-08-01T09:39:21.8949328Z Temporarily overriding HOME='/home/reavus/actions-runner/_work/_temp/c52bc991-1aa7-414e-9291-3047cf449582' before making global git config changes
2026-08-01T09:39:21.8950059Z Adding repository directory to the temporary git global config as a safe directory
2026-08-01T09:39:21.8952276Z [command]/usr/bin/git config --global --add safe.directory /home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core
2026-08-01T09:39:21.8983381Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2026-08-01T09:39:21.9008769Z [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-01T09:39:21.9202156Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-08-01T09:39:21.9223692Z http.https://github.com/.extraheader
2026-08-01T09:39:21.9230760Z [command]/usr/bin/git config --local --unset-all http.https://github.com/.extraheader
2026-08-01T09:39:21.9257490Z [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-01T09:39:21.9458490Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-08-01T09:39:21.9488162Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
2026-08-01T09:39:21.9798248Z Evaluate and set job outputs
2026-08-01T09:39:21.9803746Z Set output 'code'
2026-08-01T09:39:21.9805577Z Cleaning up orphan processes
