﻿2026-08-03T07:03:27.7186900Z Current runner version: '2.336.0'
2026-08-03T07:03:27.7191433Z Runner name: 'kitsubito'
2026-08-03T07:03:27.7191971Z Runner group name: 'Default'
2026-08-03T07:03:27.7192687Z Machine name: 'KITSUBITO'
2026-08-03T07:03:27.7195870Z ##[group]GITHUB_TOKEN Permissions
2026-08-03T07:03:27.7197675Z Actions: write
2026-08-03T07:03:27.7198066Z ArtifactMetadata: write
2026-08-03T07:03:27.7198453Z Attestations: write
2026-08-03T07:03:27.7198823Z Checks: write
2026-08-03T07:03:27.7199284Z CodeQuality: write
2026-08-03T07:03:27.7199636Z Contents: write
2026-08-03T07:03:27.7199988Z CopilotRequests: write
2026-08-03T07:03:27.7200361Z Deployments: write
2026-08-03T07:03:27.7200720Z Discussions: write
2026-08-03T07:03:27.7201082Z Drives: write
2026-08-03T07:03:27.7201423Z Issues: write
2026-08-03T07:03:27.7201774Z Metadata: read
2026-08-03T07:03:27.7202122Z Models: read
2026-08-03T07:03:27.7202466Z Packages: write
2026-08-03T07:03:27.7202828Z Pages: write
2026-08-03T07:03:27.7203262Z PullRequests: write
2026-08-03T07:03:27.7203724Z RepositoryProjects: write
2026-08-03T07:03:27.7204124Z SecurityEvents: write
2026-08-03T07:03:27.7204481Z Statuses: write
2026-08-03T07:03:27.7204843Z VulnerabilityAlerts: read
2026-08-03T07:03:27.7205211Z ##[endgroup]
2026-08-03T07:03:27.7206752Z Secret source: Actions
2026-08-03T07:03:27.7207420Z Prepare workflow directory
2026-08-03T07:03:27.7574478Z Prepare all required actions
2026-08-03T07:03:27.7609669Z Getting action download info
2026-08-03T07:03:28.1344289Z Download action repository 'actions/checkout@v5' (SHA:fbc6f3992d24b796d5a048ff273f7fcc4a7b6c09)
2026-08-03T07:03:28.6565613Z Complete job name: lint
2026-08-03T07:03:28.7347420Z ##[group]Run set -euo pipefail
2026-08-03T07:03:28.7347972Z [36;1mset -euo pipefail[0m
2026-08-03T07:03:28.7348417Z [36;1mfloor_bytes=$((32 * 1024 * 1024 * 1024))[0m
2026-08-03T07:03:28.7349070Z [36;1mdrive=$(df -P "$GITHUB_WORKSPACE" | awk 'NR == 2 { print $1 }')[0m
2026-08-03T07:03:28.7349755Z [36;1mfree_bytes=$(df -PB1 "$GITHUB_WORKSPACE" | awk 'NR == 2 { print $4 }')[0m
2026-08-03T07:03:28.7350469Z [36;1mprintf 'disk preflight: drive=%s free_bytes=%s floor_bytes=%s\n' \[0m
2026-08-03T07:03:28.7351050Z [36;1m  "$drive" "$free_bytes" "$floor_bytes"[0m
2026-08-03T07:03:28.7351550Z [36;1mif [ "$free_bytes" -lt "$floor_bytes" ]; then[0m
2026-08-03T07:03:28.7352342Z [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:28.7353075Z [36;1m  exit 1[0m
2026-08-03T07:03:28.7353413Z [36;1mfi[0m
2026-08-03T07:03:28.7369351Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0}
2026-08-03T07:03:28.7370114Z ##[endgroup]
2026-08-03T07:03:28.7488213Z disk preflight: drive=/dev/nvme0n1p2 free_bytes=744412278784 floor_bytes=34359738368
2026-08-03T07:03:28.7658290Z ##[group]Run actions/checkout@v5
2026-08-03T07:03:28.7658742Z with:
2026-08-03T07:03:28.7659196Z   repository: BigscreenVR/spt-bs-core
2026-08-03T07:03:28.7661839Z   token: ***
2026-08-03T07:03:28.7662172Z   ssh-strict: true
2026-08-03T07:03:28.7662534Z   ssh-user: git
2026-08-03T07:03:28.7662883Z   persist-credentials: true
2026-08-03T07:03:28.7663266Z   clean: true
2026-08-03T07:03:28.7663614Z   sparse-checkout-cone-mode: true
2026-08-03T07:03:28.7664016Z   fetch-depth: 1
2026-08-03T07:03:28.7664354Z   fetch-tags: false
2026-08-03T07:03:28.7664701Z   show-progress: true
2026-08-03T07:03:28.7665058Z   lfs: false
2026-08-03T07:03:28.7665387Z   submodules: false
2026-08-03T07:03:28.7665736Z   set-safe-directory: true
2026-08-03T07:03:28.7666123Z   allow-unsafe-pr-checkout: false
2026-08-03T07:03:28.7666517Z ##[endgroup]
2026-08-03T07:03:28.8400084Z Syncing repository: BigscreenVR/spt-bs-core
2026-08-03T07:03:28.8401527Z ##[group]Getting Git version info
2026-08-03T07:03:28.8402223Z Working directory is '/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core'
2026-08-03T07:03:28.8403055Z [command]/usr/bin/git version
2026-08-03T07:03:28.8405285Z git version 2.43.0
2026-08-03T07:03:28.8421092Z ##[endgroup]
2026-08-03T07:03:28.8428681Z Copying '/home/reavus/.gitconfig' to '/home/reavus/actions-runner/_work/_temp/cdc26b1b-eed8-436d-8f6d-7234c349069f/.gitconfig'
2026-08-03T07:03:28.8435263Z Temporarily overriding HOME='/home/reavus/actions-runner/_work/_temp/cdc26b1b-eed8-436d-8f6d-7234c349069f' before making global git config changes
2026-08-03T07:03:28.8436474Z Adding repository directory to the temporary git global config as a safe directory
2026-08-03T07:03:28.8438026Z [command]/usr/bin/git config --global --add safe.directory /home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core
2026-08-03T07:03:28.8469135Z [command]/usr/bin/git config --local --get remote.origin.url
2026-08-03T07:03:28.8487400Z https://github.com/BigscreenVR/spt-bs-core
2026-08-03T07:03:28.8496973Z ##[group]Removing previously created refs, to avoid conflicts
2026-08-03T07:03:28.8499483Z [command]/usr/bin/git rev-parse --symbolic-full-name --verify --quiet HEAD
2026-08-03T07:03:28.8517015Z HEAD
2026-08-03T07:03:28.8546758Z ##[endgroup]
2026-08-03T07:03:28.8548286Z [command]/usr/bin/git submodule status
2026-08-03T07:03:28.8732393Z ##[group]Cleaning the repository
2026-08-03T07:03:28.8735560Z [command]/usr/bin/git clean -ffdx
2026-08-03T07:03:28.8771398Z [command]/usr/bin/git reset --hard HEAD
2026-08-03T07:03:28.8825955Z HEAD is now at 1305b737c Merge b48e35baa81669487bc12e16179eeb5e3275db80 into 0f35bc2ce4dc7f8a85e0415f5393a8d683e5112e
2026-08-03T07:03:28.8831525Z ##[endgroup]
2026-08-03T07:03:28.8832965Z ##[group]Disabling automatic garbage collection
2026-08-03T07:03:28.8836088Z [command]/usr/bin/git config --local gc.auto 0
2026-08-03T07:03:28.8860579Z ##[endgroup]
2026-08-03T07:03:28.8861251Z ##[group]Setting up auth
2026-08-03T07:03:28.8865939Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2026-08-03T07:03:28.8892179Z [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:28.9077642Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-08-03T07:03:28.9102264Z [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:28.9280237Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-08-03T07:03:28.9306608Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
2026-08-03T07:03:28.9492332Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic ***
2026-08-03T07:03:28.9524747Z ##[endgroup]
2026-08-03T07:03:28.9525401Z ##[group]Fetching the repository
2026-08-03T07:03:28.9530765Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +1305b737c7d7d2d591c22e42a3028bff6fc9a469:refs/remotes/pull/142/merge
2026-08-03T07:03:29.5517149Z ##[endgroup]
2026-08-03T07:03:29.5518490Z ##[group]Determining the checkout info
2026-08-03T07:03:29.5519877Z ##[endgroup]
2026-08-03T07:03:29.5522998Z [command]/usr/bin/git sparse-checkout disable
2026-08-03T07:03:29.5567027Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig
2026-08-03T07:03:29.5591414Z ##[group]Checking out the ref
2026-08-03T07:03:29.5593690Z [command]/usr/bin/git checkout --progress --force refs/remotes/pull/142/merge
2026-08-03T07:03:29.5647878Z HEAD is now at 1305b737c Merge b48e35baa81669487bc12e16179eeb5e3275db80 into 0f35bc2ce4dc7f8a85e0415f5393a8d683e5112e
2026-08-03T07:03:29.5652152Z ##[endgroup]
2026-08-03T07:03:29.5687748Z [command]/usr/bin/git log -1 --format=%H
2026-08-03T07:03:29.5713183Z 1305b737c7d7d2d591c22e42a3028bff6fc9a469
2026-08-03T07:03:29.5867871Z ##[group]Run cargo clippy --workspace --all-targets -- -D warnings
2026-08-03T07:03:29.5869575Z [36;1mcargo clippy --workspace --all-targets -- -D warnings[0m
2026-08-03T07:03:29.5883989Z shell: /usr/bin/bash -e {0}
2026-08-03T07:03:29.5884815Z ##[endgroup]
2026-08-03T07:03:30.4400104Z    Compiling proc-macro2 v1.0.106
2026-08-03T07:03:30.4401107Z    Compiling unicode-ident v1.0.24
2026-08-03T07:03:30.4401596Z    Compiling quote v1.0.45
2026-08-03T07:03:30.4401904Z    Compiling libc v0.2.186
2026-08-03T07:03:30.4402233Z     Checking cfg-if v1.0.4
2026-08-03T07:03:30.4402548Z    Compiling serde_core v1.0.228
2026-08-03T07:03:30.4435843Z    Compiling serde v1.0.228
2026-08-03T07:03:30.4494974Z     Checking typenum v1.20.1
2026-08-03T07:03:30.4550351Z    Compiling version_check v0.9.5
2026-08-03T07:03:30.4592095Z    Compiling portable-atomic v1.13.1
2026-08-03T07:03:30.4593039Z     Checking subtle v2.6.1
2026-08-03T07:03:30.4639381Z     Checking critical-section v1.2.0
2026-08-03T07:03:30.4745884Z     Checking memchr v2.8.1
2026-08-03T07:03:30.4798285Z    Compiling find-msvc-tools v0.1.9
2026-08-03T07:03:30.4800746Z    Compiling shlex v2.0.1
2026-08-03T07:03:30.4944239Z     Checking smallvec v1.15.1
2026-08-03T07:03:30.5401788Z     Checking log v0.4.32
2026-08-03T07:03:30.5964275Z    Compiling semver v1.0.28
2026-08-03T07:03:30.6580748Z     Checking rand_core v0.10.1
2026-08-03T07:03:30.6797387Z     Checking cpufeatures v0.2.17
2026-08-03T07:03:30.7151987Z     Checking bitflags v2.12.1
2026-08-03T07:03:30.7326377Z     Checking equivalent v1.0.2
2026-08-03T07:03:30.7702617Z    Compiling getrandom v0.4.2
2026-08-03T07:03:30.7890469Z     Checking itoa v1.0.18
2026-08-03T07:03:30.8042061Z     Checking hashbrown v0.17.1
2026-08-03T07:03:30.8092090Z     Checking pin-project-lite v0.2.17
2026-08-03T07:03:30.8137825Z     Checking bytes v1.11.1
2026-08-03T07:03:30.8312721Z    Compiling generic-array v0.14.7
2026-08-03T07:03:30.8352005Z    Compiling zerocopy v0.8.50
2026-08-03T07:03:30.9012046Z    Compiling rustc_version v0.4.1
2026-08-03T07:03:30.9090981Z     Checking futures-core v0.3.32
2026-08-03T07:03:30.9593054Z    Compiling ahash v0.8.12
2026-08-03T07:03:30.9786305Z     Checking signature v2.2.0
2026-08-03T07:03:31.0296202Z    Compiling zmij v1.0.21
2026-08-03T07:03:31.0460985Z    Compiling pkg-config v0.3.33
2026-08-03T07:03:31.0661266Z    Compiling vcpkg v0.2.15
2026-08-03T07:03:31.0852951Z     Checking ed25519 v2.2.3
2026-08-03T07:03:31.1021809Z     Checking fastrand v2.4.1
2026-08-03T07:03:31.2071026Z    Compiling serde_json v1.0.150
2026-08-03T07:03:31.2261207Z     Checking stable_deref_trait v1.2.1
2026-08-03T07:03:31.2455136Z     Checking fallible-streaming-iterator v0.1.9
2026-08-03T07:03:31.2806817Z     Checking fallible-iterator v0.3.0
2026-08-03T07:03:31.3050596Z    Compiling curve25519-dalek v4.1.3
2026-08-03T07:03:31.3550743Z     Checking futures-sink v0.3.32
2026-08-03T07:03:31.3721457Z     Checking futures-io v0.3.32
2026-08-03T07:03:31.4062054Z     Checking slab v0.4.12
2026-08-03T07:03:31.4191486Z    Compiling autocfg v1.5.1
2026-08-03T07:03:31.4292001Z     Checking futures-channel v0.3.32
2026-08-03T07:03:31.4647028Z     Checking indexmap v2.14.0
2026-08-03T07:03:31.5721339Z     Checking futures-task v0.3.32
2026-08-03T07:03:31.5860805Z    Compiling rustversion v1.0.22
2026-08-03T07:03:31.5990899Z    Compiling anyhow v1.0.102
2026-08-03T07:03:31.6357646Z    Compiling cfg_aliases v0.2.1
2026-08-03T07:03:31.6641173Z    Compiling rustix v1.1.4
2026-08-03T07:03:31.7055245Z    Compiling syn v2.0.117
2026-08-03T07:03:31.7263524Z     Checking hybrid-array v0.4.12
2026-08-03T07:03:31.7599666Z     Checking writeable v0.6.3
2026-08-03T07:03:31.7705401Z     Checking litemap v0.8.2
2026-08-03T07:03:31.7871891Z     Checking linux-raw-sys v0.12.1
2026-08-03T07:03:31.8931789Z    Compiling ident_case v1.0.1
2026-08-03T07:03:31.9459449Z     Checking utf8_iter v1.0.4
2026-08-03T07:03:31.9610622Z    Compiling dunce v1.0.5
2026-08-03T07:03:32.0111578Z    Compiling fs_extra v1.3.0
2026-08-03T07:03:32.0252749Z    Compiling strsim v0.11.1
2026-08-03T07:03:32.0253593Z    Compiling icu_normalizer_data v2.2.0
2026-08-03T07:03:32.0359561Z    Compiling icu_properties_data v2.2.0
2026-08-03T07:03:32.0531287Z     Checking percent-encoding v2.3.2
2026-08-03T07:03:32.1551026Z     Checking http v1.4.1
2026-08-03T07:03:32.2051261Z     Checking cpufeatures v0.3.0
2026-08-03T07:03:32.2217767Z    Compiling thiserror v2.0.18
2026-08-03T07:03:32.2571549Z    Compiling aws-lc-rs v1.17.0
2026-08-03T07:03:32.3211365Z    Compiling jobserver v0.1.34
2026-08-03T07:03:32.3323658Z    Compiling spt-procident v0.52.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-procident)
2026-08-03T07:03:32.3520792Z     Checking crypto-common v0.2.2
2026-08-03T07:03:32.3640749Z     Checking crypto-common v0.1.7
2026-08-03T07:03:32.3801045Z     Checking block-buffer v0.10.4
2026-08-03T07:03:32.4012853Z     Checking block-buffer v0.12.0
2026-08-03T07:03:32.4166824Z     Checking inout v0.2.2
2026-08-03T07:03:32.4584570Z     Checking arrayvec v0.7.6
2026-08-03T07:03:32.5060052Z     Checking digest v0.10.7
2026-08-03T07:03:32.5208570Z     Checking scopeguard v1.2.0
2026-08-03T07:03:32.5295996Z     Checking form_urlencoded v1.2.2
2026-08-03T07:03:32.5423772Z    Compiling spt-poolguard v0.52.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-poolguard)
2026-08-03T07:03:32.5630637Z     Checking utf8parse v0.2.2
2026-08-03T07:03:32.5861662Z     Checking lock_api v0.4.14
2026-08-03T07:03:32.6350893Z     Checking untrusted v0.9.0
2026-08-03T07:03:32.6521626Z    Compiling fnv v1.0.7
2026-08-03T07:03:32.6540884Z    Compiling memoffset v0.6.5
2026-08-03T07:03:32.6800671Z    Compiling cc v1.2.63
2026-08-03T07:03:32.7244221Z     Checking sha2 v0.10.9
2026-08-03T07:03:32.7247407Z    Compiling rustls v0.23.40
2026-08-03T07:03:32.7396665Z    Compiling heck v0.5.0
2026-08-03T07:03:32.8078588Z    Compiling unicode-segmentation v1.13.3
2026-08-03T07:03:32.8171887Z    Compiling thiserror v1.0.69
2026-08-03T07:03:32.8442439Z     Checking atomic-waker v1.1.2
2026-08-03T07:03:32.8846401Z     Checking getrandom v0.2.17
2026-08-03T07:03:32.9097794Z     Checking mio v1.2.1
2026-08-03T07:03:33.0130681Z     Checking socket2 v0.6.4
2026-08-03T07:03:33.0267130Z     Checking rand_core v0.6.4
2026-08-03T07:03:33.0542770Z     Checking uuid v1.23.2
2026-08-03T07:03:33.0681758Z     Checking fs2 v0.4.3
2026-08-03T07:03:33.0874645Z    Compiling spt-store v0.52.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-store)
2026-08-03T07:03:33.0882401Z     Checking termios v0.2.2
2026-08-03T07:03:33.1049118Z     Checking ioctl-rs v0.1.6
2026-08-03T07:03:33.1646659Z     Checking serial-core v0.4.0
2026-08-03T07:03:33.1787462Z     Checking const-oid v0.10.2
2026-08-03T07:03:33.1875723Z     Checking cipher v0.5.2
2026-08-03T07:03:33.1996045Z    Compiling unicode-xid v0.2.6
2026-08-03T07:03:33.2140515Z     Checking hmac v0.12.1
2026-08-03T07:03:33.2549255Z    Compiling httparse v1.10.1
2026-08-03T07:03:33.2940676Z    Compiling convert_case v0.10.0
2026-08-03T07:03:33.2980652Z     Checking serial-unix v0.4.0
2026-08-03T07:03:33.3495410Z    Compiling paste v1.0.15
2026-08-03T07:03:33.3545795Z    Compiling parking_lot_core v0.9.12
2026-08-03T07:03:33.3628765Z     Checking pin-utils v0.1.0
2026-08-03T07:03:33.4057578Z     Checking bitflags v1.3.2
2026-08-03T07:03:33.4242427Z     Checking serial v0.4.0
2026-08-03T07:03:33.4256522Z     Checking chacha20 v0.10.0
2026-08-03T07:03:33.4314778Z     Checking http-body v1.0.1
2026-08-03T07:03:33.4479035Z    Compiling num-traits v0.2.19
2026-08-03T07:03:33.4641742Z    Compiling vte_generate_state_changes v0.1.2
2026-08-03T07:03:33.4741151Z     Checking nix v0.25.1
2026-08-03T07:03:33.4834850Z     Checking downcast-rs v1.2.1
2026-08-03T07:03:33.5461023Z     Checking either v1.16.0
2026-08-03T07:03:33.5541479Z    Compiling ref-cast v1.0.25
2026-08-03T07:03:33.5863497Z     Checking shell-words v1.1.1
2026-08-03T07:03:33.6191195Z     Checking base64ct v1.8.3
2026-08-03T07:03:33.6272696Z     Checking unicode-width v0.2.0
2026-08-03T07:03:33.7552736Z     Checking rand v0.10.1
2026-08-03T07:03:33.7651051Z     Checking aho-corasick v1.1.4
2026-08-03T07:03:33.7842227Z     Checking winnow v0.7.15
2026-08-03T07:03:33.8020976Z     Checking vte v0.13.1
2026-08-03T07:03:33.8805041Z     Checking tinyvec_macros v0.1.1
2026-08-03T07:03:33.8833641Z     Checking base64 v0.22.1
2026-08-03T07:03:33.9010827Z    Compiling cmake v0.1.58
2026-08-03T07:03:33.9400799Z     Checking pem-rfc7468 v1.0.0
2026-08-03T07:03:33.9473637Z     Checking data-encoding v2.11.0
2026-08-03T07:03:34.0540809Z     Checking toml_write v0.1.2
2026-08-03T07:03:34.0700722Z     Checking regex-syntax v0.8.10
2026-08-03T07:03:34.1516581Z     Checking try-lock v0.2.5
2026-08-03T07:03:34.1841105Z     Checking tower-service v0.3.3
2026-08-03T07:03:34.2231110Z     Checking want v0.3.1
2026-08-03T07:03:34.2330600Z     Checking parking_lot v0.12.5
2026-08-03T07:03:34.2601078Z     Checking tinyvec v1.11.0
2026-08-03T07:03:34.3113458Z    Compiling vergen-lib v9.1.0
2026-08-03T07:03:34.3960584Z     Checking inout v0.1.4
2026-08-03T07:03:34.4700118Z    Compiling n0-future v0.3.2
2026-08-03T07:03:34.4800764Z     Checking diatomic-waker v0.2.3
2026-08-03T07:03:34.4909633Z    Compiling crossbeam-utils v0.8.21
2026-08-03T07:03:34.4913793Z    Compiling winnow v1.0.3
2026-08-03T07:03:34.5860436Z     Checking parking v2.2.1
2026-08-03T07:03:34.7090280Z     Checking httpdate v1.0.3
2026-08-03T07:03:34.7573524Z     Checking dyn-clone v1.0.20
2026-08-03T07:03:34.7690692Z    Compiling libsqlite3-sys v0.30.1
2026-08-03T07:03:34.7787584Z    Compiling aws-lc-sys v0.41.0
2026-08-03T07:03:34.7850664Z    Compiling ring v0.17.14
2026-08-03T07:03:34.7950866Z     Checking cordyceps v0.3.4
2026-08-03T07:03:34.8300753Z     Checking spin v0.10.0
2026-08-03T07:03:34.8690672Z     Checking futures-lite v2.6.1
2026-08-03T07:03:34.8732726Z     Checking cipher v0.4.4
2026-08-03T07:03:34.9157265Z     Checking netlink-packet-core v0.8.1
2026-08-03T07:03:34.9251806Z     Checking digest v0.11.3
2026-08-03T07:03:35.0620894Z     Checking futures-buffered v0.2.13
2026-08-03T07:03:35.0623634Z    Compiling vergen v9.1.0
2026-08-03T07:03:35.1233922Z    Compiling vergen-lib v0.1.6
2026-08-03T07:03:35.1388429Z     Checking universal-hash v0.5.1
2026-08-03T07:03:35.2038292Z    Compiling noq-udp v0.10.0
2026-08-03T07:03:35.2170528Z    Compiling curve25519-dalek v5.0.0-pre.6
2026-08-03T07:03:35.2567816Z    Compiling heapless v0.7.17
2026-08-03T07:03:35.2812842Z     Checking sync_wrapper v1.0.2
2026-08-03T07:03:35.3559588Z     Checking allocator-api2 v0.2.21
2026-08-03T07:03:35.3750820Z    Compiling toml_datetime v1.1.1+spec-1.1.0
2026-08-03T07:03:35.4100499Z    Compiling powerfmt v0.2.0
2026-08-03T07:03:35.4779532Z     Checking opaque-debug v0.3.1
2026-08-03T07:03:35.5343018Z     Checking byteorder v1.5.0
2026-08-03T07:03:35.6097625Z    Compiling deranged v0.5.8
2026-08-03T07:03:35.6191162Z     Checking polyval v0.6.2
2026-08-03T07:03:35.7009928Z     Checking hash32 v0.2.1
2026-08-03T07:03:35.7085479Z     Checking spin v0.9.8
2026-08-03T07:03:35.7179825Z    Compiling vergen-gitcl v1.0.8
2026-08-03T07:03:35.7652522Z    Compiling num_threads v0.1.7
2026-08-03T07:03:35.8060546Z     Checking tower-layer v0.3.3
2026-08-03T07:03:35.8190480Z     Checking ryu v1.0.23
2026-08-03T07:03:35.8302468Z    Compiling time-core v0.1.8
2026-08-03T07:03:35.8680405Z     Checking signature v3.0.0
2026-08-03T07:03:35.9400819Z    Compiling num-conv v0.2.2
2026-08-03T07:03:35.9615565Z     Checking ghash v0.5.1
2026-08-03T07:03:35.9720658Z     Checking aes v0.8.4
2026-08-03T07:03:35.9811053Z     Checking ctr v0.9.2
2026-08-03T07:03:36.0461626Z     Checking sha2 v0.11.0-rc.5
2026-08-03T07:03:36.0627624Z     Checking http-body-util v0.1.3
2026-08-03T07:03:36.1030882Z     Checking aead v0.5.2
2026-08-03T07:03:36.1332095Z    Compiling toml_parser v1.1.2+spec-1.1.0
2026-08-03T07:03:36.1942180Z     Checking openssl-probe v0.2.1
2026-08-03T07:03:36.2401329Z     Checking regex-automata v0.4.14
2026-08-03T07:03:36.2691928Z     Checking crossbeam-channel v0.5.15
2026-08-03T07:03:36.2779785Z     Checking crossbeam-epoch v0.9.18
2026-08-03T07:03:36.3001491Z     Checking netlink-packet-route v0.29.0
2026-08-03T07:03:36.3494908Z    Compiling blake3 v1.8.5
2026-08-03T07:03:36.4992050Z     Checking aes-gcm v0.10.3
2026-08-03T07:03:36.5550469Z    Compiling netwatch v0.16.0
2026-08-03T07:03:36.6241392Z    Compiling noq v0.18.0
2026-08-03T07:03:36.6530589Z    Compiling synstructure v0.13.2
2026-08-03T07:03:36.6624746Z    Compiling darling_core v0.20.11
2026-08-03T07:03:36.7522744Z    Compiling serde_derive_internals v0.29.1
2026-08-03T07:03:36.7682500Z    Compiling toml_edit v0.25.12+spec-1.1.0
2026-08-03T07:03:36.8305387Z    Compiling acto v0.8.2
2026-08-03T07:03:36.9854256Z     Checking unicode-width v0.1.14
2026-08-03T07:03:36.9985352Z     Checking identity-hash v0.1.0
2026-08-03T07:03:37.0087636Z     Checking tagptr v0.2.0
2026-08-03T07:03:37.0882788Z    Compiling time v0.3.47
2026-08-03T07:03:37.0889655Z     Checking xml-rs v0.8.28
2026-08-03T07:03:37.1015863Z     Checking mac-addr v0.3.0
2026-08-03T07:03:37.1410480Z     Checking lru-slab v0.1.2
2026-08-03T07:03:37.2200462Z     Checking foldhash v0.2.0
2026-08-03T07:03:37.2313571Z     Checking sorted-index-buffer v0.2.1
2026-08-03T07:03:37.2360785Z     Checking rustc-hash v2.1.2
2026-08-03T07:03:37.3512860Z     Checking hashbrown v0.16.1
2026-08-03T07:03:37.4605864Z     Checking netlink-packet-route v0.30.0
2026-08-03T07:03:37.4743723Z     Checking simple-dns v0.9.3
2026-08-03T07:03:37.6613232Z    Compiling proc-macro-crate v3.5.0
2026-08-03T07:03:37.7352024Z     Checking xmltree v0.10.3
2026-08-03T07:03:37.8680688Z     Checking arrayref v0.3.9
2026-08-03T07:03:37.9136069Z     Checking simdutf8 v0.1.5
2026-08-03T07:03:37.9797840Z     Checking constant_time_eq v0.4.2
2026-08-03T07:03:38.0167746Z     Checking smol_str v0.1.24
2026-08-03T07:03:38.0761845Z     Checking sha1_smol v1.0.1
2026-08-03T07:03:38.0966504Z     Checking resolv-conf v0.7.6
2026-08-03T07:03:38.1454625Z     Checking lru v0.16.4
2026-08-03T07:03:38.2071361Z     Checking serde_bytes v0.11.19
2026-08-03T07:03:38.2231499Z     Checking seize v0.5.1
2026-08-03T07:03:38.2750860Z    Compiling iroh v0.98.2
2026-08-03T07:03:38.3142048Z     Checking cmov v0.5.4
2026-08-03T07:03:38.3800825Z     Checking hkdf v0.12.4
2026-08-03T07:03:38.4229375Z     Checking papaya v0.2.4
2026-08-03T07:03:38.4428348Z     Checking regex v1.12.3
2026-08-03T07:03:38.4700565Z     Checking sha1 v0.10.6
2026-08-03T07:03:38.4978718Z    Compiling doctest-file v1.1.1
2026-08-03T07:03:38.5079186Z     Checking errno v0.3.14
2026-08-03T07:03:38.5348203Z    Compiling signal-hook v0.3.18
2026-08-03T07:03:38.5460343Z    Compiling darling_core v0.23.0
2026-08-03T07:03:38.5806951Z     Checking ctutils v0.4.2
2026-08-03T07:03:38.5969678Z    Compiling serde_derive v1.0.228
2026-08-03T07:03:38.6222982Z    Compiling zeroize_derive v1.4.3
2026-08-03T07:03:38.6401899Z    Compiling curve25519-dalek-derive v0.1.1
2026-08-03T07:03:38.6791593Z    Compiling tokio-macros v2.7.0
2026-08-03T07:03:38.8033709Z    Compiling futures-macro v0.3.32
2026-08-03T07:03:38.8389275Z    Compiling zerofrom-derive v0.1.7
2026-08-03T07:03:38.8830757Z    Compiling yoke-derive v0.8.2
2026-08-03T07:03:38.9309451Z    Compiling zerovec-derive v0.11.3
2026-08-03T07:03:39.2376081Z    Compiling displaydoc v0.2.6
2026-08-03T07:03:39.2651037Z     Checking zeroize v1.8.2
2026-08-03T07:03:39.3642107Z    Compiling tracing-attributes v0.1.31
2026-08-03T07:03:39.3817900Z     Checking tokio v1.52.3
2026-08-03T07:03:39.7440393Z     Checking futures-util v0.3.32
2026-08-03T07:03:39.8171036Z     Checking rustls-pki-types v1.14.1
2026-08-03T07:03:39.9910782Z    Compiling thiserror-impl v2.0.18
2026-08-03T07:03:40.0843321Z    Compiling darling_macro v0.20.11
2026-08-03T07:03:40.2346203Z    Compiling thiserror-impl v1.0.69
2026-08-03T07:03:40.2591109Z     Checking zerofrom v0.1.8
2026-08-03T07:03:40.3640955Z     Checking yoke v0.8.3
2026-08-03T07:03:40.4140741Z    Compiling derive_more-impl v2.1.1
2026-08-03T07:03:40.4661874Z    Compiling darling v0.20.11
2026-08-03T07:03:40.5256557Z     Checking ed25519-dalek v2.2.0
2026-08-03T07:03:40.5300773Z    Compiling derive_builder_core v0.20.2
2026-08-03T07:03:40.5523672Z     Checking zerovec v0.11.6
2026-08-03T07:03:40.6991671Z     Checking spt-proto v0.52.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-proto)
2026-08-03T07:03:40.8904317Z     Checking zerotrie v0.2.4
2026-08-03T07:03:41.1016851Z    Compiling spez v0.1.2
2026-08-03T07:03:41.1717104Z    Compiling ref-cast-impl v1.0.25
2026-08-03T07:03:41.2210646Z     Checking tinystr v0.8.3
2026-08-03T07:03:41.3813580Z     Checking icu_locale_core v2.2.0
2026-08-03T07:03:41.4736548Z     Checking potential_utf v0.1.5
2026-08-03T07:03:41.5730881Z     Checking icu_collections v2.2.0
2026-08-03T07:03:41.6251314Z    Compiling n0-error-macros v0.1.3
2026-08-03T07:03:41.6877048Z     Checking der v0.8.0-rc.10
2026-08-03T07:03:41.7427292Z    Compiling derive_builder_macro v0.20.2
2026-08-03T07:03:41.7770701Z    Compiling schemars_derive v1.2.1
2026-08-03T07:03:41.8310785Z     Checking filedescriptor v0.8.3
2026-08-03T07:03:41.8680775Z    Compiling pin-project-internal v1.1.13
2026-08-03T07:03:41.9521040Z     Checking cobs v0.3.0
2026-08-03T07:03:41.9830308Z     Checking portable-pty v0.8.1
2026-08-03T07:03:42.0615623Z    Compiling derive_builder v0.20.2
2026-08-03T07:03:42.0985351Z    Compiling postcard-derive v0.2.2
2026-08-03T07:03:42.2373330Z     Checking icu_provider v2.2.0
2026-08-03T07:03:42.2530931Z    Compiling data-encoding-macro-internal v0.1.18
2026-08-03T07:03:42.5051085Z     Checking icu_properties v2.2.0
2026-08-03T07:03:42.5275488Z     Checking icu_normalizer v2.2.0
2026-08-03T07:03:42.6710617Z     Checking data-encoding-macro v0.1.20
2026-08-03T07:03:42.6910602Z     Checking rustls-native-certs v0.8.4
2026-08-03T07:03:42.7006078Z     Checking n0-error v0.1.3
2026-08-03T07:03:42.7290562Z    Compiling strum_macros v0.28.0
2026-08-03T07:03:42.7928680Z    Compiling num_enum_derive v0.7.6
2026-08-03T07:03:42.8706638Z     Checking futures-executor v0.3.32
2026-08-03T07:03:42.8936213Z    Compiling enum-assoc v1.3.0
2026-08-03T07:03:42.9299524Z    Compiling iroh-metrics-derive v0.4.1
2026-08-03T07:03:42.9600698Z    Compiling async-trait v0.1.89
2026-08-03T07:03:42.9883012Z     Checking spki v0.8.0-rc.4
2026-08-03T07:03:42.9981931Z     Checking futures v0.3.32
2026-08-03T07:03:43.0607522Z     Checking webpki-roots v1.0.7
2026-08-03T07:03:43.1463110Z     Checking ipnet v2.12.0
2026-08-03T07:03:43.1824277Z     Checking serde_spanned v0.6.9
2026-08-03T07:03:43.1951337Z     Checking toml_datetime v0.6.11
2026-08-03T07:03:43.2291850Z     Checking pin-project v1.1.13
2026-08-03T07:03:43.2970978Z     Checking pkcs8 v0.11.0-rc.10
2026-08-03T07:03:43.3910840Z     Checking toml_edit v0.22.27
2026-08-03T07:03:43.4382015Z     Checking ed25519 v3.0.0-rc.4
2026-08-03T07:03:43.4470838Z     Checking prefix-trie v0.8.4
2026-08-03T07:03:43.6073963Z    Compiling iroh-relay v0.98.0
2026-08-03T07:03:43.6606820Z     Checking spake2 v0.4.0
2026-08-03T07:03:43.7287378Z     Checking once_cell v1.21.4
2026-08-03T07:03:43.7943210Z     Checking schemars v1.2.1
2026-08-03T07:03:43.8516158Z     Checking num_enum v0.7.6
2026-08-03T07:03:43.8641615Z     Checking moka v0.12.15
2026-08-03T07:03:43.9063807Z     Checking idna_adapter v1.2.2
2026-08-03T07:03:43.9180506Z     Checking interprocess v2.4.2
2026-08-03T07:03:43.9409200Z     Checking tracing-core v0.1.36
2026-08-03T07:03:44.0074137Z     Checking idna v1.1.0
2026-08-03T07:03:44.0305893Z     Checking tempfile v3.27.0
2026-08-03T07:03:44.0721396Z     Checking postcard v1.1.3
2026-08-03T07:03:44.1001031Z     Checking hashbrown v0.14.5
2026-08-03T07:03:44.1376436Z     Checking signal-hook-registry v1.4.8
2026-08-03T07:03:44.1482052Z     Checking tokio-util v0.7.18
2026-08-03T07:03:44.2408841Z     Checking netlink-sys v0.8.8
2026-08-03T07:03:44.2900957Z     Checking url v2.5.8
2026-08-03T07:03:44.3070688Z     Checking tower v0.5.3
2026-08-03T07:03:44.3881539Z     Checking tracing v0.1.44
2026-08-03T07:03:44.4081756Z     Checking netdev v0.42.0
2026-08-03T07:03:44.4481987Z     Checking netlink-proto v0.12.0
2026-08-03T07:03:44.4659188Z     Checking backon v1.6.0
2026-08-03T07:03:44.6197607Z     Checking ed25519-dalek v3.0.0-pre.6
2026-08-03T07:03:44.6459268Z     Checking iroh-metrics v0.38.3
2026-08-03T07:03:44.6958383Z     Checking derive_more v2.1.1
2026-08-03T07:03:44.7062019Z     Checking spt-test-support v0.52.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-test-support)
2026-08-03T07:03:44.7546072Z     Checking hashlink v0.9.1
2026-08-03T07:03:44.8018736Z    Compiling rustix v0.38.44
2026-08-03T07:03:44.8240804Z    Compiling darling_macro v0.23.0
2026-08-03T07:03:44.8497932Z     Checking anstyle-parse v1.0.0
2026-08-03T07:03:44.8626190Z     Checking colorchoice v1.0.5
2026-08-03T07:03:44.8890613Z     Checking is_terminal_polyfill v1.70.2
2026-08-03T07:03:44.9021039Z     Checking h2 v0.4.14
2026-08-03T07:03:44.9404210Z     Checking tokio-stream v0.1.18
2026-08-03T07:03:44.9404997Z     Checking hickory-proto v0.26.0-beta.4
2026-08-03T07:03:44.9550650Z     Checking iroh-base v0.98.0
2026-08-03T07:03:44.9940669Z     Checking tower-http v0.6.11
2026-08-03T07:03:45.0150908Z     Checking attohttpc v0.30.1
2026-08-03T07:03:45.0426570Z     Checking n0-watcher v0.6.1
2026-08-03T07:03:45.0725904Z     Checking anstyle v1.0.14
2026-08-03T07:03:45.1607894Z     Checking anstyle-query v1.1.5
2026-08-03T07:03:45.1925342Z     Checking linux-raw-sys v0.4.15
2026-08-03T07:03:45.2279900Z    Compiling instability v0.3.12
2026-08-03T07:03:45.2779087Z     Checking foldhash v0.1.5
2026-08-03T07:03:45.2936727Z     Checking anstream v1.0.0
2026-08-03T07:03:45.3663132Z    Compiling darling v0.23.0
2026-08-03T07:03:45.3980747Z     Checking signal-hook-mio v0.2.5
2026-08-03T07:03:45.4097938Z     Checking hashbrown v0.15.5
2026-08-03T07:03:45.4105462Z    Compiling strum_macros v0.26.4
2026-08-03T07:03:45.4354463Z     Checking terminal_size v0.4.4
2026-08-03T07:03:45.4721277Z     Checking itertools v0.13.0
2026-08-03T07:03:45.4903548Z     Checking castaway v0.2.4
2026-08-03T07:03:45.5097560Z    Compiling indoc v2.0.7
2026-08-03T07:03:45.5302639Z     Checking toml v0.8.23
2026-08-03T07:03:45.5418038Z     Checking static_assertions v1.1.0
2026-08-03T07:03:45.5714885Z     Checking clap_lex v1.1.0
2026-08-03T07:03:45.6020958Z     Checking compact_str v0.8.2
2026-08-03T07:03:45.6094974Z     Checking strum v0.28.0
2026-08-03T07:03:45.6272999Z    Compiling clap_derive v4.6.1
2026-08-03T07:03:45.6720701Z     Checking cassowary v0.3.0
2026-08-03T07:03:45.7061291Z     Checking iroh-dns v0.98.0
2026-08-03T07:03:45.7288911Z     Checking clap_builder v4.6.0
2026-08-03T07:03:45.9062718Z     Checking iana-time-zone v0.1.65
2026-08-03T07:03:45.9796236Z     Checking nucleo-matcher v0.3.1
2026-08-03T07:03:46.0046445Z     Checking qrcode v0.14.1
2026-08-03T07:03:46.0226020Z     Checking chrono v0.4.45
2026-08-03T07:03:46.0718350Z     Checking lru v0.12.5
2026-08-03T07:03:46.1140747Z     Checking bytemuck v1.25.2
2026-08-03T07:03:46.2297895Z     Checking rusqlite v0.32.1
2026-08-03T07:03:46.3272051Z     Checking rgb v0.8.53
2026-08-03T07:03:46.4241173Z     Checking mock-adapter v0.52.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/adapters/mock)
2026-08-03T07:03:46.5843886Z     Checking crossterm v0.28.1
2026-08-03T07:03:46.7309547Z     Checking avt v0.18.0
2026-08-03T07:03:47.0529143Z     Checking unicode-truncate v1.1.0
2026-08-03T07:03:47.1660734Z     Checking strum v0.26.3
2026-08-03T07:03:47.2679483Z     Checking swarm-discovery v0.6.0-alpha.2 (https://github.com/SaberMage/swarm-discovery?rev=89a2200d54a4e3cab2f46cc75ebff49a1fb07614#89a2200d)
2026-08-03T07:03:47.3574291Z     Checking ratatui v0.29.0
2026-08-03T07:03:47.5806686Z     Checking clap v4.6.1
2026-08-03T07:03:49.1015127Z     Checking hyper v1.10.1
2026-08-03T07:03:50.3273381Z     Checking hyper-util v0.1.20
2026-08-03T07:03:51.1112902Z     Checking igd-next v0.17.1
2026-08-03T07:03:51.3456325Z     Checking portmapper v0.16.0
2026-08-03T07:03:51.3970309Z     Checking spt-msg v0.52.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-msg)
2026-08-03T07:03:51.5806970Z     Checking spt-term v0.52.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-term)
2026-08-03T07:03:51.5808698Z     Checking spt-runtime v0.52.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-runtime)
2026-08-03T07:03:53.1902144Z     Checking spt-live v0.52.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-live)
2026-08-03T07:03:53.5397378Z     Checking rustls-webpki v0.103.13
2026-08-03T07:03:55.3328395Z     Checking tokio-rustls v0.26.4
2026-08-03T07:03:55.3328782Z     Checking noq-proto v0.17.0
2026-08-03T07:03:55.3329159Z     Checking rustls-platform-verifier v0.7.0
2026-08-03T07:03:55.4478683Z     Checking hyper-rustls v0.27.9
2026-08-03T07:03:55.4479201Z     Checking hickory-net v0.26.0-beta.4
2026-08-03T07:03:55.4479499Z     Checking tokio-websockets v0.13.2
2026-08-03T07:03:55.5341606Z     Checking reqwest v0.13.4
2026-08-03T07:03:56.1597068Z     Checking hickory-resolver v0.26.0-beta.4
2026-08-03T07:04:01.9196090Z     Checking spt-net v0.52.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-net)
2026-08-03T07:04:03.6661637Z     Checking spt-daemon v0.52.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-daemon)
2026-08-03T07:04:09.2748594Z     Checking spt v0.52.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt)
2026-08-03T07:04:09.8201258Z     Checking xtask v0.52.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/xtask)
2026-08-03T07:04:19.2516901Z     Finished `dev` profile [unoptimized + debuginfo] target(s) in 49.60s
2026-08-03T07:04:19.3687230Z Post job cleanup.
2026-08-03T07:04:19.4364536Z [command]/usr/bin/git version
2026-08-03T07:04:19.4427781Z git version 2.43.0
2026-08-03T07:04:19.4454882Z Copying '/home/reavus/.gitconfig' to '/home/reavus/actions-runner/_work/_temp/3d3449dd-088d-4080-bbc5-5ba69e6b204c/.gitconfig'
2026-08-03T07:04:19.4469402Z Temporarily overriding HOME='/home/reavus/actions-runner/_work/_temp/3d3449dd-088d-4080-bbc5-5ba69e6b204c' before making global git config changes
2026-08-03T07:04:19.4470094Z Adding repository directory to the temporary git global config as a safe directory
2026-08-03T07:04:19.4472788Z [command]/usr/bin/git config --global --add safe.directory /home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core
2026-08-03T07:04:19.4564650Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2026-08-03T07:04:19.4590113Z [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:04:19.4779561Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-08-03T07:04:19.4799660Z http.https://github.com/.extraheader
2026-08-03T07:04:19.4807743Z [command]/usr/bin/git config --local --unset-all http.https://github.com/.extraheader
2026-08-03T07:04:19.4833727Z [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:04:19.5018123Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-08-03T07:04:19.5045207Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
2026-08-03T07:04:19.5361701Z Cleaning up orphan processes
