﻿2026-08-01T22:09:28.7116259Z Current runner version: '2.336.0'
2026-08-01T22:09:28.7121263Z Runner name: 'kitsubito'
2026-08-01T22:09:28.7121797Z Runner group name: 'Default'
2026-08-01T22:09:28.7122427Z Machine name: 'KITSUBITO'
2026-08-01T22:09:28.7125703Z ##[group]GITHUB_TOKEN Permissions
2026-08-01T22:09:28.7127682Z Actions: write
2026-08-01T22:09:28.7128088Z ArtifactMetadata: write
2026-08-01T22:09:28.7128493Z Attestations: write
2026-08-01T22:09:28.7128866Z Checks: write
2026-08-01T22:09:28.7129333Z CodeQuality: write
2026-08-01T22:09:28.7129700Z Contents: write
2026-08-01T22:09:28.7130062Z CopilotRequests: write
2026-08-01T22:09:28.7130454Z Deployments: write
2026-08-01T22:09:28.7130814Z Discussions: write
2026-08-01T22:09:28.7131194Z Drives: write
2026-08-01T22:09:28.7131571Z Issues: write
2026-08-01T22:09:28.7131966Z Metadata: read
2026-08-01T22:09:28.7132314Z Models: read
2026-08-01T22:09:28.7132672Z Packages: write
2026-08-01T22:09:28.7133016Z Pages: write
2026-08-01T22:09:28.7133484Z PullRequests: write
2026-08-01T22:09:28.7133899Z RepositoryProjects: write
2026-08-01T22:09:28.7134299Z SecurityEvents: write
2026-08-01T22:09:28.7134700Z Statuses: write
2026-08-01T22:09:28.7135067Z VulnerabilityAlerts: read
2026-08-01T22:09:28.7135448Z ##[endgroup]
2026-08-01T22:09:28.7137012Z Secret source: Actions
2026-08-01T22:09:28.7137684Z Prepare workflow directory
2026-08-01T22:09:28.7531816Z Prepare all required actions
2026-08-01T22:09:28.7569978Z Getting action download info
2026-08-01T22:09:29.0878776Z Download action repository 'actions/checkout@v5' (SHA:fbc6f3992d24b796d5a048ff273f7fcc4a7b6c09)
2026-08-01T22:09:29.6181595Z Complete job name: changes
2026-08-01T22:09:29.7009110Z ##[group]Run set -euo pipefail
2026-08-01T22:09:29.7009712Z [36;1mset -euo pipefail[0m
2026-08-01T22:09:29.7010163Z [36;1mfloor_bytes=$((32 * 1024 * 1024 * 1024))[0m
2026-08-01T22:09:29.7010774Z [36;1mdrive=$(df -P "$GITHUB_WORKSPACE" | awk 'NR == 2 { print $1 }')[0m
2026-08-01T22:09:29.7011503Z [36;1mfree_bytes=$(df -PB1 "$GITHUB_WORKSPACE" | awk 'NR == 2 { print $4 }')[0m
2026-08-01T22:09:29.7012250Z [36;1mprintf 'disk preflight: drive=%s free_bytes=%s floor_bytes=%s\n' \[0m
2026-08-01T22:09:29.7012883Z [36;1m  "$drive" "$free_bytes" "$floor_bytes"[0m
2026-08-01T22:09:29.7013392Z [36;1mif [ "$free_bytes" -lt "$floor_bytes" ]; then[0m
2026-08-01T22:09:29.7014222Z [36;1m  echo "::error title=Insufficient free disk::RESOURCE=disk drive=$drive free_bytes=$free_bytes floor_bytes=$floor_bytes"[0m
2026-08-01T22:09:29.7015007Z [36;1m  exit 1[0m
2026-08-01T22:09:29.7015353Z [36;1mfi[0m
2026-08-01T22:09:29.7031480Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0}
2026-08-01T22:09:29.7032251Z ##[endgroup]
2026-08-01T22:09:29.7152964Z disk preflight: drive=/dev/nvme0n1p2 free_bytes=740967960576 floor_bytes=34359738368
2026-08-01T22:09:29.7359530Z ##[group]Run actions/checkout@v5
2026-08-01T22:09:29.7359997Z with:
2026-08-01T22:09:29.7360355Z   repository: BigscreenVR/spt-bs-core
2026-08-01T22:09:29.7363179Z   token: ***
2026-08-01T22:09:29.7363549Z   ssh-strict: true
2026-08-01T22:09:29.7363905Z   ssh-user: git
2026-08-01T22:09:29.7364263Z   persist-credentials: true
2026-08-01T22:09:29.7364649Z   clean: true
2026-08-01T22:09:29.7365016Z   sparse-checkout-cone-mode: true
2026-08-01T22:09:29.7365440Z   fetch-depth: 1
2026-08-01T22:09:29.7365790Z   fetch-tags: false
2026-08-01T22:09:29.7366145Z   show-progress: true
2026-08-01T22:09:29.7366506Z   lfs: false
2026-08-01T22:09:29.7366834Z   submodules: false
2026-08-01T22:09:29.7367196Z   set-safe-directory: true
2026-08-01T22:09:29.7367601Z   allow-unsafe-pr-checkout: false
2026-08-01T22:09:29.7368036Z ##[endgroup]
2026-08-01T22:09:29.8195875Z Syncing repository: BigscreenVR/spt-bs-core
2026-08-01T22:09:29.8197737Z ##[group]Getting Git version info
2026-08-01T22:09:29.8198461Z Working directory is '/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core'
2026-08-01T22:09:29.8199444Z [command]/usr/bin/git version
2026-08-01T22:09:29.8199871Z git version 2.43.0
2026-08-01T22:09:29.8214191Z ##[endgroup]
2026-08-01T22:09:29.8222191Z Copying '/home/reavus/.gitconfig' to '/home/reavus/actions-runner/_work/_temp/8043407e-fcc6-4643-8ac9-da24a00ee41d/.gitconfig'
2026-08-01T22:09:29.8229537Z Temporarily overriding HOME='/home/reavus/actions-runner/_work/_temp/8043407e-fcc6-4643-8ac9-da24a00ee41d' before making global git config changes
2026-08-01T22:09:29.8230703Z Adding repository directory to the temporary git global config as a safe directory
2026-08-01T22:09:29.8232718Z [command]/usr/bin/git config --global --add safe.directory /home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core
2026-08-01T22:09:29.8281790Z [command]/usr/bin/git config --local --get remote.origin.url
2026-08-01T22:09:29.8302740Z https://github.com/BigscreenVR/spt-bs-core
2026-08-01T22:09:29.8312990Z ##[group]Removing previously created refs, to avoid conflicts
2026-08-01T22:09:29.8316287Z [command]/usr/bin/git rev-parse --symbolic-full-name --verify --quiet HEAD
2026-08-01T22:09:29.8337078Z HEAD
2026-08-01T22:09:29.8468511Z ##[endgroup]
2026-08-01T22:09:29.8470419Z [command]/usr/bin/git submodule status
2026-08-01T22:09:29.8661431Z ##[group]Cleaning the repository
2026-08-01T22:09:29.8664312Z [command]/usr/bin/git clean -ffdx
2026-08-01T22:09:30.5569384Z Removing dist/
2026-08-01T22:09:30.5570210Z Removing target/
2026-08-01T22:09:30.5578885Z [command]/usr/bin/git reset --hard HEAD
2026-08-01T22:09:30.5640287Z HEAD is now at 68e50a906 release: v0.50.0 — HANDRAIL (releases#69)
2026-08-01T22:09:30.5646774Z ##[endgroup]
2026-08-01T22:09:30.5647919Z ##[group]Disabling automatic garbage collection
2026-08-01T22:09:30.5651628Z [command]/usr/bin/git config --local gc.auto 0
2026-08-01T22:09:30.5678158Z ##[endgroup]
2026-08-01T22:09:30.5679413Z ##[group]Setting up auth
2026-08-01T22:09:30.5682066Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2026-08-01T22:09:30.5709621Z [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-01T22:09:30.5915841Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-08-01T22:09:30.5930788Z [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-01T22:09:30.6117705Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-08-01T22:09:30.6143048Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
2026-08-01T22:09:30.6339296Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic ***
2026-08-01T22:09:30.6372170Z ##[endgroup]
2026-08-01T22:09:30.6373248Z ##[group]Fetching the repository
2026-08-01T22:09:30.6379074Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +13e94d510e75a9f92eff2934129e536c29da3b4c:refs/remotes/origin/golden/doorbell
2026-08-01T22:09:31.3092727Z From https://github.com/BigscreenVR/spt-bs-core
2026-08-01T22:09:31.3093436Z  * [new ref]             13e94d510e75a9f92eff2934129e536c29da3b4c -> origin/golden/doorbell
2026-08-01T22:09:31.3114251Z ##[endgroup]
2026-08-01T22:09:31.3114881Z ##[group]Determining the checkout info
2026-08-01T22:09:31.3115448Z ##[endgroup]
2026-08-01T22:09:31.3119035Z [command]/usr/bin/git sparse-checkout disable
2026-08-01T22:09:31.3157244Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig
2026-08-01T22:09:31.3179533Z ##[group]Checking out the ref
2026-08-01T22:09:31.3182095Z [command]/usr/bin/git checkout --progress --force -B golden/doorbell refs/remotes/origin/golden/doorbell
2026-08-01T22:09:31.3614083Z Previous HEAD position was 68e50a906 release: v0.50.0 — HANDRAIL (releases#69)
2026-08-01T22:09:31.3620889Z Switched to a new branch 'golden/doorbell'
2026-08-01T22:09:31.3621748Z branch 'golden/doorbell' set up to track 'origin/golden/doorbell'.
2026-08-01T22:09:31.3629876Z ##[endgroup]
2026-08-01T22:09:31.3665060Z [command]/usr/bin/git log -1 --format=%H
2026-08-01T22:09:31.3689942Z 13e94d510e75a9f92eff2934129e536c29da3b4c
2026-08-01T22:09:31.3810210Z ##[group]Run python3 .github/ci/flake-registry.py
2026-08-01T22:09:31.3810600Z [36;1mpython3 .github/ci/flake-registry.py[0m
2026-08-01T22:09:31.3823572Z shell: /usr/bin/bash -e {0}
2026-08-01T22:09:31.3823829Z ##[endgroup]
2026-08-01T22:09:31.4077847Z FLAKE_REGISTRY_OK: 2 entries
2026-08-01T22:09:31.4147848Z ##[group]Run echo "code=true" >> "$GITHUB_OUTPUT"
2026-08-01T22:09:31.4148233Z [36;1mecho "code=true" >> "$GITHUB_OUTPUT"[0m
2026-08-01T22:09:31.4161458Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0}
2026-08-01T22:09:31.4161791Z ##[endgroup]
2026-08-01T22:09:31.4366052Z Post job cleanup.
2026-08-01T22:09:31.5066160Z [command]/usr/bin/git version
2026-08-01T22:09:31.5129511Z git version 2.43.0
2026-08-01T22:09:31.5155991Z Copying '/home/reavus/.gitconfig' to '/home/reavus/actions-runner/_work/_temp/0ae926c6-7728-466d-bc52-86fddd8649a2/.gitconfig'
2026-08-01T22:09:31.5162772Z Temporarily overriding HOME='/home/reavus/actions-runner/_work/_temp/0ae926c6-7728-466d-bc52-86fddd8649a2' before making global git config changes
2026-08-01T22:09:31.5163527Z Adding repository directory to the temporary git global config as a safe directory
2026-08-01T22:09:31.5165988Z [command]/usr/bin/git config --global --add safe.directory /home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core
2026-08-01T22:09:31.5197426Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2026-08-01T22:09:31.5223651Z [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-01T22:09:31.5410849Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-08-01T22:09:31.5431974Z http.https://github.com/.extraheader
2026-08-01T22:09:31.5439196Z [command]/usr/bin/git config --local --unset-all http.https://github.com/.extraheader
2026-08-01T22:09:31.5464716Z [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-01T22:09:31.5649683Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-08-01T22:09:31.5675547Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
2026-08-01T22:09:31.5981442Z Evaluate and set job outputs
2026-08-01T22:09:31.5987378Z Set output 'code'
2026-08-01T22:09:31.5989029Z Cleaning up orphan processes
