﻿2026-08-02T17:47:50.9655284Z Current runner version: '2.336.0'
2026-08-02T17:47:50.9660217Z Runner name: 'kitsubito'
2026-08-02T17:47:50.9660708Z Runner group name: 'Default'
2026-08-02T17:47:50.9661332Z Machine name: 'KITSUBITO'
2026-08-02T17:47:50.9664495Z ##[group]GITHUB_TOKEN Permissions
2026-08-02T17:47:50.9666388Z Actions: write
2026-08-02T17:47:50.9666792Z ArtifactMetadata: write
2026-08-02T17:47:50.9667189Z Attestations: write
2026-08-02T17:47:50.9667566Z Checks: write
2026-08-02T17:47:50.9667929Z CodeQuality: write
2026-08-02T17:47:50.9668287Z Contents: write
2026-08-02T17:47:50.9668654Z CopilotRequests: write
2026-08-02T17:47:50.9669116Z Deployments: write
2026-08-02T17:47:50.9669486Z Discussions: write
2026-08-02T17:47:50.9669852Z Drives: write
2026-08-02T17:47:50.9670201Z Issues: write
2026-08-02T17:47:50.9670553Z Metadata: read
2026-08-02T17:47:50.9670901Z Models: read
2026-08-02T17:47:50.9671253Z Packages: write
2026-08-02T17:47:50.9671621Z Pages: write
2026-08-02T17:47:50.9672070Z PullRequests: write
2026-08-02T17:47:50.9672474Z RepositoryProjects: write
2026-08-02T17:47:50.9672874Z SecurityEvents: write
2026-08-02T17:47:50.9673250Z Statuses: write
2026-08-02T17:47:50.9673613Z VulnerabilityAlerts: read
2026-08-02T17:47:50.9673986Z ##[endgroup]
2026-08-02T17:47:50.9675584Z Secret source: Actions
2026-08-02T17:47:50.9676262Z Prepare workflow directory
2026-08-02T17:47:51.0024908Z Prepare all required actions
2026-08-02T17:47:51.0059991Z Getting action download info
2026-08-02T17:47:51.3287700Z Download action repository 'actions/checkout@v5' (SHA:fbc6f3992d24b796d5a048ff273f7fcc4a7b6c09)
2026-08-02T17:47:51.8442780Z Complete job name: changes
2026-08-02T17:47:51.9264922Z ##[group]Run set -euo pipefail
2026-08-02T17:47:51.9265514Z [36;1mset -euo pipefail[0m
2026-08-02T17:47:51.9265965Z [36;1mfloor_bytes=$((32 * 1024 * 1024 * 1024))[0m
2026-08-02T17:47:51.9266564Z [36;1mdrive=$(df -P "$GITHUB_WORKSPACE" | awk 'NR == 2 { print $1 }')[0m
2026-08-02T17:47:51.9267260Z [36;1mfree_bytes=$(df -PB1 "$GITHUB_WORKSPACE" | awk 'NR == 2 { print $4 }')[0m
2026-08-02T17:47:51.9268012Z [36;1mprintf 'disk preflight: drive=%s free_bytes=%s floor_bytes=%s\n' \[0m
2026-08-02T17:47:51.9268617Z [36;1m  "$drive" "$free_bytes" "$floor_bytes"[0m
2026-08-02T17:47:51.9269215Z [36;1mif [ "$free_bytes" -lt "$floor_bytes" ]; then[0m
2026-08-02T17:47:51.9270036Z [36;1m  echo "::error title=Insufficient free disk::RESOURCE=disk drive=$drive free_bytes=$free_bytes floor_bytes=$floor_bytes"[0m
2026-08-02T17:47:51.9270803Z [36;1m  exit 1[0m
2026-08-02T17:47:51.9271147Z [36;1mfi[0m
2026-08-02T17:47:51.9287792Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0}
2026-08-02T17:47:51.9288571Z ##[endgroup]
2026-08-02T17:47:51.9410745Z disk preflight: drive=/dev/nvme0n1p2 free_bytes=744402956288 floor_bytes=34359738368
2026-08-02T17:47:51.9601184Z ##[group]Run actions/checkout@v5
2026-08-02T17:47:51.9601673Z with:
2026-08-02T17:47:51.9602040Z   repository: BigscreenVR/spt-bs-core
2026-08-02T17:47:51.9604803Z   token: ***
2026-08-02T17:47:51.9605175Z   ssh-strict: true
2026-08-02T17:47:51.9605523Z   ssh-user: git
2026-08-02T17:47:51.9605885Z   persist-credentials: true
2026-08-02T17:47:51.9606267Z   clean: true
2026-08-02T17:47:51.9606628Z   sparse-checkout-cone-mode: true
2026-08-02T17:47:51.9607031Z   fetch-depth: 1
2026-08-02T17:47:51.9607379Z   fetch-tags: false
2026-08-02T17:47:51.9607742Z   show-progress: true
2026-08-02T17:47:51.9608099Z   lfs: false
2026-08-02T17:47:51.9608437Z   submodules: false
2026-08-02T17:47:51.9608790Z   set-safe-directory: true
2026-08-02T17:47:51.9609329Z   allow-unsafe-pr-checkout: false
2026-08-02T17:47:51.9609733Z ##[endgroup]
2026-08-02T17:47:52.0392320Z Syncing repository: BigscreenVR/spt-bs-core
2026-08-02T17:47:52.0393924Z ##[group]Getting Git version info
2026-08-02T17:47:52.0394653Z Working directory is '/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core'
2026-08-02T17:47:52.0395536Z [command]/usr/bin/git version
2026-08-02T17:47:52.0395930Z git version 2.43.0
2026-08-02T17:47:52.0397167Z ##[endgroup]
2026-08-02T17:47:52.0405227Z Copying '/home/reavus/.gitconfig' to '/home/reavus/actions-runner/_work/_temp/1cdd21bf-8d96-4196-8b98-1582c33af316/.gitconfig'
2026-08-02T17:47:52.0412376Z Temporarily overriding HOME='/home/reavus/actions-runner/_work/_temp/1cdd21bf-8d96-4196-8b98-1582c33af316' before making global git config changes
2026-08-02T17:47:52.0413464Z Adding repository directory to the temporary git global config as a safe directory
2026-08-02T17:47:52.0416595Z [command]/usr/bin/git config --global --add safe.directory /home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core
2026-08-02T17:47:52.0476220Z [command]/usr/bin/git config --local --get remote.origin.url
2026-08-02T17:47:52.0496725Z https://github.com/BigscreenVR/spt-bs-core
2026-08-02T17:47:52.0507098Z ##[group]Removing previously created refs, to avoid conflicts
2026-08-02T17:47:52.0509975Z [command]/usr/bin/git rev-parse --symbolic-full-name --verify --quiet HEAD
2026-08-02T17:47:52.0529526Z HEAD
2026-08-02T17:47:52.0659701Z ##[endgroup]
2026-08-02T17:47:52.0661838Z [command]/usr/bin/git submodule status
2026-08-02T17:47:52.0846845Z ##[group]Cleaning the repository
2026-08-02T17:47:52.0849541Z [command]/usr/bin/git clean -ffdx
2026-08-02T17:47:52.0886036Z [command]/usr/bin/git reset --hard HEAD
2026-08-02T17:47:52.0943217Z HEAD is now at 2138b1652 fix(xtask): sort_by_key(Reverse) at the two descending u64 sorts (releases#114)
2026-08-02T17:47:52.0949459Z ##[endgroup]
2026-08-02T17:47:52.0951211Z ##[group]Disabling automatic garbage collection
2026-08-02T17:47:52.0954294Z [command]/usr/bin/git config --local gc.auto 0
2026-08-02T17:47:52.0978447Z ##[endgroup]
2026-08-02T17:47:52.0979202Z ##[group]Setting up auth
2026-08-02T17:47:52.0983903Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2026-08-02T17:47:52.1010362Z [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-02T17:47:52.1203087Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-08-02T17:47:52.1226319Z [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-02T17:47:52.1408804Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-08-02T17:47:52.1434687Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
2026-08-02T17:47:52.1623391Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic ***
2026-08-02T17:47:52.1661942Z ##[endgroup]
2026-08-02T17:47:52.1662630Z ##[group]Fetching the repository
2026-08-02T17:47:52.1667654Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +fa6e5975387986a5516ed778d1a2867e4e58d64e:refs/remotes/origin/golden/barometer
2026-08-02T17:47:52.7285728Z From https://github.com/BigscreenVR/spt-bs-core
2026-08-02T17:47:52.7286938Z  + 2138b1652...fa6e59753 fa6e5975387986a5516ed778d1a2867e4e58d64e -> origin/golden/barometer  (forced update)
2026-08-02T17:47:52.7307067Z ##[endgroup]
2026-08-02T17:47:52.7307829Z ##[group]Determining the checkout info
2026-08-02T17:47:52.7308730Z ##[endgroup]
2026-08-02T17:47:52.7313168Z [command]/usr/bin/git sparse-checkout disable
2026-08-02T17:47:52.7355967Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig
2026-08-02T17:47:52.7382719Z ##[group]Checking out the ref
2026-08-02T17:47:52.7385434Z [command]/usr/bin/git checkout --progress --force -B golden/barometer refs/remotes/origin/golden/barometer
2026-08-02T17:47:52.7619851Z Previous HEAD position was 2138b1652 fix(xtask): sort_by_key(Reverse) at the two descending u64 sorts (releases#114)
2026-08-02T17:47:52.7625431Z Switched to a new branch 'golden/barometer'
2026-08-02T17:47:52.7626794Z branch 'golden/barometer' set up to track 'origin/golden/barometer'.
2026-08-02T17:47:52.7634668Z ##[endgroup]
2026-08-02T17:47:52.7713780Z [command]/usr/bin/git log -1 --format=%H
2026-08-02T17:47:52.7741259Z fa6e5975387986a5516ed778d1a2867e4e58d64e
2026-08-02T17:47:52.7896441Z ##[group]Run python3 .github/ci/flake-registry.py
2026-08-02T17:47:52.7897803Z [36;1mpython3 .github/ci/flake-registry.py[0m
2026-08-02T17:47:52.7912354Z shell: /usr/bin/bash -e {0}
2026-08-02T17:47:52.7913308Z ##[endgroup]
2026-08-02T17:47:52.8242028Z FLAKE_REGISTRY_OK: 2 entries
2026-08-02T17:47:52.8346103Z ##[group]Run echo "code=true" >> "$GITHUB_OUTPUT"
2026-08-02T17:47:52.8347219Z [36;1mecho "code=true" >> "$GITHUB_OUTPUT"[0m
2026-08-02T17:47:52.8361634Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0}
2026-08-02T17:47:52.8362684Z ##[endgroup]
2026-08-02T17:47:52.8601343Z Post job cleanup.
2026-08-02T17:47:52.9281995Z [command]/usr/bin/git version
2026-08-02T17:47:52.9312492Z git version 2.43.0
2026-08-02T17:47:52.9373615Z Copying '/home/reavus/.gitconfig' to '/home/reavus/actions-runner/_work/_temp/c98fcfb1-b4d6-4ed7-9e71-2ec722ffa16f/.gitconfig'
2026-08-02T17:47:52.9381547Z Temporarily overriding HOME='/home/reavus/actions-runner/_work/_temp/c98fcfb1-b4d6-4ed7-9e71-2ec722ffa16f' before making global git config changes
2026-08-02T17:47:52.9384208Z Adding repository directory to the temporary git global config as a safe directory
2026-08-02T17:47:52.9386442Z [command]/usr/bin/git config --global --add safe.directory /home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core
2026-08-02T17:47:52.9416270Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2026-08-02T17:47:52.9445751Z [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-02T17:47:52.9646698Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-08-02T17:47:52.9648776Z http.https://github.com/.extraheader
2026-08-02T17:47:52.9657168Z [command]/usr/bin/git config --local --unset-all http.https://github.com/.extraheader
2026-08-02T17:47:52.9684700Z [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-02T17:47:52.9875980Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-08-02T17:47:52.9902501Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
2026-08-02T17:47:53.0228086Z Evaluate and set job outputs
2026-08-02T17:47:53.0235680Z Set output 'code'
2026-08-02T17:47:53.0238029Z Cleaning up orphan processes
