﻿2026-08-04T12:31:20.3671167Z Current runner version: '2.336.0'
2026-08-04T12:31:20.3676282Z Runner name: 'kitsubito'
2026-08-04T12:31:20.3676783Z Runner group name: 'Default'
2026-08-04T12:31:20.3677413Z Machine name: 'KITSUBITO'
2026-08-04T12:31:20.3680672Z ##[group]GITHUB_TOKEN Permissions
2026-08-04T12:31:20.3682600Z Actions: write
2026-08-04T12:31:20.3683045Z ArtifactMetadata: write
2026-08-04T12:31:20.3683469Z Attestations: write
2026-08-04T12:31:20.3683833Z Checks: write
2026-08-04T12:31:20.3684185Z CodeQuality: write
2026-08-04T12:31:20.3684547Z Contents: write
2026-08-04T12:31:20.3684924Z CopilotRequests: write
2026-08-04T12:31:20.3685335Z Deployments: write
2026-08-04T12:31:20.3685702Z Discussions: write
2026-08-04T12:31:20.3686064Z Drives: write
2026-08-04T12:31:20.3686414Z Issues: write
2026-08-04T12:31:20.3686752Z Metadata: read
2026-08-04T12:31:20.3687100Z Models: read
2026-08-04T12:31:20.3687443Z Packages: write
2026-08-04T12:31:20.3687801Z Pages: write
2026-08-04T12:31:20.3688245Z PullRequests: write
2026-08-04T12:31:20.3688645Z RepositoryProjects: write
2026-08-04T12:31:20.3689145Z SecurityEvents: write
2026-08-04T12:31:20.3689522Z Statuses: write
2026-08-04T12:31:20.3689875Z VulnerabilityAlerts: read
2026-08-04T12:31:20.3690241Z ##[endgroup]
2026-08-04T12:31:20.3691878Z Secret source: Actions
2026-08-04T12:31:20.3692555Z Prepare workflow directory
2026-08-04T12:31:20.4041480Z Prepare all required actions
2026-08-04T12:31:20.4076460Z Getting action download info
2026-08-04T12:31:20.7384688Z Download action repository 'actions/checkout@v5' (SHA:fbc6f3992d24b796d5a048ff273f7fcc4a7b6c09)
2026-08-04T12:31:21.3186492Z Complete job name: lint
2026-08-04T12:31:21.3951831Z ##[group]Run set -euo pipefail
2026-08-04T12:31:21.3952403Z [36;1mset -euo pipefail[0m
2026-08-04T12:31:21.3952861Z [36;1mfloor_bytes=$((32 * 1024 * 1024 * 1024))[0m
2026-08-04T12:31:21.3953451Z [36;1mdrive=$(df -P "$GITHUB_WORKSPACE" | awk 'NR == 2 { print $1 }')[0m
2026-08-04T12:31:21.3954119Z [36;1mfree_bytes=$(df -PB1 "$GITHUB_WORKSPACE" | awk 'NR == 2 { print $4 }')[0m
2026-08-04T12:31:21.3954858Z [36;1mprintf 'disk preflight: drive=%s free_bytes=%s floor_bytes=%s\n' \[0m
2026-08-04T12:31:21.3955468Z [36;1m  "$drive" "$free_bytes" "$floor_bytes"[0m
2026-08-04T12:31:21.3955980Z [36;1mif [ "$free_bytes" -lt "$floor_bytes" ]; then[0m
2026-08-04T12:31:21.3956786Z [36;1m  echo "::error title=Insufficient free disk::RESOURCE=disk drive=$drive free_bytes=$free_bytes floor_bytes=$floor_bytes"[0m
2026-08-04T12:31:21.3957554Z [36;1m  exit 1[0m
2026-08-04T12:31:21.3957896Z [36;1mfi[0m
2026-08-04T12:31:21.3974354Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0}
2026-08-04T12:31:21.3975134Z ##[endgroup]
2026-08-04T12:31:21.4096644Z disk preflight: drive=/dev/nvme0n1p2 free_bytes=746367774720 floor_bytes=34359738368
2026-08-04T12:31:21.4286550Z ##[group]Run actions/checkout@v5
2026-08-04T12:31:21.4287012Z with:
2026-08-04T12:31:21.4287366Z   repository: BigscreenVR/spt-bs-core
2026-08-04T12:31:21.4290475Z   token: ***
2026-08-04T12:31:21.4290819Z   ssh-strict: true
2026-08-04T12:31:21.4291187Z   ssh-user: git
2026-08-04T12:31:21.4291533Z   persist-credentials: true
2026-08-04T12:31:21.4291915Z   clean: true
2026-08-04T12:31:21.4292267Z   sparse-checkout-cone-mode: true
2026-08-04T12:31:21.4292672Z   fetch-depth: 1
2026-08-04T12:31:21.4293006Z   fetch-tags: false
2026-08-04T12:31:21.4293349Z   show-progress: true
2026-08-04T12:31:21.4293687Z   lfs: false
2026-08-04T12:31:21.4294008Z   submodules: false
2026-08-04T12:31:21.4294381Z   set-safe-directory: true
2026-08-04T12:31:21.4294777Z   allow-unsafe-pr-checkout: false
2026-08-04T12:31:21.4295173Z ##[endgroup]
2026-08-04T12:31:21.5047443Z Syncing repository: BigscreenVR/spt-bs-core
2026-08-04T12:31:21.5049019Z ##[group]Getting Git version info
2026-08-04T12:31:21.5049776Z Working directory is '/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core'
2026-08-04T12:31:21.5050630Z [command]/usr/bin/git version
2026-08-04T12:31:21.5051063Z git version 2.43.0
2026-08-04T12:31:21.5063044Z ##[endgroup]
2026-08-04T12:31:21.5070724Z Copying '/home/reavus/.gitconfig' to '/home/reavus/actions-runner/_work/_temp/a0858041-5c72-426a-b85c-1b3ae496dddd/.gitconfig'
2026-08-04T12:31:21.5077534Z Temporarily overriding HOME='/home/reavus/actions-runner/_work/_temp/a0858041-5c72-426a-b85c-1b3ae496dddd' before making global git config changes
2026-08-04T12:31:21.5078713Z Adding repository directory to the temporary git global config as a safe directory
2026-08-04T12:31:21.5080756Z [command]/usr/bin/git config --global --add safe.directory /home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core
2026-08-04T12:31:21.5112869Z [command]/usr/bin/git config --local --get remote.origin.url
2026-08-04T12:31:21.5132467Z https://github.com/BigscreenVR/spt-bs-core
2026-08-04T12:31:21.5143600Z ##[group]Removing previously created refs, to avoid conflicts
2026-08-04T12:31:21.5146723Z [command]/usr/bin/git rev-parse --symbolic-full-name --verify --quiet HEAD
2026-08-04T12:31:21.5165717Z refs/heads/main
2026-08-04T12:31:21.5173401Z [command]/usr/bin/git checkout --detach
2026-08-04T12:31:21.5232345Z HEAD is now at 9d65e65df docs: infra register — IR-32 (docs-drift gate blesses its own gen; empty-emit producer self-agrees) + IR-33 (debug clap tree near main-thread stack ceiling, ~6-arg margin; #5 planning input) — todlando U1 mid-lane filings
2026-08-04T12:31:21.5269424Z [command]/usr/bin/git branch --delete --force main
2026-08-04T12:31:21.5298005Z Deleted branch main (was 9d65e65df).
2026-08-04T12:31:21.5400401Z ##[endgroup]
2026-08-04T12:31:21.5402953Z [command]/usr/bin/git submodule status
2026-08-04T12:31:21.5587227Z ##[group]Cleaning the repository
2026-08-04T12:31:21.5591517Z [command]/usr/bin/git clean -ffdx
2026-08-04T12:31:21.5623465Z Removing traceable-reqs
2026-08-04T12:31:21.5631405Z [command]/usr/bin/git reset --hard HEAD
2026-08-04T12:31:21.5691635Z HEAD is now at 9d65e65df docs: infra register — IR-32 (docs-drift gate blesses its own gen; empty-emit producer self-agrees) + IR-33 (debug clap tree near main-thread stack ceiling, ~6-arg margin; #5 planning input) — todlando U1 mid-lane filings
2026-08-04T12:31:21.5695738Z ##[endgroup]
2026-08-04T12:31:21.5697606Z ##[group]Disabling automatic garbage collection
2026-08-04T12:31:21.5701071Z [command]/usr/bin/git config --local gc.auto 0
2026-08-04T12:31:21.5723649Z ##[endgroup]
2026-08-04T12:31:21.5724189Z ##[group]Setting up auth
2026-08-04T12:31:21.5728681Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2026-08-04T12:31:21.5752138Z [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-04T12:31:21.5938626Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-08-04T12:31:21.5963984Z [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-04T12:31:21.6142525Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-08-04T12:31:21.6169303Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
2026-08-04T12:31:21.6389887Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic ***
2026-08-04T12:31:21.6420914Z ##[endgroup]
2026-08-04T12:31:21.6421737Z ##[group]Fetching the repository
2026-08-04T12:31:21.6427195Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +9d65e65df7fa34b36708592f04c89c1ca6095c03:refs/remotes/origin/main
2026-08-04T12:31:22.0458332Z ##[endgroup]
2026-08-04T12:31:22.0459417Z ##[group]Determining the checkout info
2026-08-04T12:31:22.0460309Z ##[endgroup]
2026-08-04T12:31:22.0462322Z [command]/usr/bin/git sparse-checkout disable
2026-08-04T12:31:22.0498088Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig
2026-08-04T12:31:22.0522576Z ##[group]Checking out the ref
2026-08-04T12:31:22.0525172Z [command]/usr/bin/git checkout --progress --force -B main refs/remotes/origin/main
2026-08-04T12:31:22.0586011Z Switched to a new branch 'main'
2026-08-04T12:31:22.0586955Z branch 'main' set up to track 'origin/main'.
2026-08-04T12:31:22.0593395Z ##[endgroup]
2026-08-04T12:31:22.0628933Z [command]/usr/bin/git log -1 --format=%H
2026-08-04T12:31:22.0653014Z 9d65e65df7fa34b36708592f04c89c1ca6095c03
2026-08-04T12:31:22.0784575Z ##[group]Run cargo clippy --workspace --all-targets -- -D warnings
2026-08-04T12:31:22.0785720Z [36;1mcargo clippy --workspace --all-targets -- -D warnings[0m
2026-08-04T12:31:22.0799340Z shell: /usr/bin/bash -e {0}
2026-08-04T12:31:22.0799879Z ##[endgroup]
2026-08-04T12:31:22.9536949Z    Compiling proc-macro2 v1.0.106
2026-08-04T12:31:22.9538228Z    Compiling unicode-ident v1.0.24
2026-08-04T12:31:22.9538895Z    Compiling quote v1.0.45
2026-08-04T12:31:22.9539663Z    Compiling libc v0.2.186
2026-08-04T12:31:22.9540187Z     Checking cfg-if v1.0.4
2026-08-04T12:31:22.9540736Z    Compiling serde_core v1.0.228
2026-08-04T12:31:22.9541259Z    Compiling serde v1.0.228
2026-08-04T12:31:22.9541808Z     Checking typenum v1.20.1
2026-08-04T12:31:22.9623921Z    Compiling version_check v0.9.5
2026-08-04T12:31:22.9742718Z    Compiling portable-atomic v1.13.1
2026-08-04T12:31:22.9791451Z     Checking critical-section v1.2.0
2026-08-04T12:31:22.9913575Z     Checking subtle v2.6.1
2026-08-04T12:31:22.9976864Z     Checking memchr v2.8.1
2026-08-04T12:31:23.0029369Z    Compiling find-msvc-tools v0.1.9
2026-08-04T12:31:23.0313648Z    Compiling shlex v2.0.1
2026-08-04T12:31:23.0492525Z     Checking log v0.4.32
2026-08-04T12:31:23.0532293Z     Checking smallvec v1.15.1
2026-08-04T12:31:23.0851860Z    Compiling semver v1.0.28
2026-08-04T12:31:23.2017013Z     Checking rand_core v0.10.1
2026-08-04T12:31:23.2261446Z     Checking cpufeatures v0.2.17
2026-08-04T12:31:23.2381980Z     Checking equivalent v1.0.2
2026-08-04T12:31:23.2477478Z     Checking bitflags v2.12.1
2026-08-04T12:31:23.2872212Z     Checking itoa v1.0.18
2026-08-04T12:31:23.2892187Z    Compiling getrandom v0.4.2
2026-08-04T12:31:23.3113607Z     Checking hashbrown v0.17.1
2026-08-04T12:31:23.3397815Z     Checking pin-project-lite v0.2.17
2026-08-04T12:31:23.3613425Z     Checking bytes v1.11.1
2026-08-04T12:31:23.3615138Z    Compiling zerocopy v0.8.50
2026-08-04T12:31:23.3914362Z    Compiling generic-array v0.14.7
2026-08-04T12:31:23.4192988Z     Checking futures-core v0.3.32
2026-08-04T12:31:23.4302387Z    Compiling ahash v0.8.12
2026-08-04T12:31:23.4542402Z    Compiling pkg-config v0.3.33
2026-08-04T12:31:23.5312228Z    Compiling rustc_version v0.4.1
2026-08-04T12:31:23.5431949Z    Compiling vcpkg v0.2.15
2026-08-04T12:31:23.5806404Z     Checking signature v2.2.0
2026-08-04T12:31:23.6428002Z    Compiling zmij v1.0.21
2026-08-04T12:31:23.6661822Z    Compiling serde_json v1.0.150
2026-08-04T12:31:23.6867078Z     Checking fastrand v2.4.1
2026-08-04T12:31:23.6869700Z     Checking aho-corasick v1.1.4
2026-08-04T12:31:23.7559229Z     Checking ed25519 v2.2.3
2026-08-04T12:31:23.8875073Z     Checking regex-syntax v0.8.10
2026-08-04T12:31:23.8990677Z     Checking stable_deref_trait v1.2.1
2026-08-04T12:31:23.9181002Z    Compiling curve25519-dalek v4.1.3
2026-08-04T12:31:23.9355919Z     Checking fallible-iterator v0.3.0
2026-08-04T12:31:23.9741791Z     Checking fallible-streaming-iterator v0.1.9
2026-08-04T12:31:24.0475275Z     Checking indexmap v2.14.0
2026-08-04T12:31:24.1731437Z     Checking futures-sink v0.3.32
2026-08-04T12:31:24.2093914Z     Checking futures-io v0.3.32
2026-08-04T12:31:24.2198935Z     Checking slab v0.4.12
2026-08-04T12:31:24.2657119Z     Checking futures-channel v0.3.32
2026-08-04T12:31:24.2756630Z    Compiling autocfg v1.5.1
2026-08-04T12:31:24.3231201Z     Checking futures-task v0.3.32
2026-08-04T12:31:24.3919829Z    Compiling syn v2.0.117
2026-08-04T12:31:24.4207032Z    Compiling rustversion v1.0.22
2026-08-04T12:31:24.4305020Z    Compiling anyhow v1.0.102
2026-08-04T12:31:24.4551114Z     Checking hybrid-array v0.4.12
2026-08-04T12:31:24.4559905Z    Compiling rustix v1.1.4
2026-08-04T12:31:24.5094514Z    Compiling cfg_aliases v0.2.1
2026-08-04T12:31:24.5240896Z     Checking linux-raw-sys v0.12.1
2026-08-04T12:31:24.6011014Z     Checking writeable v0.6.3
2026-08-04T12:31:24.7745791Z     Checking litemap v0.8.2
2026-08-04T12:31:24.8111245Z    Compiling icu_properties_data v2.2.0
2026-08-04T12:31:24.8352691Z     Checking utf8_iter v1.0.4
2026-08-04T12:31:24.8821060Z    Compiling dunce v1.0.5
2026-08-04T12:31:24.9161243Z    Compiling fs_extra v1.3.0
2026-08-04T12:31:24.9571301Z    Compiling jobserver v0.1.34
2026-08-04T12:31:24.9695519Z    Compiling spt-procident v0.53.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-procident)
2026-08-04T12:31:24.9786022Z    Compiling icu_normalizer_data v2.2.0
2026-08-04T12:31:24.9896801Z    Compiling strsim v0.11.1
2026-08-04T12:31:24.9951428Z    Compiling ident_case v1.0.1
2026-08-04T12:31:25.0871376Z     Checking block-buffer v0.12.0
2026-08-04T12:31:25.1410995Z     Checking crypto-common v0.2.2
2026-08-04T12:31:25.1969173Z     Checking crypto-common v0.1.7
2026-08-04T12:31:25.2241190Z     Checking block-buffer v0.10.4
2026-08-04T12:31:25.2525140Z    Compiling cc v1.2.63
2026-08-04T12:31:25.2970210Z     Checking percent-encoding v2.3.2
2026-08-04T12:31:25.3401760Z    Compiling spt-poolguard v0.53.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-poolguard)
2026-08-04T12:31:25.3690782Z     Checking inout v0.2.2
2026-08-04T12:31:25.3820625Z     Checking getrandom v0.2.17
2026-08-04T12:31:25.3943552Z     Checking digest v0.10.7
2026-08-04T12:31:25.4540690Z     Checking mio v1.2.1
2026-08-04T12:31:25.4652121Z     Checking socket2 v0.6.4
2026-08-04T12:31:25.5360884Z     Checking rand_core v0.6.4
2026-08-04T12:31:25.5730846Z     Checking uuid v1.23.2
2026-08-04T12:31:25.6370783Z     Checking fs2 v0.4.3
2026-08-04T12:31:25.6520899Z     Checking http v1.4.1
2026-08-04T12:31:25.6630715Z     Checking sha2 v0.10.9
2026-08-04T12:31:25.6871957Z    Compiling thiserror v2.0.18
2026-08-04T12:31:25.7095399Z     Checking cpufeatures v0.3.0
2026-08-04T12:31:25.7600362Z    Compiling aws-lc-rs v1.17.0
2026-08-04T12:31:25.7954913Z     Checking scopeguard v1.2.0
2026-08-04T12:31:25.8760581Z     Checking arrayvec v0.7.6
2026-08-04T12:31:25.8920718Z     Checking lock_api v0.4.14
2026-08-04T12:31:25.9080929Z     Checking form_urlencoded v1.2.2
2026-08-04T12:31:25.9410941Z     Checking untrusted v0.9.0
2026-08-04T12:31:25.9641585Z     Checking cipher v0.5.2
2026-08-04T12:31:25.9890959Z    Compiling fnv v1.0.7
2026-08-04T12:31:26.0420726Z     Checking utf8parse v0.2.2
2026-08-04T12:31:26.0456352Z    Compiling memoffset v0.6.5
2026-08-04T12:31:26.0610943Z    Compiling thiserror v1.0.69
2026-08-04T12:31:26.0770993Z    Compiling rustls v0.23.40
2026-08-04T12:31:26.0900827Z    Compiling unicode-segmentation v1.13.3
2026-08-04T12:31:26.1253283Z    Compiling heck v0.5.0
2026-08-04T12:31:26.1372455Z     Checking serial-core v0.4.0
2026-08-04T12:31:26.1515971Z     Checking regex-automata v0.4.14
2026-08-04T12:31:26.1599705Z     Checking ioctl-rs v0.1.6
2026-08-04T12:31:26.1813171Z    Compiling spt-store v0.53.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-store)
2026-08-04T12:31:26.2350693Z     Checking termios v0.2.2
2026-08-04T12:31:26.2600727Z     Checking atomic-waker v1.1.2
2026-08-04T12:31:26.2831543Z     Checking chacha20 v0.10.0
2026-08-04T12:31:26.2950558Z     Checking const-oid v0.10.2
2026-08-04T12:31:26.3047667Z    Compiling unicode-xid v0.2.6
2026-08-04T12:31:26.3621798Z     Checking serial-unix v0.4.0
2026-08-04T12:31:26.3741697Z     Checking hmac v0.12.1
2026-08-04T12:31:26.4090710Z    Compiling paste v1.0.15
2026-08-04T12:31:26.4323314Z     Checking bitflags v1.3.2
2026-08-04T12:31:26.4620873Z     Checking pin-utils v0.1.0
2026-08-04T12:31:26.5086819Z    Compiling cmake v0.1.58
2026-08-04T12:31:26.5243676Z    Compiling httparse v1.10.1
2026-08-04T12:31:26.5391352Z    Compiling parking_lot_core v0.9.12
2026-08-04T12:31:26.5757998Z     Checking serial v0.4.0
2026-08-04T12:31:26.5871932Z     Checking nix v0.25.1
2026-08-04T12:31:26.6742601Z     Checking rand v0.10.1
2026-08-04T12:31:26.7038385Z    Compiling convert_case v0.10.0
2026-08-04T12:31:26.7122399Z     Checking http-body v1.0.1
2026-08-04T12:31:26.7611221Z    Compiling num-traits v0.2.19
2026-08-04T12:31:26.7921201Z    Compiling vte_generate_state_changes v0.1.2
2026-08-04T12:31:26.8630839Z     Checking unicode-width v0.2.0
2026-08-04T12:31:26.8940879Z     Checking base64ct v1.8.3
2026-08-04T12:31:26.9441201Z     Checking downcast-rs v1.2.1
2026-08-04T12:31:26.9990899Z     Checking shell-words v1.1.1
2026-08-04T12:31:27.0201422Z    Compiling ref-cast v1.0.25
2026-08-04T12:31:27.0300705Z     Checking either v1.16.0
2026-08-04T12:31:27.1560979Z     Checking vte v0.13.1
2026-08-04T12:31:27.2099648Z     Checking winnow v0.7.15
2026-08-04T12:31:27.2100402Z     Checking pem-rfc7468 v1.0.0
2026-08-04T12:31:27.2941599Z     Checking tower-service v0.3.3
2026-08-04T12:31:27.2950986Z     Checking data-encoding v2.11.0
2026-08-04T12:31:27.3703787Z     Checking try-lock v0.2.5
2026-08-04T12:31:27.3906519Z     Checking toml_write v0.1.2
2026-08-04T12:31:27.4156610Z     Checking base64 v0.22.1
2026-08-04T12:31:27.4277283Z     Checking tinyvec_macros v0.1.1
2026-08-04T12:31:27.4672931Z     Checking want v0.3.1
2026-08-04T12:31:27.4803375Z     Checking parking_lot v0.12.5
2026-08-04T12:31:27.5211126Z     Checking tinyvec v1.11.0
2026-08-04T12:31:27.6521079Z    Compiling vergen-lib v9.1.0
2026-08-04T12:31:27.7061110Z     Checking inout v0.1.4
2026-08-04T12:31:27.7340627Z    Compiling libsqlite3-sys v0.30.1
2026-08-04T12:31:27.7481374Z    Compiling aws-lc-sys v0.41.0
2026-08-04T12:31:27.8171521Z    Compiling ring v0.17.14
2026-08-04T12:31:27.8443848Z    Compiling n0-future v0.3.2
2026-08-04T12:31:27.8580045Z     Checking dyn-clone v1.0.20
2026-08-04T12:31:27.8721210Z     Checking httpdate v1.0.3
2026-08-04T12:31:27.9515135Z     Checking cordyceps v0.3.4
2026-08-04T12:31:27.9650619Z     Checking parking v2.2.1
2026-08-04T12:31:28.1111301Z     Checking diatomic-waker v0.2.3
2026-08-04T12:31:28.1435783Z     Checking spin v0.10.0
2026-08-04T12:31:28.1970620Z    Compiling crossbeam-utils v0.8.21
2026-08-04T12:31:28.2362360Z    Compiling winnow v1.0.3
2026-08-04T12:31:28.2781285Z     Checking futures-lite v2.6.1
2026-08-04T12:31:28.3196258Z     Checking netlink-packet-core v0.8.1
2026-08-04T12:31:28.3323515Z     Checking futures-buffered v0.2.13
2026-08-04T12:31:28.5120737Z     Checking cipher v0.4.4
2026-08-04T12:31:28.5701062Z     Checking digest v0.11.3
2026-08-04T12:31:28.6080831Z    Compiling vergen-lib v0.1.6
2026-08-04T12:31:28.6180277Z    Compiling vergen v9.1.0
2026-08-04T12:31:28.7110937Z     Checking universal-hash v0.5.1
2026-08-04T12:31:28.7390864Z    Compiling noq-udp v0.10.0
2026-08-04T12:31:28.7506163Z    Compiling heapless v0.7.17
2026-08-04T12:31:28.8100975Z    Compiling curve25519-dalek v5.0.0-pre.6
2026-08-04T12:31:28.8220941Z     Checking sync_wrapper v1.0.2
2026-08-04T12:31:28.8330193Z    Compiling toml_datetime v1.1.1+spec-1.1.0
2026-08-04T12:31:28.8900856Z     Checking regex v1.12.3
2026-08-04T12:31:28.9790836Z     Checking allocator-api2 v0.2.21
2026-08-04T12:31:29.0390970Z     Checking byteorder v1.5.0
2026-08-04T12:31:29.0821308Z     Checking opaque-debug v0.3.1
2026-08-04T12:31:29.1370707Z    Compiling powerfmt v0.2.0
2026-08-04T12:31:29.1922553Z     Checking polyval v0.6.2
2026-08-04T12:31:29.2346170Z     Checking hash32 v0.2.1
2026-08-04T12:31:29.2987000Z    Compiling deranged v0.5.8
2026-08-04T12:31:29.3380744Z     Checking spin v0.9.8
2026-08-04T12:31:29.3497302Z    Compiling vergen-gitcl v1.0.8
2026-08-04T12:31:29.3820559Z     Checking tower-layer v0.3.3
2026-08-04T12:31:29.3960631Z    Compiling num_threads v0.1.7
2026-08-04T12:31:29.5080808Z    Compiling time-core v0.1.8
2026-08-04T12:31:29.5180906Z    Compiling num-conv v0.2.2
2026-08-04T12:31:29.5302732Z     Checking signature v3.0.0
2026-08-04T12:31:29.5392628Z     Checking ryu v1.0.23
2026-08-04T12:31:29.5755765Z     Checking ghash v0.5.1
2026-08-04T12:31:29.6045903Z     Checking sha2 v0.11.0-rc.5
2026-08-04T12:31:29.6260718Z     Checking aes v0.8.4
2026-08-04T12:31:29.6706344Z     Checking ctr v0.9.2
2026-08-04T12:31:29.6712330Z     Checking http-body-util v0.1.3
2026-08-04T12:31:29.6876145Z     Checking aead v0.5.2
2026-08-04T12:31:29.6880940Z     Checking openssl-probe v0.2.1
2026-08-04T12:31:29.7762987Z    Compiling synstructure v0.13.2
2026-08-04T12:31:29.8072962Z    Compiling darling_core v0.20.11
2026-08-04T12:31:29.8426692Z    Compiling serde_derive_internals v0.29.1
2026-08-04T12:31:29.8732533Z     Checking crossbeam-channel v0.5.15
2026-08-04T12:31:29.9524182Z    Compiling toml_parser v1.1.2+spec-1.1.0
2026-08-04T12:31:30.0753840Z     Checking crossbeam-epoch v0.9.18
2026-08-04T12:31:30.0946693Z     Checking netlink-packet-route v0.29.0
2026-08-04T12:31:30.1237916Z     Checking aes-gcm v0.10.3
2026-08-04T12:31:30.2950625Z    Compiling blake3 v1.8.5
2026-08-04T12:31:30.3327483Z    Compiling noq v0.18.0
2026-08-04T12:31:30.3760669Z    Compiling netwatch v0.16.0
2026-08-04T12:31:30.4780510Z    Compiling acto v0.8.2
2026-08-04T12:31:30.5461428Z     Checking identity-hash v0.1.0
2026-08-04T12:31:30.5545961Z     Checking xml-rs v0.8.28
2026-08-04T12:31:30.5768802Z     Checking lru-slab v0.1.2
2026-08-04T12:31:30.6020667Z    Compiling toml_edit v0.25.12+spec-1.1.0
2026-08-04T12:31:30.6140676Z     Checking rustc-hash v2.1.2
2026-08-04T12:31:30.6333808Z     Checking unicode-width v0.1.14
2026-08-04T12:31:30.6744095Z     Checking mac-addr v0.3.0
2026-08-04T12:31:30.7086287Z     Checking foldhash v0.2.0
2026-08-04T12:31:30.8080723Z    Compiling time v0.3.47
2026-08-04T12:31:30.8362155Z     Checking tagptr v0.2.0
2026-08-04T12:31:30.9000664Z     Checking sorted-index-buffer v0.2.1
2026-08-04T12:31:30.9115597Z     Checking hashbrown v0.16.1
2026-08-04T12:31:30.9934320Z     Checking netlink-packet-route v0.30.0
2026-08-04T12:31:31.0138109Z     Checking simple-dns v0.9.3
2026-08-04T12:31:31.0371458Z     Checking arrayref v0.3.9
2026-08-04T12:31:31.0501124Z     Checking resolv-conf v0.7.6
2026-08-04T12:31:31.0910863Z     Checking constant_time_eq v0.4.2
2026-08-04T12:31:31.2120534Z     Checking smol_str v0.1.24
2026-08-04T12:31:31.2400186Z     Checking xmltree v0.10.3
2026-08-04T12:31:31.2783032Z     Checking simdutf8 v0.1.5
2026-08-04T12:31:31.3343152Z     Checking sha1_smol v1.0.1
2026-08-04T12:31:31.3857882Z     Checking serde_bytes v0.11.19
2026-08-04T12:31:31.4730272Z    Compiling proc-macro-crate v3.5.0
2026-08-04T12:31:31.5070996Z     Checking seize v0.5.1
2026-08-04T12:31:31.5827148Z    Compiling iroh v0.98.2
2026-08-04T12:31:31.6280610Z     Checking lru v0.16.4
2026-08-04T12:31:31.6956091Z     Checking cmov v0.5.4
2026-08-04T12:31:31.8165369Z     Checking papaya v0.2.4
2026-08-04T12:31:31.8395364Z     Checking hkdf v0.12.4
2026-08-04T12:31:31.8544318Z    Compiling serde_derive v1.0.228
2026-08-04T12:31:31.9364961Z    Compiling zeroize_derive v1.4.3
2026-08-04T12:31:31.9514363Z    Compiling curve25519-dalek-derive v0.1.1
2026-08-04T12:31:31.9639939Z    Compiling tokio-macros v2.7.0
2026-08-04T12:31:31.9968071Z    Compiling zerofrom-derive v0.1.7
2026-08-04T12:31:32.0215663Z    Compiling futures-macro v0.3.32
2026-08-04T12:31:32.0565692Z    Compiling yoke-derive v0.8.2
2026-08-04T12:31:32.0676832Z    Compiling zerovec-derive v0.11.3
2026-08-04T12:31:32.2894110Z    Compiling displaydoc v0.2.6
2026-08-04T12:31:32.6000600Z     Checking zeroize v1.8.2
2026-08-04T12:31:32.6215201Z    Compiling tracing-attributes v0.1.31
2026-08-04T12:31:32.7036034Z     Checking tokio v1.52.3
2026-08-04T12:31:32.9056647Z     Checking rustls-pki-types v1.14.1
2026-08-04T12:31:32.9187038Z     Checking futures-util v0.3.32
2026-08-04T12:31:33.0290617Z    Compiling thiserror-impl v2.0.18
2026-08-04T12:31:33.3157093Z    Compiling darling_macro v0.20.11
2026-08-04T12:31:33.3811850Z    Compiling thiserror-impl v1.0.69
2026-08-04T12:31:33.4150995Z    Compiling derive_more-impl v2.1.1
2026-08-04T12:31:33.4512878Z     Checking zerofrom v0.1.8
2026-08-04T12:31:33.5231120Z    Compiling spez v0.1.2
2026-08-04T12:31:33.5757996Z     Checking yoke v0.8.3
2026-08-04T12:31:33.7077022Z    Compiling darling v0.20.11
2026-08-04T12:31:33.7770849Z    Compiling derive_builder_core v0.20.2
2026-08-04T12:31:33.8125438Z     Checking zerovec v0.11.6
2026-08-04T12:31:33.9300624Z     Checking zerotrie v0.2.4
2026-08-04T12:31:33.9460875Z     Checking ed25519-dalek v2.2.0
2026-08-04T12:31:34.1441804Z     Checking spt-proto v0.53.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-proto)
2026-08-04T12:31:34.2152057Z    Compiling n0-error-macros v0.1.3
2026-08-04T12:31:34.3047974Z    Compiling ref-cast-impl v1.0.25
2026-08-04T12:31:34.5720977Z     Checking tinystr v0.8.3
2026-08-04T12:31:34.6800591Z     Checking potential_utf v0.1.5
2026-08-04T12:31:34.7592644Z     Checking icu_locale_core v2.2.0
2026-08-04T12:31:34.8144757Z     Checking icu_collections v2.2.0
2026-08-04T12:31:34.9390743Z     Checking der v0.8.0-rc.10
2026-08-04T12:31:35.0633021Z    Compiling schemars_derive v1.2.1
2026-08-04T12:31:35.0750735Z    Compiling pin-project-internal v1.1.13
2026-08-04T12:31:35.1110534Z     Checking filedescriptor v0.8.3
2026-08-04T12:31:35.1343525Z    Compiling derive_builder_macro v0.20.2
2026-08-04T12:31:35.2140378Z     Checking cobs v0.3.0
2026-08-04T12:31:35.2812672Z     Checking portable-pty v0.8.1
2026-08-04T12:31:35.2995957Z     Checking n0-error v0.1.3
2026-08-04T12:31:35.3691000Z    Compiling postcard-derive v0.2.2
2026-08-04T12:31:35.5237293Z    Compiling data-encoding-macro-internal v0.1.18
2026-08-04T12:31:35.5402149Z    Compiling derive_builder v0.20.2
2026-08-04T12:31:35.5728353Z     Checking rustls-native-certs v0.8.4
2026-08-04T12:31:35.7500615Z     Checking icu_provider v2.2.0
2026-08-04T12:31:35.7800525Z    Compiling num_enum_derive v0.7.6
2026-08-04T12:31:36.0350784Z     Checking data-encoding-macro v0.1.20
2026-08-04T12:31:36.0498800Z    Compiling async-trait v0.1.89
2026-08-04T12:31:36.0848036Z     Checking icu_properties v2.2.0
2026-08-04T12:31:36.0972772Z     Checking icu_normalizer v2.2.0
2026-08-04T12:31:36.1096320Z     Checking futures-executor v0.3.32
2026-08-04T12:31:36.1511320Z    Compiling strum_macros v0.28.0
2026-08-04T12:31:36.2309288Z     Checking spki v0.8.0-rc.4
2026-08-04T12:31:36.2490839Z     Checking futures v0.3.32
2026-08-04T12:31:36.3260727Z    Compiling enum-assoc v1.3.0
2026-08-04T12:31:36.4177667Z     Checking pkcs8 v0.11.0-rc.10
2026-08-04T12:31:36.4648868Z     Checking pin-project v1.1.13
2026-08-04T12:31:36.5450504Z    Compiling iroh-metrics-derive v0.4.1
2026-08-04T12:31:36.5877849Z     Checking webpki-roots v1.0.7
2026-08-04T12:31:36.5888095Z     Checking ctutils v0.4.2
2026-08-04T12:31:36.6490584Z     Checking spake2 v0.4.0
2026-08-04T12:31:36.7098768Z     Checking ipnet v2.12.0
2026-08-04T12:31:36.7660646Z     Checking serde_spanned v0.6.9
2026-08-04T12:31:36.8239363Z     Checking toml_datetime v0.6.11
2026-08-04T12:31:36.8845853Z     Checking ed25519 v3.0.0-rc.4
2026-08-04T12:31:37.0690599Z     Checking toml_edit v0.22.27
2026-08-04T12:31:37.0730741Z     Checking prefix-trie v0.8.4
2026-08-04T12:31:37.0731703Z     Checking num_enum v0.7.6
2026-08-04T12:31:37.1174253Z    Compiling iroh-relay v0.98.0
2026-08-04T12:31:37.1635933Z     Checking sha1 v0.10.6
2026-08-04T12:31:37.1636907Z     Checking schemars v1.2.1
2026-08-04T12:31:37.1883828Z    Compiling doctest-file v1.1.1
2026-08-04T12:31:37.3190480Z     Checking errno v0.3.14
2026-08-04T12:31:37.3625955Z    Compiling signal-hook v0.3.18
2026-08-04T12:31:37.3831038Z     Checking once_cell v1.21.4
2026-08-04T12:31:37.4268525Z     Checking idna_adapter v1.2.2
2026-08-04T12:31:37.4300606Z     Checking moka v0.12.15
2026-08-04T12:31:37.4838729Z     Checking signal-hook-registry v1.4.8
2026-08-04T12:31:37.5140647Z     Checking idna v1.1.0
2026-08-04T12:31:37.5651021Z    Compiling darling_core v0.23.0
2026-08-04T12:31:37.5917744Z     Checking tracing-core v0.1.36
2026-08-04T12:31:37.6640723Z     Checking tempfile v3.27.0
2026-08-04T12:31:37.6851314Z     Checking postcard v1.1.3
2026-08-04T12:31:37.7237494Z     Checking interprocess v2.4.2
2026-08-04T12:31:37.7714369Z     Checking hashbrown v0.14.5
2026-08-04T12:31:37.8940763Z     Checking url v2.5.8
2026-08-04T12:31:37.9141548Z     Checking spt-test-support v0.53.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-test-support)
2026-08-04T12:31:37.9456816Z     Checking derive_more v2.1.1
2026-08-04T12:31:37.9930587Z     Checking tokio-util v0.7.18
2026-08-04T12:31:38.0552626Z     Checking netlink-sys v0.8.8
2026-08-04T12:31:38.0771006Z     Checking tower v0.5.3
2026-08-04T12:31:38.1087777Z     Checking backon v1.6.0
2026-08-04T12:31:38.1195895Z     Checking tracing v0.1.44
2026-08-04T12:31:38.1310688Z    Compiling rustix v0.38.44
2026-08-04T12:31:38.2100573Z     Checking ed25519-dalek v3.0.0-pre.6
2026-08-04T12:31:38.2700639Z     Checking netdev v0.42.0
2026-08-04T12:31:38.2938204Z     Checking netlink-proto v0.12.0
2026-08-04T12:31:38.4290805Z     Checking iroh-metrics v0.38.3
2026-08-04T12:31:38.5381044Z     Checking hickory-proto v0.26.0-beta.4
2026-08-04T12:31:38.5406378Z     Checking hashlink v0.9.1
2026-08-04T12:31:38.5590601Z     Checking iroh-base v0.98.0
2026-08-04T12:31:38.5738438Z     Checking attohttpc v0.30.1
2026-08-04T12:31:38.5926989Z     Checking anstyle-parse v1.0.0
2026-08-04T12:31:38.6591440Z     Checking tower-http v0.6.11
2026-08-04T12:31:38.6818411Z     Checking linux-raw-sys v0.4.15
2026-08-04T12:31:38.7155892Z     Checking anstyle-query v1.1.5
2026-08-04T12:31:38.7676507Z     Checking anstyle v1.0.14
2026-08-04T12:31:38.8001891Z    Compiling instability v0.3.12
2026-08-04T12:31:38.8980535Z     Checking h2 v0.4.14
2026-08-04T12:31:38.9653197Z     Checking toml v0.8.23
2026-08-04T12:31:38.9790401Z     Checking tokio-stream v0.1.18
2026-08-04T12:31:38.9911511Z     Checking colorchoice v1.0.5
2026-08-04T12:31:38.9912631Z     Checking is_terminal_polyfill v1.70.2
2026-08-04T12:31:39.0470673Z     Checking foldhash v0.1.5
2026-08-04T12:31:39.0500909Z     Checking n0-watcher v0.6.1
2026-08-04T12:31:39.0810635Z     Checking strum v0.28.0
2026-08-04T12:31:39.0850714Z     Checking signal-hook-mio v0.2.5
2026-08-04T12:31:39.1003742Z     Checking anstream v1.0.0
2026-08-04T12:31:39.1101229Z    Compiling strum_macros v0.26.4
2026-08-04T12:31:39.1102717Z     Checking terminal_size v0.4.4
2026-08-04T12:31:39.1601085Z     Checking hashbrown v0.15.5
2026-08-04T12:31:39.1699876Z     Checking iroh-dns v0.98.0
2026-08-04T12:31:39.1890941Z     Checking itertools v0.13.0
2026-08-04T12:31:39.2430948Z     Checking castaway v0.2.4
2026-08-04T12:31:39.3203979Z    Compiling indoc v2.0.7
2026-08-04T12:31:39.3311378Z     Checking clap_lex v1.1.0
2026-08-04T12:31:39.4534021Z     Checking static_assertions v1.1.0
2026-08-04T12:31:39.4652383Z     Checking rusqlite v0.32.1
2026-08-04T12:31:39.4880761Z    Compiling clap_derive v4.6.1
2026-08-04T12:31:39.4966410Z     Checking iana-time-zone v0.1.65
2026-08-04T12:31:39.5109697Z     Checking compact_str v0.8.2
2026-08-04T12:31:39.5220733Z     Checking cassowary v0.3.0
2026-08-04T12:31:39.6294485Z     Checking chrono v0.4.45
2026-08-04T12:31:39.6448240Z     Checking clap_builder v4.6.0
2026-08-04T12:31:39.7781027Z     Checking nucleo-matcher v0.3.1
2026-08-04T12:31:39.8158425Z     Checking qrcode v0.14.1
2026-08-04T12:31:39.8860847Z     Checking lru v0.12.5
2026-08-04T12:31:39.9862940Z     Checking bytemuck v1.25.2
2026-08-04T12:31:40.0179691Z     Checking crossterm v0.28.1
2026-08-04T12:31:40.2330987Z     Checking rgb v0.8.53
2026-08-04T12:31:40.2995292Z     Checking mock-adapter v0.53.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/adapters/mock)
2026-08-04T12:31:40.6389658Z     Checking avt v0.18.0
2026-08-04T12:31:40.8330610Z     Checking swarm-discovery v0.6.0-alpha.2 (https://github.com/SaberMage/swarm-discovery?rev=89a2200d54a4e3cab2f46cc75ebff49a1fb07614#89a2200d)
2026-08-04T12:31:41.0162283Z     Checking unicode-truncate v1.1.0
2026-08-04T12:31:41.1409977Z    Compiling darling_macro v0.23.0
2026-08-04T12:31:41.2649434Z     Checking strum v0.26.3
2026-08-04T12:31:41.4190327Z    Compiling darling v0.23.0
2026-08-04T12:31:41.6130578Z     Checking clap v4.6.1
2026-08-04T12:31:41.8758420Z     Checking ratatui v0.29.0
2026-08-04T12:31:43.3527679Z     Checking hyper v1.10.1
2026-08-04T12:31:44.6565529Z     Checking hyper-util v0.1.20
2026-08-04T12:31:45.4577917Z     Checking igd-next v0.17.1
2026-08-04T12:31:45.5446186Z     Checking spt-msg v0.53.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-msg)
2026-08-04T12:31:45.7246952Z     Checking portmapper v0.16.0
2026-08-04T12:31:45.7417698Z     Checking spt-term v0.53.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-term)
2026-08-04T12:31:45.7418775Z     Checking spt-runtime v0.53.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-runtime)
2026-08-04T12:31:47.3914900Z     Checking spt-live v0.53.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-live)
2026-08-04T12:31:47.8993810Z     Checking rustls-webpki v0.103.13
2026-08-04T12:31:49.6825117Z     Checking tokio-rustls v0.26.4
2026-08-04T12:31:49.6825430Z     Checking noq-proto v0.17.0
2026-08-04T12:31:49.6825692Z     Checking rustls-platform-verifier v0.7.0
2026-08-04T12:31:49.8001700Z     Checking hyper-rustls v0.27.9
2026-08-04T12:31:49.8002072Z     Checking hickory-net v0.26.0-beta.4
2026-08-04T12:31:49.8002371Z     Checking tokio-websockets v0.13.2
2026-08-04T12:31:49.8887998Z     Checking reqwest v0.13.4
2026-08-04T12:31:50.5224997Z     Checking hickory-resolver v0.26.0-beta.4
2026-08-04T12:31:56.4101811Z     Checking spt-net v0.53.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-net)
2026-08-04T12:31:58.2128882Z     Checking spt-daemon v0.53.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-daemon)
2026-08-04T12:32:04.0295254Z     Checking spt v0.53.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt)
2026-08-04T12:32:05.2620902Z     Checking xtask v0.53.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/xtask)
2026-08-04T12:32:15.8568763Z     Finished `dev` profile [unoptimized + debuginfo] target(s) in 53.70s
2026-08-04T12:32:15.9763697Z Post job cleanup.
2026-08-04T12:32:16.0446666Z [command]/usr/bin/git version
2026-08-04T12:32:16.0511771Z git version 2.43.0
2026-08-04T12:32:16.0538727Z Copying '/home/reavus/.gitconfig' to '/home/reavus/actions-runner/_work/_temp/d38e4e41-94c2-45d8-893e-93a7a51acbec/.gitconfig'
2026-08-04T12:32:16.0546495Z Temporarily overriding HOME='/home/reavus/actions-runner/_work/_temp/d38e4e41-94c2-45d8-893e-93a7a51acbec' before making global git config changes
2026-08-04T12:32:16.0547130Z Adding repository directory to the temporary git global config as a safe directory
2026-08-04T12:32:16.0550035Z [command]/usr/bin/git config --global --add safe.directory /home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core
2026-08-04T12:32:16.0579487Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2026-08-04T12:32:16.0605031Z [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-04T12:32:16.0794261Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-08-04T12:32:16.0814587Z http.https://github.com/.extraheader
2026-08-04T12:32:16.0822422Z [command]/usr/bin/git config --local --unset-all http.https://github.com/.extraheader
2026-08-04T12:32:16.0845790Z [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-04T12:32:16.1027145Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-08-04T12:32:16.1052974Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
2026-08-04T12:32:16.1416830Z Cleaning up orphan processes
