﻿2026-09-22T02:24:15.9896287Z Current runner version: '2.337.0'
2026-09-22T02:24:15.9901079Z Runner name: 'kitsubito'
2026-09-22T02:24:15.9901762Z Runner group name: 'Default'
2026-09-22T02:24:15.9902410Z Machine name: 'KITSUBITO'
2026-09-22T02:24:15.9904338Z ##[group]GITHUB_TOKEN Permissions
2026-09-22T02:24:15.9906251Z Actions: read
2026-09-22T02:24:15.9906713Z Contents: read
2026-09-22T02:24:15.9907099Z Metadata: read
2026-09-22T02:24:15.9907472Z ##[endgroup]
2026-09-22T02:24:15.9909212Z Secret source: Actions
2026-09-22T02:24:15.9909840Z Cache mode: write
2026-09-22T02:24:15.9910317Z Prepare workflow directory
2026-09-22T02:24:16.0332847Z Prepare all required actions
2026-09-22T02:24:16.0369164Z Getting action download info
2026-09-22T02:24:16.4085482Z Download action repository 'actions/checkout@v5' (SHA:fbc6f3992d24b796d5a048ff273f7fcc4a7b6c09)
2026-09-22T02:24:16.7767288Z Complete job name: changes
2026-09-22T02:24:16.8534018Z ##[group]Run actions/checkout@v5
2026-09-22T02:24:16.8534824Z with:
2026-09-22T02:24:16.8535224Z   fetch-depth: 2
2026-09-22T02:24:16.8535657Z   repository: BigscreenVR/spt-bs-core
2026-09-22T02:24:16.8538650Z   token: ***
2026-09-22T02:24:16.8539129Z   ssh-strict: true
2026-09-22T02:24:16.8539491Z   ssh-user: git
2026-09-22T02:24:16.8539873Z   persist-credentials: true
2026-09-22T02:24:16.8540270Z   clean: true
2026-09-22T02:24:16.8540650Z   sparse-checkout-cone-mode: true
2026-09-22T02:24:16.8541075Z   fetch-tags: false
2026-09-22T02:24:16.8541436Z   show-progress: true
2026-09-22T02:24:16.8541806Z   lfs: false
2026-09-22T02:24:16.8542149Z   submodules: false
2026-09-22T02:24:16.8542522Z   set-safe-directory: true
2026-09-22T02:24:16.8542936Z   allow-unsafe-pr-checkout: false
2026-09-22T02:24:16.8543684Z ##[endgroup]
2026-09-22T02:24:16.9443960Z Syncing repository: BigscreenVR/spt-bs-core
2026-09-22T02:24:16.9445570Z ##[group]Getting Git version info
2026-09-22T02:24:16.9446337Z Working directory is '/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core'
2026-09-22T02:24:16.9447251Z [command]/usr/bin/git version
2026-09-22T02:24:16.9447692Z git version 2.43.0
2026-09-22T02:24:16.9459938Z ##[endgroup]
2026-09-22T02:24:16.9467654Z Copying '/home/reavus/.gitconfig' to '/home/reavus/actions-runner/_work/_temp/86debabd-8fa4-41d8-b5e2-8512c8e5efc5/.gitconfig'
2026-09-22T02:24:16.9474319Z Temporarily overriding HOME='/home/reavus/actions-runner/_work/_temp/86debabd-8fa4-41d8-b5e2-8512c8e5efc5' before making global git config changes
2026-09-22T02:24:16.9475410Z Adding repository directory to the temporary git global config as a safe directory
2026-09-22T02:24:16.9477227Z [command]/usr/bin/git config --global --add safe.directory /home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core
2026-09-22T02:24:16.9508931Z [command]/usr/bin/git config --local --get remote.origin.url
2026-09-22T02:24:16.9526971Z https://github.com/BigscreenVR/spt-bs-core
2026-09-22T02:24:16.9536487Z ##[group]Removing previously created refs, to avoid conflicts
2026-09-22T02:24:16.9538871Z [command]/usr/bin/git rev-parse --symbolic-full-name --verify --quiet HEAD
2026-09-22T02:24:16.9559788Z refs/heads/main
2026-09-22T02:24:16.9565856Z [command]/usr/bin/git checkout --detach
2026-09-22T02:24:17.0654269Z HEAD is now at 5ddf55a6d6 docs(infra): census remaining IPC polls and close IR-144
2026-09-22T02:24:17.0697019Z [command]/usr/bin/git branch --delete --force main
2026-09-22T02:24:17.0737753Z Deleted branch main (was 5ddf55a6d6).
2026-09-22T02:24:17.0742839Z ##[endgroup]
2026-09-22T02:24:17.0746352Z [command]/usr/bin/git submodule status
2026-09-22T02:24:17.0932195Z ##[group]Cleaning the repository
2026-09-22T02:24:17.0935246Z [command]/usr/bin/git clean -ffdx
2026-09-22T02:24:22.1880854Z Removing target/
2026-09-22T02:24:22.1890920Z [command]/usr/bin/git reset --hard HEAD
2026-09-22T02:24:22.2100049Z HEAD is now at 5ddf55a6d6 docs(infra): census remaining IPC polls and close IR-144
2026-09-22T02:24:22.2106776Z ##[endgroup]
2026-09-22T02:24:22.2107994Z ##[group]Disabling automatic garbage collection
2026-09-22T02:24:22.2111573Z [command]/usr/bin/git config --local gc.auto 0
2026-09-22T02:24:22.2138470Z ##[endgroup]
2026-09-22T02:24:22.2139405Z ##[group]Setting up auth
2026-09-22T02:24:22.2143601Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2026-09-22T02:24:22.2166873Z [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-09-22T02:24:22.2353550Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-09-22T02:24:22.2377919Z [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-09-22T02:24:22.2563482Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-09-22T02:24:22.2587986Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
2026-09-22T02:24:22.2779166Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic ***
2026-09-22T02:24:22.2808165Z ##[endgroup]
2026-09-22T02:24:22.2809782Z ##[group]Fetching the repository
2026-09-22T02:24:22.2815077Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=2 origin +3f07bb29f5d21b88397015e5993f9741fb6eb624:refs/remotes/pull/244/merge
2026-09-22T02:24:23.2278682Z From https://github.com/BigscreenVR/spt-bs-core
2026-09-22T02:24:23.2279539Z  * [new ref]               3f07bb29f5d21b88397015e5993f9741fb6eb624 -> pull/244/merge
2026-09-22T02:24:23.2305789Z ##[endgroup]
2026-09-22T02:24:23.2306430Z ##[group]Determining the checkout info
2026-09-22T02:24:23.2308279Z ##[endgroup]
2026-09-22T02:24:23.2312453Z [command]/usr/bin/git sparse-checkout disable
2026-09-22T02:24:23.2353122Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig
2026-09-22T02:24:23.2376362Z ##[group]Checking out the ref
2026-09-22T02:24:23.2378751Z [command]/usr/bin/git checkout --progress --force refs/remotes/pull/244/merge
2026-09-22T02:24:23.2840903Z Previous HEAD position was 5ddf55a6d6 docs(infra): census remaining IPC polls and close IR-144
2026-09-22T02:24:23.2843232Z HEAD is now at 3f07bb29f5 Merge c248cb84a399fd29ef1e822e2344fa030ab3f13d into 5ddf55a6d6988edc45adf9e5f836b6b2364ea947
2026-09-22T02:24:23.2854887Z ##[endgroup]
2026-09-22T02:24:23.2900096Z [command]/usr/bin/git log -1 --format=%H
2026-09-22T02:24:23.2929679Z 3f07bb29f5d21b88397015e5993f9741fb6eb624
2026-09-22T02:24:23.3140036Z ##[group]Run set -euo pipefail
2026-09-22T02:24:23.3140439Z [36;1mset -euo pipefail[0m
2026-09-22T02:24:23.3140733Z [36;1mfloor_bytes=$((32 * 1024 * 1024 * 1024))[0m
2026-09-22T02:24:23.3141100Z [36;1mdrive=$(df -P "$GITHUB_WORKSPACE" | awk 'NR == 2 { print $1 }')[0m
2026-09-22T02:24:23.3141525Z [36;1mfree_bytes=$(df -PB1 "$GITHUB_WORKSPACE" | awk 'NR == 2 { print $4 }')[0m
2026-09-22T02:24:23.3141896Z [36;1mverdict=PASS[0m
2026-09-22T02:24:23.3142192Z [36;1mif [ "$free_bytes" -lt "$floor_bytes" ]; then verdict=RED; fi[0m
2026-09-22T02:24:23.3142699Z [36;1mprintf 'FLOOR_START job=changes runner=Linux free_bytes=%s floor_bytes=%s verdict=%s sample=INSTANT\n' \[0m
2026-09-22T02:24:23.3143169Z [36;1m  "$free_bytes" "$floor_bytes" "$verdict"[0m
2026-09-22T02:24:23.3161442Z [36;1mif [ "$free_bytes" -lt "$floor_bytes" ]; then[0m
2026-09-22T02:24:23.3162026Z [36;1m  echo "::error title=Insufficient free disk::RESOURCE=disk drive=$drive free_bytes=$free_bytes floor_bytes=$floor_bytes"[0m
2026-09-22T02:24:23.3162526Z [36;1m  exit 1[0m
2026-09-22T02:24:23.3162745Z [36;1mfi[0m
2026-09-22T02:24:23.3179839Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0}
2026-09-22T02:24:23.3180180Z ##[endgroup]
2026-09-22T02:24:23.3261685Z FLOOR_START job=changes runner=Linux free_bytes=259817111552 floor_bytes=34359738368 verdict=PASS sample=INSTANT
2026-09-22T02:24:23.3297231Z ##[group]Run set -euo pipefail
2026-09-22T02:24:23.3297575Z [36;1mset -euo pipefail[0m
2026-09-22T02:24:23.3297866Z [36;1mif [ "pull_request" != "pull_request" ]; then[0m
2026-09-22T02:24:23.3298200Z [36;1m  echo "code=true" >> "$GITHUB_OUTPUT"[0m
2026-09-22T02:24:23.3298490Z [36;1m  exit 0[0m
2026-09-22T02:24:23.3298705Z [36;1mfi[0m
2026-09-22T02:24:23.3299031Z [36;1mfiles=$(git diff --name-only HEAD^1 HEAD)[0m
2026-09-22T02:24:23.3299351Z [36;1mprintf 'changed files:\n%s\n' "$files"[0m
2026-09-22T02:24:23.3299636Z [36;1mcode=false[0m
2026-09-22T02:24:23.3299870Z [36;1mwhile IFS= read -r f; do[0m
2026-09-22T02:24:23.3300137Z [36;1m  [ -z "$f" ] && continue[0m
2026-09-22T02:24:23.3300408Z [36;1m  case "$f" in[0m
2026-09-22T02:24:23.3300652Z [36;1m    docs-site/*) code=true ;;[0m
2026-09-22T02:24:23.3300924Z [36;1m    *.md) ;;[0m
2026-09-22T02:24:23.3301158Z [36;1m    traceable-reqs.toml) ;;[0m
2026-09-22T02:24:23.3301426Z [36;1m    *) code=true ;;[0m
2026-09-22T02:24:23.3301718Z [36;1m  esac[0m
2026-09-22T02:24:23.3301943Z [36;1mdone <<< "$files"[0m
2026-09-22T02:24:23.3302225Z [36;1mecho "code=$code" >> "$GITHUB_OUTPUT"[0m
2026-09-22T02:24:23.3314638Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0}
2026-09-22T02:24:23.3314970Z ##[endgroup]
2026-09-22T02:24:23.3380742Z changed files:
2026-09-22T02:24:23.3381073Z CHANGELOG.md
2026-09-22T02:24:23.3381350Z crates/spt/src/cli.rs
2026-09-22T02:24:23.3381669Z crates/spt/tests/composite_e2e.rs
2026-09-22T02:24:23.3382017Z crates/spt/tests/fixtures/gh_fixture.rs
2026-09-22T02:24:23.3382400Z docs-site/src/changelog.md
2026-09-22T02:24:23.3382720Z docs-site/src/self-update/overview.md
2026-09-22T02:24:23.3383068Z traceable-reqs.toml
2026-09-22T02:24:23.3427445Z ##[group]Run python3 .github/ci/push-main-unit-reuse-selftest.py
2026-09-22T02:24:23.3427909Z [36;1mpython3 .github/ci/push-main-unit-reuse-selftest.py[0m
2026-09-22T02:24:23.3440370Z shell: /usr/bin/bash -e {0}
2026-09-22T02:24:23.3440637Z ##[endgroup]
2026-09-22T02:24:23.4825452Z ................
2026-09-22T02:24:23.4940961Z ----------------------------------------------------------------------
2026-09-22T02:24:23.4941519Z Ran 16 tests in 0.033s
2026-09-22T02:24:23.4941732Z 
2026-09-22T02:24:23.4941862Z OK
2026-09-22T02:24:23.4980801Z ##[group]Run if ! python3 .github/ci/push-main-unit-reuse.py; then
2026-09-22T02:24:23.4981269Z [36;1mif ! python3 .github/ci/push-main-unit-reuse.py; then[0m
2026-09-22T02:24:23.4981654Z [36;1m  echo 'UNIT_REUSE run-unit=true reason=helper-failed'[0m
2026-09-22T02:24:23.4982002Z [36;1m  echo 'run-unit=true' >> "$GITHUB_OUTPUT"[0m
2026-09-22T02:24:23.4982279Z [36;1mfi[0m
2026-09-22T02:24:23.4995420Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0}
2026-09-22T02:24:23.4995763Z env:
2026-09-22T02:24:23.4997901Z   GH_TOKEN: ***
2026-09-22T02:24:23.4998136Z ##[endgroup]
2026-09-22T02:24:23.5251812Z UNIT_REUSE run-unit=true reason=not-push-main
2026-09-22T02:24:23.5370511Z ##[group]Run set -euo pipefail
2026-09-22T02:24:23.5371040Z [36;1mset -euo pipefail[0m
2026-09-22T02:24:23.5371327Z [36;1mfloor_bytes=$((32 * 1024 * 1024 * 1024))[0m
2026-09-22T02:24:23.5371703Z [36;1mdrive=$(df -P "$GITHUB_WORKSPACE" | awk 'NR == 2 { print $1 }')[0m
2026-09-22T02:24:23.5372151Z [36;1mfree_bytes=$(df -PB1 "$GITHUB_WORKSPACE" | awk 'NR == 2 { print $4 }')[0m
2026-09-22T02:24:23.5372504Z [36;1mverdict=PASS[0m
2026-09-22T02:24:23.5372795Z [36;1mif [ "$free_bytes" -lt "$floor_bytes" ]; then verdict=RED; fi[0m
2026-09-22T02:24:23.5373286Z [36;1mprintf 'FLOOR_END job=changes runner=Linux free_bytes=%s floor_bytes=%s verdict=%s sample=INSTANT\n' \[0m
2026-09-22T02:24:23.5373746Z [36;1m  "$free_bytes" "$floor_bytes" "$verdict"[0m
2026-09-22T02:24:23.5374064Z [36;1mif [ "$free_bytes" -lt "$floor_bytes" ]; then[0m
2026-09-22T02:24:23.5374626Z [36;1m  echo "::error title=Insufficient free disk::RESOURCE=disk drive=$drive free_bytes=$free_bytes floor_bytes=$floor_bytes"[0m
2026-09-22T02:24:23.5375095Z [36;1m  exit 1[0m
2026-09-22T02:24:23.5375548Z [36;1mfi[0m
2026-09-22T02:24:23.5388808Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0}
2026-09-22T02:24:23.5389223Z ##[endgroup]
2026-09-22T02:24:23.5456346Z FLOOR_END job=changes runner=Linux free_bytes=259816996864 floor_bytes=34359738368 verdict=PASS sample=INSTANT
2026-09-22T02:24:23.5557923Z Post job cleanup.
2026-09-22T02:24:23.6251902Z [command]/usr/bin/git version
2026-09-22T02:24:23.6283372Z git version 2.43.0
2026-09-22T02:24:23.6307589Z Copying '/home/reavus/.gitconfig' to '/home/reavus/actions-runner/_work/_temp/5ded2c78-2ffa-46f0-ae11-affcd4627974/.gitconfig'
2026-09-22T02:24:23.6314289Z Temporarily overriding HOME='/home/reavus/actions-runner/_work/_temp/5ded2c78-2ffa-46f0-ae11-affcd4627974' before making global git config changes
2026-09-22T02:24:23.6314995Z Adding repository directory to the temporary git global config as a safe directory
2026-09-22T02:24:23.6317595Z [command]/usr/bin/git config --global --add safe.directory /home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core
2026-09-22T02:24:23.6345498Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2026-09-22T02:24:23.6370625Z [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-09-22T02:24:23.6559167Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-09-22T02:24:23.6578098Z http.https://github.com/.extraheader
2026-09-22T02:24:23.6585096Z [command]/usr/bin/git config --local --unset-all http.https://github.com/.extraheader
2026-09-22T02:24:23.6609779Z [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-09-22T02:24:23.6794462Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-09-22T02:24:23.6819859Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
2026-09-22T02:24:23.7125039Z Evaluate and set job outputs
2026-09-22T02:24:23.7138748Z Set output 'code'
2026-09-22T02:24:23.7140258Z Set output 'run-unit'
2026-09-22T02:24:23.7141105Z Cleaning up orphan processes
