﻿2026-08-18T00:51:18.6292142Z Current runner version: '2.336.0'
2026-08-18T00:51:18.6296639Z Runner name: 'kitsubito'
2026-08-18T00:51:18.6297179Z Runner group name: 'Default'
2026-08-18T00:51:18.6297784Z Machine name: 'KITSUBITO'
2026-08-18T00:51:18.6301047Z ##[group]GITHUB_TOKEN Permissions
2026-08-18T00:51:18.6302908Z Actions: write
2026-08-18T00:51:18.6303312Z ArtifactMetadata: write
2026-08-18T00:51:18.6303703Z Attestations: write
2026-08-18T00:51:18.6304066Z Checks: write
2026-08-18T00:51:18.6304414Z CodeQuality: write
2026-08-18T00:51:18.6304780Z Contents: write
2026-08-18T00:51:18.6305138Z CopilotRequests: write
2026-08-18T00:51:18.6305519Z Deployments: write
2026-08-18T00:51:18.6305877Z Discussions: write
2026-08-18T00:51:18.6306234Z Drives: write
2026-08-18T00:51:18.6306577Z Issues: write
2026-08-18T00:51:18.6306920Z Metadata: read
2026-08-18T00:51:18.6307270Z Models: read
2026-08-18T00:51:18.6307613Z Packages: write
2026-08-18T00:51:18.6307971Z Pages: write
2026-08-18T00:51:18.6308415Z PullRequests: write
2026-08-18T00:51:18.6308806Z RepositoryProjects: write
2026-08-18T00:51:18.6309684Z SecurityEvents: write
2026-08-18T00:51:18.6310185Z Statuses: write
2026-08-18T00:51:18.6310648Z VulnerabilityAlerts: read
2026-08-18T00:51:18.6311114Z ##[endgroup]
2026-08-18T00:51:18.6313066Z Secret source: Actions
2026-08-18T00:51:18.6313911Z Prepare workflow directory
2026-08-18T00:51:18.6660607Z Prepare all required actions
2026-08-18T00:51:18.6695845Z Getting action download info
2026-08-18T00:51:19.0471390Z Download action repository 'actions/checkout@v5' (SHA:fbc6f3992d24b796d5a048ff273f7fcc4a7b6c09)
2026-08-18T00:51:19.4214408Z Complete job name: lint
2026-08-18T00:51:19.5002628Z ##[group]Run set -euo pipefail
2026-08-18T00:51:19.5003272Z [36;1mset -euo pipefail[0m
2026-08-18T00:51:19.5003735Z [36;1mfloor_bytes=$((32 * 1024 * 1024 * 1024))[0m
2026-08-18T00:51:19.5004369Z [36;1mdrive=$(df -P "$GITHUB_WORKSPACE" | awk 'NR == 2 { print $1 }')[0m
2026-08-18T00:51:19.5005061Z [36;1mfree_bytes=$(df -PB1 "$GITHUB_WORKSPACE" | awk 'NR == 2 { print $4 }')[0m
2026-08-18T00:51:19.5005796Z [36;1mprintf 'disk preflight: drive=%s free_bytes=%s floor_bytes=%s\n' \[0m
2026-08-18T00:51:19.5006395Z [36;1m  "$drive" "$free_bytes" "$floor_bytes"[0m
2026-08-18T00:51:19.5006909Z [36;1mif [ "$free_bytes" -lt "$floor_bytes" ]; then[0m
2026-08-18T00:51:19.5007717Z [36;1m  echo "::error title=Insufficient free disk::RESOURCE=disk drive=$drive free_bytes=$free_bytes floor_bytes=$floor_bytes"[0m
2026-08-18T00:51:19.5008483Z [36;1m  exit 1[0m
2026-08-18T00:51:19.5008842Z [36;1mfi[0m
2026-08-18T00:51:19.5025404Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0}
2026-08-18T00:51:19.5026191Z ##[endgroup]
2026-08-18T00:51:19.5144578Z disk preflight: drive=/dev/nvme0n1p2 free_bytes=800772292608 floor_bytes=34359738368
2026-08-18T00:51:19.5316227Z ##[group]Run actions/checkout@v5
2026-08-18T00:51:19.5316689Z with:
2026-08-18T00:51:19.5317047Z   repository: BigscreenVR/spt-bs-core
2026-08-18T00:51:19.5320189Z   token: ***
2026-08-18T00:51:19.5320534Z   ssh-strict: true
2026-08-18T00:51:19.5320897Z   ssh-user: git
2026-08-18T00:51:19.5321236Z   persist-credentials: true
2026-08-18T00:51:19.5321609Z   clean: true
2026-08-18T00:51:19.5321966Z   sparse-checkout-cone-mode: true
2026-08-18T00:51:19.5322371Z   fetch-depth: 1
2026-08-18T00:51:19.5322704Z   fetch-tags: false
2026-08-18T00:51:19.5323052Z   show-progress: true
2026-08-18T00:51:19.5323394Z   lfs: false
2026-08-18T00:51:19.5323714Z   submodules: false
2026-08-18T00:51:19.5324057Z   set-safe-directory: true
2026-08-18T00:51:19.5324445Z   allow-unsafe-pr-checkout: false
2026-08-18T00:51:19.5324840Z ##[endgroup]
2026-08-18T00:51:19.6074635Z Syncing repository: BigscreenVR/spt-bs-core
2026-08-18T00:51:19.6076849Z ##[group]Getting Git version info
2026-08-18T00:51:19.6078452Z Working directory is '/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core'
2026-08-18T00:51:19.6080087Z [command]/usr/bin/git version
2026-08-18T00:51:19.6080813Z git version 2.43.0
2026-08-18T00:51:19.6083002Z ##[endgroup]
2026-08-18T00:51:19.6087784Z Copying '/home/reavus/.gitconfig' to '/home/reavus/actions-runner/_work/_temp/81df9b83-a034-4cb8-8f07-8d88d87e8e2e/.gitconfig'
2026-08-18T00:51:19.6090165Z Temporarily overriding HOME='/home/reavus/actions-runner/_work/_temp/81df9b83-a034-4cb8-8f07-8d88d87e8e2e' before making global git config changes
2026-08-18T00:51:19.6092098Z Adding repository directory to the temporary git global config as a safe directory
2026-08-18T00:51:19.6093815Z [command]/usr/bin/git config --global --add safe.directory /home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core
2026-08-18T00:51:19.6121851Z [command]/usr/bin/git config --local --get remote.origin.url
2026-08-18T00:51:19.6139618Z https://github.com/BigscreenVR/spt-bs-core
2026-08-18T00:51:19.6148908Z ##[group]Removing previously created refs, to avoid conflicts
2026-08-18T00:51:19.6151395Z [command]/usr/bin/git rev-parse --symbolic-full-name --verify --quiet HEAD
2026-08-18T00:51:19.6169290Z HEAD
2026-08-18T00:51:19.6198215Z ##[endgroup]
2026-08-18T00:51:19.6199697Z [command]/usr/bin/git submodule status
2026-08-18T00:51:19.6382319Z ##[group]Cleaning the repository
2026-08-18T00:51:19.6385269Z [command]/usr/bin/git clean -ffdx
2026-08-18T00:51:19.6418247Z [command]/usr/bin/git reset --hard HEAD
2026-08-18T00:51:19.6477299Z HEAD is now at a617dff57 Merge af8e57785d479fac8d0726c9f7e2085e3ce26529 into fa8c22293a8345d14455255e7de34d1d73e6ca57
2026-08-18T00:51:19.6484456Z ##[endgroup]
2026-08-18T00:51:19.6485197Z ##[group]Disabling automatic garbage collection
2026-08-18T00:51:19.6487989Z [command]/usr/bin/git config --local gc.auto 0
2026-08-18T00:51:19.6511818Z ##[endgroup]
2026-08-18T00:51:19.6512519Z ##[group]Setting up auth
2026-08-18T00:51:19.6516888Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2026-08-18T00:51:19.6541767Z [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-18T00:51:19.6728115Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-08-18T00:51:19.6753413Z [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-18T00:51:19.6937969Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-08-18T00:51:19.6964230Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
2026-08-18T00:51:19.7153373Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic ***
2026-08-18T00:51:19.7190334Z ##[endgroup]
2026-08-18T00:51:19.7190964Z ##[group]Fetching the repository
2026-08-18T00:51:19.7200179Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +a617dff57a471fa3682879910a35a2b47a8c7b48:refs/remotes/pull/146/merge
2026-08-18T00:51:20.2152210Z ##[endgroup]
2026-08-18T00:51:20.2153090Z ##[group]Determining the checkout info
2026-08-18T00:51:20.2156227Z ##[endgroup]
2026-08-18T00:51:20.2161999Z [command]/usr/bin/git sparse-checkout disable
2026-08-18T00:51:20.2224343Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig
2026-08-18T00:51:20.2248379Z ##[group]Checking out the ref
2026-08-18T00:51:20.2250434Z [command]/usr/bin/git checkout --progress --force refs/remotes/pull/146/merge
2026-08-18T00:51:20.2300816Z HEAD is now at a617dff57 Merge af8e57785d479fac8d0726c9f7e2085e3ce26529 into fa8c22293a8345d14455255e7de34d1d73e6ca57
2026-08-18T00:51:20.2305203Z ##[endgroup]
2026-08-18T00:51:20.2337557Z [command]/usr/bin/git log -1 --format=%H
2026-08-18T00:51:20.2362656Z a617dff57a471fa3682879910a35a2b47a8c7b48
2026-08-18T00:51:20.2524307Z ##[group]Run cargo clippy --workspace --all-targets -- -D warnings
2026-08-18T00:51:20.2524984Z [36;1mcargo clippy --workspace --all-targets -- -D warnings[0m
2026-08-18T00:51:20.2537864Z shell: /usr/bin/bash -e {0}
2026-08-18T00:51:20.2538238Z ##[endgroup]
2026-08-18T00:51:21.1468128Z    Compiling proc-macro2 v1.0.106
2026-08-18T00:51:21.1468914Z    Compiling quote v1.0.45
2026-08-18T00:51:21.1469529Z    Compiling unicode-ident v1.0.24
2026-08-18T00:51:21.1469857Z    Compiling libc v0.2.186
2026-08-18T00:51:21.1470201Z     Checking cfg-if v1.0.4
2026-08-18T00:51:21.1470482Z    Compiling serde_core v1.0.228
2026-08-18T00:51:21.1523742Z    Compiling serde v1.0.228
2026-08-18T00:51:21.1524203Z     Checking typenum v1.20.1
2026-08-18T00:51:21.1635248Z    Compiling version_check v0.9.5
2026-08-18T00:51:21.1672369Z    Compiling portable-atomic v1.13.1
2026-08-18T00:51:21.1756714Z     Checking subtle v2.6.1
2026-08-18T00:51:21.1801577Z     Checking critical-section v1.2.0
2026-08-18T00:51:21.1802557Z     Checking memchr v2.8.1
2026-08-18T00:51:21.1858371Z    Compiling find-msvc-tools v0.1.9
2026-08-18T00:51:21.2013984Z    Compiling shlex v2.0.1
2026-08-18T00:51:21.2172976Z     Checking log v0.4.32
2026-08-18T00:51:21.2304362Z     Checking smallvec v1.15.1
2026-08-18T00:51:21.2663526Z    Compiling semver v1.0.28
2026-08-18T00:51:21.3442432Z     Checking cpufeatures v0.2.17
2026-08-18T00:51:21.3889948Z     Checking rand_core v0.10.1
2026-08-18T00:51:21.4001287Z     Checking bitflags v2.12.1
2026-08-18T00:51:21.4092181Z     Checking equivalent v1.0.2
2026-08-18T00:51:21.4282803Z     Checking itoa v1.0.18
2026-08-18T00:51:21.4472036Z    Compiling getrandom v0.4.2
2026-08-18T00:51:21.4602030Z     Checking hashbrown v0.17.1
2026-08-18T00:51:21.4801809Z     Checking pin-project-lite v0.2.17
2026-08-18T00:51:21.4900948Z     Checking futures-core v0.3.32
2026-08-18T00:51:21.5152624Z    Compiling generic-array v0.14.7
2026-08-18T00:51:21.5248032Z    Compiling zerocopy v0.8.50
2026-08-18T00:51:21.5522166Z     Checking bytes v1.11.1
2026-08-18T00:51:21.5523262Z    Compiling ahash v0.8.12
2026-08-18T00:51:21.5791640Z    Compiling vcpkg v0.2.15
2026-08-18T00:51:21.6083515Z    Compiling rustc_version v0.4.1
2026-08-18T00:51:21.6821837Z    Compiling zmij v1.0.21
2026-08-18T00:51:21.6922182Z     Checking signature v2.2.0
2026-08-18T00:51:21.7063478Z    Compiling pkg-config v0.3.33
2026-08-18T00:51:21.7272981Z     Checking fastrand v2.4.1
2026-08-18T00:51:21.7872023Z     Checking ed25519 v2.2.3
2026-08-18T00:51:21.8282102Z    Compiling serde_json v1.0.150
2026-08-18T00:51:21.8651165Z     Checking aho-corasick v1.1.4
2026-08-18T00:51:21.9112478Z     Checking regex-syntax v0.8.10
2026-08-18T00:51:21.9255764Z     Checking stable_deref_trait v1.2.1
2026-08-18T00:51:21.9962502Z     Checking fallible-streaming-iterator v0.1.9
2026-08-18T00:51:22.0621539Z     Checking fallible-iterator v0.3.0
2026-08-18T00:51:22.0715932Z    Compiling curve25519-dalek v4.1.3
2026-08-18T00:51:22.1192259Z     Checking slab v0.4.12
2026-08-18T00:51:22.2476786Z     Checking indexmap v2.14.0
2026-08-18T00:51:22.2695653Z     Checking futures-sink v0.3.32
2026-08-18T00:51:22.3116639Z     Checking futures-io v0.3.32
2026-08-18T00:51:22.3393664Z     Checking futures-channel v0.3.32
2026-08-18T00:51:22.3541482Z     Checking futures-task v0.3.32
2026-08-18T00:51:22.3661407Z    Compiling autocfg v1.5.1
2026-08-18T00:51:22.4132859Z    Compiling syn v2.0.117
2026-08-18T00:51:22.4558389Z    Compiling rustversion v1.0.22
2026-08-18T00:51:22.4740445Z     Checking hybrid-array v0.4.12
2026-08-18T00:51:22.4856074Z    Compiling anyhow v1.0.102
2026-08-18T00:51:22.4870758Z    Compiling cfg_aliases v0.2.1
2026-08-18T00:51:22.4872602Z    Compiling rustix v1.1.4
2026-08-18T00:51:22.5507868Z     Checking linux-raw-sys v0.12.1
2026-08-18T00:51:22.5618589Z     Checking writeable v0.6.3
2026-08-18T00:51:22.7304351Z     Checking litemap v0.8.2
2026-08-18T00:51:22.8301325Z    Compiling ident_case v1.0.1
2026-08-18T00:51:22.8431212Z    Compiling jobserver v0.1.34
2026-08-18T00:51:22.8563132Z    Compiling spt-procident v0.55.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-procident)
2026-08-18T00:51:22.9061197Z    Compiling icu_normalizer_data v2.2.0
2026-08-18T00:51:22.9531508Z    Compiling strsim v0.11.1
2026-08-18T00:51:22.9671629Z    Compiling dunce v1.0.5
2026-08-18T00:51:22.9681035Z    Compiling icu_properties_data v2.2.0
2026-08-18T00:51:23.0641405Z    Compiling fs_extra v1.3.0
2026-08-18T00:51:23.0757860Z     Checking crypto-common v0.2.2
2026-08-18T00:51:23.0916950Z     Checking block-buffer v0.12.0
2026-08-18T00:51:23.1012321Z     Checking utf8_iter v1.0.4
2026-08-18T00:51:23.1326291Z    Compiling cc v1.2.63
2026-08-18T00:51:23.1753873Z     Checking crypto-common v0.1.7
2026-08-18T00:51:23.2220794Z     Checking block-buffer v0.10.4
2026-08-18T00:51:23.2540512Z    Compiling spt-poolguard v0.55.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-poolguard)
2026-08-18T00:51:23.3320991Z     Checking digest v0.10.7
2026-08-18T00:51:23.3410584Z     Checking percent-encoding v2.3.2
2026-08-18T00:51:23.3740002Z     Checking inout v0.2.2
2026-08-18T00:51:23.3841782Z     Checking http v1.4.1
2026-08-18T00:51:23.4260727Z    Compiling aws-lc-rs v1.17.0
2026-08-18T00:51:23.4420872Z    Compiling thiserror v2.0.18
2026-08-18T00:51:23.4740801Z     Checking cpufeatures v0.3.0
2026-08-18T00:51:23.4834913Z     Checking scopeguard v1.2.0
2026-08-18T00:51:23.4941919Z     Checking arrayvec v0.7.6
2026-08-18T00:51:23.5285340Z     Checking form_urlencoded v1.2.2
2026-08-18T00:51:23.5490914Z     Checking sha2 v0.10.9
2026-08-18T00:51:23.5631379Z     Checking lock_api v0.4.14
2026-08-18T00:51:23.6480512Z    Compiling fnv v1.0.7
2026-08-18T00:51:23.6840941Z     Checking getrandom v0.2.17
2026-08-18T00:51:23.6970973Z     Checking mio v1.2.1
2026-08-18T00:51:23.7605587Z     Checking socket2 v0.6.4
2026-08-18T00:51:23.7695594Z     Checking fs2 v0.4.3
2026-08-18T00:51:23.8086140Z     Checking rand_core v0.6.4
2026-08-18T00:51:23.8629288Z     Checking uuid v1.23.2
2026-08-18T00:51:23.8912150Z     Checking utf8parse v0.2.2
2026-08-18T00:51:23.9297238Z     Checking cipher v0.5.2
2026-08-18T00:51:23.9427223Z     Checking untrusted v0.9.0
2026-08-18T00:51:23.9471266Z    Compiling memoffset v0.6.5
2026-08-18T00:51:23.9641750Z    Compiling spt-store v0.55.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-store)
2026-08-18T00:51:23.9738595Z    Compiling heck v0.5.0
2026-08-18T00:51:23.9834193Z    Compiling unicode-segmentation v1.13.3
2026-08-18T00:51:24.0227342Z    Compiling rustls v0.23.40
2026-08-18T00:51:24.0566888Z     Checking regex-automata v0.4.14
2026-08-18T00:51:24.1120005Z    Compiling thiserror v1.0.69
2026-08-18T00:51:24.1379065Z     Checking ioctl-rs v0.1.6
2026-08-18T00:51:24.2010906Z     Checking serial-core v0.4.0
2026-08-18T00:51:24.2069301Z     Checking termios v0.2.2
2026-08-18T00:51:24.2150276Z     Checking atomic-waker v1.1.2
2026-08-18T00:51:24.2230814Z     Checking const-oid v0.10.2
2026-08-18T00:51:24.2295056Z    Compiling unicode-xid v0.2.6
2026-08-18T00:51:24.2437285Z     Checking chacha20 v0.10.0
2026-08-18T00:51:24.2930651Z     Checking hmac v0.12.1
2026-08-18T00:51:24.2940179Z     Checking pin-utils v0.1.0
2026-08-18T00:51:24.3190590Z     Checking bitflags v1.3.2
2026-08-18T00:51:24.3315694Z    Compiling paste v1.0.15
2026-08-18T00:51:24.3391633Z    Compiling httparse v1.10.1
2026-08-18T00:51:24.3400882Z    Compiling parking_lot_core v0.9.12
2026-08-18T00:51:24.3525920Z     Checking serial-unix v0.4.0
2026-08-18T00:51:24.3832774Z     Checking nix v0.25.1
2026-08-18T00:51:24.4071293Z     Checking http-body v1.0.1
2026-08-18T00:51:24.4380954Z    Compiling convert_case v0.10.0
2026-08-18T00:51:24.4897832Z    Compiling cmake v0.1.58
2026-08-18T00:51:24.5018011Z     Checking serial v0.4.0
2026-08-18T00:51:24.5143175Z     Checking rand v0.10.1
2026-08-18T00:51:24.5321055Z    Compiling num-traits v0.2.19
2026-08-18T00:51:24.5641890Z    Compiling vte_generate_state_changes v0.1.2
2026-08-18T00:51:24.5803021Z    Compiling ref-cast v1.0.25
2026-08-18T00:51:24.6231899Z     Checking shell-words v1.1.1
2026-08-18T00:51:24.6846975Z     Checking downcast-rs v1.2.1
2026-08-18T00:51:24.6970813Z     Checking base64ct v1.8.3
2026-08-18T00:51:24.7286738Z     Checking unicode-width v0.2.0
2026-08-18T00:51:24.7510702Z     Checking either v1.16.0
2026-08-18T00:51:24.8434495Z     Checking vte v0.13.1
2026-08-18T00:51:24.9370632Z     Checking pem-rfc7468 v1.0.0
2026-08-18T00:51:24.9867674Z     Checking base64 v0.22.1
2026-08-18T00:51:24.9945555Z     Checking tower-service v0.3.3
2026-08-18T00:51:25.0130992Z     Checking data-encoding v2.11.0
2026-08-18T00:51:25.0320835Z     Checking winnow v0.7.15
2026-08-18T00:51:25.0511633Z     Checking toml_write v0.1.2
2026-08-18T00:51:25.0720482Z     Checking try-lock v0.2.5
2026-08-18T00:51:25.1178812Z     Checking tinyvec_macros v0.1.1
2026-08-18T00:51:25.1510787Z     Checking want v0.3.1
2026-08-18T00:51:25.1700616Z     Checking tinyvec v1.11.0
2026-08-18T00:51:25.1810041Z     Checking parking_lot v0.12.5
2026-08-18T00:51:25.2575766Z    Compiling vergen-lib v9.1.0
2026-08-18T00:51:25.2966845Z     Checking inout v0.1.4
2026-08-18T00:51:25.3400626Z    Compiling libsqlite3-sys v0.30.1
2026-08-18T00:51:25.3496351Z    Compiling aws-lc-sys v0.41.0
2026-08-18T00:51:25.4035520Z    Compiling ring v0.17.14
2026-08-18T00:51:25.4190357Z    Compiling n0-future v0.3.2
2026-08-18T00:51:25.4524189Z    Compiling crossbeam-utils v0.8.21
2026-08-18T00:51:25.6355022Z     Checking diatomic-waker v0.2.3
2026-08-18T00:51:25.6441019Z     Checking parking v2.2.1
2026-08-18T00:51:25.6611468Z     Checking spin v0.10.0
2026-08-18T00:51:25.6820990Z    Compiling winnow v1.0.3
2026-08-18T00:51:25.6992079Z     Checking cordyceps v0.3.4
2026-08-18T00:51:25.7373028Z     Checking dyn-clone v1.0.20
2026-08-18T00:51:25.7392240Z     Checking httpdate v1.0.3
2026-08-18T00:51:25.8100216Z     Checking futures-lite v2.6.1
2026-08-18T00:51:25.8572720Z     Checking netlink-packet-core v0.8.1
2026-08-18T00:51:25.8836705Z     Checking cipher v0.4.4
2026-08-18T00:51:25.9854472Z     Checking digest v0.11.3
2026-08-18T00:51:25.9862365Z     Checking futures-buffered v0.2.13
2026-08-18T00:51:26.0882549Z    Compiling vergen-lib v0.1.6
2026-08-18T00:51:26.0981035Z    Compiling vergen v9.1.0
2026-08-18T00:51:26.1321175Z     Checking universal-hash v0.5.1
2026-08-18T00:51:26.1446178Z    Compiling noq-udp v0.10.0
2026-08-18T00:51:26.2347582Z    Compiling heapless v0.7.17
2026-08-18T00:51:26.2440566Z    Compiling curve25519-dalek v5.0.0-pre.6
2026-08-18T00:51:26.2601740Z     Checking sync_wrapper v1.0.2
2026-08-18T00:51:26.2728029Z     Checking opaque-debug v0.3.1
2026-08-18T00:51:26.3250964Z    Compiling powerfmt v0.2.0
2026-08-18T00:51:26.3446096Z     Checking allocator-api2 v0.2.21
2026-08-18T00:51:26.4069629Z     Checking regex v1.12.3
2026-08-18T00:51:26.4497067Z     Checking byteorder v1.5.0
2026-08-18T00:51:26.4635442Z    Compiling toml_datetime v1.1.1+spec-1.1.0
2026-08-18T00:51:26.5417576Z    Compiling deranged v0.5.8
2026-08-18T00:51:26.6110395Z     Checking polyval v0.6.2
2026-08-18T00:51:26.6201507Z     Checking hash32 v0.2.1
2026-08-18T00:51:26.7225813Z     Checking spin v0.9.8
2026-08-18T00:51:26.7332830Z    Compiling vergen-gitcl v1.0.8
2026-08-18T00:51:26.7404229Z     Checking signature v3.0.0
2026-08-18T00:51:26.7671370Z    Compiling time-core v0.1.8
2026-08-18T00:51:26.7823367Z    Compiling num_threads v0.1.7
2026-08-18T00:51:26.8772096Z     Checking tower-layer v0.3.3
2026-08-18T00:51:26.9020929Z     Checking ryu v1.0.23
2026-08-18T00:51:26.9080789Z    Compiling num-conv v0.2.2
2026-08-18T00:51:26.9626112Z     Checking ghash v0.5.1
2026-08-18T00:51:27.0060578Z     Checking sha2 v0.11.0-rc.5
2026-08-18T00:51:27.0129744Z     Checking ctr v0.9.2
2026-08-18T00:51:27.0233184Z     Checking aes v0.8.4
2026-08-18T00:51:27.0381816Z     Checking http-body-util v0.1.3
2026-08-18T00:51:27.0646825Z     Checking aead v0.5.2
2026-08-18T00:51:27.1579712Z     Checking openssl-probe v0.2.1
2026-08-18T00:51:27.1683882Z     Checking crossbeam-channel v0.5.15
2026-08-18T00:51:27.1798309Z     Checking crossbeam-epoch v0.9.18
2026-08-18T00:51:27.2321757Z     Checking netlink-packet-route v0.29.0
2026-08-18T00:51:27.2840291Z    Compiling synstructure v0.13.2
2026-08-18T00:51:27.4440883Z    Compiling darling_core v0.20.11
2026-08-18T00:51:27.4661213Z    Compiling serde_derive_internals v0.29.1
2026-08-18T00:51:27.4901465Z    Compiling toml_parser v1.1.2+spec-1.1.0
2026-08-18T00:51:27.4990841Z    Compiling blake3 v1.8.5
2026-08-18T00:51:27.5411012Z     Checking aes-gcm v0.10.3
2026-08-18T00:51:27.5973128Z    Compiling netwatch v0.16.0
2026-08-18T00:51:27.6865767Z    Compiling noq v0.18.0
2026-08-18T00:51:27.7806029Z    Compiling acto v0.8.2
2026-08-18T00:51:27.8039076Z     Checking tagptr v0.2.0
2026-08-18T00:51:27.8353905Z     Checking rustc-hash v2.1.2
2026-08-18T00:51:27.8829755Z     Checking mac-addr v0.3.0
2026-08-18T00:51:27.9271361Z     Checking lru-slab v0.1.2
2026-08-18T00:51:27.9390766Z     Checking foldhash v0.2.0
2026-08-18T00:51:27.9481369Z     Checking identity-hash v0.1.0
2026-08-18T00:51:27.9561131Z     Checking xml-rs v0.8.28
2026-08-18T00:51:28.0113797Z    Compiling time v0.3.47
2026-08-18T00:51:28.0243724Z     Checking sorted-index-buffer v0.2.1
2026-08-18T00:51:28.0248350Z     Checking unicode-width v0.1.14
2026-08-18T00:51:28.0597488Z    Compiling toml_edit v0.25.12+spec-1.1.0
2026-08-18T00:51:28.1502528Z     Checking hashbrown v0.16.1
2026-08-18T00:51:28.2839840Z     Checking netlink-packet-route v0.30.0
2026-08-18T00:51:28.2950399Z     Checking simple-dns v0.9.3
2026-08-18T00:51:28.3036357Z     Checking simdutf8 v0.1.5
2026-08-18T00:51:28.4835284Z     Checking sha1_smol v1.0.1
2026-08-18T00:51:28.5913388Z     Checking xmltree v0.10.3
2026-08-18T00:51:28.5914423Z     Checking smol_str v0.1.24
2026-08-18T00:51:28.6176828Z     Checking arrayref v0.3.9
2026-08-18T00:51:28.6648247Z     Checking constant_time_eq v0.4.2
2026-08-18T00:51:28.7168714Z     Checking resolv-conf v0.7.6
2026-08-18T00:51:28.7169554Z     Checking serde_bytes v0.11.19
2026-08-18T00:51:28.7619767Z     Checking seize v0.5.1
2026-08-18T00:51:28.8464384Z    Compiling proc-macro-crate v3.5.0
2026-08-18T00:51:28.8979418Z     Checking lru v0.16.4
2026-08-18T00:51:28.9080239Z    Compiling iroh v0.98.2
2026-08-18T00:51:28.9331289Z     Checking cmov v0.5.4
2026-08-18T00:51:29.0521863Z     Checking papaya v0.2.4
2026-08-18T00:51:29.1082890Z     Checking hkdf v0.12.4
2026-08-18T00:51:29.1463886Z     Checking sha1 v0.10.6
2026-08-18T00:51:29.1585959Z     Checking ctutils v0.4.2
2026-08-18T00:51:29.1760457Z    Compiling serde_derive v1.0.228
2026-08-18T00:51:29.1926183Z    Compiling zeroize_derive v1.4.3
2026-08-18T00:51:29.2183950Z    Compiling curve25519-dalek-derive v0.1.1
2026-08-18T00:51:29.2580511Z    Compiling tokio-macros v2.7.0
2026-08-18T00:51:29.3166716Z    Compiling zerofrom-derive v0.1.7
2026-08-18T00:51:29.3329147Z    Compiling futures-macro v0.3.32
2026-08-18T00:51:29.3764343Z    Compiling yoke-derive v0.8.2
2026-08-18T00:51:29.3917888Z    Compiling zerovec-derive v0.11.3
2026-08-18T00:51:29.4582339Z    Compiling displaydoc v0.2.6
2026-08-18T00:51:29.7450188Z     Checking zeroize v1.8.2
2026-08-18T00:51:29.7731219Z    Compiling tracing-attributes v0.1.31
2026-08-18T00:51:29.8840790Z     Checking tokio v1.52.3
2026-08-18T00:51:30.2180477Z     Checking rustls-pki-types v1.14.1
2026-08-18T00:51:30.2321431Z     Checking futures-util v0.3.32
2026-08-18T00:51:30.4061366Z    Compiling thiserror-impl v2.0.18
2026-08-18T00:51:30.4700994Z    Compiling darling_macro v0.20.11
2026-08-18T00:51:30.5507590Z    Compiling thiserror-impl v1.0.69
2026-08-18T00:51:30.6420753Z    Compiling derive_more-impl v2.1.1
2026-08-18T00:51:30.6831863Z     Checking zerofrom v0.1.8
2026-08-18T00:51:30.7758429Z     Checking yoke v0.8.3
2026-08-18T00:51:30.7918271Z    Compiling n0-error-macros v0.1.3
2026-08-18T00:51:30.8663722Z    Compiling darling v0.20.11
2026-08-18T00:51:30.9280903Z    Compiling derive_builder_core v0.20.2
2026-08-18T00:51:30.9484776Z     Checking zerovec v0.11.6
2026-08-18T00:51:31.0201489Z     Checking ed25519-dalek v2.2.0
2026-08-18T00:51:31.2181843Z     Checking spt-proto v0.55.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-proto)
2026-08-18T00:51:31.2960649Z     Checking zerotrie v0.2.4
2026-08-18T00:51:31.5523085Z    Compiling spez v0.1.2
2026-08-18T00:51:31.6470742Z    Compiling ref-cast-impl v1.0.25
2026-08-18T00:51:31.6562647Z     Checking tinystr v0.8.3
2026-08-18T00:51:31.8181076Z     Checking potential_utf v0.1.5
2026-08-18T00:51:31.8297866Z     Checking icu_locale_core v2.2.0
2026-08-18T00:51:31.8998602Z     Checking n0-error v0.1.3
2026-08-18T00:51:31.9522334Z     Checking icu_collections v2.2.0
2026-08-18T00:51:32.0663382Z     Checking der v0.8.0-rc.10
2026-08-18T00:51:32.1256436Z     Checking filedescriptor v0.8.3
2026-08-18T00:51:32.1392711Z    Compiling schemars_derive v1.2.1
2026-08-18T00:51:32.1501409Z    Compiling derive_builder_macro v0.20.2
2026-08-18T00:51:32.2300947Z    Compiling pin-project-internal v1.1.13
2026-08-18T00:51:32.2793450Z     Checking cobs v0.3.0
2026-08-18T00:51:32.2920905Z     Checking portable-pty v0.8.1
2026-08-18T00:51:32.3424925Z    Compiling data-encoding-macro-internal v0.1.18
2026-08-18T00:51:32.4051369Z    Compiling postcard-derive v0.2.2
2026-08-18T00:51:32.4705022Z    Compiling derive_builder v0.20.2
2026-08-18T00:51:32.7272015Z     Checking data-encoding-macro v0.1.20
2026-08-18T00:51:32.8193625Z     Checking icu_provider v2.2.0
2026-08-18T00:51:32.8974120Z     Checking rustls-native-certs v0.8.4
2026-08-18T00:51:32.9112377Z    Compiling num_enum_derive v0.7.6
2026-08-18T00:51:32.9480373Z    Compiling iroh-metrics-derive v0.4.1
2026-08-18T00:51:32.9688248Z    Compiling async-trait v0.1.89
2026-08-18T00:51:33.0092036Z    Compiling enum-assoc v1.3.0
2026-08-18T00:51:33.0800616Z     Checking icu_normalizer v2.2.0
2026-08-18T00:51:33.1462544Z     Checking icu_properties v2.2.0
2026-08-18T00:51:33.3238323Z     Checking spki v0.8.0-rc.4
2026-08-18T00:51:33.4345089Z     Checking futures-executor v0.3.32
2026-08-18T00:51:33.4631008Z    Compiling strum_macros v0.28.0
2026-08-18T00:51:33.4816210Z     Checking pkcs8 v0.11.0-rc.10
2026-08-18T00:51:33.5316555Z    Compiling iroh-relay v0.98.0
2026-08-18T00:51:33.5740687Z     Checking futures v0.3.32
2026-08-18T00:51:33.5790459Z     Checking pin-project v1.1.13
2026-08-18T00:51:33.6161237Z     Checking webpki-roots v1.0.7
2026-08-18T00:51:33.6252014Z     Checking spake2 v0.4.0
2026-08-18T00:51:33.6459968Z    Compiling doctest-file v1.1.1
2026-08-18T00:51:33.7313954Z     Checking errno v0.3.14
2026-08-18T00:51:33.7854360Z    Compiling signal-hook v0.3.18
2026-08-18T00:51:33.7982278Z    Compiling darling_core v0.23.0
2026-08-18T00:51:33.8417331Z    Compiling rustix v0.38.44
2026-08-18T00:51:33.8735083Z     Checking signal-hook-registry v1.4.8
2026-08-18T00:51:33.9270509Z     Checking anstyle-parse v1.0.0
2026-08-18T00:51:33.9635082Z     Checking is_terminal_polyfill v1.70.2
2026-08-18T00:51:33.9636977Z     Checking anstyle v1.0.14
2026-08-18T00:51:33.9894688Z     Checking num_enum v0.7.6
2026-08-18T00:51:34.0203594Z     Checking anstyle-query v1.1.5
2026-08-18T00:51:34.0542230Z     Checking linux-raw-sys v0.4.15
2026-08-18T00:51:34.0809778Z     Checking foldhash v0.1.5
2026-08-18T00:51:34.1091715Z    Compiling instability v0.3.12
2026-08-18T00:51:34.1211308Z     Checking interprocess v2.4.2
2026-08-18T00:51:34.1680598Z     Checking ipnet v2.12.0
2026-08-18T00:51:34.2027049Z     Checking serde_spanned v0.6.9
2026-08-18T00:51:34.2350944Z     Checking toml_datetime v0.6.11
2026-08-18T00:51:34.2692262Z     Checking schemars v1.2.1
2026-08-18T00:51:34.4197759Z     Checking toml_edit v0.22.27
2026-08-18T00:51:34.4198665Z     Checking ed25519 v3.0.0-rc.4
2026-08-18T00:51:34.4631178Z     Checking idna_adapter v1.2.2
2026-08-18T00:51:34.4718505Z     Checking prefix-trie v0.8.4
2026-08-18T00:51:34.5458155Z     Checking idna v1.1.0
2026-08-18T00:51:34.6028583Z     Checking colorchoice v1.0.5
2026-08-18T00:51:34.6820866Z     Checking anstream v1.0.0
2026-08-18T00:51:34.7350578Z     Checking signal-hook-mio v0.2.5
2026-08-18T00:51:34.7822215Z     Checking once_cell v1.21.4
2026-08-18T00:51:34.8156326Z     Checking moka v0.12.15
2026-08-18T00:51:34.8824734Z     Checking tokio-util v0.7.18
2026-08-18T00:51:34.9180970Z     Checking netlink-sys v0.8.8
2026-08-18T00:51:34.9360885Z     Checking url v2.5.8
2026-08-18T00:51:34.9565385Z     Checking postcard v1.1.3
2026-08-18T00:51:34.9948621Z     Checking tracing-core v0.1.36
2026-08-18T00:51:35.1060838Z     Checking derive_more v2.1.1
2026-08-18T00:51:35.1310847Z     Checking tempfile v3.27.0
2026-08-18T00:51:35.1500878Z     Checking hashbrown v0.14.5
2026-08-18T00:51:35.1613628Z     Checking tower v0.5.3
2026-08-18T00:51:35.2250634Z     Checking netdev v0.42.0
2026-08-18T00:51:35.3441866Z     Checking netlink-proto v0.12.0
2026-08-18T00:51:35.3580058Z     Checking backon v1.6.0
2026-08-18T00:51:35.4058544Z     Checking tracing v0.1.44
2026-08-18T00:51:35.4707781Z     Checking spt-test-support v0.55.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-test-support)
2026-08-18T00:51:35.5720116Z     Checking hashbrown v0.15.5
2026-08-18T00:51:35.5883373Z    Compiling strum_macros v0.26.4
2026-08-18T00:51:35.5889689Z     Checking terminal_size v0.4.4
2026-08-18T00:51:35.6277580Z     Checking itertools v0.13.0
2026-08-18T00:51:35.6787580Z     Checking ed25519-dalek v3.0.0-pre.6
2026-08-18T00:51:35.6891992Z     Checking iroh-metrics v0.38.3
2026-08-18T00:51:35.7124964Z     Checking hickory-proto v0.26.0-beta.4
2026-08-18T00:51:35.7210875Z     Checking h2 v0.4.14
2026-08-18T00:51:35.8180145Z     Checking hashlink v0.9.1
2026-08-18T00:51:35.9020433Z     Checking iroh-base v0.98.0
2026-08-18T00:51:35.9691210Z     Checking tokio-stream v0.1.18
2026-08-18T00:51:36.0121676Z     Checking n0-watcher v0.6.1
2026-08-18T00:51:36.1560036Z     Checking tower-http v0.6.11
2026-08-18T00:51:36.1735120Z     Checking toml v0.8.23
2026-08-18T00:51:36.1967211Z     Checking strum v0.28.0
2026-08-18T00:51:36.2063083Z     Checking attohttpc v0.30.1
2026-08-18T00:51:36.2537734Z     Checking castaway v0.2.4
2026-08-18T00:51:36.2944783Z     Checking static_assertions v1.1.0
2026-08-18T00:51:36.3091248Z     Checking clap_lex v1.1.0
2026-08-18T00:51:36.3414017Z     Checking iroh-dns v0.98.0
2026-08-18T00:51:36.3545940Z    Compiling indoc v2.0.7
2026-08-18T00:51:36.4772065Z     Checking compact_str v0.8.2
2026-08-18T00:51:36.4862271Z     Checking clap_builder v4.6.0
2026-08-18T00:51:36.5165358Z     Checking lru v0.12.5
2026-08-18T00:51:36.5485959Z     Checking crossterm v0.28.1
2026-08-18T00:51:36.5980788Z    Compiling clap_derive v4.6.1
2026-08-18T00:51:36.6228831Z     Checking iana-time-zone v0.1.65
2026-08-18T00:51:36.6481424Z     Checking rusqlite v0.32.1
2026-08-18T00:51:36.6731756Z     Checking cassowary v0.3.0
2026-08-18T00:51:36.6831185Z     Checking nucleo-matcher v0.3.1
2026-08-18T00:51:36.7401213Z     Checking chrono v0.4.45
2026-08-18T00:51:36.8090691Z     Checking qrcode v0.14.1
2026-08-18T00:51:36.9011010Z     Checking bytemuck v1.25.2
2026-08-18T00:51:37.0862926Z     Checking rgb v0.8.53
2026-08-18T00:51:37.2251255Z     Checking mock-adapter v0.55.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/adapters/mock)
2026-08-18T00:51:37.2290685Z     Checking unicode-truncate v1.1.0
2026-08-18T00:51:37.2540771Z    Compiling darling_macro v0.23.0
2026-08-18T00:51:37.4414582Z     Checking avt v0.18.0
2026-08-18T00:51:37.5933028Z    Compiling darling v0.23.0
2026-08-18T00:51:37.7151441Z     Checking strum v0.26.3
2026-08-18T00:51:37.9848606Z     Checking swarm-discovery v0.6.0-alpha.2 (https://github.com/SaberMage/swarm-discovery?rev=89a2200d54a4e3cab2f46cc75ebff49a1fb07614#89a2200d)
2026-08-18T00:51:38.1044429Z     Checking ratatui v0.29.0
2026-08-18T00:51:38.5099812Z     Checking clap v4.6.1
2026-08-18T00:51:39.9920848Z     Checking hyper v1.10.1
2026-08-18T00:51:41.0537567Z     Checking hyper-util v0.1.20
2026-08-18T00:51:41.8891202Z     Checking igd-next v0.17.1
2026-08-18T00:51:42.1208897Z     Checking portmapper v0.16.0
2026-08-18T00:51:42.1475840Z     Checking spt-msg v0.55.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-msg)
2026-08-18T00:51:42.3522507Z     Checking spt-term v0.55.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-term)
2026-08-18T00:51:42.3523964Z     Checking spt-runtime v0.55.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-runtime)
2026-08-18T00:51:43.9740607Z     Checking spt-live v0.55.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-live)
2026-08-18T00:51:44.4573384Z     Checking rustls-webpki v0.103.13
2026-08-18T00:51:46.2399579Z     Checking tokio-rustls v0.26.4
2026-08-18T00:51:46.2399910Z     Checking noq-proto v0.17.0
2026-08-18T00:51:46.2400186Z     Checking rustls-platform-verifier v0.7.0
2026-08-18T00:51:46.3582118Z     Checking hyper-rustls v0.27.9
2026-08-18T00:51:46.3582428Z     Checking hickory-net v0.26.0-beta.4
2026-08-18T00:51:46.3582676Z     Checking tokio-websockets v0.13.2
2026-08-18T00:51:46.4498541Z     Checking reqwest v0.13.4
2026-08-18T00:51:47.0694758Z     Checking hickory-resolver v0.26.0-beta.4
2026-08-18T00:51:52.8364658Z     Checking spt-net v0.55.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-net)
2026-08-18T00:51:54.5726323Z     Checking spt-daemon v0.55.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-daemon)
2026-08-18T00:52:00.4132112Z     Checking spt v0.55.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt)
2026-08-18T00:52:00.4259290Z     Checking xtask v0.55.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/xtask)
2026-08-18T00:52:12.2976723Z     Finished `dev` profile [unoptimized + debuginfo] target(s) in 51.96s
2026-08-18T00:52:12.4098161Z Post job cleanup.
2026-08-18T00:52:12.4774448Z [command]/usr/bin/git version
2026-08-18T00:52:12.4842250Z git version 2.43.0
2026-08-18T00:52:12.4872667Z Copying '/home/reavus/.gitconfig' to '/home/reavus/actions-runner/_work/_temp/971fa142-280a-43ea-9a3f-d12b22899178/.gitconfig'
2026-08-18T00:52:12.4880126Z Temporarily overriding HOME='/home/reavus/actions-runner/_work/_temp/971fa142-280a-43ea-9a3f-d12b22899178' before making global git config changes
2026-08-18T00:52:12.4880783Z Adding repository directory to the temporary git global config as a safe directory
2026-08-18T00:52:12.4883342Z [command]/usr/bin/git config --global --add safe.directory /home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core
2026-08-18T00:52:12.4911588Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2026-08-18T00:52:12.4937277Z [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-18T00:52:12.5129431Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-08-18T00:52:12.5149641Z http.https://github.com/.extraheader
2026-08-18T00:52:12.5155871Z [command]/usr/bin/git config --local --unset-all http.https://github.com/.extraheader
2026-08-18T00:52:12.5179022Z [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-18T00:52:12.5366744Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-08-18T00:52:12.5390225Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
2026-08-18T00:52:12.5705337Z Cleaning up orphan processes
