﻿2026-08-21T12:28:42.4949068Z Current runner version: '2.336.0'
2026-08-21T12:28:42.5009129Z Runner name: 'kitsubito'
2026-08-21T12:28:42.5009649Z Runner group name: 'Default'
2026-08-21T12:28:42.5010298Z Machine name: 'KITSUBITO'
2026-08-21T12:28:42.5013809Z ##[group]GITHUB_TOKEN Permissions
2026-08-21T12:28:42.5016326Z Actions: write
2026-08-21T12:28:42.5016756Z ArtifactMetadata: write
2026-08-21T12:28:42.5017160Z Attestations: write
2026-08-21T12:28:42.5017522Z Checks: write
2026-08-21T12:28:42.5017882Z CodeQuality: write
2026-08-21T12:28:42.5018287Z Contents: write
2026-08-21T12:28:42.5018660Z CopilotRequests: write
2026-08-21T12:28:42.5019250Z Deployments: write
2026-08-21T12:28:42.5019623Z Discussions: write
2026-08-21T12:28:42.5019990Z Drives: write
2026-08-21T12:28:42.5020343Z Issues: write
2026-08-21T12:28:42.5020697Z Metadata: read
2026-08-21T12:28:42.5021049Z Models: read
2026-08-21T12:28:42.5021397Z Packages: write
2026-08-21T12:28:42.5021759Z Pages: write
2026-08-21T12:28:42.5022223Z PullRequests: write
2026-08-21T12:28:42.5022632Z RepositoryProjects: write
2026-08-21T12:28:42.5023041Z SecurityEvents: write
2026-08-21T12:28:42.5023415Z Statuses: write
2026-08-21T12:28:42.5023778Z VulnerabilityAlerts: read
2026-08-21T12:28:42.5024165Z ##[endgroup]
2026-08-21T12:28:42.5025800Z Secret source: Actions
2026-08-21T12:28:42.5026481Z Prepare workflow directory
2026-08-21T12:28:42.5379181Z Prepare all required actions
2026-08-21T12:28:42.5413947Z Getting action download info
2026-08-21T12:28:42.9110306Z Download action repository 'actions/checkout@v5' (SHA:fbc6f3992d24b796d5a048ff273f7fcc4a7b6c09)
2026-08-21T12:28:43.3814012Z Complete job name: changes
2026-08-21T12:28:43.4610822Z ##[group]Run set -euo pipefail
2026-08-21T12:28:43.4611399Z [36;1mset -euo pipefail[0m
2026-08-21T12:28:43.4611853Z [36;1mfloor_bytes=$((32 * 1024 * 1024 * 1024))[0m
2026-08-21T12:28:43.4612434Z [36;1mdrive=$(df -P "$GITHUB_WORKSPACE" | awk 'NR == 2 { print $1 }')[0m
2026-08-21T12:28:43.4613120Z [36;1mfree_bytes=$(df -PB1 "$GITHUB_WORKSPACE" | awk 'NR == 2 { print $4 }')[0m
2026-08-21T12:28:43.4613831Z [36;1mprintf 'disk preflight: drive=%s free_bytes=%s floor_bytes=%s\n' \[0m
2026-08-21T12:28:43.4614431Z [36;1m  "$drive" "$free_bytes" "$floor_bytes"[0m
2026-08-21T12:28:43.4614941Z [36;1mif [ "$free_bytes" -lt "$floor_bytes" ]; then[0m
2026-08-21T12:28:43.4615756Z [36;1m  echo "::error title=Insufficient free disk::RESOURCE=disk drive=$drive free_bytes=$free_bytes floor_bytes=$floor_bytes"[0m
2026-08-21T12:28:43.4616525Z [36;1m  exit 1[0m
2026-08-21T12:28:43.4616867Z [36;1mfi[0m
2026-08-21T12:28:43.4632941Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0}
2026-08-21T12:28:43.4633740Z ##[endgroup]
2026-08-21T12:28:43.4752499Z disk preflight: drive=/dev/nvme0n1p2 free_bytes=802697973760 floor_bytes=34359738368
2026-08-21T12:28:43.4940695Z ##[group]Run actions/checkout@v5
2026-08-21T12:28:43.4941156Z with:
2026-08-21T12:28:43.4941534Z   repository: BigscreenVR/spt-bs-core
2026-08-21T12:28:43.4944586Z   token: ***
2026-08-21T12:28:43.4944953Z   ssh-strict: true
2026-08-21T12:28:43.4945306Z   ssh-user: git
2026-08-21T12:28:43.4945663Z   persist-credentials: true
2026-08-21T12:28:43.4946054Z   clean: true
2026-08-21T12:28:43.4946408Z   sparse-checkout-cone-mode: true
2026-08-21T12:28:43.4946833Z   fetch-depth: 1
2026-08-21T12:28:43.4947183Z   fetch-tags: false
2026-08-21T12:28:43.4947540Z   show-progress: true
2026-08-21T12:28:43.4947897Z   lfs: false
2026-08-21T12:28:43.4948226Z   submodules: false
2026-08-21T12:28:43.4948587Z   set-safe-directory: true
2026-08-21T12:28:43.4949090Z   allow-unsafe-pr-checkout: false
2026-08-21T12:28:43.4949512Z ##[endgroup]
2026-08-21T12:28:43.5721143Z Syncing repository: BigscreenVR/spt-bs-core
2026-08-21T12:28:43.5722827Z ##[group]Getting Git version info
2026-08-21T12:28:43.5723836Z Working directory is '/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core'
2026-08-21T12:28:43.5724781Z [command]/usr/bin/git version
2026-08-21T12:28:43.5760645Z git version 2.43.0
2026-08-21T12:28:43.5778447Z ##[endgroup]
2026-08-21T12:28:43.5787130Z Copying '/home/reavus/.gitconfig' to '/home/reavus/actions-runner/_work/_temp/def7ed8f-3215-46a3-b166-2cb677d7cfc9/.gitconfig'
2026-08-21T12:28:43.5793871Z Temporarily overriding HOME='/home/reavus/actions-runner/_work/_temp/def7ed8f-3215-46a3-b166-2cb677d7cfc9' before making global git config changes
2026-08-21T12:28:43.5795034Z Adding repository directory to the temporary git global config as a safe directory
2026-08-21T12:28:43.5796823Z [command]/usr/bin/git config --global --add safe.directory /home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core
2026-08-21T12:28:43.5845489Z [command]/usr/bin/git config --local --get remote.origin.url
2026-08-21T12:28:43.5864309Z https://github.com/BigscreenVR/spt-bs-core
2026-08-21T12:28:43.5873863Z ##[group]Removing previously created refs, to avoid conflicts
2026-08-21T12:28:43.5876925Z [command]/usr/bin/git rev-parse --symbolic-full-name --verify --quiet HEAD
2026-08-21T12:28:43.5897009Z refs/heads/golden/porter-205
2026-08-21T12:28:43.5904721Z [command]/usr/bin/git checkout --detach
2026-08-21T12:28:43.6080640Z HEAD is now at c62904e7c release: v0.59.0 — version material rides the golden candidate
2026-08-21T12:28:43.6117686Z [command]/usr/bin/git branch --delete --force golden/porter-205
2026-08-21T12:28:43.6148023Z Deleted branch golden/porter-205 (was c62904e7c).
2026-08-21T12:28:43.6265145Z ##[endgroup]
2026-08-21T12:28:43.6268085Z [command]/usr/bin/git submodule status
2026-08-21T12:28:43.6451551Z ##[group]Cleaning the repository
2026-08-21T12:28:43.6455081Z [command]/usr/bin/git clean -ffdx
2026-08-21T12:28:43.6488631Z Removing traceable-reqs
2026-08-21T12:28:43.6496304Z [command]/usr/bin/git reset --hard HEAD
2026-08-21T12:28:43.6566445Z HEAD is now at c62904e7c release: v0.59.0 — version material rides the golden candidate
2026-08-21T12:28:43.6571365Z ##[endgroup]
2026-08-21T12:28:43.6573088Z ##[group]Disabling automatic garbage collection
2026-08-21T12:28:43.6576198Z [command]/usr/bin/git config --local gc.auto 0
2026-08-21T12:28:43.6605408Z ##[endgroup]
2026-08-21T12:28:43.6606085Z ##[group]Setting up auth
2026-08-21T12:28:43.6606771Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2026-08-21T12:28:43.6628648Z [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-21T12:28:43.6821728Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-08-21T12:28:43.6845209Z [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-21T12:28:43.7028233Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-08-21T12:28:43.7058033Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
2026-08-21T12:28:43.7247829Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic ***
2026-08-21T12:28:43.7281451Z ##[endgroup]
2026-08-21T12:28:43.7282371Z ##[group]Fetching the repository
2026-08-21T12:28:43.7288328Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +c62904e7cd0d0ae9cdf3536f25a8b63c94c71865:refs/remotes/origin/golden/porter-205
2026-08-21T12:28:44.2556321Z ##[endgroup]
2026-08-21T12:28:44.2557628Z ##[group]Determining the checkout info
2026-08-21T12:28:44.2559170Z ##[endgroup]
2026-08-21T12:28:44.2561221Z [command]/usr/bin/git sparse-checkout disable
2026-08-21T12:28:44.2607355Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig
2026-08-21T12:28:44.2630772Z ##[group]Checking out the ref
2026-08-21T12:28:44.2633067Z [command]/usr/bin/git checkout --progress --force -B golden/porter-205 refs/remotes/origin/golden/porter-205
2026-08-21T12:28:44.2690003Z Switched to a new branch 'golden/porter-205'
2026-08-21T12:28:44.2691148Z branch 'golden/porter-205' set up to track 'origin/golden/porter-205'.
2026-08-21T12:28:44.2696555Z ##[endgroup]
2026-08-21T12:28:44.2732277Z [command]/usr/bin/git log -1 --format=%H
2026-08-21T12:28:44.2759540Z c62904e7cd0d0ae9cdf3536f25a8b63c94c71865
2026-08-21T12:28:44.2894579Z ##[group]Run python3 .github/ci/flake-registry.py
2026-08-21T12:28:44.2895209Z [36;1mpython3 .github/ci/flake-registry.py[0m
2026-08-21T12:28:44.2908331Z shell: /usr/bin/bash -e {0}
2026-08-21T12:28:44.2908780Z ##[endgroup]
2026-08-21T12:28:44.3158277Z FLAKE_REGISTRY_OK: 2 entries
2026-08-21T12:28:44.3228868Z ##[group]Run echo "code=true" >> "$GITHUB_OUTPUT"
2026-08-21T12:28:44.3229676Z [36;1mecho "code=true" >> "$GITHUB_OUTPUT"[0m
2026-08-21T12:28:44.3243036Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0}
2026-08-21T12:28:44.3243589Z ##[endgroup]
2026-08-21T12:28:44.3410725Z Post job cleanup.
2026-08-21T12:28:44.4089911Z [command]/usr/bin/git version
2026-08-21T12:28:44.4121454Z git version 2.43.0
2026-08-21T12:28:44.4146466Z Copying '/home/reavus/.gitconfig' to '/home/reavus/actions-runner/_work/_temp/baafcd23-57c3-4cc6-a379-27ed2db27fb9/.gitconfig'
2026-08-21T12:28:44.4153234Z Temporarily overriding HOME='/home/reavus/actions-runner/_work/_temp/baafcd23-57c3-4cc6-a379-27ed2db27fb9' before making global git config changes
2026-08-21T12:28:44.4154455Z Adding repository directory to the temporary git global config as a safe directory
2026-08-21T12:28:44.4156331Z [command]/usr/bin/git config --global --add safe.directory /home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core
2026-08-21T12:28:44.4184028Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2026-08-21T12:28:44.4207046Z [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-21T12:28:44.4395110Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-08-21T12:28:44.4413542Z http.https://github.com/.extraheader
2026-08-21T12:28:44.4420310Z [command]/usr/bin/git config --local --unset-all http.https://github.com/.extraheader
2026-08-21T12:28:44.4444861Z [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-21T12:28:44.4630585Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-08-21T12:28:44.4658294Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
2026-08-21T12:28:44.4971252Z Evaluate and set job outputs
2026-08-21T12:28:44.4977907Z Set output 'code'
2026-08-21T12:28:44.4980473Z Cleaning up orphan processes
