﻿2026-08-17T23:35:33.0439563Z Current runner version: '2.336.0'
2026-08-17T23:35:33.0443928Z Runner name: 'kitsubito'
2026-08-17T23:35:33.0444465Z Runner group name: 'Default'
2026-08-17T23:35:33.0445066Z Machine name: 'KITSUBITO'
2026-08-17T23:35:33.0448119Z ##[group]GITHUB_TOKEN Permissions
2026-08-17T23:35:33.0450025Z Actions: write
2026-08-17T23:35:33.0450424Z ArtifactMetadata: write
2026-08-17T23:35:33.0450814Z Attestations: write
2026-08-17T23:35:33.0451176Z Checks: write
2026-08-17T23:35:33.0451528Z CodeQuality: write
2026-08-17T23:35:33.0451882Z Contents: write
2026-08-17T23:35:33.0452235Z CopilotRequests: write
2026-08-17T23:35:33.0452608Z Deployments: write
2026-08-17T23:35:33.0452975Z Discussions: write
2026-08-17T23:35:33.0453325Z Drives: write
2026-08-17T23:35:33.0453663Z Issues: write
2026-08-17T23:35:33.0454006Z Metadata: read
2026-08-17T23:35:33.0454349Z Models: read
2026-08-17T23:35:33.0454692Z Packages: write
2026-08-17T23:35:33.0455040Z Pages: write
2026-08-17T23:35:33.0455480Z PullRequests: write
2026-08-17T23:35:33.0455871Z RepositoryProjects: write
2026-08-17T23:35:33.0456257Z SecurityEvents: write
2026-08-17T23:35:33.0456614Z Statuses: write
2026-08-17T23:35:33.0456972Z VulnerabilityAlerts: read
2026-08-17T23:35:33.0457345Z ##[endgroup]
2026-08-17T23:35:33.0458848Z Secret source: Actions
2026-08-17T23:35:33.0459655Z Prepare workflow directory
2026-08-17T23:35:33.0808239Z Prepare all required actions
2026-08-17T23:35:33.0843950Z Getting action download info
2026-08-17T23:35:33.3925485Z Download action repository 'actions/checkout@v5' (SHA:fbc6f3992d24b796d5a048ff273f7fcc4a7b6c09)
2026-08-17T23:35:33.9106534Z Complete job name: lint
2026-08-17T23:35:33.9943512Z ##[group]Run set -euo pipefail
2026-08-17T23:35:33.9944085Z [36;1mset -euo pipefail[0m
2026-08-17T23:35:33.9944542Z [36;1mfloor_bytes=$((32 * 1024 * 1024 * 1024))[0m
2026-08-17T23:35:33.9945137Z [36;1mdrive=$(df -P "$GITHUB_WORKSPACE" | awk 'NR == 2 { print $1 }')[0m
2026-08-17T23:35:33.9945834Z [36;1mfree_bytes=$(df -PB1 "$GITHUB_WORKSPACE" | awk 'NR == 2 { print $4 }')[0m
2026-08-17T23:35:33.9946563Z [36;1mprintf 'disk preflight: drive=%s free_bytes=%s floor_bytes=%s\n' \[0m
2026-08-17T23:35:33.9947161Z [36;1m  "$drive" "$free_bytes" "$floor_bytes"[0m
2026-08-17T23:35:33.9947661Z [36;1mif [ "$free_bytes" -lt "$floor_bytes" ]; then[0m
2026-08-17T23:35:33.9948515Z [36;1m  echo "::error title=Insufficient free disk::RESOURCE=disk drive=$drive free_bytes=$free_bytes floor_bytes=$floor_bytes"[0m
2026-08-17T23:35:33.9949435Z [36;1m  exit 1[0m
2026-08-17T23:35:33.9949771Z [36;1mfi[0m
2026-08-17T23:35:33.9967068Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0}
2026-08-17T23:35:33.9967849Z ##[endgroup]
2026-08-17T23:35:34.0086054Z disk preflight: drive=/dev/nvme0n1p2 free_bytes=800724717568 floor_bytes=34359738368
2026-08-17T23:35:34.0260789Z ##[group]Run actions/checkout@v5
2026-08-17T23:35:34.0261355Z with:
2026-08-17T23:35:34.0261727Z   repository: BigscreenVR/spt-bs-core
2026-08-17T23:35:34.0264498Z   token: ***
2026-08-17T23:35:34.0264847Z   ssh-strict: true
2026-08-17T23:35:34.0265229Z   ssh-user: git
2026-08-17T23:35:34.0265585Z   persist-credentials: true
2026-08-17T23:35:34.0265971Z   clean: true
2026-08-17T23:35:34.0266329Z   sparse-checkout-cone-mode: true
2026-08-17T23:35:34.0266736Z   fetch-depth: 1
2026-08-17T23:35:34.0267079Z   fetch-tags: false
2026-08-17T23:35:34.0267433Z   show-progress: true
2026-08-17T23:35:34.0267795Z   lfs: false
2026-08-17T23:35:34.0268129Z   submodules: false
2026-08-17T23:35:34.0268477Z   set-safe-directory: true
2026-08-17T23:35:34.0268876Z   allow-unsafe-pr-checkout: false
2026-08-17T23:35:34.0269413Z ##[endgroup]
2026-08-17T23:35:34.1018456Z Syncing repository: BigscreenVR/spt-bs-core
2026-08-17T23:35:34.1020282Z ##[group]Getting Git version info
2026-08-17T23:35:34.1021127Z Working directory is '/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core'
2026-08-17T23:35:34.1022042Z [command]/usr/bin/git version
2026-08-17T23:35:34.1055043Z git version 2.43.0
2026-08-17T23:35:34.1072220Z ##[endgroup]
2026-08-17T23:35:34.1080314Z Copying '/home/reavus/.gitconfig' to '/home/reavus/actions-runner/_work/_temp/cb0791c0-2285-4683-8638-494a3f23cdcd/.gitconfig'
2026-08-17T23:35:34.1087402Z Temporarily overriding HOME='/home/reavus/actions-runner/_work/_temp/cb0791c0-2285-4683-8638-494a3f23cdcd' before making global git config changes
2026-08-17T23:35:34.1088522Z Adding repository directory to the temporary git global config as a safe directory
2026-08-17T23:35:34.1090321Z [command]/usr/bin/git config --global --add safe.directory /home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core
2026-08-17T23:35:34.1140254Z [command]/usr/bin/git config --local --get remote.origin.url
2026-08-17T23:35:34.1159400Z https://github.com/BigscreenVR/spt-bs-core
2026-08-17T23:35:34.1169116Z ##[group]Removing previously created refs, to avoid conflicts
2026-08-17T23:35:34.1171551Z [command]/usr/bin/git rev-parse --symbolic-full-name --verify --quiet HEAD
2026-08-17T23:35:34.1191056Z HEAD
2026-08-17T23:35:34.1220825Z ##[endgroup]
2026-08-17T23:35:34.1222140Z [command]/usr/bin/git submodule status
2026-08-17T23:35:34.1409771Z ##[group]Cleaning the repository
2026-08-17T23:35:34.1412509Z [command]/usr/bin/git clean -ffdx
2026-08-17T23:35:34.1448486Z [command]/usr/bin/git reset --hard HEAD
2026-08-17T23:35:34.1654711Z HEAD is now at ca2c313af Merge cf1108a2807d7d96d03de5267175ddeb30be30a7 into fa8c22293a8345d14455255e7de34d1d73e6ca57
2026-08-17T23:35:34.1660996Z ##[endgroup]
2026-08-17T23:35:34.1663091Z ##[group]Disabling automatic garbage collection
2026-08-17T23:35:34.1666342Z [command]/usr/bin/git config --local gc.auto 0
2026-08-17T23:35:34.1691723Z ##[endgroup]
2026-08-17T23:35:34.1692280Z ##[group]Setting up auth
2026-08-17T23:35:34.1697089Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2026-08-17T23:35:34.1723432Z [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-17T23:35:34.1908243Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-08-17T23:35:34.1932640Z [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-17T23:35:34.2115621Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-08-17T23:35:34.2141313Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
2026-08-17T23:35:34.2328077Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic ***
2026-08-17T23:35:34.2358352Z ##[endgroup]
2026-08-17T23:35:34.2359243Z ##[group]Fetching the repository
2026-08-17T23:35:34.2364340Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +5018337ee872e1ae8be92dd52e583b70ec5106e9:refs/remotes/pull/145/merge
2026-08-17T23:35:34.7169221Z ##[endgroup]
2026-08-17T23:35:34.7170638Z ##[group]Determining the checkout info
2026-08-17T23:35:34.7172132Z ##[endgroup]
2026-08-17T23:35:34.7194907Z [command]/usr/bin/git sparse-checkout disable
2026-08-17T23:35:34.7217868Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig
2026-08-17T23:35:34.7239809Z ##[group]Checking out the ref
2026-08-17T23:35:34.7241702Z [command]/usr/bin/git checkout --progress --force refs/remotes/pull/145/merge
2026-08-17T23:35:34.7554257Z Previous HEAD position was ca2c313af Merge cf1108a2807d7d96d03de5267175ddeb30be30a7 into fa8c22293a8345d14455255e7de34d1d73e6ca57
2026-08-17T23:35:34.7555922Z HEAD is now at 5018337ee Merge fa8c22293a8345d14455255e7de34d1d73e6ca57 into 27d40b9a4467c0f04649cb46734b0c76596ed605
2026-08-17T23:35:34.7564440Z ##[endgroup]
2026-08-17T23:35:34.7601217Z [command]/usr/bin/git log -1 --format=%H
2026-08-17T23:35:34.7623698Z 5018337ee872e1ae8be92dd52e583b70ec5106e9
2026-08-17T23:35:34.7749974Z ##[group]Run cargo clippy --workspace --all-targets -- -D warnings
2026-08-17T23:35:34.7750679Z [36;1mcargo clippy --workspace --all-targets -- -D warnings[0m
2026-08-17T23:35:34.7763464Z shell: /usr/bin/bash -e {0}
2026-08-17T23:35:34.7763851Z ##[endgroup]
2026-08-17T23:35:35.6965443Z    Compiling proc-macro2 v1.0.106
2026-08-17T23:35:35.6966270Z    Compiling quote v1.0.45
2026-08-17T23:35:35.6966660Z    Compiling unicode-ident v1.0.24
2026-08-17T23:35:35.6967346Z    Compiling libc v0.2.186
2026-08-17T23:35:35.6968257Z     Checking cfg-if v1.0.4
2026-08-17T23:35:35.6968753Z    Compiling serde_core v1.0.228
2026-08-17T23:35:35.6969339Z    Compiling serde v1.0.228
2026-08-17T23:35:35.6969743Z     Checking typenum v1.20.1
2026-08-17T23:35:35.6970170Z    Compiling version_check v0.9.5
2026-08-17T23:35:35.7026266Z    Compiling portable-atomic v1.13.1
2026-08-17T23:35:35.7110700Z     Checking critical-section v1.2.0
2026-08-17T23:35:35.7219326Z     Checking subtle v2.6.1
2026-08-17T23:35:35.7272762Z     Checking memchr v2.8.1
2026-08-17T23:35:35.7364190Z    Compiling shlex v2.0.1
2026-08-17T23:35:35.7420459Z    Compiling find-msvc-tools v0.1.9
2026-08-17T23:35:35.7745800Z     Checking smallvec v1.15.1
2026-08-17T23:35:35.8071743Z     Checking log v0.4.32
2026-08-17T23:35:35.8192554Z    Compiling semver v1.0.28
2026-08-17T23:35:35.9366700Z     Checking rand_core v0.10.1
2026-08-17T23:35:35.9446678Z     Checking cpufeatures v0.2.17
2026-08-17T23:35:35.9662108Z     Checking bitflags v2.12.1
2026-08-17T23:35:35.9946549Z     Checking equivalent v1.0.2
2026-08-17T23:35:36.0063688Z    Compiling getrandom v0.4.2
2026-08-17T23:35:36.0211932Z     Checking itoa v1.0.18
2026-08-17T23:35:36.0278818Z     Checking hashbrown v0.17.1
2026-08-17T23:35:36.0279705Z     Checking pin-project-lite v0.2.17
2026-08-17T23:35:36.0543298Z     Checking bytes v1.11.1
2026-08-17T23:35:36.0827478Z    Compiling zerocopy v0.8.50
2026-08-17T23:35:36.0941058Z    Compiling generic-array v0.14.7
2026-08-17T23:35:36.1107153Z     Checking futures-core v0.3.32
2026-08-17T23:35:36.1478580Z    Compiling rustc_version v0.4.1
2026-08-17T23:35:36.1809503Z    Compiling ahash v0.8.12
2026-08-17T23:35:36.2162146Z     Checking signature v2.2.0
2026-08-17T23:35:36.2251978Z    Compiling vcpkg v0.2.15
2026-08-17T23:35:36.2392373Z    Compiling pkg-config v0.3.33
2026-08-17T23:35:36.2744968Z    Compiling zmij v1.0.21
2026-08-17T23:35:36.3074122Z     Checking ed25519 v2.2.3
2026-08-17T23:35:36.3272006Z    Compiling serde_json v1.0.150
2026-08-17T23:35:36.3368726Z     Checking fastrand v2.4.1
2026-08-17T23:35:36.4262794Z     Checking aho-corasick v1.1.4
2026-08-17T23:35:36.4457121Z     Checking regex-syntax v0.8.10
2026-08-17T23:35:36.5161188Z     Checking stable_deref_trait v1.2.1
2026-08-17T23:35:36.5310568Z    Compiling curve25519-dalek v4.1.3
2026-08-17T23:35:36.5374844Z     Checking fallible-iterator v0.3.0
2026-08-17T23:35:36.5811659Z     Checking fallible-streaming-iterator v0.1.9
2026-08-17T23:35:36.7117217Z     Checking futures-io v0.3.32
2026-08-17T23:35:36.7228682Z     Checking slab v0.4.12
2026-08-17T23:35:36.8061505Z     Checking indexmap v2.14.0
2026-08-17T23:35:36.8313532Z     Checking futures-sink v0.3.32
2026-08-17T23:35:36.8465161Z     Checking futures-task v0.3.32
2026-08-17T23:35:36.8733597Z    Compiling autocfg v1.5.1
2026-08-17T23:35:36.9061544Z     Checking futures-channel v0.3.32
2026-08-17T23:35:36.9681512Z    Compiling rustversion v1.0.22
2026-08-17T23:35:36.9742049Z    Compiling anyhow v1.0.102
2026-08-17T23:35:36.9891655Z    Compiling rustix v1.1.4
2026-08-17T23:35:37.0017442Z    Compiling cfg_aliases v0.2.1
2026-08-17T23:35:37.0624724Z    Compiling syn v2.0.117
2026-08-17T23:35:37.1204463Z     Checking hybrid-array v0.4.12
2026-08-17T23:35:37.1321077Z     Checking litemap v0.8.2
2026-08-17T23:35:37.1409980Z     Checking linux-raw-sys v0.12.1
2026-08-17T23:35:37.3356910Z     Checking writeable v0.6.3
2026-08-17T23:35:37.3629124Z    Compiling fs_extra v1.3.0
2026-08-17T23:35:37.3782187Z    Compiling icu_normalizer_data v2.2.0
2026-08-17T23:35:37.4412679Z    Compiling jobserver v0.1.34
2026-08-17T23:35:37.4831307Z    Compiling spt-procident v0.55.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-procident)
2026-08-17T23:35:37.5080834Z     Checking utf8_iter v1.0.4
2026-08-17T23:35:37.5111021Z    Compiling icu_properties_data v2.2.0
2026-08-17T23:35:37.5631467Z    Compiling strsim v0.11.1
2026-08-17T23:35:37.5791135Z    Compiling ident_case v1.0.1
2026-08-17T23:35:37.6126163Z    Compiling dunce v1.0.5
2026-08-17T23:35:37.7050056Z     Checking crypto-common v0.1.7
2026-08-17T23:35:37.7052498Z     Checking block-buffer v0.10.4
2026-08-17T23:35:37.7258271Z    Compiling cc v1.2.63
2026-08-17T23:35:37.7482023Z    Compiling spt-poolguard v0.55.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-poolguard)
2026-08-17T23:35:37.7611578Z     Checking crypto-common v0.2.2
2026-08-17T23:35:37.7675872Z     Checking block-buffer v0.12.0
2026-08-17T23:35:37.8390142Z     Checking digest v0.10.7
2026-08-17T23:35:37.8970851Z     Checking percent-encoding v2.3.2
2026-08-17T23:35:37.9085574Z     Checking inout v0.2.2
2026-08-17T23:35:37.9975011Z     Checking http v1.4.1
2026-08-17T23:35:38.0038462Z     Checking cpufeatures v0.3.0
2026-08-17T23:35:38.0128330Z    Compiling aws-lc-rs v1.17.0
2026-08-17T23:35:38.0207679Z    Compiling thiserror v2.0.18
2026-08-17T23:35:38.0314636Z     Checking arrayvec v0.7.6
2026-08-17T23:35:38.0506304Z     Checking scopeguard v1.2.0
2026-08-17T23:35:38.0670503Z     Checking form_urlencoded v1.2.2
2026-08-17T23:35:38.0801125Z     Checking sha2 v0.10.9
2026-08-17T23:35:38.1410041Z     Checking lock_api v0.4.14
2026-08-17T23:35:38.1614922Z     Checking getrandom v0.2.17
2026-08-17T23:35:38.2493162Z     Checking mio v1.2.1
2026-08-17T23:35:38.3030908Z     Checking socket2 v0.6.4
2026-08-17T23:35:38.3172507Z     Checking rand_core v0.6.4
2026-08-17T23:35:38.3706141Z     Checking uuid v1.23.2
2026-08-17T23:35:38.3858090Z     Checking fs2 v0.4.3
2026-08-17T23:35:38.4615994Z     Checking cipher v0.5.2
2026-08-17T23:35:38.4710607Z    Compiling spt-store v0.55.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-store)
2026-08-17T23:35:38.4837037Z     Checking untrusted v0.9.0
2026-08-17T23:35:38.4921090Z    Compiling fnv v1.0.7
2026-08-17T23:35:38.5440816Z     Checking utf8parse v0.2.2
2026-08-17T23:35:38.5527017Z    Compiling memoffset v0.6.5
2026-08-17T23:35:38.5602047Z    Compiling unicode-segmentation v1.13.3
2026-08-17T23:35:38.5705004Z    Compiling rustls v0.23.40
2026-08-17T23:35:38.6188233Z    Compiling heck v0.5.0
2026-08-17T23:35:38.6590732Z    Compiling thiserror v1.0.69
2026-08-17T23:35:38.6831318Z     Checking ioctl-rs v0.1.6
2026-08-17T23:35:38.7031026Z     Checking regex-automata v0.4.14
2026-08-17T23:35:38.7122834Z     Checking serial-core v0.4.0
2026-08-17T23:35:38.7222709Z     Checking chacha20 v0.10.0
2026-08-17T23:35:38.7272113Z     Checking termios v0.2.2
2026-08-17T23:35:38.7551982Z     Checking const-oid v0.10.2
2026-08-17T23:35:38.8048010Z     Checking atomic-waker v1.1.2
2026-08-17T23:35:38.8230878Z    Compiling unicode-xid v0.2.6
2026-08-17T23:35:38.8520995Z     Checking hmac v0.12.1
2026-08-17T23:35:38.8708660Z     Checking serial-unix v0.4.0
2026-08-17T23:35:38.9015972Z     Checking bitflags v1.3.2
2026-08-17T23:35:38.9104330Z    Compiling httparse v1.10.1
2026-08-17T23:35:38.9290774Z    Compiling cmake v0.1.58
2026-08-17T23:35:38.9396427Z     Checking pin-utils v0.1.0
2026-08-17T23:35:38.9542968Z    Compiling parking_lot_core v0.9.12
2026-08-17T23:35:38.9681079Z    Compiling paste v1.0.15
2026-08-17T23:35:38.9681960Z     Checking http-body v1.0.1
2026-08-17T23:35:38.9827303Z     Checking rand v0.10.1
2026-08-17T23:35:38.9914011Z     Checking nix v0.25.1
2026-08-17T23:35:39.0230786Z    Compiling num-traits v0.2.19
2026-08-17T23:35:39.0441193Z     Checking serial v0.4.0
2026-08-17T23:35:39.1040840Z    Compiling convert_case v0.10.0
2026-08-17T23:35:39.1630641Z    Compiling vte_generate_state_changes v0.1.2
2026-08-17T23:35:39.1671183Z     Checking either v1.16.0
2026-08-17T23:35:39.1900664Z     Checking unicode-width v0.2.0
2026-08-17T23:35:39.2400781Z     Checking downcast-rs v1.2.1
2026-08-17T23:35:39.2904713Z     Checking shell-words v1.1.1
2026-08-17T23:35:39.3026023Z    Compiling ref-cast v1.0.25
2026-08-17T23:35:39.3398728Z     Checking base64ct v1.8.3
2026-08-17T23:35:39.4328391Z     Checking vte v0.13.1
2026-08-17T23:35:39.4398582Z     Checking toml_write v0.1.2
2026-08-17T23:35:39.5311154Z     Checking tinyvec_macros v0.1.1
2026-08-17T23:35:39.5803236Z     Checking tower-service v0.3.3
2026-08-17T23:35:39.6050930Z     Checking try-lock v0.2.5
2026-08-17T23:35:39.6365074Z     Checking base64 v0.22.1
2026-08-17T23:35:39.6366423Z     Checking data-encoding v2.11.0
2026-08-17T23:35:39.6482161Z     Checking winnow v0.7.15
2026-08-17T23:35:39.6488487Z     Checking pem-rfc7468 v1.0.0
2026-08-17T23:35:39.6714188Z     Checking want v0.3.1
2026-08-17T23:35:39.6807259Z     Checking parking_lot v0.12.5
2026-08-17T23:35:39.7148117Z     Checking tinyvec v1.11.0
2026-08-17T23:35:39.7785996Z    Compiling vergen-lib v9.1.0
2026-08-17T23:35:39.7987454Z     Checking inout v0.1.4
2026-08-17T23:35:39.8278848Z    Compiling libsqlite3-sys v0.30.1
2026-08-17T23:35:39.8591227Z    Compiling aws-lc-sys v0.41.0
2026-08-17T23:35:39.9171962Z    Compiling ring v0.17.14
2026-08-17T23:35:39.9384707Z    Compiling n0-future v0.3.2
2026-08-17T23:35:39.9921565Z    Compiling winnow v1.0.3
2026-08-17T23:35:40.1480050Z    Compiling crossbeam-utils v0.8.21
2026-08-17T23:35:40.1484014Z     Checking parking v2.2.1
2026-08-17T23:35:40.2480439Z     Checking cordyceps v0.3.4
2026-08-17T23:35:40.2600577Z     Checking dyn-clone v1.0.20
2026-08-17T23:35:40.3281099Z     Checking spin v0.10.0
2026-08-17T23:35:40.3974275Z     Checking diatomic-waker v0.2.3
2026-08-17T23:35:40.4196497Z     Checking httpdate v1.0.3
2026-08-17T23:35:40.4477214Z     Checking futures-lite v2.6.1
2026-08-17T23:35:40.5110373Z     Checking cipher v0.4.4
2026-08-17T23:35:40.5186658Z     Checking netlink-packet-core v0.8.1
2026-08-17T23:35:40.5596742Z     Checking futures-buffered v0.2.13
2026-08-17T23:35:40.5680334Z     Checking digest v0.11.3
2026-08-17T23:35:40.6810868Z    Compiling vergen-lib v0.1.6
2026-08-17T23:35:40.7232400Z    Compiling vergen v9.1.0
2026-08-17T23:35:40.7646231Z     Checking universal-hash v0.5.1
2026-08-17T23:35:40.8052434Z    Compiling noq-udp v0.10.0
2026-08-17T23:35:40.8185347Z    Compiling heapless v0.7.17
2026-08-17T23:35:40.8600722Z    Compiling curve25519-dalek v5.0.0-pre.6
2026-08-17T23:35:40.8682596Z     Checking sync_wrapper v1.0.2
2026-08-17T23:35:40.8758437Z    Compiling powerfmt v0.2.0
2026-08-17T23:35:40.9497282Z     Checking allocator-api2 v0.2.21
2026-08-17T23:35:40.9598416Z     Checking regex v1.12.3
2026-08-17T23:35:41.0193258Z    Compiling toml_datetime v1.1.1+spec-1.1.0
2026-08-17T23:35:41.0540768Z     Checking byteorder v1.5.0
2026-08-17T23:35:41.0651241Z     Checking opaque-debug v0.3.1
2026-08-17T23:35:41.1111538Z     Checking polyval v0.6.2
2026-08-17T23:35:41.1521043Z    Compiling deranged v0.5.8
2026-08-17T23:35:41.2450731Z     Checking hash32 v0.2.1
2026-08-17T23:35:41.2632632Z     Checking spin v0.9.8
2026-08-17T23:35:41.3206257Z    Compiling vergen-gitcl v1.0.8
2026-08-17T23:35:41.3208814Z     Checking tower-layer v0.3.3
2026-08-17T23:35:41.3209853Z     Checking signature v3.0.0
2026-08-17T23:35:41.3409429Z     Checking ryu v1.0.23
2026-08-17T23:35:41.3829395Z    Compiling num-conv v0.2.2
2026-08-17T23:35:41.4508148Z    Compiling num_threads v0.1.7
2026-08-17T23:35:41.4605615Z    Compiling time-core v0.1.8
2026-08-17T23:35:41.4911095Z     Checking ghash v0.5.1
2026-08-17T23:35:41.5200587Z     Checking aes v0.8.4
2026-08-17T23:35:41.5670777Z     Checking ctr v0.9.2
2026-08-17T23:35:41.5735920Z     Checking sha2 v0.11.0-rc.5
2026-08-17T23:35:41.6146759Z     Checking http-body-util v0.1.3
2026-08-17T23:35:41.6244424Z     Checking aead v0.5.2
2026-08-17T23:35:41.6575548Z    Compiling toml_parser v1.1.2+spec-1.1.0
2026-08-17T23:35:41.6690864Z     Checking openssl-probe v0.2.1
2026-08-17T23:35:41.7297769Z     Checking netlink-packet-route v0.29.0
2026-08-17T23:35:41.7430955Z    Compiling blake3 v1.8.5
2026-08-17T23:35:41.7679826Z    Compiling netwatch v0.16.0
2026-08-17T23:35:41.7780918Z     Checking crossbeam-channel v0.5.15
2026-08-17T23:35:41.8507557Z     Checking crossbeam-epoch v0.9.18
2026-08-17T23:35:41.9757225Z    Compiling synstructure v0.13.2
2026-08-17T23:35:42.0660138Z    Compiling darling_core v0.20.11
2026-08-17T23:35:42.1056212Z    Compiling serde_derive_internals v0.29.1
2026-08-17T23:35:42.1064418Z     Checking aes-gcm v0.10.3
2026-08-17T23:35:42.2431001Z    Compiling noq v0.18.0
2026-08-17T23:35:42.2579047Z    Compiling acto v0.8.2
2026-08-17T23:35:42.2661593Z    Compiling toml_edit v0.25.12+spec-1.1.0
2026-08-17T23:35:42.4274871Z     Checking mac-addr v0.3.0
2026-08-17T23:35:42.4488558Z     Checking unicode-width v0.1.14
2026-08-17T23:35:42.5155799Z    Compiling time v0.3.47
2026-08-17T23:35:42.5621847Z     Checking xml-rs v0.8.28
2026-08-17T23:35:42.6601968Z     Checking foldhash v0.2.0
2026-08-17T23:35:42.6829922Z     Checking tagptr v0.2.0
2026-08-17T23:35:42.6830867Z     Checking sorted-index-buffer v0.2.1
2026-08-17T23:35:42.6940587Z     Checking identity-hash v0.1.0
2026-08-17T23:35:42.7005538Z     Checking rustc-hash v2.1.2
2026-08-17T23:35:42.7661162Z     Checking lru-slab v0.1.2
2026-08-17T23:35:42.7780723Z     Checking hashbrown v0.16.1
2026-08-17T23:35:42.8460869Z     Checking netlink-packet-route v0.30.0
2026-08-17T23:35:42.8532340Z     Checking simple-dns v0.9.3
2026-08-17T23:35:42.8603876Z     Checking constant_time_eq v0.4.2
2026-08-17T23:35:42.9647711Z     Checking smol_str v0.1.24
2026-08-17T23:35:43.0537833Z     Checking arrayref v0.3.9
2026-08-17T23:35:43.0873572Z    Compiling proc-macro-crate v3.5.0
2026-08-17T23:35:43.2260731Z     Checking xmltree v0.10.3
2026-08-17T23:35:43.2970079Z     Checking resolv-conf v0.7.6
2026-08-17T23:35:43.3666213Z     Checking simdutf8 v0.1.5
2026-08-17T23:35:43.3752400Z     Checking sha1_smol v1.0.1
2026-08-17T23:35:43.5087962Z     Checking serde_bytes v0.11.19
2026-08-17T23:35:43.5325334Z     Checking seize v0.5.1
2026-08-17T23:35:43.5406513Z     Checking lru v0.16.4
2026-08-17T23:35:43.5701854Z    Compiling iroh v0.98.2
2026-08-17T23:35:43.6665389Z     Checking cmov v0.5.4
2026-08-17T23:35:43.6815182Z     Checking hkdf v0.12.4
2026-08-17T23:35:43.6819680Z     Checking sha1 v0.10.6
2026-08-17T23:35:43.7281058Z     Checking papaya v0.2.4
2026-08-17T23:35:43.7731517Z    Compiling serde_derive v1.0.228
2026-08-17T23:35:43.7935462Z    Compiling zeroize_derive v1.4.3
2026-08-17T23:35:43.7939746Z    Compiling curve25519-dalek-derive v0.1.1
2026-08-17T23:35:43.8516787Z    Compiling tokio-macros v2.7.0
2026-08-17T23:35:43.8622456Z    Compiling futures-macro v0.3.32
2026-08-17T23:35:43.8623422Z    Compiling zerofrom-derive v0.1.7
2026-08-17T23:35:43.8759661Z    Compiling yoke-derive v0.8.2
2026-08-17T23:35:43.9040634Z    Compiling zerovec-derive v0.11.3
2026-08-17T23:35:44.1232328Z    Compiling displaydoc v0.2.6
2026-08-17T23:35:44.4130810Z    Compiling tracing-attributes v0.1.31
2026-08-17T23:35:44.4219727Z     Checking zeroize v1.8.2
2026-08-17T23:35:44.5228500Z     Checking tokio v1.52.3
2026-08-17T23:35:44.8000697Z     Checking futures-util v0.3.32
2026-08-17T23:35:44.8564198Z     Checking rustls-pki-types v1.14.1
2026-08-17T23:35:44.8795051Z    Compiling thiserror-impl v2.0.18
2026-08-17T23:35:45.0482620Z    Compiling thiserror-impl v1.0.69
2026-08-17T23:35:45.1626524Z     Checking zerofrom v0.1.8
2026-08-17T23:35:45.1986898Z    Compiling darling_macro v0.20.11
2026-08-17T23:35:45.2324451Z    Compiling derive_more-impl v2.1.1
2026-08-17T23:35:45.2611542Z     Checking yoke v0.8.3
2026-08-17T23:35:45.2615396Z    Compiling ref-cast-impl v1.0.25
2026-08-17T23:35:45.4207154Z     Checking zerovec v0.11.6
2026-08-17T23:35:45.5580903Z     Checking zerotrie v0.2.4
2026-08-17T23:35:45.7164065Z     Checking ed25519-dalek v2.2.0
2026-08-17T23:35:45.8323907Z    Compiling darling v0.20.11
2026-08-17T23:35:45.8504252Z    Compiling n0-error-macros v0.1.3
2026-08-17T23:35:45.8981371Z    Compiling derive_builder_core v0.20.2
2026-08-17T23:35:45.9105317Z     Checking spt-proto v0.55.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-proto)
2026-08-17T23:35:46.0302389Z    Compiling spez v0.1.2
2026-08-17T23:35:46.1097202Z     Checking tinystr v0.8.3
2026-08-17T23:35:46.3060966Z     Checking icu_locale_core v2.2.0
2026-08-17T23:35:46.3684190Z     Checking potential_utf v0.1.5
2026-08-17T23:35:46.4580694Z     Checking der v0.8.0-rc.10
2026-08-17T23:35:46.4860436Z     Checking icu_collections v2.2.0
2026-08-17T23:35:46.5075064Z    Compiling pin-project-internal v1.1.13
2026-08-17T23:35:46.5765015Z     Checking filedescriptor v0.8.3
2026-08-17T23:35:46.6466668Z    Compiling schemars_derive v1.2.1
2026-08-17T23:35:46.7149160Z     Checking portable-pty v0.8.1
2026-08-17T23:35:46.8954107Z     Checking cobs v0.3.0
2026-08-17T23:35:46.9501426Z     Checking n0-error v0.1.3
2026-08-17T23:35:47.0004944Z    Compiling postcard-derive v0.2.2
2026-08-17T23:35:47.0298152Z    Compiling data-encoding-macro-internal v0.1.18
2026-08-17T23:35:47.1476206Z    Compiling derive_builder_macro v0.20.2
2026-08-17T23:35:47.1567091Z     Checking rustls-native-certs v0.8.4
2026-08-17T23:35:47.2565845Z    Compiling num_enum_derive v0.7.6
2026-08-17T23:35:47.2656045Z    Compiling async-trait v0.1.89
2026-08-17T23:35:47.2850683Z     Checking icu_provider v2.2.0
2026-08-17T23:35:47.4474593Z     Checking data-encoding-macro v0.1.20
2026-08-17T23:35:47.4609592Z    Compiling derive_builder v0.20.2
2026-08-17T23:35:47.5020219Z    Compiling iroh-metrics-derive v0.4.1
2026-08-17T23:35:47.5296510Z     Checking icu_normalizer v2.2.0
2026-08-17T23:35:47.5791281Z     Checking icu_properties v2.2.0
2026-08-17T23:35:47.6697953Z     Checking spki v0.8.0-rc.4
2026-08-17T23:35:47.8045223Z     Checking pkcs8 v0.11.0-rc.10
2026-08-17T23:35:47.8171692Z     Checking pin-project v1.1.13
2026-08-17T23:35:47.8675386Z     Checking futures-executor v0.3.32
2026-08-17T23:35:47.9646312Z    Compiling enum-assoc v1.3.0
2026-08-17T23:35:47.9648307Z    Compiling strum_macros v0.28.0
2026-08-17T23:35:47.9873340Z     Checking webpki-roots v1.0.7
2026-08-17T23:35:48.0001576Z     Checking ctutils v0.4.2
2026-08-17T23:35:48.0279499Z     Checking futures v0.3.32
2026-08-17T23:35:48.0911739Z     Checking spake2 v0.4.0
2026-08-17T23:35:48.1112352Z    Compiling doctest-file v1.1.1
2026-08-17T23:35:48.2290722Z     Checking errno v0.3.14
2026-08-17T23:35:48.2561565Z    Compiling signal-hook v0.3.18
2026-08-17T23:35:48.3074214Z    Compiling darling_core v0.23.0
2026-08-17T23:35:48.3524821Z     Checking signal-hook-registry v1.4.8
2026-08-17T23:35:48.3788800Z    Compiling rustix v0.38.44
2026-08-17T23:35:48.4207278Z     Checking anstyle-parse v1.0.0
2026-08-17T23:35:48.4297098Z     Checking num_enum v0.7.6
2026-08-17T23:35:48.5139842Z     Checking linux-raw-sys v0.4.15
2026-08-17T23:35:48.5780794Z    Compiling instability v0.3.12
2026-08-17T23:35:48.6350865Z     Checking interprocess v2.4.2
2026-08-17T23:35:48.7191177Z     Checking ipnet v2.12.0
2026-08-17T23:35:48.7291288Z     Checking serde_spanned v0.6.9
2026-08-17T23:35:48.7389925Z     Checking toml_datetime v0.6.11
2026-08-17T23:35:48.7677076Z     Checking schemars v1.2.1
2026-08-17T23:35:48.7967631Z     Checking ed25519 v3.0.0-rc.4
2026-08-17T23:35:48.9096882Z    Compiling iroh-relay v0.98.0
2026-08-17T23:35:48.9162252Z     Checking idna_adapter v1.2.2
2026-08-17T23:35:48.9417346Z     Checking toml_edit v0.22.27
2026-08-17T23:35:48.9980987Z     Checking idna v1.1.0
2026-08-17T23:35:49.0235867Z     Checking prefix-trie v0.8.4
2026-08-17T23:35:49.2160457Z     Checking colorchoice v1.0.5
2026-08-17T23:35:49.2355670Z     Checking anstyle v1.0.14
2026-08-17T23:35:49.2841581Z     Checking is_terminal_polyfill v1.70.2
2026-08-17T23:35:49.2847135Z     Checking url v2.5.8
2026-08-17T23:35:49.3500092Z     Checking anstyle-query v1.1.5
2026-08-17T23:35:49.4050765Z     Checking once_cell v1.21.4
2026-08-17T23:35:49.4180749Z     Checking moka v0.12.15
2026-08-17T23:35:49.4399878Z     Checking foldhash v0.1.5
2026-08-17T23:35:49.4500481Z     Checking postcard v1.1.3
2026-08-17T23:35:49.5331114Z     Checking anstream v1.0.0
2026-08-17T23:35:49.5655747Z     Checking hashbrown v0.15.5
2026-08-17T23:35:49.6283781Z     Checking tracing-core v0.1.36
2026-08-17T23:35:49.6460944Z     Checking tokio-util v0.7.18
2026-08-17T23:35:49.6716137Z     Checking derive_more v2.1.1
2026-08-17T23:35:49.6803686Z     Checking tempfile v3.27.0
2026-08-17T23:35:49.7330885Z     Checking hashbrown v0.14.5
2026-08-17T23:35:49.7820791Z     Checking netlink-sys v0.8.8
2026-08-17T23:35:49.8070887Z     Checking tower v0.5.3
2026-08-17T23:35:49.8586958Z     Checking backon v1.6.0
2026-08-17T23:35:49.9112417Z     Checking spt-test-support v0.55.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-test-support)
2026-08-17T23:35:49.9357325Z     Checking attohttpc v0.30.1
2026-08-17T23:35:49.9712974Z     Checking netdev v0.42.0
2026-08-17T23:35:50.0490964Z     Checking netlink-proto v0.12.0
2026-08-17T23:35:50.0870353Z     Checking tracing v0.1.44
2026-08-17T23:35:50.1467134Z     Checking ed25519-dalek v3.0.0-pre.6
2026-08-17T23:35:50.2130132Z     Checking signal-hook-mio v0.2.5
2026-08-17T23:35:50.3052755Z    Compiling strum_macros v0.26.4
2026-08-17T23:35:50.3147243Z     Checking terminal_size v0.4.4
2026-08-17T23:35:50.3514313Z     Checking hickory-proto v0.26.0-beta.4
2026-08-17T23:35:50.3691311Z     Checking tower-http v0.6.11
2026-08-17T23:35:50.3929844Z     Checking iroh-base v0.98.0
2026-08-17T23:35:50.4051212Z     Checking hashlink v0.9.1
2026-08-17T23:35:50.4134579Z     Checking iroh-metrics v0.38.3
2026-08-17T23:35:50.4233031Z     Checking h2 v0.4.14
2026-08-17T23:35:50.4622006Z     Checking tokio-stream v0.1.18
2026-08-17T23:35:50.5575556Z     Checking n0-watcher v0.6.1
2026-08-17T23:35:50.7617414Z     Checking itertools v0.13.0
2026-08-17T23:35:50.7790959Z     Checking strum v0.28.0
2026-08-17T23:35:50.7933760Z     Checking castaway v0.2.4
2026-08-17T23:35:50.8023862Z    Compiling indoc v2.0.7
2026-08-17T23:35:50.8311701Z     Checking rusqlite v0.32.1
2026-08-17T23:35:50.8684005Z     Checking clap_lex v1.1.0
2026-08-17T23:35:50.8685430Z     Checking iroh-dns v0.98.0
2026-08-17T23:35:50.9291221Z     Checking static_assertions v1.1.0
2026-08-17T23:35:50.9980652Z     Checking compact_str v0.8.2
2026-08-17T23:35:51.0121569Z     Checking crossterm v0.28.1
2026-08-17T23:35:51.0161231Z     Checking lru v0.12.5
2026-08-17T23:35:51.0260773Z     Checking toml v0.8.23
2026-08-17T23:35:51.1380866Z     Checking clap_builder v4.6.0
2026-08-17T23:35:51.1588762Z    Compiling clap_derive v4.6.1
2026-08-17T23:35:51.1701195Z     Checking cassowary v0.3.0
2026-08-17T23:35:51.1940792Z     Checking iana-time-zone v0.1.65
2026-08-17T23:35:51.2080301Z     Checking nucleo-matcher v0.3.1
2026-08-17T23:35:51.3114878Z     Checking chrono v0.4.45
2026-08-17T23:35:51.3980933Z     Checking qrcode v0.14.1
2026-08-17T23:35:51.4261713Z     Checking bytemuck v1.25.2
2026-08-17T23:35:51.6366321Z     Checking rgb v0.8.53
2026-08-17T23:35:51.8397735Z     Checking mock-adapter v0.55.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/adapters/mock)
2026-08-17T23:35:51.9595590Z    Compiling darling_macro v0.23.0
2026-08-17T23:35:52.0219865Z     Checking avt v0.18.0
2026-08-17T23:35:52.2988427Z    Compiling darling v0.23.0
2026-08-17T23:35:52.4101257Z     Checking unicode-truncate v1.1.0
2026-08-17T23:35:52.5047585Z     Checking strum v0.26.3
2026-08-17T23:35:52.6482629Z     Checking swarm-discovery v0.6.0-alpha.2 (https://github.com/SaberMage/swarm-discovery?rev=89a2200d54a4e3cab2f46cc75ebff49a1fb07614#89a2200d)
2026-08-17T23:35:52.8157120Z     Checking ratatui v0.29.0
2026-08-17T23:35:53.2555512Z     Checking clap v4.6.1
2026-08-17T23:35:54.7510760Z     Checking hyper v1.10.1
2026-08-17T23:35:55.7215881Z     Checking hyper-util v0.1.20
2026-08-17T23:35:56.5880678Z     Checking spt-msg v0.55.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-msg)
2026-08-17T23:35:56.6407723Z     Checking igd-next v0.17.1
2026-08-17T23:35:56.7792417Z     Checking spt-term v0.55.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-term)
2026-08-17T23:35:56.7793609Z     Checking spt-runtime v0.55.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-runtime)
2026-08-17T23:35:56.9230605Z     Checking portmapper v0.16.0
2026-08-17T23:35:58.4081512Z     Checking spt-live v0.55.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-live)
2026-08-17T23:35:59.2437934Z     Checking rustls-webpki v0.103.13
2026-08-17T23:36:01.0322339Z     Checking tokio-rustls v0.26.4
2026-08-17T23:36:01.0322713Z     Checking noq-proto v0.17.0
2026-08-17T23:36:01.0323010Z     Checking rustls-platform-verifier v0.7.0
2026-08-17T23:36:01.1465290Z     Checking hickory-net v0.26.0-beta.4
2026-08-17T23:36:01.1465671Z     Checking hyper-rustls v0.27.9
2026-08-17T23:36:01.1466210Z     Checking tokio-websockets v0.13.2
2026-08-17T23:36:01.2332164Z     Checking reqwest v0.13.4
2026-08-17T23:36:01.8661336Z     Checking hickory-resolver v0.26.0-beta.4
2026-08-17T23:36:07.5762985Z     Checking spt-net v0.55.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-net)
2026-08-17T23:36:09.3441215Z     Checking spt-daemon v0.55.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-daemon)
2026-08-17T23:36:15.0726567Z     Checking spt v0.55.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt)
2026-08-17T23:36:15.0727565Z     Checking xtask v0.55.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/xtask)
2026-08-17T23:36:25.9856125Z     Finished `dev` profile [unoptimized + debuginfo] target(s) in 51.12s
2026-08-17T23:36:26.1049765Z Post job cleanup.
2026-08-17T23:36:26.1704928Z [command]/usr/bin/git version
2026-08-17T23:36:26.1736040Z git version 2.43.0
2026-08-17T23:36:26.1760371Z Copying '/home/reavus/.gitconfig' to '/home/reavus/actions-runner/_work/_temp/0caed288-9b0b-4a16-8046-fc2c592d5f6d/.gitconfig'
2026-08-17T23:36:26.1767883Z Temporarily overriding HOME='/home/reavus/actions-runner/_work/_temp/0caed288-9b0b-4a16-8046-fc2c592d5f6d' before making global git config changes
2026-08-17T23:36:26.1768522Z Adding repository directory to the temporary git global config as a safe directory
2026-08-17T23:36:26.1771428Z [command]/usr/bin/git config --global --add safe.directory /home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core
2026-08-17T23:36:26.1799887Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2026-08-17T23:36:26.1824891Z [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-17T23:36:26.2006405Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-08-17T23:36:26.2025252Z http.https://github.com/.extraheader
2026-08-17T23:36:26.2032306Z [command]/usr/bin/git config --local --unset-all http.https://github.com/.extraheader
2026-08-17T23:36:26.2056760Z [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-17T23:36:26.2244391Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-08-17T23:36:26.2266928Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
2026-08-17T23:36:26.2586802Z Cleaning up orphan processes
