﻿2026-08-05T03:20:59.4757408Z Current runner version: '2.336.0'
2026-08-05T03:20:59.4762098Z Runner name: 'kitsubito'
2026-08-05T03:20:59.4762610Z Runner group name: 'Default'
2026-08-05T03:20:59.4763204Z Machine name: 'KITSUBITO'
2026-08-05T03:20:59.4766395Z ##[group]GITHUB_TOKEN Permissions
2026-08-05T03:20:59.4768183Z Actions: write
2026-08-05T03:20:59.4768588Z ArtifactMetadata: write
2026-08-05T03:20:59.4769109Z Attestations: write
2026-08-05T03:20:59.4769489Z Checks: write
2026-08-05T03:20:59.4769846Z CodeQuality: write
2026-08-05T03:20:59.4770218Z Contents: write
2026-08-05T03:20:59.4770587Z CopilotRequests: write
2026-08-05T03:20:59.4770978Z Deployments: write
2026-08-05T03:20:59.4771394Z Discussions: write
2026-08-05T03:20:59.4771751Z Drives: write
2026-08-05T03:20:59.4772099Z Issues: write
2026-08-05T03:20:59.4772447Z Metadata: read
2026-08-05T03:20:59.4772800Z Models: read
2026-08-05T03:20:59.4773151Z Packages: write
2026-08-05T03:20:59.4773516Z Pages: write
2026-08-05T03:20:59.4773974Z PullRequests: write
2026-08-05T03:20:59.4774379Z RepositoryProjects: write
2026-08-05T03:20:59.4774785Z SecurityEvents: write
2026-08-05T03:20:59.4775158Z Statuses: write
2026-08-05T03:20:59.4775577Z VulnerabilityAlerts: read
2026-08-05T03:20:59.4775959Z ##[endgroup]
2026-08-05T03:20:59.4777772Z Secret source: Actions
2026-08-05T03:20:59.4778444Z Prepare workflow directory
2026-08-05T03:20:59.5149826Z Prepare all required actions
2026-08-05T03:20:59.5186435Z Getting action download info
2026-08-05T03:20:59.8468265Z Download action repository 'actions/checkout@v5' (SHA:fbc6f3992d24b796d5a048ff273f7fcc4a7b6c09)
2026-08-05T03:21:00.3611391Z Complete job name: changes
2026-08-05T03:21:00.4376187Z ##[group]Run set -euo pipefail
2026-08-05T03:21:00.4376755Z [36;1mset -euo pipefail[0m
2026-08-05T03:21:00.4377218Z [36;1mfloor_bytes=$((32 * 1024 * 1024 * 1024))[0m
2026-08-05T03:21:00.4377817Z [36;1mdrive=$(df -P "$GITHUB_WORKSPACE" | awk 'NR == 2 { print $1 }')[0m
2026-08-05T03:21:00.4378509Z [36;1mfree_bytes=$(df -PB1 "$GITHUB_WORKSPACE" | awk 'NR == 2 { print $4 }')[0m
2026-08-05T03:21:00.4379352Z [36;1mprintf 'disk preflight: drive=%s free_bytes=%s floor_bytes=%s\n' \[0m
2026-08-05T03:21:00.4379957Z [36;1m  "$drive" "$free_bytes" "$floor_bytes"[0m
2026-08-05T03:21:00.4380470Z [36;1mif [ "$free_bytes" -lt "$floor_bytes" ]; then[0m
2026-08-05T03:21:00.4381280Z [36;1m  echo "::error title=Insufficient free disk::RESOURCE=disk drive=$drive free_bytes=$free_bytes floor_bytes=$floor_bytes"[0m
2026-08-05T03:21:00.4382039Z [36;1m  exit 1[0m
2026-08-05T03:21:00.4382378Z [36;1mfi[0m
2026-08-05T03:21:00.4398528Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0}
2026-08-05T03:21:00.4399420Z ##[endgroup]
2026-08-05T03:21:00.4520134Z disk preflight: drive=/dev/nvme0n1p2 free_bytes=745873133568 floor_bytes=34359738368
2026-08-05T03:21:00.4694502Z ##[group]Run actions/checkout@v5
2026-08-05T03:21:00.4694960Z with:
2026-08-05T03:21:00.4695313Z   repository: BigscreenVR/spt-bs-core
2026-08-05T03:21:00.4698027Z   token: ***
2026-08-05T03:21:00.4698481Z   ssh-strict: true
2026-08-05T03:21:00.4698824Z   ssh-user: git
2026-08-05T03:21:00.4699257Z   persist-credentials: true
2026-08-05T03:21:00.4699652Z   clean: true
2026-08-05T03:21:00.4699998Z   sparse-checkout-cone-mode: true
2026-08-05T03:21:00.4700399Z   fetch-depth: 1
2026-08-05T03:21:00.4700733Z   fetch-tags: false
2026-08-05T03:21:00.4701076Z   show-progress: true
2026-08-05T03:21:00.4701439Z   lfs: false
2026-08-05T03:21:00.4701758Z   submodules: false
2026-08-05T03:21:00.4702106Z   set-safe-directory: true
2026-08-05T03:21:00.4702493Z   allow-unsafe-pr-checkout: false
2026-08-05T03:21:00.4702879Z ##[endgroup]
2026-08-05T03:21:00.5454601Z Syncing repository: BigscreenVR/spt-bs-core
2026-08-05T03:21:00.5456120Z ##[group]Getting Git version info
2026-08-05T03:21:00.5456831Z Working directory is '/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core'
2026-08-05T03:21:00.5457704Z [command]/usr/bin/git version
2026-08-05T03:21:00.5458109Z git version 2.43.0
2026-08-05T03:21:00.5468641Z ##[endgroup]
2026-08-05T03:21:00.5476616Z Copying '/home/reavus/.gitconfig' to '/home/reavus/actions-runner/_work/_temp/d7a06efa-eb16-4a57-a42c-976c742a6eb2/.gitconfig'
2026-08-05T03:21:00.5484231Z Temporarily overriding HOME='/home/reavus/actions-runner/_work/_temp/d7a06efa-eb16-4a57-a42c-976c742a6eb2' before making global git config changes
2026-08-05T03:21:00.5485303Z Adding repository directory to the temporary git global config as a safe directory
2026-08-05T03:21:00.5487472Z [command]/usr/bin/git config --global --add safe.directory /home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core
2026-08-05T03:21:00.5549969Z [command]/usr/bin/git config --local --get remote.origin.url
2026-08-05T03:21:00.5570581Z https://github.com/BigscreenVR/spt-bs-core
2026-08-05T03:21:00.5581726Z ##[group]Removing previously created refs, to avoid conflicts
2026-08-05T03:21:00.5585027Z [command]/usr/bin/git rev-parse --symbolic-full-name --verify --quiet HEAD
2026-08-05T03:21:00.5605356Z refs/heads/golden/w1-locksmith-t2
2026-08-05T03:21:00.5612563Z [command]/usr/bin/git checkout --detach
2026-08-05T03:21:00.5804734Z HEAD is now at 0a25b77cf release: bump workspace to 0.55.0 (bump-in-PR, onto the tested tree)
2026-08-05T03:21:00.5845350Z [command]/usr/bin/git branch --delete --force golden/w1-locksmith-t2
2026-08-05T03:21:00.5875093Z Deleted branch golden/w1-locksmith-t2 (was 0a25b77cf).
2026-08-05T03:21:00.5980261Z ##[endgroup]
2026-08-05T03:21:00.5982250Z [command]/usr/bin/git submodule status
2026-08-05T03:21:00.6200373Z ##[group]Cleaning the repository
2026-08-05T03:21:00.6203049Z [command]/usr/bin/git clean -ffdx
2026-08-05T03:21:00.6236813Z Removing traceable-reqs
2026-08-05T03:21:00.6244689Z [command]/usr/bin/git reset --hard HEAD
2026-08-05T03:21:00.6305111Z HEAD is now at 0a25b77cf release: bump workspace to 0.55.0 (bump-in-PR, onto the tested tree)
2026-08-05T03:21:00.6310172Z ##[endgroup]
2026-08-05T03:21:00.6311821Z ##[group]Disabling automatic garbage collection
2026-08-05T03:21:00.6314950Z [command]/usr/bin/git config --local gc.auto 0
2026-08-05T03:21:00.6338604Z ##[endgroup]
2026-08-05T03:21:00.6339425Z ##[group]Setting up auth
2026-08-05T03:21:00.6343806Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2026-08-05T03:21:00.6369495Z [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-05T03:21:00.6556909Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-08-05T03:21:00.6582338Z [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-05T03:21:00.6762585Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-08-05T03:21:00.6794661Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
2026-08-05T03:21:00.6990018Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic ***
2026-08-05T03:21:00.7022275Z ##[endgroup]
2026-08-05T03:21:00.7022994Z ##[group]Fetching the repository
2026-08-05T03:21:00.7028728Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +0a25b77cf997eac65b071366c8194b8a17034d6f:refs/remotes/origin/golden/w1-locksmith-t2
2026-08-05T03:21:01.3088804Z ##[endgroup]
2026-08-05T03:21:01.3090321Z ##[group]Determining the checkout info
2026-08-05T03:21:01.3091636Z ##[endgroup]
2026-08-05T03:21:01.3094642Z [command]/usr/bin/git sparse-checkout disable
2026-08-05T03:21:01.3141977Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig
2026-08-05T03:21:01.3164942Z ##[group]Checking out the ref
2026-08-05T03:21:01.3167585Z [command]/usr/bin/git checkout --progress --force -B golden/w1-locksmith-t2 refs/remotes/origin/golden/w1-locksmith-t2
2026-08-05T03:21:01.3226854Z Switched to a new branch 'golden/w1-locksmith-t2'
2026-08-05T03:21:01.3227974Z branch 'golden/w1-locksmith-t2' set up to track 'origin/golden/w1-locksmith-t2'.
2026-08-05T03:21:01.3233323Z ##[endgroup]
2026-08-05T03:21:01.3269770Z [command]/usr/bin/git log -1 --format=%H
2026-08-05T03:21:01.3293592Z 0a25b77cf997eac65b071366c8194b8a17034d6f
2026-08-05T03:21:01.3439573Z ##[group]Run python3 .github/ci/flake-registry.py
2026-08-05T03:21:01.3440432Z [36;1mpython3 .github/ci/flake-registry.py[0m
2026-08-05T03:21:01.3455453Z shell: /usr/bin/bash -e {0}
2026-08-05T03:21:01.3456135Z ##[endgroup]
2026-08-05T03:21:01.4027400Z FLAKE_REGISTRY_OK: 2 entries
2026-08-05T03:21:01.4145806Z ##[group]Run echo "code=true" >> "$GITHUB_OUTPUT"
2026-08-05T03:21:01.4146617Z [36;1mecho "code=true" >> "$GITHUB_OUTPUT"[0m
2026-08-05T03:21:01.4160020Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0}
2026-08-05T03:21:01.4160774Z ##[endgroup]
2026-08-05T03:21:01.4379697Z Post job cleanup.
2026-08-05T03:21:01.5047072Z [command]/usr/bin/git version
2026-08-05T03:21:01.5077130Z git version 2.43.0
2026-08-05T03:21:01.5138798Z Copying '/home/reavus/.gitconfig' to '/home/reavus/actions-runner/_work/_temp/df23e4da-ac7b-4b25-9ae1-5dfb4e9056e7/.gitconfig'
2026-08-05T03:21:01.5145543Z Temporarily overriding HOME='/home/reavus/actions-runner/_work/_temp/df23e4da-ac7b-4b25-9ae1-5dfb4e9056e7' before making global git config changes
2026-08-05T03:21:01.5147527Z Adding repository directory to the temporary git global config as a safe directory
2026-08-05T03:21:01.5149544Z [command]/usr/bin/git config --global --add safe.directory /home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core
2026-08-05T03:21:01.5175912Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2026-08-05T03:21:01.5200343Z [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-05T03:21:01.5382864Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-08-05T03:21:01.5400543Z http.https://github.com/.extraheader
2026-08-05T03:21:01.5407491Z [command]/usr/bin/git config --local --unset-all http.https://github.com/.extraheader
2026-08-05T03:21:01.5432003Z [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-05T03:21:01.5612122Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-08-05T03:21:01.5636527Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
2026-08-05T03:21:01.5945739Z Evaluate and set job outputs
2026-08-05T03:21:01.5952296Z Set output 'code'
2026-08-05T03:21:01.5954358Z Cleaning up orphan processes
