﻿2026-08-02T16:13:50.2008320Z Current runner version: '2.336.0'
2026-08-02T16:13:50.2013643Z Runner name: 'kitsubito'
2026-08-02T16:13:50.2014176Z Runner group name: 'Default'
2026-08-02T16:13:50.2014821Z Machine name: 'KITSUBITO'
2026-08-02T16:13:50.2018114Z ##[group]GITHUB_TOKEN Permissions
2026-08-02T16:13:50.2020600Z Actions: write
2026-08-02T16:13:50.2021016Z ArtifactMetadata: write
2026-08-02T16:13:50.2021421Z Attestations: write
2026-08-02T16:13:50.2021807Z Checks: write
2026-08-02T16:13:50.2022164Z CodeQuality: write
2026-08-02T16:13:50.2022542Z Contents: write
2026-08-02T16:13:50.2022910Z CopilotRequests: write
2026-08-02T16:13:50.2023311Z Deployments: write
2026-08-02T16:13:50.2023683Z Discussions: write
2026-08-02T16:13:50.2024050Z Drives: write
2026-08-02T16:13:50.2024407Z Issues: write
2026-08-02T16:13:50.2024780Z Metadata: read
2026-08-02T16:13:50.2025155Z Models: read
2026-08-02T16:13:50.2025520Z Packages: write
2026-08-02T16:13:50.2025892Z Pages: write
2026-08-02T16:13:50.2026368Z PullRequests: write
2026-08-02T16:13:50.2026794Z RepositoryProjects: write
2026-08-02T16:13:50.2027198Z SecurityEvents: write
2026-08-02T16:13:50.2027588Z Statuses: write
2026-08-02T16:13:50.2027962Z VulnerabilityAlerts: read
2026-08-02T16:13:50.2028344Z ##[endgroup]
2026-08-02T16:13:50.2030137Z Secret source: Actions
2026-08-02T16:13:50.2030831Z Prepare workflow directory
2026-08-02T16:13:50.2390801Z Prepare all required actions
2026-08-02T16:13:50.2430730Z Getting action download info
2026-08-02T16:13:50.5698605Z Download action repository 'actions/checkout@v5' (SHA:fbc6f3992d24b796d5a048ff273f7fcc4a7b6c09)
2026-08-02T16:13:51.0730660Z Complete job name: changes
2026-08-02T16:13:51.1523562Z ##[group]Run set -euo pipefail
2026-08-02T16:13:51.1524185Z [36;1mset -euo pipefail[0m
2026-08-02T16:13:51.1524637Z [36;1mfloor_bytes=$((32 * 1024 * 1024 * 1024))[0m
2026-08-02T16:13:51.1525243Z [36;1mdrive=$(df -P "$GITHUB_WORKSPACE" | awk 'NR == 2 { print $1 }')[0m
2026-08-02T16:13:51.1525939Z [36;1mfree_bytes=$(df -PB1 "$GITHUB_WORKSPACE" | awk 'NR == 2 { print $4 }')[0m
2026-08-02T16:13:51.1526680Z [36;1mprintf 'disk preflight: drive=%s free_bytes=%s floor_bytes=%s\n' \[0m
2026-08-02T16:13:51.1527280Z [36;1m  "$drive" "$free_bytes" "$floor_bytes"[0m
2026-08-02T16:13:51.1527791Z [36;1mif [ "$free_bytes" -lt "$floor_bytes" ]; then[0m
2026-08-02T16:13:51.1528612Z [36;1m  echo "::error title=Insufficient free disk::RESOURCE=disk drive=$drive free_bytes=$free_bytes floor_bytes=$floor_bytes"[0m
2026-08-02T16:13:51.1529465Z [36;1m  exit 1[0m
2026-08-02T16:13:51.1529814Z [36;1mfi[0m
2026-08-02T16:13:51.1546607Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0}
2026-08-02T16:13:51.1547416Z ##[endgroup]
2026-08-02T16:13:51.1668001Z disk preflight: drive=/dev/nvme0n1p2 free_bytes=744411901952 floor_bytes=34359738368
2026-08-02T16:13:51.1867342Z ##[group]Run actions/checkout@v5
2026-08-02T16:13:51.1867824Z with:
2026-08-02T16:13:51.1868191Z   repository: BigscreenVR/spt-bs-core
2026-08-02T16:13:51.1871106Z   token: ***
2026-08-02T16:13:51.1871477Z   ssh-strict: true
2026-08-02T16:13:51.1871840Z   ssh-user: git
2026-08-02T16:13:51.1872202Z   persist-credentials: true
2026-08-02T16:13:51.1872592Z   clean: true
2026-08-02T16:13:51.1872955Z   sparse-checkout-cone-mode: true
2026-08-02T16:13:51.1873374Z   fetch-depth: 1
2026-08-02T16:13:51.1873727Z   fetch-tags: false
2026-08-02T16:13:51.1874085Z   show-progress: true
2026-08-02T16:13:51.1874437Z   lfs: false
2026-08-02T16:13:51.1874775Z   submodules: false
2026-08-02T16:13:51.1875134Z   set-safe-directory: true
2026-08-02T16:13:51.1875521Z   allow-unsafe-pr-checkout: false
2026-08-02T16:13:51.1875961Z ##[endgroup]
2026-08-02T16:13:51.2654899Z Syncing repository: BigscreenVR/spt-bs-core
2026-08-02T16:13:51.2657184Z ##[group]Getting Git version info
2026-08-02T16:13:51.2658376Z Working directory is '/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core'
2026-08-02T16:13:51.2659976Z [command]/usr/bin/git version
2026-08-02T16:13:51.2660729Z git version 2.43.0
2026-08-02T16:13:51.2678115Z ##[endgroup]
2026-08-02T16:13:51.2686045Z Copying '/home/reavus/.gitconfig' to '/home/reavus/actions-runner/_work/_temp/41e9e6d1-01de-43a5-aebd-4313794dc056/.gitconfig'
2026-08-02T16:13:51.2693319Z Temporarily overriding HOME='/home/reavus/actions-runner/_work/_temp/41e9e6d1-01de-43a5-aebd-4313794dc056' before making global git config changes
2026-08-02T16:13:51.2694447Z Adding repository directory to the temporary git global config as a safe directory
2026-08-02T16:13:51.2696548Z [command]/usr/bin/git config --global --add safe.directory /home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core
2026-08-02T16:13:51.2732407Z [command]/usr/bin/git config --local --get remote.origin.url
2026-08-02T16:13:51.2754118Z https://github.com/BigscreenVR/spt-bs-core
2026-08-02T16:13:51.2765783Z ##[group]Removing previously created refs, to avoid conflicts
2026-08-02T16:13:51.2768730Z [command]/usr/bin/git rev-parse --symbolic-full-name --verify --quiet HEAD
2026-08-02T16:13:51.2789817Z refs/heads/golden/barometer
2026-08-02T16:13:51.2796790Z [command]/usr/bin/git checkout --detach
2026-08-02T16:13:51.2857642Z HEAD is now at 2138b1652 fix(xtask): sort_by_key(Reverse) at the two descending u64 sorts (releases#114)
2026-08-02T16:13:51.2898274Z [command]/usr/bin/git branch --delete --force golden/barometer
2026-08-02T16:13:51.2931982Z Deleted branch golden/barometer (was 2138b1652).
2026-08-02T16:13:51.3036982Z ##[endgroup]
2026-08-02T16:13:51.3041098Z [command]/usr/bin/git submodule status
2026-08-02T16:13:51.3242374Z ##[group]Cleaning the repository
2026-08-02T16:13:51.3246991Z [command]/usr/bin/git clean -ffdx
2026-08-02T16:13:51.3281448Z Removing traceable-reqs
2026-08-02T16:13:51.3290287Z [command]/usr/bin/git reset --hard HEAD
2026-08-02T16:13:51.3383218Z HEAD is now at 2138b1652 fix(xtask): sort_by_key(Reverse) at the two descending u64 sorts (releases#114)
2026-08-02T16:13:51.3388300Z ##[endgroup]
2026-08-02T16:13:51.3389968Z ##[group]Disabling automatic garbage collection
2026-08-02T16:13:51.3393159Z [command]/usr/bin/git config --local gc.auto 0
2026-08-02T16:13:51.3417871Z ##[endgroup]
2026-08-02T16:13:51.3418549Z ##[group]Setting up auth
2026-08-02T16:13:51.3423219Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2026-08-02T16:13:51.3446556Z [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-02T16:13:51.3635891Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-08-02T16:13:51.3664676Z [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-02T16:13:51.3849180Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-08-02T16:13:51.3873855Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
2026-08-02T16:13:51.4068330Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic ***
2026-08-02T16:13:51.4107552Z ##[endgroup]
2026-08-02T16:13:51.4108211Z ##[group]Fetching the repository
2026-08-02T16:13:51.4115202Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +2138b16526af959112fa39e245dc027c7bfcc754:refs/remotes/origin/golden/barometer
2026-08-02T16:13:51.8145589Z ##[endgroup]
2026-08-02T16:13:51.8146405Z ##[group]Determining the checkout info
2026-08-02T16:13:51.8147269Z ##[endgroup]
2026-08-02T16:13:51.8151229Z [command]/usr/bin/git sparse-checkout disable
2026-08-02T16:13:51.8187777Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig
2026-08-02T16:13:51.8211018Z ##[group]Checking out the ref
2026-08-02T16:13:51.8212962Z [command]/usr/bin/git checkout --progress --force -B golden/barometer refs/remotes/origin/golden/barometer
2026-08-02T16:13:51.8268487Z Switched to a new branch 'golden/barometer'
2026-08-02T16:13:51.8269412Z branch 'golden/barometer' set up to track 'origin/golden/barometer'.
2026-08-02T16:13:51.8274625Z ##[endgroup]
2026-08-02T16:13:51.8307134Z [command]/usr/bin/git log -1 --format=%H
2026-08-02T16:13:51.8333232Z 2138b16526af959112fa39e245dc027c7bfcc754
2026-08-02T16:13:51.8460950Z ##[group]Run python3 .github/ci/flake-registry.py
2026-08-02T16:13:51.8461780Z [36;1mpython3 .github/ci/flake-registry.py[0m
2026-08-02T16:13:51.8475369Z shell: /usr/bin/bash -e {0}
2026-08-02T16:13:51.8475931Z ##[endgroup]
2026-08-02T16:13:51.8792071Z FLAKE_REGISTRY_OK: 2 entries
2026-08-02T16:13:51.8863315Z ##[group]Run echo "code=true" >> "$GITHUB_OUTPUT"
2026-08-02T16:13:51.8863949Z [36;1mecho "code=true" >> "$GITHUB_OUTPUT"[0m
2026-08-02T16:13:51.8886391Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0}
2026-08-02T16:13:51.8886955Z ##[endgroup]
2026-08-02T16:13:51.9052783Z Post job cleanup.
2026-08-02T16:13:51.9763821Z [command]/usr/bin/git version
2026-08-02T16:13:51.9805847Z git version 2.43.0
2026-08-02T16:13:51.9841740Z Copying '/home/reavus/.gitconfig' to '/home/reavus/actions-runner/_work/_temp/7720eef9-bba8-4255-b990-b267f434dc89/.gitconfig'
2026-08-02T16:13:51.9850118Z Temporarily overriding HOME='/home/reavus/actions-runner/_work/_temp/7720eef9-bba8-4255-b990-b267f434dc89' before making global git config changes
2026-08-02T16:13:51.9851351Z Adding repository directory to the temporary git global config as a safe directory
2026-08-02T16:13:51.9853560Z [command]/usr/bin/git config --global --add safe.directory /home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core
2026-08-02T16:13:51.9882063Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2026-08-02T16:13:51.9910184Z [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-02T16:13:52.0135542Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-08-02T16:13:52.0156343Z http.https://github.com/.extraheader
2026-08-02T16:13:52.0164132Z [command]/usr/bin/git config --local --unset-all http.https://github.com/.extraheader
2026-08-02T16:13:52.0190709Z [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-02T16:13:52.0377019Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-08-02T16:13:52.0403111Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
2026-08-02T16:13:52.0724810Z Evaluate and set job outputs
2026-08-02T16:13:52.0731732Z Set output 'code'
2026-08-02T16:13:52.0734282Z Cleaning up orphan processes
