﻿2026-08-03T03:37:10.6549820Z Current runner version: '2.336.0'
2026-08-03T03:37:10.6609465Z Runner name: 'kitsubito'
2026-08-03T03:37:10.6610013Z Runner group name: 'Default'
2026-08-03T03:37:10.6610648Z Machine name: 'KITSUBITO'
2026-08-03T03:37:10.6614016Z ##[group]GITHUB_TOKEN Permissions
2026-08-03T03:37:10.6616193Z Actions: write
2026-08-03T03:37:10.6616583Z ArtifactMetadata: write
2026-08-03T03:37:10.6616985Z Attestations: write
2026-08-03T03:37:10.6617351Z Checks: write
2026-08-03T03:37:10.6617704Z CodeQuality: write
2026-08-03T03:37:10.6618067Z Contents: write
2026-08-03T03:37:10.6618421Z CopilotRequests: write
2026-08-03T03:37:10.6618797Z Deployments: write
2026-08-03T03:37:10.6619268Z Discussions: write
2026-08-03T03:37:10.6619620Z Drives: write
2026-08-03T03:37:10.6619963Z Issues: write
2026-08-03T03:37:10.6620302Z Metadata: read
2026-08-03T03:37:10.6620651Z Models: read
2026-08-03T03:37:10.6620999Z Packages: write
2026-08-03T03:37:10.6621352Z Pages: write
2026-08-03T03:37:10.6621813Z PullRequests: write
2026-08-03T03:37:10.6622220Z RepositoryProjects: write
2026-08-03T03:37:10.6622617Z SecurityEvents: write
2026-08-03T03:37:10.6622979Z Statuses: write
2026-08-03T03:37:10.6623336Z VulnerabilityAlerts: read
2026-08-03T03:37:10.6623717Z ##[endgroup]
2026-08-03T03:37:10.6625373Z Secret source: Actions
2026-08-03T03:37:10.6626036Z Prepare workflow directory
2026-08-03T03:37:10.7058870Z Prepare all required actions
2026-08-03T03:37:10.7095300Z Getting action download info
2026-08-03T03:37:11.0513061Z Download action repository 'actions/checkout@v5' (SHA:fbc6f3992d24b796d5a048ff273f7fcc4a7b6c09)
2026-08-03T03:37:11.5779127Z Complete job name: changes
2026-08-03T03:37:11.6543151Z ##[group]Run set -euo pipefail
2026-08-03T03:37:11.6543705Z [36;1mset -euo pipefail[0m
2026-08-03T03:37:11.6544149Z [36;1mfloor_bytes=$((32 * 1024 * 1024 * 1024))[0m
2026-08-03T03:37:11.6544726Z [36;1mdrive=$(df -P "$GITHUB_WORKSPACE" | awk 'NR == 2 { print $1 }')[0m
2026-08-03T03:37:11.6545388Z [36;1mfree_bytes=$(df -PB1 "$GITHUB_WORKSPACE" | awk 'NR == 2 { print $4 }')[0m
2026-08-03T03:37:11.6546107Z [36;1mprintf 'disk preflight: drive=%s free_bytes=%s floor_bytes=%s\n' \[0m
2026-08-03T03:37:11.6546690Z [36;1m  "$drive" "$free_bytes" "$floor_bytes"[0m
2026-08-03T03:37:11.6547185Z [36;1mif [ "$free_bytes" -lt "$floor_bytes" ]; then[0m
2026-08-03T03:37:11.6547976Z [36;1m  echo "::error title=Insufficient free disk::RESOURCE=disk drive=$drive free_bytes=$free_bytes floor_bytes=$floor_bytes"[0m
2026-08-03T03:37:11.6548735Z [36;1m  exit 1[0m
2026-08-03T03:37:11.6549223Z [36;1mfi[0m
2026-08-03T03:37:11.6565073Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0}
2026-08-03T03:37:11.6565818Z ##[endgroup]
2026-08-03T03:37:11.6715150Z disk preflight: drive=/dev/nvme0n1p2 free_bytes=698030092288 floor_bytes=34359738368
2026-08-03T03:37:11.6904086Z ##[group]Run actions/checkout@v5
2026-08-03T03:37:11.6904534Z with:
2026-08-03T03:37:11.6904872Z   repository: BigscreenVR/spt-bs-core
2026-08-03T03:37:11.6907733Z   token: ***
2026-08-03T03:37:11.6908086Z   ssh-strict: true
2026-08-03T03:37:11.6908420Z   ssh-user: git
2026-08-03T03:37:11.6908754Z   persist-credentials: true
2026-08-03T03:37:11.6909231Z   clean: true
2026-08-03T03:37:11.6909592Z   sparse-checkout-cone-mode: true
2026-08-03T03:37:11.6909984Z   fetch-depth: 1
2026-08-03T03:37:11.6910312Z   fetch-tags: false
2026-08-03T03:37:11.6910648Z   show-progress: true
2026-08-03T03:37:11.6910991Z   lfs: false
2026-08-03T03:37:11.6911306Z   submodules: false
2026-08-03T03:37:11.6911645Z   set-safe-directory: true
2026-08-03T03:37:11.6912028Z   allow-unsafe-pr-checkout: false
2026-08-03T03:37:11.6912446Z ##[endgroup]
2026-08-03T03:37:11.7648828Z Syncing repository: BigscreenVR/spt-bs-core
2026-08-03T03:37:11.7650599Z ##[group]Getting Git version info
2026-08-03T03:37:11.7651318Z Working directory is '/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core'
2026-08-03T03:37:11.7652170Z [command]/usr/bin/git version
2026-08-03T03:37:11.7683979Z git version 2.43.0
2026-08-03T03:37:11.7701004Z ##[endgroup]
2026-08-03T03:37:11.7708926Z Copying '/home/reavus/.gitconfig' to '/home/reavus/actions-runner/_work/_temp/868c96d4-fb9e-4cf7-9590-b9df1b3c35bd/.gitconfig'
2026-08-03T03:37:11.7715997Z Temporarily overriding HOME='/home/reavus/actions-runner/_work/_temp/868c96d4-fb9e-4cf7-9590-b9df1b3c35bd' before making global git config changes
2026-08-03T03:37:11.7717137Z Adding repository directory to the temporary git global config as a safe directory
2026-08-03T03:37:11.7719272Z [command]/usr/bin/git config --global --add safe.directory /home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core
2026-08-03T03:37:11.7750828Z [command]/usr/bin/git config --local --get remote.origin.url
2026-08-03T03:37:11.7768812Z https://github.com/BigscreenVR/spt-bs-core
2026-08-03T03:37:11.7778609Z ##[group]Removing previously created refs, to avoid conflicts
2026-08-03T03:37:11.7781069Z [command]/usr/bin/git rev-parse --symbolic-full-name --verify --quiet HEAD
2026-08-03T03:37:11.7802962Z refs/heads/main
2026-08-03T03:37:11.7809478Z [command]/usr/bin/git checkout --detach
2026-08-03T03:37:11.8178373Z HEAD is now at ea9b69c04 docs: infra register IR-16 — kill_tree termination-return audit (re-homed ex-#130)
2026-08-03T03:37:11.8224020Z [command]/usr/bin/git branch --delete --force main
2026-08-03T03:37:11.8259621Z Deleted branch main (was ea9b69c04).
2026-08-03T03:37:11.9004760Z ##[endgroup]
2026-08-03T03:37:11.9009411Z [command]/usr/bin/git submodule status
2026-08-03T03:37:11.9205776Z ##[group]Cleaning the repository
2026-08-03T03:37:11.9208817Z [command]/usr/bin/git clean -ffdx
2026-08-03T03:37:15.2841409Z Removing target/
2026-08-03T03:37:15.2852494Z [command]/usr/bin/git reset --hard HEAD
2026-08-03T03:37:15.2980080Z HEAD is now at ea9b69c04 docs: infra register IR-16 — kill_tree termination-return audit (re-homed ex-#130)
2026-08-03T03:37:15.2984626Z ##[endgroup]
2026-08-03T03:37:15.2986042Z ##[group]Disabling automatic garbage collection
2026-08-03T03:37:15.2989885Z [command]/usr/bin/git config --local gc.auto 0
2026-08-03T03:37:15.3013605Z ##[endgroup]
2026-08-03T03:37:15.3014107Z ##[group]Setting up auth
2026-08-03T03:37:15.3019049Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2026-08-03T03:37:15.3041229Z [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-03T03:37:15.3224527Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-08-03T03:37:15.3248663Z [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-03T03:37:15.3435769Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-08-03T03:37:15.3462367Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
2026-08-03T03:37:15.3649734Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic ***
2026-08-03T03:37:15.3680697Z ##[endgroup]
2026-08-03T03:37:15.3681176Z ##[group]Fetching the repository
2026-08-03T03:37:15.3686903Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +a5042ec7440159a931217ae3c11be156a7675bf6:refs/remotes/origin/golden/ir15
2026-08-03T03:37:15.9415942Z From https://github.com/BigscreenVR/spt-bs-core
2026-08-03T03:37:15.9417265Z  * [new ref]             a5042ec7440159a931217ae3c11be156a7675bf6 -> origin/golden/ir15
2026-08-03T03:37:15.9438678Z ##[endgroup]
2026-08-03T03:37:15.9439363Z ##[group]Determining the checkout info
2026-08-03T03:37:15.9441276Z ##[endgroup]
2026-08-03T03:37:15.9446069Z [command]/usr/bin/git sparse-checkout disable
2026-08-03T03:37:15.9485476Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig
2026-08-03T03:37:15.9508698Z ##[group]Checking out the ref
2026-08-03T03:37:15.9512124Z [command]/usr/bin/git checkout --progress --force -B golden/ir15 refs/remotes/origin/golden/ir15
2026-08-03T03:37:15.9749954Z Previous HEAD position was ea9b69c04 docs: infra register IR-16 — kill_tree termination-return audit (re-homed ex-#130)
2026-08-03T03:37:15.9756903Z Switched to a new branch 'golden/ir15'
2026-08-03T03:37:15.9757322Z branch 'golden/ir15' set up to track 'origin/golden/ir15'.
2026-08-03T03:37:15.9765401Z ##[endgroup]
2026-08-03T03:37:15.9802388Z [command]/usr/bin/git log -1 --format=%H
2026-08-03T03:37:15.9827422Z a5042ec7440159a931217ae3c11be156a7675bf6
2026-08-03T03:37:15.9945471Z ##[group]Run python3 .github/ci/flake-registry.py
2026-08-03T03:37:15.9946037Z [36;1mpython3 .github/ci/flake-registry.py[0m
2026-08-03T03:37:15.9959142Z shell: /usr/bin/bash -e {0}
2026-08-03T03:37:15.9959556Z ##[endgroup]
2026-08-03T03:37:16.0529672Z FLAKE_REGISTRY_OK: 2 entries
2026-08-03T03:37:16.0588016Z ##[group]Run echo "code=true" >> "$GITHUB_OUTPUT"
2026-08-03T03:37:16.0588392Z [36;1mecho "code=true" >> "$GITHUB_OUTPUT"[0m
2026-08-03T03:37:16.0601090Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0}
2026-08-03T03:37:16.0601405Z ##[endgroup]
2026-08-03T03:37:16.0743360Z Post job cleanup.
2026-08-03T03:37:16.1403428Z [command]/usr/bin/git version
2026-08-03T03:37:16.1466690Z git version 2.43.0
2026-08-03T03:37:16.1490990Z Copying '/home/reavus/.gitconfig' to '/home/reavus/actions-runner/_work/_temp/b2b5f2b5-ba7a-4d1c-a1dd-3a4721d488a8/.gitconfig'
2026-08-03T03:37:16.1497664Z Temporarily overriding HOME='/home/reavus/actions-runner/_work/_temp/b2b5f2b5-ba7a-4d1c-a1dd-3a4721d488a8' before making global git config changes
2026-08-03T03:37:16.1498399Z Adding repository directory to the temporary git global config as a safe directory
2026-08-03T03:37:16.1500945Z [command]/usr/bin/git config --global --add safe.directory /home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core
2026-08-03T03:37:16.1529330Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2026-08-03T03:37:16.1553163Z [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-03T03:37:16.1738401Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-08-03T03:37:16.1757712Z http.https://github.com/.extraheader
2026-08-03T03:37:16.1764592Z [command]/usr/bin/git config --local --unset-all http.https://github.com/.extraheader
2026-08-03T03:37:16.1786407Z [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-03T03:37:16.1964738Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-08-03T03:37:16.1988022Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
2026-08-03T03:37:16.2282362Z Evaluate and set job outputs
2026-08-03T03:37:16.2287901Z Set output 'code'
2026-08-03T03:37:16.2289671Z Cleaning up orphan processes
