﻿2026-08-03T04:28:11.2910895Z Current runner version: '2.336.0'
2026-08-03T04:28:11.2964925Z Runner name: 'kitsubito'
2026-08-03T04:28:11.2965448Z Runner group name: 'Default'
2026-08-03T04:28:11.2966073Z Machine name: 'KITSUBITO'
2026-08-03T04:28:11.2969316Z ##[group]GITHUB_TOKEN Permissions
2026-08-03T04:28:11.2971232Z Actions: write
2026-08-03T04:28:11.2971627Z ArtifactMetadata: write
2026-08-03T04:28:11.2972019Z Attestations: write
2026-08-03T04:28:11.2972377Z Checks: write
2026-08-03T04:28:11.2972719Z CodeQuality: write
2026-08-03T04:28:11.2973074Z Contents: write
2026-08-03T04:28:11.2973437Z CopilotRequests: write
2026-08-03T04:28:11.2973808Z Deployments: write
2026-08-03T04:28:11.2974161Z Discussions: write
2026-08-03T04:28:11.2974519Z Drives: write
2026-08-03T04:28:11.2974852Z Issues: write
2026-08-03T04:28:11.2975196Z Metadata: read
2026-08-03T04:28:11.2975542Z Models: read
2026-08-03T04:28:11.2975874Z Packages: write
2026-08-03T04:28:11.2976228Z Pages: write
2026-08-03T04:28:11.2976676Z PullRequests: write
2026-08-03T04:28:11.2977066Z RepositoryProjects: write
2026-08-03T04:28:11.2977448Z SecurityEvents: write
2026-08-03T04:28:11.2977807Z Statuses: write
2026-08-03T04:28:11.2978157Z VulnerabilityAlerts: read
2026-08-03T04:28:11.2978527Z ##[endgroup]
2026-08-03T04:28:11.2980257Z Secret source: Actions
2026-08-03T04:28:11.2980981Z Prepare workflow directory
2026-08-03T04:28:11.3324789Z Prepare all required actions
2026-08-03T04:28:11.3359608Z Getting action download info
2026-08-03T04:28:11.6755776Z Download action repository 'actions/checkout@v5' (SHA:fbc6f3992d24b796d5a048ff273f7fcc4a7b6c09)
2026-08-03T04:28:12.2175859Z Complete job name: changes
2026-08-03T04:28:12.2933118Z ##[group]Run set -euo pipefail
2026-08-03T04:28:12.2933670Z [36;1mset -euo pipefail[0m
2026-08-03T04:28:12.2934111Z [36;1mfloor_bytes=$((32 * 1024 * 1024 * 1024))[0m
2026-08-03T04:28:12.2934697Z [36;1mdrive=$(df -P "$GITHUB_WORKSPACE" | awk 'NR == 2 { print $1 }')[0m
2026-08-03T04:28:12.2935370Z [36;1mfree_bytes=$(df -PB1 "$GITHUB_WORKSPACE" | awk 'NR == 2 { print $4 }')[0m
2026-08-03T04:28:12.2936077Z [36;1mprintf 'disk preflight: drive=%s free_bytes=%s floor_bytes=%s\n' \[0m
2026-08-03T04:28:12.2936668Z [36;1m  "$drive" "$free_bytes" "$floor_bytes"[0m
2026-08-03T04:28:12.2937159Z [36;1mif [ "$free_bytes" -lt "$floor_bytes" ]; then[0m
2026-08-03T04:28:12.2937951Z [36;1m  echo "::error title=Insufficient free disk::RESOURCE=disk drive=$drive free_bytes=$free_bytes floor_bytes=$floor_bytes"[0m
2026-08-03T04:28:12.2938690Z [36;1m  exit 1[0m
2026-08-03T04:28:12.2939118Z [36;1mfi[0m
2026-08-03T04:28:12.2955018Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0}
2026-08-03T04:28:12.2955765Z ##[endgroup]
2026-08-03T04:28:12.3071875Z disk preflight: drive=/dev/nvme0n1p2 free_bytes=744438407168 floor_bytes=34359738368
2026-08-03T04:28:12.3263220Z ##[group]Run actions/checkout@v5
2026-08-03T04:28:12.3263763Z with:
2026-08-03T04:28:12.3264186Z   repository: BigscreenVR/spt-bs-core
2026-08-03T04:28:12.3267737Z   token: ***
2026-08-03T04:28:12.3268171Z   ssh-strict: true
2026-08-03T04:28:12.3268577Z   ssh-user: git
2026-08-03T04:28:12.3269059Z   persist-credentials: true
2026-08-03T04:28:12.3269527Z   clean: true
2026-08-03T04:28:12.3269908Z   sparse-checkout-cone-mode: true
2026-08-03T04:28:12.3270308Z   fetch-depth: 1
2026-08-03T04:28:12.3270642Z   fetch-tags: false
2026-08-03T04:28:12.3270985Z   show-progress: true
2026-08-03T04:28:12.3271329Z   lfs: false
2026-08-03T04:28:12.3271642Z   submodules: false
2026-08-03T04:28:12.3271997Z   set-safe-directory: true
2026-08-03T04:28:12.3272385Z   allow-unsafe-pr-checkout: false
2026-08-03T04:28:12.3272809Z ##[endgroup]
2026-08-03T04:28:12.4008756Z Syncing repository: BigscreenVR/spt-bs-core
2026-08-03T04:28:12.4010335Z ##[group]Getting Git version info
2026-08-03T04:28:12.4011033Z Working directory is '/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core'
2026-08-03T04:28:12.4011866Z [command]/usr/bin/git version
2026-08-03T04:28:12.4046704Z git version 2.43.0
2026-08-03T04:28:12.4063974Z ##[endgroup]
2026-08-03T04:28:12.4071759Z Copying '/home/reavus/.gitconfig' to '/home/reavus/actions-runner/_work/_temp/06423504-1bf6-4d83-ba7b-ae60639d7b4e/.gitconfig'
2026-08-03T04:28:12.4078180Z Temporarily overriding HOME='/home/reavus/actions-runner/_work/_temp/06423504-1bf6-4d83-ba7b-ae60639d7b4e' before making global git config changes
2026-08-03T04:28:12.4079348Z Adding repository directory to the temporary git global config as a safe directory
2026-08-03T04:28:12.4081369Z [command]/usr/bin/git config --global --add safe.directory /home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core
2026-08-03T04:28:12.4114687Z [command]/usr/bin/git config --local --get remote.origin.url
2026-08-03T04:28:12.4133861Z https://github.com/BigscreenVR/spt-bs-core
2026-08-03T04:28:12.4143548Z ##[group]Removing previously created refs, to avoid conflicts
2026-08-03T04:28:12.4146004Z [command]/usr/bin/git rev-parse --symbolic-full-name --verify --quiet HEAD
2026-08-03T04:28:12.4164257Z refs/heads/golden/ir15
2026-08-03T04:28:12.4170735Z [command]/usr/bin/git checkout --detach
2026-08-03T04:28:12.4224490Z HEAD is now at a5042ec74 fix(test): poll the process we pinned, not the number it happens to hold
2026-08-03T04:28:12.4257225Z [command]/usr/bin/git branch --delete --force golden/ir15
2026-08-03T04:28:12.4285270Z Deleted branch golden/ir15 (was a5042ec74).
2026-08-03T04:28:12.4383167Z ##[endgroup]
2026-08-03T04:28:12.4385374Z [command]/usr/bin/git submodule status
2026-08-03T04:28:12.4579257Z ##[group]Cleaning the repository
2026-08-03T04:28:12.4582376Z [command]/usr/bin/git clean -ffdx
2026-08-03T04:28:12.4613379Z Removing traceable-reqs
2026-08-03T04:28:12.4620739Z [command]/usr/bin/git reset --hard HEAD
2026-08-03T04:28:12.4675099Z HEAD is now at a5042ec74 fix(test): poll the process we pinned, not the number it happens to hold
2026-08-03T04:28:12.4680137Z ##[endgroup]
2026-08-03T04:28:12.4681448Z ##[group]Disabling automatic garbage collection
2026-08-03T04:28:12.4684339Z [command]/usr/bin/git config --local gc.auto 0
2026-08-03T04:28:12.4707581Z ##[endgroup]
2026-08-03T04:28:12.4708240Z ##[group]Setting up auth
2026-08-03T04:28:12.4712438Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2026-08-03T04:28:12.4734467Z [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-03T04:28:12.4923063Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-08-03T04:28:12.4948362Z [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-03T04:28:12.5136101Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-08-03T04:28:12.5160074Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
2026-08-03T04:28:12.5357054Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic ***
2026-08-03T04:28:12.5387963Z ##[endgroup]
2026-08-03T04:28:12.5388686Z ##[group]Fetching the repository
2026-08-03T04:28:12.5394014Z [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-03T04:28:12.9657961Z ##[endgroup]
2026-08-03T04:28:12.9659568Z ##[group]Determining the checkout info
2026-08-03T04:28:12.9660871Z ##[endgroup]
2026-08-03T04:28:12.9664249Z [command]/usr/bin/git sparse-checkout disable
2026-08-03T04:28:12.9710738Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig
2026-08-03T04:28:12.9733384Z ##[group]Checking out the ref
2026-08-03T04:28:12.9735589Z [command]/usr/bin/git checkout --progress --force -B golden/ir15 refs/remotes/origin/golden/ir15
2026-08-03T04:28:12.9791762Z Switched to a new branch 'golden/ir15'
2026-08-03T04:28:12.9792859Z branch 'golden/ir15' set up to track 'origin/golden/ir15'.
2026-08-03T04:28:12.9798220Z ##[endgroup]
2026-08-03T04:28:12.9835260Z [command]/usr/bin/git log -1 --format=%H
2026-08-03T04:28:12.9858193Z a5042ec7440159a931217ae3c11be156a7675bf6
2026-08-03T04:28:12.9994698Z ##[group]Run python3 .github/ci/flake-registry.py
2026-08-03T04:28:12.9995555Z [36;1mpython3 .github/ci/flake-registry.py[0m
2026-08-03T04:28:13.0009087Z shell: /usr/bin/bash -e {0}
2026-08-03T04:28:13.0009613Z ##[endgroup]
2026-08-03T04:28:13.0306537Z FLAKE_REGISTRY_OK: 2 entries
2026-08-03T04:28:13.0392751Z ##[group]Run echo "code=true" >> "$GITHUB_OUTPUT"
2026-08-03T04:28:13.0393528Z [36;1mecho "code=true" >> "$GITHUB_OUTPUT"[0m
2026-08-03T04:28:13.0406772Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0}
2026-08-03T04:28:13.0407529Z ##[endgroup]
2026-08-03T04:28:13.0611138Z Post job cleanup.
2026-08-03T04:28:13.1285349Z [command]/usr/bin/git version
2026-08-03T04:28:13.1316305Z git version 2.43.0
2026-08-03T04:28:13.1342835Z Copying '/home/reavus/.gitconfig' to '/home/reavus/actions-runner/_work/_temp/a4674583-b974-4ca0-94b4-cdfe10937c82/.gitconfig'
2026-08-03T04:28:13.1350896Z Temporarily overriding HOME='/home/reavus/actions-runner/_work/_temp/a4674583-b974-4ca0-94b4-cdfe10937c82' before making global git config changes
2026-08-03T04:28:13.1352778Z Adding repository directory to the temporary git global config as a safe directory
2026-08-03T04:28:13.1354363Z [command]/usr/bin/git config --global --add safe.directory /home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core
2026-08-03T04:28:13.1381661Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2026-08-03T04:28:13.1408167Z [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-03T04:28:13.1591890Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-08-03T04:28:13.1611917Z http.https://github.com/.extraheader
2026-08-03T04:28:13.1618586Z [command]/usr/bin/git config --local --unset-all http.https://github.com/.extraheader
2026-08-03T04:28:13.1644818Z [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-03T04:28:13.1827290Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-08-03T04:28:13.1852058Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
2026-08-03T04:28:13.2160295Z Evaluate and set job outputs
2026-08-03T04:28:13.2166841Z Set output 'code'
2026-08-03T04:28:13.2168786Z Cleaning up orphan processes
