﻿2026-08-19T01:30:50.9696348Z Current runner version: '2.336.0'
2026-08-19T01:30:50.9701418Z Runner name: 'kitsubito'
2026-08-19T01:30:50.9702086Z Runner group name: 'Default'
2026-08-19T01:30:50.9702821Z Machine name: 'KITSUBITO'
2026-08-19T01:30:50.9755655Z ##[group]GITHUB_TOKEN Permissions
2026-08-19T01:30:50.9758055Z Actions: write
2026-08-19T01:30:50.9758451Z ArtifactMetadata: write
2026-08-19T01:30:50.9758846Z Attestations: write
2026-08-19T01:30:50.9759280Z Checks: write
2026-08-19T01:30:50.9759629Z CodeQuality: write
2026-08-19T01:30:50.9759977Z Contents: write
2026-08-19T01:30:50.9760339Z CopilotRequests: write
2026-08-19T01:30:50.9760724Z Deployments: write
2026-08-19T01:30:50.9761089Z Discussions: write
2026-08-19T01:30:50.9761450Z Drives: write
2026-08-19T01:30:50.9761789Z Issues: write
2026-08-19T01:30:50.9762133Z Metadata: read
2026-08-19T01:30:50.9762472Z Models: read
2026-08-19T01:30:50.9762811Z Packages: write
2026-08-19T01:30:50.9763173Z Pages: write
2026-08-19T01:30:50.9763620Z PullRequests: write
2026-08-19T01:30:50.9764020Z RepositoryProjects: write
2026-08-19T01:30:50.9764412Z SecurityEvents: write
2026-08-19T01:30:50.9764789Z Statuses: write
2026-08-19T01:30:50.9765142Z VulnerabilityAlerts: read
2026-08-19T01:30:50.9765517Z ##[endgroup]
2026-08-19T01:30:50.9767465Z Secret source: Actions
2026-08-19T01:30:50.9768136Z Prepare workflow directory
2026-08-19T01:30:51.0112409Z Prepare all required actions
2026-08-19T01:30:51.0146446Z Getting action download info
2026-08-19T01:30:51.3365822Z Download action repository 'actions/checkout@v5' (SHA:fbc6f3992d24b796d5a048ff273f7fcc4a7b6c09)
2026-08-19T01:30:51.9468198Z Complete job name: changes
2026-08-19T01:30:52.0269255Z ##[group]Run set -euo pipefail
2026-08-19T01:30:52.0269890Z [36;1mset -euo pipefail[0m
2026-08-19T01:30:52.0270361Z [36;1mfloor_bytes=$((32 * 1024 * 1024 * 1024))[0m
2026-08-19T01:30:52.0270976Z [36;1mdrive=$(df -P "$GITHUB_WORKSPACE" | awk 'NR == 2 { print $1 }')[0m
2026-08-19T01:30:52.0271710Z [36;1mfree_bytes=$(df -PB1 "$GITHUB_WORKSPACE" | awk 'NR == 2 { print $4 }')[0m
2026-08-19T01:30:52.0272520Z [36;1mprintf 'disk preflight: drive=%s free_bytes=%s floor_bytes=%s\n' \[0m
2026-08-19T01:30:52.0273164Z [36;1m  "$drive" "$free_bytes" "$floor_bytes"[0m
2026-08-19T01:30:52.0273700Z [36;1mif [ "$free_bytes" -lt "$floor_bytes" ]; then[0m
2026-08-19T01:30:52.0274557Z [36;1m  echo "::error title=Insufficient free disk::RESOURCE=disk drive=$drive free_bytes=$free_bytes floor_bytes=$floor_bytes"[0m
2026-08-19T01:30:52.0275360Z [36;1m  exit 1[0m
2026-08-19T01:30:52.0275726Z [36;1mfi[0m
2026-08-19T01:30:52.0292086Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0}
2026-08-19T01:30:52.0292907Z ##[endgroup]
2026-08-19T01:30:52.0413892Z disk preflight: drive=/dev/nvme0n1p2 free_bytes=794352279552 floor_bytes=34359738368
2026-08-19T01:30:52.0615039Z ##[group]Run actions/checkout@v5
2026-08-19T01:30:52.0615559Z with:
2026-08-19T01:30:52.0615941Z   repository: BigscreenVR/spt-bs-core
2026-08-19T01:30:52.0619503Z   token: ***
2026-08-19T01:30:52.0619927Z   ssh-strict: true
2026-08-19T01:30:52.0620304Z   ssh-user: git
2026-08-19T01:30:52.0620676Z   persist-credentials: true
2026-08-19T01:30:52.0621091Z   clean: true
2026-08-19T01:30:52.0621467Z   sparse-checkout-cone-mode: true
2026-08-19T01:30:52.0621900Z   fetch-depth: 1
2026-08-19T01:30:52.0622271Z   fetch-tags: false
2026-08-19T01:30:52.0622642Z   show-progress: true
2026-08-19T01:30:52.0623014Z   lfs: false
2026-08-19T01:30:52.0623356Z   submodules: false
2026-08-19T01:30:52.0623759Z   set-safe-directory: true
2026-08-19T01:30:52.0624201Z   allow-unsafe-pr-checkout: false
2026-08-19T01:30:52.0624648Z ##[endgroup]
2026-08-19T01:30:52.1372678Z Syncing repository: BigscreenVR/spt-bs-core
2026-08-19T01:30:52.1374280Z ##[group]Getting Git version info
2026-08-19T01:30:52.1375049Z Working directory is '/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core'
2026-08-19T01:30:52.1375960Z [command]/usr/bin/git version
2026-08-19T01:30:52.1376405Z git version 2.43.0
2026-08-19T01:30:52.1388358Z ##[endgroup]
2026-08-19T01:30:52.1395746Z Copying '/home/reavus/.gitconfig' to '/home/reavus/actions-runner/_work/_temp/a60ca43d-0f0e-4914-b9cb-97f7b3e75ea2/.gitconfig'
2026-08-19T01:30:52.1402846Z Temporarily overriding HOME='/home/reavus/actions-runner/_work/_temp/a60ca43d-0f0e-4914-b9cb-97f7b3e75ea2' before making global git config changes
2026-08-19T01:30:52.1404097Z Adding repository directory to the temporary git global config as a safe directory
2026-08-19T01:30:52.1405585Z [command]/usr/bin/git config --global --add safe.directory /home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core
2026-08-19T01:30:52.1436607Z [command]/usr/bin/git config --local --get remote.origin.url
2026-08-19T01:30:52.1453950Z https://github.com/BigscreenVR/spt-bs-core
2026-08-19T01:30:52.1463399Z ##[group]Removing previously created refs, to avoid conflicts
2026-08-19T01:30:52.1465764Z [command]/usr/bin/git rev-parse --symbolic-full-name --verify --quiet HEAD
2026-08-19T01:30:52.1484544Z refs/heads/diag/pump-188-w9-redeem-echo
2026-08-19T01:30:52.1491253Z [command]/usr/bin/git checkout --detach
2026-08-19T01:30:52.1586247Z HEAD is now at 4828ad041 fix(redeem): echo the grant to the exchange that already spent the code
2026-08-19T01:30:52.1620494Z [command]/usr/bin/git branch --delete --force diag/pump-188-w9-redeem-echo
2026-08-19T01:30:52.1651124Z Deleted branch diag/pump-188-w9-redeem-echo (was 4828ad041).
2026-08-19T01:30:52.1763623Z ##[endgroup]
2026-08-19T01:30:52.1764800Z [command]/usr/bin/git submodule status
2026-08-19T01:30:52.1951163Z ##[group]Cleaning the repository
2026-08-19T01:30:52.1954039Z [command]/usr/bin/git clean -ffdx
2026-08-19T01:30:53.4699881Z Removing .adapter-notify/
2026-08-19T01:30:53.4701074Z Removing target/
2026-08-19T01:30:53.4710779Z [command]/usr/bin/git reset --hard HEAD
2026-08-19T01:30:53.4774322Z HEAD is now at 4828ad041 fix(redeem): echo the grant to the exchange that already spent the code
2026-08-19T01:30:53.4779688Z ##[endgroup]
2026-08-19T01:30:53.4780879Z ##[group]Disabling automatic garbage collection
2026-08-19T01:30:53.4783780Z [command]/usr/bin/git config --local gc.auto 0
2026-08-19T01:30:53.4805605Z ##[endgroup]
2026-08-19T01:30:53.4806774Z ##[group]Setting up auth
2026-08-19T01:30:53.4810048Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2026-08-19T01:30:53.4831883Z [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-19T01:30:53.5055119Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-08-19T01:30:53.5081191Z [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-19T01:30:53.5258938Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-08-19T01:30:53.5284361Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
2026-08-19T01:30:53.5467489Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic ***
2026-08-19T01:30:53.5499011Z ##[endgroup]
2026-08-19T01:30:53.5500342Z ##[group]Fetching the repository
2026-08-19T01:30:53.5505590Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +9ffb27026b299bdb0a5a6a9d9a6cc62be9c3f49f:refs/remotes/origin/golden/nameplate-181-w8
2026-08-19T01:30:54.0171544Z From https://github.com/BigscreenVR/spt-bs-core
2026-08-19T01:30:54.0172390Z  * [new ref]             9ffb27026b299bdb0a5a6a9d9a6cc62be9c3f49f -> origin/golden/nameplate-181-w8
2026-08-19T01:30:54.0195439Z ##[endgroup]
2026-08-19T01:30:54.0196073Z ##[group]Determining the checkout info
2026-08-19T01:30:54.0198608Z ##[endgroup]
2026-08-19T01:30:54.0202841Z [command]/usr/bin/git sparse-checkout disable
2026-08-19T01:30:54.0240854Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig
2026-08-19T01:30:54.0262223Z ##[group]Checking out the ref
2026-08-19T01:30:54.0265185Z [command]/usr/bin/git checkout --progress --force -B golden/nameplate-181-w8 refs/remotes/origin/golden/nameplate-181-w8
2026-08-19T01:30:54.0500122Z Previous HEAD position was 4828ad041 fix(redeem): echo the grant to the exchange that already spent the code
2026-08-19T01:30:54.0506653Z Switched to a new branch 'golden/nameplate-181-w8'
2026-08-19T01:30:54.0507137Z branch 'golden/nameplate-181-w8' set up to track 'origin/golden/nameplate-181-w8'.
2026-08-19T01:30:54.0515150Z ##[endgroup]
2026-08-19T01:30:54.0553024Z [command]/usr/bin/git log -1 --format=%H
2026-08-19T01:30:54.0579867Z 9ffb27026b299bdb0a5a6a9d9a6cc62be9c3f49f
2026-08-19T01:30:54.0719987Z ##[group]Run python3 .github/ci/flake-registry.py
2026-08-19T01:30:54.0720359Z [36;1mpython3 .github/ci/flake-registry.py[0m
2026-08-19T01:30:54.0733636Z shell: /usr/bin/bash -e {0}
2026-08-19T01:30:54.0733901Z ##[endgroup]
2026-08-19T01:30:54.1018332Z FLAKE_REGISTRY_OK: 2 entries
2026-08-19T01:30:54.1082906Z ##[group]Run echo "code=true" >> "$GITHUB_OUTPUT"
2026-08-19T01:30:54.1083268Z [36;1mecho "code=true" >> "$GITHUB_OUTPUT"[0m
2026-08-19T01:30:54.1096243Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0}
2026-08-19T01:30:54.1096558Z ##[endgroup]
2026-08-19T01:30:54.1235716Z Post job cleanup.
2026-08-19T01:30:54.1941819Z [command]/usr/bin/git version
2026-08-19T01:30:54.1973322Z git version 2.43.0
2026-08-19T01:30:54.1998092Z Copying '/home/reavus/.gitconfig' to '/home/reavus/actions-runner/_work/_temp/681ac458-78bc-43ff-bc7a-39effec1ce94/.gitconfig'
2026-08-19T01:30:54.2005054Z Temporarily overriding HOME='/home/reavus/actions-runner/_work/_temp/681ac458-78bc-43ff-bc7a-39effec1ce94' before making global git config changes
2026-08-19T01:30:54.2005823Z Adding repository directory to the temporary git global config as a safe directory
2026-08-19T01:30:54.2008414Z [command]/usr/bin/git config --global --add safe.directory /home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core
2026-08-19T01:30:54.2035934Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2026-08-19T01:30:54.2060876Z [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-19T01:30:54.2245940Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-08-19T01:30:54.2265412Z http.https://github.com/.extraheader
2026-08-19T01:30:54.2272699Z [command]/usr/bin/git config --local --unset-all http.https://github.com/.extraheader
2026-08-19T01:30:54.2296740Z [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-19T01:30:54.2480633Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-08-19T01:30:54.2505761Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
2026-08-19T01:30:54.2814077Z Evaluate and set job outputs
2026-08-19T01:30:54.2819218Z Set output 'code'
2026-08-19T01:30:54.2821109Z Cleaning up orphan processes
