﻿2026-08-04T12:54:34.9577323Z Current runner version: '2.336.0'
2026-08-04T12:54:34.9582050Z Runner name: 'kitsubito'
2026-08-04T12:54:34.9582605Z Runner group name: 'Default'
2026-08-04T12:54:34.9583244Z Machine name: 'KITSUBITO'
2026-08-04T12:54:34.9586550Z ##[group]GITHUB_TOKEN Permissions
2026-08-04T12:54:34.9588437Z Actions: write
2026-08-04T12:54:34.9588837Z ArtifactMetadata: write
2026-08-04T12:54:34.9589320Z Attestations: write
2026-08-04T12:54:34.9589682Z Checks: write
2026-08-04T12:54:34.9590032Z CodeQuality: write
2026-08-04T12:54:34.9590388Z Contents: write
2026-08-04T12:54:34.9590750Z CopilotRequests: write
2026-08-04T12:54:34.9591122Z Deployments: write
2026-08-04T12:54:34.9591480Z Discussions: write
2026-08-04T12:54:34.9591844Z Drives: write
2026-08-04T12:54:34.9592188Z Issues: write
2026-08-04T12:54:34.9592535Z Metadata: read
2026-08-04T12:54:34.9592885Z Models: read
2026-08-04T12:54:34.9593237Z Packages: write
2026-08-04T12:54:34.9593599Z Pages: write
2026-08-04T12:54:34.9594047Z PullRequests: write
2026-08-04T12:54:34.9594462Z RepositoryProjects: write
2026-08-04T12:54:34.9594876Z SecurityEvents: write
2026-08-04T12:54:34.9595243Z Statuses: write
2026-08-04T12:54:34.9595607Z VulnerabilityAlerts: read
2026-08-04T12:54:34.9595989Z ##[endgroup]
2026-08-04T12:54:34.9597568Z Secret source: Actions
2026-08-04T12:54:34.9598267Z Prepare workflow directory
2026-08-04T12:54:35.0028624Z Prepare all required actions
2026-08-04T12:54:35.0066484Z Getting action download info
2026-08-04T12:54:35.3537556Z Download action repository 'actions/checkout@v5' (SHA:fbc6f3992d24b796d5a048ff273f7fcc4a7b6c09)
2026-08-04T12:54:36.1615265Z Complete job name: lint
2026-08-04T12:54:36.2507273Z ##[group]Run set -euo pipefail
2026-08-04T12:54:36.2508304Z [36;1mset -euo pipefail[0m
2026-08-04T12:54:36.2509358Z [36;1mfloor_bytes=$((32 * 1024 * 1024 * 1024))[0m
2026-08-04T12:54:36.2510622Z [36;1mdrive=$(df -P "$GITHUB_WORKSPACE" | awk 'NR == 2 { print $1 }')[0m
2026-08-04T12:54:36.2512196Z [36;1mfree_bytes=$(df -PB1 "$GITHUB_WORKSPACE" | awk 'NR == 2 { print $4 }')[0m
2026-08-04T12:54:36.2513883Z [36;1mprintf 'disk preflight: drive=%s free_bytes=%s floor_bytes=%s\n' \[0m
2026-08-04T12:54:36.2515232Z [36;1m  "$drive" "$free_bytes" "$floor_bytes"[0m
2026-08-04T12:54:36.2516374Z [36;1mif [ "$free_bytes" -lt "$floor_bytes" ]; then[0m
2026-08-04T12:54:36.2518295Z [36;1m  echo "::error title=Insufficient free disk::RESOURCE=disk drive=$drive free_bytes=$free_bytes floor_bytes=$floor_bytes"[0m
2026-08-04T12:54:36.2520142Z [36;1m  exit 1[0m
2026-08-04T12:54:36.2520842Z [36;1mfi[0m
2026-08-04T12:54:36.2538152Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0}
2026-08-04T12:54:36.2539585Z ##[endgroup]
2026-08-04T12:54:36.2699647Z disk preflight: drive=/dev/nvme0n1p2 free_bytes=699378421760 floor_bytes=34359738368
2026-08-04T12:54:36.2951538Z ##[group]Run actions/checkout@v5
2026-08-04T12:54:36.2952415Z with:
2026-08-04T12:54:36.2953115Z   repository: BigscreenVR/spt-bs-core
2026-08-04T12:54:36.2959587Z   token: ***
2026-08-04T12:54:36.2960263Z   ssh-strict: true
2026-08-04T12:54:36.2960979Z   ssh-user: git
2026-08-04T12:54:36.2961676Z   persist-credentials: true
2026-08-04T12:54:36.2962436Z   clean: true
2026-08-04T12:54:36.2963136Z   sparse-checkout-cone-mode: true
2026-08-04T12:54:36.2963957Z   fetch-depth: 1
2026-08-04T12:54:36.2964641Z   fetch-tags: false
2026-08-04T12:54:36.2965341Z   show-progress: true
2026-08-04T12:54:36.2966041Z   lfs: false
2026-08-04T12:54:36.2966676Z   submodules: false
2026-08-04T12:54:36.2967394Z   set-safe-directory: true
2026-08-04T12:54:36.2968205Z   allow-unsafe-pr-checkout: false
2026-08-04T12:54:36.2969136Z ##[endgroup]
2026-08-04T12:54:36.3742220Z Syncing repository: BigscreenVR/spt-bs-core
2026-08-04T12:54:36.3744543Z ##[group]Getting Git version info
2026-08-04T12:54:36.3745891Z Working directory is '/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core'
2026-08-04T12:54:36.3747659Z [command]/usr/bin/git version
2026-08-04T12:54:36.3748459Z git version 2.43.0
2026-08-04T12:54:36.3754136Z ##[endgroup]
2026-08-04T12:54:36.3763082Z Copying '/home/reavus/.gitconfig' to '/home/reavus/actions-runner/_work/_temp/78fe1528-7450-4d27-81b6-7d6af40bf631/.gitconfig'
2026-08-04T12:54:36.3771452Z Temporarily overriding HOME='/home/reavus/actions-runner/_work/_temp/78fe1528-7450-4d27-81b6-7d6af40bf631' before making global git config changes
2026-08-04T12:54:36.3774296Z Adding repository directory to the temporary git global config as a safe directory
2026-08-04T12:54:36.3776328Z [command]/usr/bin/git config --global --add safe.directory /home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core
2026-08-04T12:54:36.3806951Z [command]/usr/bin/git config --local --get remote.origin.url
2026-08-04T12:54:36.3824760Z https://github.com/BigscreenVR/spt-bs-core
2026-08-04T12:54:36.3834918Z ##[group]Removing previously created refs, to avoid conflicts
2026-08-04T12:54:36.3837234Z [command]/usr/bin/git rev-parse --symbolic-full-name --verify --quiet HEAD
2026-08-04T12:54:36.3859577Z HEAD
2026-08-04T12:54:36.3892729Z ##[endgroup]
2026-08-04T12:54:36.3893891Z [command]/usr/bin/git submodule status
2026-08-04T12:54:36.4071461Z ##[group]Cleaning the repository
2026-08-04T12:54:36.4072581Z [command]/usr/bin/git clean -ffdx
2026-08-04T12:54:40.3543564Z Removing target/
2026-08-04T12:54:40.3553417Z [command]/usr/bin/git reset --hard HEAD
2026-08-04T12:54:40.3960659Z HEAD is now at 7272ce5f9 Merge b110bc821f65a4db7530476a0c5751bc0a65db6a into 9d65e65df7fa34b36708592f04c89c1ca6095c03
2026-08-04T12:54:40.3967281Z ##[endgroup]
2026-08-04T12:54:40.4002452Z ##[group]Disabling automatic garbage collection
2026-08-04T12:54:40.4004605Z [command]/usr/bin/git config --local gc.auto 0
2026-08-04T12:54:40.4032410Z ##[endgroup]
2026-08-04T12:54:40.4032883Z ##[group]Setting up auth
2026-08-04T12:54:40.4039063Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2026-08-04T12:54:40.4065970Z [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:54:40.4252383Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-08-04T12:54:40.4275768Z [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:54:40.4460455Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-08-04T12:54:40.4485674Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
2026-08-04T12:54:40.4676014Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic ***
2026-08-04T12:54:40.4707728Z ##[endgroup]
2026-08-04T12:54:40.4725715Z ##[group]Fetching the repository
2026-08-04T12:54:40.4726650Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +7272ce5f9abb99a65f1546692d451020e9dd9f86:refs/remotes/pull/144/merge
2026-08-04T12:54:41.1966700Z ##[endgroup]
2026-08-04T12:54:41.1967282Z ##[group]Determining the checkout info
2026-08-04T12:54:41.1967931Z ##[endgroup]
2026-08-04T12:54:41.1972007Z [command]/usr/bin/git sparse-checkout disable
2026-08-04T12:54:41.2012682Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig
2026-08-04T12:54:41.2036031Z ##[group]Checking out the ref
2026-08-04T12:54:41.2038343Z [command]/usr/bin/git checkout --progress --force refs/remotes/pull/144/merge
2026-08-04T12:54:41.2090787Z HEAD is now at 7272ce5f9 Merge b110bc821f65a4db7530476a0c5751bc0a65db6a into 9d65e65df7fa34b36708592f04c89c1ca6095c03
2026-08-04T12:54:41.2094724Z ##[endgroup]
2026-08-04T12:54:41.2132202Z [command]/usr/bin/git log -1 --format=%H
2026-08-04T12:54:41.2157384Z 7272ce5f9abb99a65f1546692d451020e9dd9f86
2026-08-04T12:54:41.2282044Z ##[group]Run cargo clippy --workspace --all-targets -- -D warnings
2026-08-04T12:54:41.2282622Z [36;1mcargo clippy --workspace --all-targets -- -D warnings[0m
2026-08-04T12:54:41.2296075Z shell: /usr/bin/bash -e {0}
2026-08-04T12:54:41.2296297Z ##[endgroup]
2026-08-04T12:54:42.1040870Z    Compiling proc-macro2 v1.0.106
2026-08-04T12:54:42.1041266Z    Compiling unicode-ident v1.0.24
2026-08-04T12:54:42.1041552Z    Compiling quote v1.0.45
2026-08-04T12:54:42.1041923Z    Compiling libc v0.2.186
2026-08-04T12:54:42.1042366Z     Checking cfg-if v1.0.4
2026-08-04T12:54:42.1042768Z    Compiling serde_core v1.0.228
2026-08-04T12:54:42.1043123Z    Compiling serde v1.0.228
2026-08-04T12:54:42.1149343Z     Checking typenum v1.20.1
2026-08-04T12:54:42.1237102Z    Compiling version_check v0.9.5
2026-08-04T12:54:42.1293331Z    Compiling portable-atomic v1.13.1
2026-08-04T12:54:42.1354779Z     Checking subtle v2.6.1
2026-08-04T12:54:42.1355200Z     Checking critical-section v1.2.0
2026-08-04T12:54:42.1405946Z     Checking memchr v2.8.1
2026-08-04T12:54:42.1596383Z    Compiling shlex v2.0.1
2026-08-04T12:54:42.1688028Z    Compiling find-msvc-tools v0.1.9
2026-08-04T12:54:42.1801432Z     Checking smallvec v1.15.1
2026-08-04T12:54:42.1901336Z     Checking log v0.4.32
2026-08-04T12:54:42.2413304Z    Compiling semver v1.0.28
2026-08-04T12:54:42.3371058Z     Checking cpufeatures v0.2.17
2026-08-04T12:54:42.3921957Z     Checking rand_core v0.10.1
2026-08-04T12:54:42.4040977Z     Checking equivalent v1.0.2
2026-08-04T12:54:42.4200689Z     Checking bitflags v2.12.1
2026-08-04T12:54:42.4300714Z    Compiling getrandom v0.4.2
2026-08-04T12:54:42.4682182Z     Checking itoa v1.0.18
2026-08-04T12:54:42.4720771Z     Checking hashbrown v0.17.1
2026-08-04T12:54:42.5164404Z     Checking pin-project-lite v0.2.17
2026-08-04T12:54:42.5335442Z    Compiling generic-array v0.14.7
2026-08-04T12:54:42.5352240Z     Checking bytes v1.11.1
2026-08-04T12:54:42.5353218Z     Checking futures-core v0.3.32
2026-08-04T12:54:42.5961227Z    Compiling rustc_version v0.4.1
2026-08-04T12:54:42.6101217Z    Compiling zerocopy v0.8.50
2026-08-04T12:54:42.6220806Z    Compiling ahash v0.8.12
2026-08-04T12:54:42.6900850Z    Compiling zmij v1.0.21
2026-08-04T12:54:42.7163671Z     Checking signature v2.2.0
2026-08-04T12:54:42.7280848Z    Compiling vcpkg v0.2.15
2026-08-04T12:54:42.7445960Z    Compiling pkg-config v0.3.33
2026-08-04T12:54:42.7687632Z    Compiling serde_json v1.0.150
2026-08-04T12:54:42.8483123Z     Checking fastrand v2.4.1
2026-08-04T12:54:42.8700977Z     Checking ed25519 v2.2.3
2026-08-04T12:54:42.9147111Z     Checking aho-corasick v1.1.4
2026-08-04T12:54:42.9301070Z    Compiling curve25519-dalek v4.1.3
2026-08-04T12:54:43.0280748Z     Checking regex-syntax v0.8.10
2026-08-04T12:54:43.0550372Z     Checking fallible-iterator v0.3.0
2026-08-04T12:54:43.0995861Z     Checking fallible-streaming-iterator v0.1.9
2026-08-04T12:54:43.2567337Z     Checking indexmap v2.14.0
2026-08-04T12:54:43.2733538Z     Checking stable_deref_trait v1.2.1
2026-08-04T12:54:43.3085064Z     Checking slab v0.4.12
2026-08-04T12:54:43.3305276Z     Checking futures-sink v0.3.32
2026-08-04T12:54:43.3425353Z     Checking futures-io v0.3.32
2026-08-04T12:54:43.4182742Z     Checking futures-channel v0.3.32
2026-08-04T12:54:43.4431612Z    Compiling syn v2.0.117
2026-08-04T12:54:43.4621352Z    Compiling autocfg v1.5.1
2026-08-04T12:54:43.4803404Z     Checking futures-task v0.3.32
2026-08-04T12:54:43.4921117Z    Compiling rustversion v1.0.22
2026-08-04T12:54:43.5275889Z     Checking hybrid-array v0.4.12
2026-08-04T12:54:43.5930626Z    Compiling anyhow v1.0.102
2026-08-04T12:54:43.6090326Z    Compiling cfg_aliases v0.2.1
2026-08-04T12:54:43.6360614Z    Compiling rustix v1.1.4
2026-08-04T12:54:43.6511037Z     Checking writeable v0.6.3
2026-08-04T12:54:43.7050776Z     Checking linux-raw-sys v0.12.1
2026-08-04T12:54:43.8170914Z     Checking litemap v0.8.2
2026-08-04T12:54:43.9164843Z    Compiling jobserver v0.1.34
2026-08-04T12:54:43.9981503Z    Compiling spt-procident v0.53.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-procident)
2026-08-04T12:54:44.0293772Z     Checking utf8_iter v1.0.4
2026-08-04T12:54:44.0530752Z    Compiling ident_case v1.0.1
2026-08-04T12:54:44.0790846Z    Compiling strsim v0.11.1
2026-08-04T12:54:44.1142062Z    Compiling fs_extra v1.3.0
2026-08-04T12:54:44.1434038Z     Checking crypto-common v0.1.7
2026-08-04T12:54:44.1596598Z     Checking block-buffer v0.10.4
2026-08-04T12:54:44.1722512Z    Compiling dunce v1.0.5
2026-08-04T12:54:44.1921971Z    Compiling cc v1.2.63
2026-08-04T12:54:44.2151165Z     Checking block-buffer v0.12.0
2026-08-04T12:54:44.2401010Z     Checking crypto-common v0.2.2
2026-08-04T12:54:44.2530641Z    Compiling icu_normalizer_data v2.2.0
2026-08-04T12:54:44.2780557Z     Checking digest v0.10.7
2026-08-04T12:54:44.3561796Z    Compiling spt-poolguard v0.53.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-poolguard)
2026-08-04T12:54:44.4367579Z    Compiling icu_properties_data v2.2.0
2026-08-04T12:54:44.4735847Z     Checking percent-encoding v2.3.2
2026-08-04T12:54:44.5072697Z     Checking inout v0.2.2
2026-08-04T12:54:44.5740778Z     Checking http v1.4.1
2026-08-04T12:54:44.5860357Z     Checking getrandom v0.2.17
2026-08-04T12:54:44.6228886Z     Checking sha2 v0.10.9
2026-08-04T12:54:44.6530875Z     Checking mio v1.2.1
2026-08-04T12:54:44.6821550Z     Checking socket2 v0.6.4
2026-08-04T12:54:44.7740873Z     Checking rand_core v0.6.4
2026-08-04T12:54:44.8200374Z     Checking uuid v1.23.2
2026-08-04T12:54:44.8820619Z     Checking fs2 v0.4.3
2026-08-04T12:54:44.9730664Z    Compiling aws-lc-rs v1.17.0
2026-08-04T12:54:44.9910211Z     Checking cpufeatures v0.3.0
2026-08-04T12:54:45.0066960Z    Compiling thiserror v2.0.18
2026-08-04T12:54:45.0250828Z     Checking cipher v0.5.2
2026-08-04T12:54:45.0459422Z     Checking arrayvec v0.7.6
2026-08-04T12:54:45.0640550Z     Checking scopeguard v1.2.0
2026-08-04T12:54:45.0771379Z     Checking form_urlencoded v1.2.2
2026-08-04T12:54:45.1360726Z     Checking lock_api v0.4.14
2026-08-04T12:54:45.1779123Z    Compiling fnv v1.0.7
2026-08-04T12:54:45.2134420Z     Checking utf8parse v0.2.2
2026-08-04T12:54:45.2170842Z     Checking untrusted v0.9.0
2026-08-04T12:54:45.2417859Z    Compiling memoffset v0.6.5
2026-08-04T12:54:45.2425379Z     Checking regex-automata v0.4.14
2026-08-04T12:54:45.2739705Z    Compiling unicode-segmentation v1.13.3
2026-08-04T12:54:45.2888316Z    Compiling heck v0.5.0
2026-08-04T12:54:45.2973764Z    Compiling spt-store v0.53.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-store)
2026-08-04T12:54:45.2978879Z     Checking chacha20 v0.10.0
2026-08-04T12:54:45.3274074Z    Compiling thiserror v1.0.69
2026-08-04T12:54:45.3276750Z    Compiling rustls v0.23.40
2026-08-04T12:54:45.4270368Z    Compiling cmake v0.1.58
2026-08-04T12:54:45.5247877Z     Checking serial-core v0.4.0
2026-08-04T12:54:45.5354162Z     Checking termios v0.2.2
2026-08-04T12:54:45.5401098Z     Checking ioctl-rs v0.1.6
2026-08-04T12:54:45.5410135Z    Compiling unicode-xid v0.2.6
2026-08-04T12:54:45.5681213Z     Checking const-oid v0.10.2
2026-08-04T12:54:45.6423413Z     Checking atomic-waker v1.1.2
2026-08-04T12:54:45.6490734Z     Checking rand v0.10.1
2026-08-04T12:54:45.6713551Z     Checking hmac v0.12.1
2026-08-04T12:54:45.6719814Z     Checking serial-unix v0.4.0
2026-08-04T12:54:45.7039309Z    Compiling httparse v1.10.1
2026-08-04T12:54:45.7197959Z    Compiling paste v1.0.15
2026-08-04T12:54:45.7381463Z     Checking pin-utils v0.1.0
2026-08-04T12:54:45.7541680Z    Compiling parking_lot_core v0.9.12
2026-08-04T12:54:45.7871739Z     Checking bitflags v1.3.2
2026-08-04T12:54:45.8377064Z    Compiling convert_case v0.10.0
2026-08-04T12:54:45.8390365Z     Checking nix v0.25.1
2026-08-04T12:54:45.8756386Z     Checking serial v0.4.0
2026-08-04T12:54:45.8770375Z     Checking http-body v1.0.1
2026-08-04T12:54:45.9339629Z    Compiling num-traits v0.2.19
2026-08-04T12:54:46.0209396Z    Compiling vte_generate_state_changes v0.1.2
2026-08-04T12:54:46.0321899Z     Checking shell-words v1.1.1
2026-08-04T12:54:46.0335775Z     Checking either v1.16.0
2026-08-04T12:54:46.0442951Z     Checking unicode-width v0.2.0
2026-08-04T12:54:46.1041485Z    Compiling ref-cast v1.0.25
2026-08-04T12:54:46.1440484Z     Checking downcast-rs v1.2.1
2026-08-04T12:54:46.1617004Z     Checking base64ct v1.8.3
2026-08-04T12:54:46.3060855Z     Checking data-encoding v2.11.0
2026-08-04T12:54:46.3137490Z     Checking tinyvec_macros v0.1.1
2026-08-04T12:54:46.3181545Z     Checking vte v0.13.1
2026-08-04T12:54:46.3355448Z    Compiling libsqlite3-sys v0.30.1
2026-08-04T12:54:46.3479456Z    Compiling aws-lc-sys v0.41.0
2026-08-04T12:54:46.3750502Z    Compiling ring v0.17.14
2026-08-04T12:54:46.4351703Z     Checking toml_write v0.1.2
2026-08-04T12:54:46.4810394Z     Checking winnow v0.7.15
2026-08-04T12:54:46.5223705Z     Checking pem-rfc7468 v1.0.0
2026-08-04T12:54:46.5372479Z     Checking try-lock v0.2.5
2026-08-04T12:54:46.5550742Z     Checking base64 v0.22.1
2026-08-04T12:54:46.6094871Z     Checking tower-service v0.3.3
2026-08-04T12:54:46.6198311Z     Checking want v0.3.1
2026-08-04T12:54:46.6557547Z     Checking parking_lot v0.12.5
2026-08-04T12:54:46.6720593Z     Checking tinyvec v1.11.0
2026-08-04T12:54:46.6941451Z    Compiling vergen-lib v9.1.0
2026-08-04T12:54:46.7250086Z     Checking inout v0.1.4
2026-08-04T12:54:46.8800835Z    Compiling n0-future v0.3.2
2026-08-04T12:54:46.8840785Z     Checking diatomic-waker v0.2.3
2026-08-04T12:54:46.9099207Z     Checking dyn-clone v1.0.20
2026-08-04T12:54:46.9221137Z     Checking httpdate v1.0.3
2026-08-04T12:54:46.9820553Z     Checking parking v2.2.1
2026-08-04T12:54:46.9857494Z    Compiling winnow v1.0.3
2026-08-04T12:54:47.0748832Z     Checking spin v0.10.0
2026-08-04T12:54:47.1261012Z     Checking cordyceps v0.3.4
2026-08-04T12:54:47.1652135Z    Compiling crossbeam-utils v0.8.21
2026-08-04T12:54:47.2010505Z     Checking futures-lite v2.6.1
2026-08-04T12:54:47.3791796Z     Checking netlink-packet-core v0.8.1
2026-08-04T12:54:47.4319411Z     Checking futures-buffered v0.2.13
2026-08-04T12:54:47.4453110Z     Checking cipher v0.4.4
2026-08-04T12:54:47.4839927Z     Checking digest v0.11.3
2026-08-04T12:54:47.5390859Z    Compiling vergen v9.1.0
2026-08-04T12:54:47.6082314Z     Checking regex v1.12.3
2026-08-04T12:54:47.6396257Z    Compiling vergen-lib v0.1.6
2026-08-04T12:54:47.6698741Z     Checking universal-hash v0.5.1
2026-08-04T12:54:47.6740031Z    Compiling noq-udp v0.10.0
2026-08-04T12:54:47.7190271Z    Compiling heapless v0.7.17
2026-08-04T12:54:47.7681173Z    Compiling curve25519-dalek v5.0.0-pre.6
2026-08-04T12:54:47.7781632Z     Checking sync_wrapper v1.0.2
2026-08-04T12:54:47.8566699Z     Checking opaque-debug v0.3.1
2026-08-04T12:54:47.8664182Z     Checking allocator-api2 v0.2.21
2026-08-04T12:54:47.9090978Z     Checking byteorder v1.5.0
2026-08-04T12:54:47.9471975Z    Compiling toml_datetime v1.1.1+spec-1.1.0
2026-08-04T12:54:47.9781035Z    Compiling powerfmt v0.2.0
2026-08-04T12:54:48.0279264Z     Checking polyval v0.6.2
2026-08-04T12:54:48.1020732Z    Compiling synstructure v0.13.2
2026-08-04T12:54:48.1156204Z    Compiling darling_core v0.20.11
2026-08-04T12:54:48.1393703Z    Compiling serde_derive_internals v0.29.1
2026-08-04T12:54:48.1830378Z    Compiling deranged v0.5.8
2026-08-04T12:54:48.2222651Z     Checking hash32 v0.2.1
2026-08-04T12:54:48.2225305Z     Checking spin v0.9.8
2026-08-04T12:54:48.2573874Z    Compiling vergen-gitcl v1.0.8
2026-08-04T12:54:48.3664804Z     Checking ryu v1.0.23
2026-08-04T12:54:48.4205001Z    Compiling num_threads v0.1.7
2026-08-04T12:54:48.4413376Z     Checking signature v3.0.0
2026-08-04T12:54:48.4761213Z     Checking tower-layer v0.3.3
2026-08-04T12:54:48.5091671Z    Compiling toml_parser v1.1.2+spec-1.1.0
2026-08-04T12:54:48.5610603Z    Compiling time-core v0.1.8
2026-08-04T12:54:48.5623602Z    Compiling num-conv v0.2.2
2026-08-04T12:54:48.6438433Z     Checking ghash v0.5.1
2026-08-04T12:54:48.7278610Z     Checking ctr v0.9.2
2026-08-04T12:54:48.7280088Z     Checking aes v0.8.4
2026-08-04T12:54:48.7479607Z     Checking sha2 v0.11.0-rc.5
2026-08-04T12:54:48.7484318Z     Checking http-body-util v0.1.3
2026-08-04T12:54:48.7485543Z     Checking aead v0.5.2
2026-08-04T12:54:48.8617631Z     Checking openssl-probe v0.2.1
2026-08-04T12:54:48.8830767Z     Checking crossbeam-epoch v0.9.18
2026-08-04T12:54:48.9528027Z     Checking crossbeam-channel v0.5.15
2026-08-04T12:54:49.0490785Z     Checking netlink-packet-route v0.29.0
2026-08-04T12:54:49.1744262Z    Compiling toml_edit v0.25.12+spec-1.1.0
2026-08-04T12:54:49.2726132Z     Checking aes-gcm v0.10.3
2026-08-04T12:54:49.2902063Z    Compiling blake3 v1.8.5
2026-08-04T12:54:49.4290887Z    Compiling netwatch v0.16.0
2026-08-04T12:54:49.4431311Z    Compiling noq v0.18.0
2026-08-04T12:54:49.4850677Z    Compiling acto v0.8.2
2026-08-04T12:54:49.5010540Z     Checking lru-slab v0.1.2
2026-08-04T12:54:49.5550673Z     Checking rustc-hash v2.1.2
2026-08-04T12:54:49.6536025Z    Compiling time v0.3.47
2026-08-04T12:54:49.6728213Z     Checking unicode-width v0.1.14
2026-08-04T12:54:49.6838547Z     Checking sorted-index-buffer v0.2.1
2026-08-04T12:54:49.6953864Z     Checking identity-hash v0.1.0
2026-08-04T12:54:49.6961091Z     Checking mac-addr v0.3.0
2026-08-04T12:54:49.7170959Z     Checking foldhash v0.2.0
2026-08-04T12:54:49.7761114Z     Checking xml-rs v0.8.28
2026-08-04T12:54:49.7971544Z     Checking tagptr v0.2.0
2026-08-04T12:54:49.8727573Z     Checking hashbrown v0.16.1
2026-08-04T12:54:49.8946418Z     Checking netlink-packet-route v0.30.0
2026-08-04T12:54:49.9171439Z     Checking simple-dns v0.9.3
2026-08-04T12:54:49.9310286Z     Checking smol_str v0.1.24
2026-08-04T12:54:49.9442452Z     Checking sha1_smol v1.0.1
2026-08-04T12:54:50.0691937Z    Compiling proc-macro-crate v3.5.0
2026-08-04T12:54:50.0826786Z     Checking simdutf8 v0.1.5
2026-08-04T12:54:50.1522957Z    Compiling serde_derive v1.0.228
2026-08-04T12:54:50.2659437Z    Compiling zeroize_derive v1.4.3
2026-08-04T12:54:50.4344460Z    Compiling curve25519-dalek-derive v0.1.1
2026-08-04T12:54:50.4580920Z    Compiling tokio-macros v2.7.0
2026-08-04T12:54:50.5036024Z    Compiling futures-macro v0.3.32
2026-08-04T12:54:50.6244949Z    Compiling zerofrom-derive v0.1.7
2026-08-04T12:54:50.6345658Z    Compiling yoke-derive v0.8.2
2026-08-04T12:54:50.6520594Z    Compiling zerovec-derive v0.11.3
2026-08-04T12:54:50.9420503Z     Checking zeroize v1.8.2
2026-08-04T12:54:50.9741431Z    Compiling displaydoc v0.2.6
2026-08-04T12:54:51.1180739Z    Compiling tracing-attributes v0.1.31
2026-08-04T12:54:51.2780645Z     Checking tokio v1.52.3
2026-08-04T12:54:51.5887012Z     Checking futures-util v0.3.32
2026-08-04T12:54:51.6280838Z     Checking rustls-pki-types v1.14.1
2026-08-04T12:54:51.7986044Z    Compiling thiserror-impl v2.0.18
2026-08-04T12:54:51.9990908Z     Checking zerofrom v0.1.8
2026-08-04T12:54:52.0090624Z    Compiling darling_macro v0.20.11
2026-08-04T12:54:52.0290691Z    Compiling thiserror-impl v1.0.69
2026-08-04T12:54:52.1091368Z    Compiling derive_more-impl v2.1.1
2026-08-04T12:54:52.1260718Z     Checking yoke v0.8.3
2026-08-04T12:54:52.2055256Z    Compiling spez v0.1.2
2026-08-04T12:54:52.3127543Z     Checking zerovec v0.11.6
2026-08-04T12:54:52.3319651Z     Checking zerotrie v0.2.4
2026-08-04T12:54:52.3959385Z     Checking ed25519-dalek v2.2.0
2026-08-04T12:54:52.6020618Z    Compiling darling v0.20.11
2026-08-04T12:54:52.6231661Z     Checking spt-proto v0.53.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-proto)
2026-08-04T12:54:52.6828407Z    Compiling derive_builder_core v0.20.2
2026-08-04T12:54:52.6944755Z    Compiling n0-error-macros v0.1.3
2026-08-04T12:54:52.8001635Z    Compiling ref-cast-impl v1.0.25
2026-08-04T12:54:53.0170762Z     Checking tinystr v0.8.3
2026-08-04T12:54:53.1552619Z     Checking potential_utf v0.1.5
2026-08-04T12:54:53.2250796Z     Checking icu_locale_core v2.2.0
2026-08-04T12:54:53.2702863Z     Checking icu_collections v2.2.0
2026-08-04T12:54:53.4863707Z     Checking der v0.8.0-rc.10
2026-08-04T12:54:53.5050652Z    Compiling pin-project-internal v1.1.13
2026-08-04T12:54:53.6950976Z    Compiling schemars_derive v1.2.1
2026-08-04T12:54:53.7533710Z     Checking filedescriptor v0.8.3
2026-08-04T12:54:53.7721217Z     Checking n0-error v0.1.3
2026-08-04T12:54:53.9266302Z     Checking portable-pty v0.8.1
2026-08-04T12:54:54.0060617Z     Checking cobs v0.3.0
2026-08-04T12:54:54.1030782Z    Compiling postcard-derive v0.2.2
2026-08-04T12:54:54.1190501Z    Compiling derive_builder_macro v0.20.2
2026-08-04T12:54:54.1378414Z    Compiling data-encoding-macro-internal v0.1.18
2026-08-04T12:54:54.2446984Z     Checking rustls-native-certs v0.8.4
2026-08-04T12:54:54.2610116Z     Checking icu_provider v2.2.0
2026-08-04T12:54:54.3795565Z    Compiling num_enum_derive v0.7.6
2026-08-04T12:54:54.4682007Z    Compiling derive_builder v0.20.2
2026-08-04T12:54:54.5955404Z     Checking icu_normalizer v2.2.0
2026-08-04T12:54:54.6294575Z     Checking icu_properties v2.2.0
2026-08-04T12:54:54.7050786Z     Checking spki v0.8.0-rc.4
2026-08-04T12:54:54.8883323Z     Checking pkcs8 v0.11.0-rc.10
2026-08-04T12:54:54.9231209Z     Checking futures-executor v0.3.32
2026-08-04T12:54:54.9604289Z     Checking pin-project v1.1.13
2026-08-04T12:54:54.9717483Z     Checking data-encoding-macro v0.1.20
2026-08-04T12:54:55.0225074Z    Compiling iroh-metrics-derive v0.4.1
2026-08-04T12:54:55.0333820Z    Compiling strum_macros v0.28.0
2026-08-04T12:54:55.0474373Z    Compiling async-trait v0.1.89
2026-08-04T12:54:55.0650890Z    Compiling enum-assoc v1.3.0
2026-08-04T12:54:55.0729453Z     Checking futures v0.3.32
2026-08-04T12:54:55.1703206Z     Checking xmltree v0.10.3
2026-08-04T12:54:55.2903714Z     Checking arrayref v0.3.9
2026-08-04T12:54:55.3265767Z     Checking constant_time_eq v0.4.2
2026-08-04T12:54:55.3429207Z     Checking resolv-conf v0.7.6
2026-08-04T12:54:55.4446839Z     Checking ipnet v2.12.0
2026-08-04T12:54:55.5171039Z     Checking toml_datetime v0.6.11
2026-08-04T12:54:55.5876892Z     Checking serde_spanned v0.6.9
2026-08-04T12:54:55.7192141Z     Checking ed25519 v3.0.0-rc.4
2026-08-04T12:54:55.7299719Z     Checking toml_edit v0.22.27
2026-08-04T12:54:55.8020632Z     Checking prefix-trie v0.8.4
2026-08-04T12:54:55.8451120Z     Checking schemars v1.2.1
2026-08-04T12:54:55.8640778Z    Compiling iroh-relay v0.98.0
2026-08-04T12:54:55.9295401Z     Checking num_enum v0.7.6
2026-08-04T12:54:55.9409468Z     Checking idna_adapter v1.2.2
2026-08-04T12:54:56.0270694Z     Checking idna v1.1.0
2026-08-04T12:54:56.0440468Z     Checking webpki-roots v1.0.7
2026-08-04T12:54:56.0579715Z     Checking once_cell v1.21.4
2026-08-04T12:54:56.1561305Z     Checking moka v0.12.15
2026-08-04T12:54:56.2225333Z     Checking lru v0.16.4
2026-08-04T12:54:56.2590988Z     Checking serde_bytes v0.11.19
2026-08-04T12:54:56.3400656Z     Checking tracing-core v0.1.36
2026-08-04T12:54:56.3680765Z     Checking tokio-util v0.7.18
2026-08-04T12:54:56.3804181Z     Checking url v2.5.8
2026-08-04T12:54:56.3980890Z     Checking tempfile v3.27.0
2026-08-04T12:54:56.4061341Z     Checking netlink-sys v0.8.8
2026-08-04T12:54:56.4391269Z     Checking hashbrown v0.14.5
2026-08-04T12:54:56.4573109Z     Checking postcard v1.1.3
2026-08-04T12:54:56.5417993Z     Checking tower v0.5.3
2026-08-04T12:54:56.6256824Z     Checking netlink-proto v0.12.0
2026-08-04T12:54:56.6460805Z     Checking netdev v0.42.0
2026-08-04T12:54:56.7026606Z     Checking seize v0.5.1
2026-08-04T12:54:56.7988055Z     Checking tracing v0.1.44
2026-08-04T12:54:56.8342657Z     Checking derive_more v2.1.1
2026-08-04T12:54:56.8630811Z    Compiling iroh v0.98.2
2026-08-04T12:54:56.8865174Z     Checking cmov v0.5.4
2026-08-04T12:54:56.9716957Z     Checking papaya v0.2.4
2026-08-04T12:54:56.9724680Z     Checking attohttpc v0.30.1
2026-08-04T12:54:57.0050830Z     Checking backon v1.6.0
2026-08-04T12:54:57.0150516Z     Checking ed25519-dalek v3.0.0-pre.6
2026-08-04T12:54:57.0430655Z     Checking hkdf v0.12.4
2026-08-04T12:54:57.1360394Z     Checking hickory-proto v0.26.0-beta.4
2026-08-04T12:54:57.2173373Z     Checking hashlink v0.9.1
2026-08-04T12:54:57.2308165Z     Checking iroh-metrics v0.38.3
2026-08-04T12:54:57.2309581Z     Checking tower-http v0.6.11
2026-08-04T12:54:57.2751826Z     Checking h2 v0.4.14
2026-08-04T12:54:57.2996972Z     Checking iroh-base v0.98.0
2026-08-04T12:54:57.3181094Z     Checking tokio-stream v0.1.18
2026-08-04T12:54:57.4421181Z     Checking n0-watcher v0.6.1
2026-08-04T12:54:57.5012195Z     Checking ctutils v0.4.2
2026-08-04T12:54:57.5310905Z     Checking spake2 v0.4.0
2026-08-04T12:54:57.5606228Z     Checking sha1 v0.10.6
2026-08-04T12:54:57.6367259Z    Compiling doctest-file v1.1.1
2026-08-04T12:54:57.7263159Z     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:54:57.7531221Z     Checking errno v0.3.14
2026-08-04T12:54:57.7726580Z    Compiling signal-hook v0.3.18
2026-08-04T12:54:57.8000937Z    Compiling darling_core v0.23.0
2026-08-04T12:54:57.8293230Z    Compiling rustix v0.38.44
2026-08-04T12:54:57.8728061Z     Checking anstyle-parse v1.0.0
2026-08-04T12:54:57.8871278Z     Checking signal-hook-registry v1.4.8
2026-08-04T12:54:57.9810082Z    Compiling instability v0.3.12
2026-08-04T12:54:58.0335112Z     Checking linux-raw-sys v0.4.15
2026-08-04T12:54:58.0480026Z     Checking colorchoice v1.0.5
2026-08-04T12:54:58.0585909Z     Checking anstyle v1.0.14
2026-08-04T12:54:58.0691855Z     Checking toml v0.8.23
2026-08-04T12:54:58.1451387Z     Checking foldhash v0.1.5
2026-08-04T12:54:58.1671379Z     Checking rusqlite v0.32.1
2026-08-04T12:54:58.1969743Z     Checking anstyle-query v1.1.5
2026-08-04T12:54:58.2147302Z     Checking interprocess v2.4.2
2026-08-04T12:54:58.2149257Z     Checking strum v0.28.0
2026-08-04T12:54:58.2918535Z     Checking is_terminal_polyfill v1.70.2
2026-08-04T12:54:58.3284815Z     Checking hashbrown v0.15.5
2026-08-04T12:54:58.3500117Z     Checking iroh-dns v0.98.0
2026-08-04T12:54:58.3516345Z    Compiling strum_macros v0.26.4
2026-08-04T12:54:58.3771263Z     Checking terminal_size v0.4.4
2026-08-04T12:54:58.3780928Z     Checking anstream v1.0.0
2026-08-04T12:54:58.4213610Z     Checking signal-hook-mio v0.2.5
2026-08-04T12:54:58.5200919Z     Checking itertools v0.13.0
2026-08-04T12:54:58.5305082Z     Checking castaway v0.2.4
2026-08-04T12:54:58.5325921Z     Checking clap_lex v1.1.0
2026-08-04T12:54:58.6347023Z     Checking static_assertions v1.1.0
2026-08-04T12:54:58.6550774Z    Compiling indoc v2.0.7
2026-08-04T12:54:58.7183902Z    Compiling clap_derive v4.6.1
2026-08-04T12:54:58.7340709Z     Checking compact_str v0.8.2
2026-08-04T12:54:58.7591194Z     Checking cassowary v0.3.0
2026-08-04T12:54:58.8150627Z     Checking clap_builder v4.6.0
2026-08-04T12:54:58.8240444Z     Checking iana-time-zone v0.1.65
2026-08-04T12:54:58.9896230Z     Checking nucleo-matcher v0.3.1
2026-08-04T12:54:58.9985634Z     Checking chrono v0.4.45
2026-08-04T12:54:59.0512595Z     Checking qrcode v0.14.1
2026-08-04T12:54:59.1330567Z     Checking lru v0.12.5
2026-08-04T12:54:59.1460711Z     Checking bytemuck v1.25.2
2026-08-04T12:54:59.4093795Z     Checking rgb v0.8.53
2026-08-04T12:54:59.4731457Z     Checking crossterm v0.28.1
2026-08-04T12:54:59.5538079Z     Checking mock-adapter v0.53.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/adapters/mock)
2026-08-04T12:54:59.8321227Z     Checking swarm-discovery v0.6.0-alpha.2 (https://github.com/SaberMage/swarm-discovery?rev=89a2200d54a4e3cab2f46cc75ebff49a1fb07614#89a2200d)
2026-08-04T12:54:59.9296728Z     Checking avt v0.18.0
2026-08-04T12:55:00.3532239Z     Checking unicode-truncate v1.1.0
2026-08-04T12:55:00.5951154Z     Checking strum v0.26.3
2026-08-04T12:55:00.7031215Z    Compiling darling_macro v0.23.0
2026-08-04T12:55:01.0059604Z    Compiling darling v0.23.0
2026-08-04T12:55:01.0510802Z     Checking clap v4.6.1
2026-08-04T12:55:01.5725595Z     Checking ratatui v0.29.0
2026-08-04T12:55:02.0550742Z     Checking hyper v1.10.1
2026-08-04T12:55:03.2803768Z     Checking hyper-util v0.1.20
2026-08-04T12:55:04.3991274Z     Checking igd-next v0.17.1
2026-08-04T12:55:04.6696135Z     Checking portmapper v0.16.0
2026-08-04T12:55:04.7022762Z     Checking spt-msg v0.53.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-msg)
2026-08-04T12:55:04.9084108Z     Checking spt-term v0.53.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-term)
2026-08-04T12:55:04.9085718Z     Checking spt-runtime v0.53.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-runtime)
2026-08-04T12:55:06.5511564Z     Checking spt-live v0.53.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-live)
2026-08-04T12:55:07.5539264Z     Checking rustls-webpki v0.103.13
2026-08-04T12:55:09.3444075Z     Checking tokio-rustls v0.26.4
2026-08-04T12:55:09.3444479Z     Checking rustls-platform-verifier v0.7.0
2026-08-04T12:55:09.3444874Z     Checking noq-proto v0.17.0
2026-08-04T12:55:09.4615391Z     Checking hickory-net v0.26.0-beta.4
2026-08-04T12:55:09.4615783Z     Checking hyper-rustls v0.27.9
2026-08-04T12:55:09.4616069Z     Checking tokio-websockets v0.13.2
2026-08-04T12:55:09.5508590Z     Checking reqwest v0.13.4
2026-08-04T12:55:10.1799727Z     Checking hickory-resolver v0.26.0-beta.4
2026-08-04T12:55:16.1098264Z     Checking spt-net v0.53.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-net)
2026-08-04T12:55:17.8815999Z     Checking spt-daemon v0.53.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-daemon)
2026-08-04T12:55:23.6283848Z     Checking spt v0.53.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt)
2026-08-04T12:55:24.2170806Z     Checking xtask v0.53.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/xtask)
2026-08-04T12:55:34.5849979Z     Finished `dev` profile [unoptimized + debuginfo] target(s) in 53.28s
2026-08-04T12:55:34.7039981Z Post job cleanup.
2026-08-04T12:55:34.7720316Z [command]/usr/bin/git version
2026-08-04T12:55:34.7785042Z git version 2.43.0
2026-08-04T12:55:34.7809974Z Copying '/home/reavus/.gitconfig' to '/home/reavus/actions-runner/_work/_temp/00b83751-9500-461d-805d-7fef0123cfe7/.gitconfig'
2026-08-04T12:55:34.7816912Z Temporarily overriding HOME='/home/reavus/actions-runner/_work/_temp/00b83751-9500-461d-805d-7fef0123cfe7' before making global git config changes
2026-08-04T12:55:34.7817577Z Adding repository directory to the temporary git global config as a safe directory
2026-08-04T12:55:34.7820863Z [command]/usr/bin/git config --global --add safe.directory /home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core
2026-08-04T12:55:34.7866618Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2026-08-04T12:55:34.7895248Z [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:55:34.8094439Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-08-04T12:55:34.8115772Z http.https://github.com/.extraheader
2026-08-04T12:55:34.8122954Z [command]/usr/bin/git config --local --unset-all http.https://github.com/.extraheader
2026-08-04T12:55:34.8146850Z [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:55:34.8334081Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-08-04T12:55:34.8361235Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
2026-08-04T12:55:34.8675336Z Cleaning up orphan processes
