﻿2026-08-03T07:03:17.6172692Z Current runner version: '2.336.0'
2026-08-03T07:03:17.6177160Z Runner name: 'kitsubito'
2026-08-03T07:03:17.6177719Z Runner group name: 'Default'
2026-08-03T07:03:17.6178348Z Machine name: 'KITSUBITO'
2026-08-03T07:03:17.6181707Z ##[group]GITHUB_TOKEN Permissions
2026-08-03T07:03:17.6183543Z Actions: write
2026-08-03T07:03:17.6183955Z ArtifactMetadata: write
2026-08-03T07:03:17.6184350Z Attestations: write
2026-08-03T07:03:17.6184731Z Checks: write
2026-08-03T07:03:17.6185094Z CodeQuality: write
2026-08-03T07:03:17.6185470Z Contents: write
2026-08-03T07:03:17.6185841Z CopilotRequests: write
2026-08-03T07:03:17.6186228Z Deployments: write
2026-08-03T07:03:17.6186595Z Discussions: write
2026-08-03T07:03:17.6186961Z Drives: write
2026-08-03T07:03:17.6187310Z Issues: write
2026-08-03T07:03:17.6187663Z Metadata: read
2026-08-03T07:03:17.6188010Z Models: read
2026-08-03T07:03:17.6188364Z Packages: write
2026-08-03T07:03:17.6188742Z Pages: write
2026-08-03T07:03:17.6189299Z PullRequests: write
2026-08-03T07:03:17.6189705Z RepositoryProjects: write
2026-08-03T07:03:17.6190106Z SecurityEvents: write
2026-08-03T07:03:17.6190481Z Statuses: write
2026-08-03T07:03:17.6190843Z VulnerabilityAlerts: read
2026-08-03T07:03:17.6191218Z ##[endgroup]
2026-08-03T07:03:17.6192758Z Secret source: Actions
2026-08-03T07:03:17.6193443Z Prepare workflow directory
2026-08-03T07:03:17.6540094Z Prepare all required actions
2026-08-03T07:03:17.6575198Z Getting action download info
2026-08-03T07:03:18.0909676Z Download action repository 'actions/checkout@v5' (SHA:fbc6f3992d24b796d5a048ff273f7fcc4a7b6c09)
2026-08-03T07:03:18.6931072Z Complete job name: changes
2026-08-03T07:03:18.7712222Z ##[group]Run set -euo pipefail
2026-08-03T07:03:18.7712889Z [36;1mset -euo pipefail[0m
2026-08-03T07:03:18.7713380Z [36;1mfloor_bytes=$((32 * 1024 * 1024 * 1024))[0m
2026-08-03T07:03:18.7714030Z [36;1mdrive=$(df -P "$GITHUB_WORKSPACE" | awk 'NR == 2 { print $1 }')[0m
2026-08-03T07:03:18.7714766Z [36;1mfree_bytes=$(df -PB1 "$GITHUB_WORKSPACE" | awk 'NR == 2 { print $4 }')[0m
2026-08-03T07:03:18.7715565Z [36;1mprintf 'disk preflight: drive=%s free_bytes=%s floor_bytes=%s\n' \[0m
2026-08-03T07:03:18.7716223Z [36;1m  "$drive" "$free_bytes" "$floor_bytes"[0m
2026-08-03T07:03:18.7716777Z [36;1mif [ "$free_bytes" -lt "$floor_bytes" ]; then[0m
2026-08-03T07:03:18.7717644Z [36;1m  echo "::error title=Insufficient free disk::RESOURCE=disk drive=$drive free_bytes=$free_bytes floor_bytes=$floor_bytes"[0m
2026-08-03T07:03:18.7718459Z [36;1m  exit 1[0m
2026-08-03T07:03:18.7718832Z [36;1mfi[0m
2026-08-03T07:03:18.7735188Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0}
2026-08-03T07:03:18.7736032Z ##[endgroup]
2026-08-03T07:03:18.7854560Z disk preflight: drive=/dev/nvme0n1p2 free_bytes=744412516352 floor_bytes=34359738368
2026-08-03T07:03:18.8024265Z ##[group]Run actions/checkout@v5
2026-08-03T07:03:18.8024822Z with:
2026-08-03T07:03:18.8025194Z   fetch-depth: 2
2026-08-03T07:03:18.8025614Z   repository: BigscreenVR/spt-bs-core
2026-08-03T07:03:18.8028799Z   token: ***
2026-08-03T07:03:18.8029346Z   ssh-strict: true
2026-08-03T07:03:18.8029741Z   ssh-user: git
2026-08-03T07:03:18.8030161Z   persist-credentials: true
2026-08-03T07:03:18.8030600Z   clean: true
2026-08-03T07:03:18.8031024Z   sparse-checkout-cone-mode: true
2026-08-03T07:03:18.8031480Z   fetch-tags: false
2026-08-03T07:03:18.8031884Z   show-progress: true
2026-08-03T07:03:18.8032284Z   lfs: false
2026-08-03T07:03:18.8032665Z   submodules: false
2026-08-03T07:03:18.8033120Z   set-safe-directory: true
2026-08-03T07:03:18.8033562Z   allow-unsafe-pr-checkout: false
2026-08-03T07:03:18.8034016Z ##[endgroup]
2026-08-03T07:03:18.8800451Z Syncing repository: BigscreenVR/spt-bs-core
2026-08-03T07:03:18.8802064Z ##[group]Getting Git version info
2026-08-03T07:03:18.8802940Z Working directory is '/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core'
2026-08-03T07:03:18.8803895Z [command]/usr/bin/git version
2026-08-03T07:03:18.8833975Z git version 2.43.0
2026-08-03T07:03:18.8854926Z ##[endgroup]
2026-08-03T07:03:18.8864384Z Copying '/home/reavus/.gitconfig' to '/home/reavus/actions-runner/_work/_temp/2005b4d3-47f9-450e-ada3-958e0c1420f6/.gitconfig'
2026-08-03T07:03:18.8872163Z Temporarily overriding HOME='/home/reavus/actions-runner/_work/_temp/2005b4d3-47f9-450e-ada3-958e0c1420f6' before making global git config changes
2026-08-03T07:03:18.8874435Z Adding repository directory to the temporary git global config as a safe directory
2026-08-03T07:03:18.8876476Z [command]/usr/bin/git config --global --add safe.directory /home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core
2026-08-03T07:03:18.8909472Z [command]/usr/bin/git config --local --get remote.origin.url
2026-08-03T07:03:18.8929468Z https://github.com/BigscreenVR/spt-bs-core
2026-08-03T07:03:18.8940324Z ##[group]Removing previously created refs, to avoid conflicts
2026-08-03T07:03:18.8943068Z [command]/usr/bin/git rev-parse --symbolic-full-name --verify --quiet HEAD
2026-08-03T07:03:18.8962016Z HEAD
2026-08-03T07:03:18.8989844Z ##[endgroup]
2026-08-03T07:03:18.8990681Z [command]/usr/bin/git submodule status
2026-08-03T07:03:18.9174188Z ##[group]Cleaning the repository
2026-08-03T07:03:18.9174781Z [command]/usr/bin/git clean -ffdx
2026-08-03T07:03:18.9203974Z Removing traceable-reqs
2026-08-03T07:03:18.9210174Z [command]/usr/bin/git reset --hard HEAD
2026-08-03T07:03:18.9268885Z HEAD is now at 1305b737c Merge b48e35baa81669487bc12e16179eeb5e3275db80 into 0f35bc2ce4dc7f8a85e0415f5393a8d683e5112e
2026-08-03T07:03:18.9274742Z ##[endgroup]
2026-08-03T07:03:18.9276749Z ##[group]Disabling automatic garbage collection
2026-08-03T07:03:18.9280269Z [command]/usr/bin/git config --local gc.auto 0
2026-08-03T07:03:18.9305416Z ##[endgroup]
2026-08-03T07:03:18.9306055Z ##[group]Setting up auth
2026-08-03T07:03:18.9311392Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2026-08-03T07:03:18.9336257Z [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-03T07:03:18.9524139Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-08-03T07:03:18.9549749Z [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-03T07:03:18.9727516Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-08-03T07:03:18.9752921Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
2026-08-03T07:03:18.9940262Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic ***
2026-08-03T07:03:18.9968715Z ##[endgroup]
2026-08-03T07:03:18.9969636Z ##[group]Fetching the repository
2026-08-03T07:03:18.9975023Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=2 origin +1305b737c7d7d2d591c22e42a3028bff6fc9a469:refs/remotes/pull/142/merge
2026-08-03T07:03:20.2812651Z ##[endgroup]
2026-08-03T07:03:20.2814274Z ##[group]Determining the checkout info
2026-08-03T07:03:20.2815992Z ##[endgroup]
2026-08-03T07:03:20.2817122Z [command]/usr/bin/git sparse-checkout disable
2026-08-03T07:03:20.2856115Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig
2026-08-03T07:03:20.2880012Z ##[group]Checking out the ref
2026-08-03T07:03:20.2881366Z [command]/usr/bin/git checkout --progress --force refs/remotes/pull/142/merge
2026-08-03T07:03:20.2929792Z HEAD is now at 1305b737c Merge b48e35baa81669487bc12e16179eeb5e3275db80 into 0f35bc2ce4dc7f8a85e0415f5393a8d683e5112e
2026-08-03T07:03:20.2966570Z ##[endgroup]
2026-08-03T07:03:20.2968196Z [command]/usr/bin/git log -1 --format=%H
2026-08-03T07:03:20.2993773Z 1305b737c7d7d2d591c22e42a3028bff6fc9a469
2026-08-03T07:03:20.3151341Z ##[group]Run set -euo pipefail
2026-08-03T07:03:20.3152537Z [36;1mset -euo pipefail[0m
2026-08-03T07:03:20.3153509Z [36;1mif [ "pull_request" != "pull_request" ]; then[0m
2026-08-03T07:03:20.3154728Z [36;1m  echo "code=true" >> "$GITHUB_OUTPUT"[0m
2026-08-03T07:03:20.3155835Z [36;1m  exit 0[0m
2026-08-03T07:03:20.3156568Z [36;1mfi[0m
2026-08-03T07:03:20.3157382Z [36;1mfiles=$(git diff --name-only HEAD^1 HEAD)[0m
2026-08-03T07:03:20.3158569Z [36;1mprintf 'changed files:\n%s\n' "$files"[0m
2026-08-03T07:03:20.3160146Z [36;1mcode=false[0m
2026-08-03T07:03:20.3161252Z [36;1mwhile IFS= read -r f; do[0m
2026-08-03T07:03:20.3162449Z [36;1m  [ -z "$f" ] && continue[0m
2026-08-03T07:03:20.3163613Z [36;1m  case "$f" in[0m
2026-08-03T07:03:20.3164715Z [36;1m    docs-site/*) code=true ;;[0m
2026-08-03T07:03:20.3165931Z [36;1m    *.md) ;;[0m
2026-08-03T07:03:20.3166937Z [36;1m    traceable-reqs.toml) ;;[0m
2026-08-03T07:03:20.3168177Z [36;1m    *) code=true ;;[0m
2026-08-03T07:03:20.3169248Z [36;1m  esac[0m
2026-08-03T07:03:20.3169986Z [36;1mdone <<< "$files"[0m
2026-08-03T07:03:20.3170949Z [36;1mecho "code=$code" >> "$GITHUB_OUTPUT"[0m
2026-08-03T07:03:20.3186098Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0}
2026-08-03T07:03:20.3187272Z ##[endgroup]
2026-08-03T07:03:20.3252187Z changed files:
2026-08-03T07:03:20.3253121Z crates/spt/tests/common/reap.rs
2026-08-03T07:03:20.3254299Z crates/spt/tests/resident_service_e2e.rs
2026-08-03T07:03:20.3463851Z Post job cleanup.
2026-08-03T07:03:20.4132529Z [command]/usr/bin/git version
2026-08-03T07:03:20.4197526Z git version 2.43.0
2026-08-03T07:03:20.4225144Z Copying '/home/reavus/.gitconfig' to '/home/reavus/actions-runner/_work/_temp/32da0b44-4b2b-4ad4-af50-f8ddfa99bb0a/.gitconfig'
2026-08-03T07:03:20.4232970Z Temporarily overriding HOME='/home/reavus/actions-runner/_work/_temp/32da0b44-4b2b-4ad4-af50-f8ddfa99bb0a' before making global git config changes
2026-08-03T07:03:20.4235357Z Adding repository directory to the temporary git global config as a safe directory
2026-08-03T07:03:20.4237437Z [command]/usr/bin/git config --global --add safe.directory /home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core
2026-08-03T07:03:20.4266451Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2026-08-03T07:03:20.4290616Z [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-03T07:03:20.4479401Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-08-03T07:03:20.4496458Z http.https://github.com/.extraheader
2026-08-03T07:03:20.4503645Z [command]/usr/bin/git config --local --unset-all http.https://github.com/.extraheader
2026-08-03T07:03:20.4529315Z [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-03T07:03:20.4710126Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-08-03T07:03:20.4733989Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
2026-08-03T07:03:20.5052068Z Evaluate and set job outputs
2026-08-03T07:03:20.5057594Z Set output 'code'
2026-08-03T07:03:20.5060357Z Cleaning up orphan processes
