﻿2026-08-03T03:02:57.0096570Z Current runner version: '2.336.0'
2026-08-03T03:02:57.0158196Z Runner name: 'kitsubito'
2026-08-03T03:02:57.0158784Z Runner group name: 'Default'
2026-08-03T03:02:57.0159531Z Machine name: 'KITSUBITO'
2026-08-03T03:02:57.0162999Z ##[group]GITHUB_TOKEN Permissions
2026-08-03T03:02:57.0165208Z Actions: write
2026-08-03T03:02:57.0165623Z ArtifactMetadata: write
2026-08-03T03:02:57.0166023Z Attestations: write
2026-08-03T03:02:57.0166387Z Checks: write
2026-08-03T03:02:57.0166744Z CodeQuality: write
2026-08-03T03:02:57.0167109Z Contents: write
2026-08-03T03:02:57.0167475Z CopilotRequests: write
2026-08-03T03:02:57.0167855Z Deployments: write
2026-08-03T03:02:57.0168227Z Discussions: write
2026-08-03T03:02:57.0168585Z Drives: write
2026-08-03T03:02:57.0168934Z Issues: write
2026-08-03T03:02:57.0169390Z Metadata: read
2026-08-03T03:02:57.0169743Z Models: read
2026-08-03T03:02:57.0170091Z Packages: write
2026-08-03T03:02:57.0170453Z Pages: write
2026-08-03T03:02:57.0170926Z PullRequests: write
2026-08-03T03:02:57.0171335Z RepositoryProjects: write
2026-08-03T03:02:57.0171731Z SecurityEvents: write
2026-08-03T03:02:57.0172097Z Statuses: write
2026-08-03T03:02:57.0172491Z VulnerabilityAlerts: read
2026-08-03T03:02:57.0172868Z ##[endgroup]
2026-08-03T03:02:57.0174742Z Secret source: Actions
2026-08-03T03:02:57.0175435Z Prepare workflow directory
2026-08-03T03:02:57.0530567Z Prepare all required actions
2026-08-03T03:02:57.0567747Z Getting action download info
2026-08-03T03:02:57.3819626Z Download action repository 'actions/checkout@v5' (SHA:fbc6f3992d24b796d5a048ff273f7fcc4a7b6c09)
2026-08-03T03:02:57.8804017Z Complete job name: lint
2026-08-03T03:02:57.9587694Z ##[group]Run set -euo pipefail
2026-08-03T03:02:57.9588256Z [36;1mset -euo pipefail[0m
2026-08-03T03:02:57.9588709Z [36;1mfloor_bytes=$((32 * 1024 * 1024 * 1024))[0m
2026-08-03T03:02:57.9589399Z [36;1mdrive=$(df -P "$GITHUB_WORKSPACE" | awk 'NR == 2 { print $1 }')[0m
2026-08-03T03:02:57.9590095Z [36;1mfree_bytes=$(df -PB1 "$GITHUB_WORKSPACE" | awk 'NR == 2 { print $4 }')[0m
2026-08-03T03:02:57.9590821Z [36;1mprintf 'disk preflight: drive=%s free_bytes=%s floor_bytes=%s\n' \[0m
2026-08-03T03:02:57.9591421Z [36;1m  "$drive" "$free_bytes" "$floor_bytes"[0m
2026-08-03T03:02:57.9591919Z [36;1mif [ "$free_bytes" -lt "$floor_bytes" ]; then[0m
2026-08-03T03:02:57.9592714Z [36;1m  echo "::error title=Insufficient free disk::RESOURCE=disk drive=$drive free_bytes=$free_bytes floor_bytes=$floor_bytes"[0m
2026-08-03T03:02:57.9593454Z [36;1m  exit 1[0m
2026-08-03T03:02:57.9593788Z [36;1mfi[0m
2026-08-03T03:02:57.9610181Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0}
2026-08-03T03:02:57.9611153Z ##[endgroup]
2026-08-03T03:02:57.9729801Z disk preflight: drive=/dev/nvme0n1p2 free_bytes=744448360448 floor_bytes=34359738368
2026-08-03T03:02:57.9919716Z ##[group]Run actions/checkout@v5
2026-08-03T03:02:57.9920203Z with:
2026-08-03T03:02:57.9920560Z   repository: BigscreenVR/spt-bs-core
2026-08-03T03:02:57.9923508Z   token: ***
2026-08-03T03:02:57.9923856Z   ssh-strict: true
2026-08-03T03:02:57.9924219Z   ssh-user: git
2026-08-03T03:02:57.9924584Z   persist-credentials: true
2026-08-03T03:02:57.9924979Z   clean: true
2026-08-03T03:02:57.9925331Z   sparse-checkout-cone-mode: true
2026-08-03T03:02:57.9925745Z   fetch-depth: 1
2026-08-03T03:02:57.9926084Z   fetch-tags: false
2026-08-03T03:02:57.9926432Z   show-progress: true
2026-08-03T03:02:57.9926791Z   lfs: false
2026-08-03T03:02:57.9927120Z   submodules: false
2026-08-03T03:02:57.9927476Z   set-safe-directory: true
2026-08-03T03:02:57.9927872Z   allow-unsafe-pr-checkout: false
2026-08-03T03:02:57.9928291Z ##[endgroup]
2026-08-03T03:02:58.0666420Z Syncing repository: BigscreenVR/spt-bs-core
2026-08-03T03:02:58.0667852Z ##[group]Getting Git version info
2026-08-03T03:02:58.0668553Z Working directory is '/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core'
2026-08-03T03:02:58.0669489Z [command]/usr/bin/git version
2026-08-03T03:02:58.0672548Z git version 2.43.0
2026-08-03T03:02:58.0690001Z ##[endgroup]
2026-08-03T03:02:58.0697627Z Copying '/home/reavus/.gitconfig' to '/home/reavus/actions-runner/_work/_temp/8fd34565-0bbc-4862-85d8-25d692abdf45/.gitconfig'
2026-08-03T03:02:58.0705310Z Temporarily overriding HOME='/home/reavus/actions-runner/_work/_temp/8fd34565-0bbc-4862-85d8-25d692abdf45' before making global git config changes
2026-08-03T03:02:58.0706847Z Adding repository directory to the temporary git global config as a safe directory
2026-08-03T03:02:58.0708172Z [command]/usr/bin/git config --global --add safe.directory /home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core
2026-08-03T03:02:58.0741673Z [command]/usr/bin/git config --local --get remote.origin.url
2026-08-03T03:02:58.0761783Z https://github.com/BigscreenVR/spt-bs-core
2026-08-03T03:02:58.0771605Z ##[group]Removing previously created refs, to avoid conflicts
2026-08-03T03:02:58.0774489Z [command]/usr/bin/git rev-parse --symbolic-full-name --verify --quiet HEAD
2026-08-03T03:02:58.0792997Z refs/heads/main
2026-08-03T03:02:58.0799470Z [command]/usr/bin/git checkout --detach
2026-08-03T03:02:58.0855157Z HEAD is now at 885a4b69f docs: infra register — in-repo home for CI/build-pipeline debt (operator-ruled 2026-08-02)
2026-08-03T03:02:58.0888795Z [command]/usr/bin/git branch --delete --force main
2026-08-03T03:02:58.0919031Z Deleted branch main (was 885a4b69f).
2026-08-03T03:02:58.1018803Z ##[endgroup]
2026-08-03T03:02:58.1022018Z [command]/usr/bin/git submodule status
2026-08-03T03:02:58.1205246Z ##[group]Cleaning the repository
2026-08-03T03:02:58.1208103Z [command]/usr/bin/git clean -ffdx
2026-08-03T03:02:58.1239109Z Removing traceable-reqs
2026-08-03T03:02:58.1245784Z [command]/usr/bin/git reset --hard HEAD
2026-08-03T03:02:58.1302640Z HEAD is now at 885a4b69f docs: infra register — in-repo home for CI/build-pipeline debt (operator-ruled 2026-08-02)
2026-08-03T03:02:58.1307165Z ##[endgroup]
2026-08-03T03:02:58.1308259Z ##[group]Disabling automatic garbage collection
2026-08-03T03:02:58.1311056Z [command]/usr/bin/git config --local gc.auto 0
2026-08-03T03:02:58.1335330Z ##[endgroup]
2026-08-03T03:02:58.1335988Z ##[group]Setting up auth
2026-08-03T03:02:58.1340107Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2026-08-03T03:02:58.1363321Z [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-03T03:02:58.1548272Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-08-03T03:02:58.1572147Z [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-03T03:02:58.1754093Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-08-03T03:02:58.1777637Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
2026-08-03T03:02:58.1965598Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic ***
2026-08-03T03:02:58.2003038Z ##[endgroup]
2026-08-03T03:02:58.2003643Z ##[group]Fetching the repository
2026-08-03T03:02:58.2009069Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +885a4b69f3f444295a1934db427796f8ccb7c9fc:refs/remotes/origin/main
2026-08-03T03:02:58.6587808Z ##[endgroup]
2026-08-03T03:02:58.6588915Z ##[group]Determining the checkout info
2026-08-03T03:02:58.6590252Z ##[endgroup]
2026-08-03T03:02:58.6595740Z [command]/usr/bin/git sparse-checkout disable
2026-08-03T03:02:58.6647433Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig
2026-08-03T03:02:58.6670930Z ##[group]Checking out the ref
2026-08-03T03:02:58.6673649Z [command]/usr/bin/git checkout --progress --force -B main refs/remotes/origin/main
2026-08-03T03:02:58.6728623Z Switched to a new branch 'main'
2026-08-03T03:02:58.6729639Z branch 'main' set up to track 'origin/main'.
2026-08-03T03:02:58.6734635Z ##[endgroup]
2026-08-03T03:02:58.6767283Z [command]/usr/bin/git log -1 --format=%H
2026-08-03T03:02:58.6791951Z 885a4b69f3f444295a1934db427796f8ccb7c9fc
2026-08-03T03:02:58.6914820Z ##[group]Run cargo clippy --workspace --all-targets -- -D warnings
2026-08-03T03:02:58.6915489Z [36;1mcargo clippy --workspace --all-targets -- -D warnings[0m
2026-08-03T03:02:58.6929190Z shell: /usr/bin/bash -e {0}
2026-08-03T03:02:58.6929752Z ##[endgroup]
2026-08-03T03:02:59.1532427Z    Compiling proc-macro2 v1.0.106
2026-08-03T03:02:59.1533635Z    Compiling unicode-ident v1.0.24
2026-08-03T03:02:59.1534446Z    Compiling quote v1.0.45
2026-08-03T03:02:59.1535174Z    Compiling libc v0.2.186
2026-08-03T03:02:59.1535896Z     Checking cfg-if v1.0.4
2026-08-03T03:02:59.1536646Z    Compiling serde_core v1.0.228
2026-08-03T03:02:59.1537418Z    Compiling serde v1.0.228
2026-08-03T03:02:59.1592925Z     Checking typenum v1.20.1
2026-08-03T03:02:59.1749485Z    Compiling version_check v0.9.5
2026-08-03T03:02:59.1750997Z    Compiling portable-atomic v1.13.1
2026-08-03T03:02:59.1860303Z     Checking subtle v2.6.1
2026-08-03T03:02:59.1861782Z     Checking critical-section v1.2.0
2026-08-03T03:02:59.1863508Z     Checking memchr v2.8.1
2026-08-03T03:02:59.1915775Z    Compiling find-msvc-tools v0.1.9
2026-08-03T03:02:59.1917449Z    Compiling shlex v2.0.1
2026-08-03T03:02:59.2323162Z     Checking log v0.4.32
2026-08-03T03:02:59.2493515Z     Checking smallvec v1.15.1
2026-08-03T03:02:59.3200085Z    Compiling semver v1.0.28
2026-08-03T03:02:59.3536029Z     Checking cpufeatures v0.2.17
2026-08-03T03:02:59.4038123Z     Checking rand_core v0.10.1
2026-08-03T03:02:59.4150702Z     Checking bitflags v2.12.1
2026-08-03T03:02:59.4299648Z     Checking equivalent v1.0.2
2026-08-03T03:02:59.4599291Z     Checking itoa v1.0.18
2026-08-03T03:02:59.4603215Z    Compiling getrandom v0.4.2
2026-08-03T03:02:59.5031831Z     Checking hashbrown v0.17.1
2026-08-03T03:02:59.5150136Z     Checking pin-project-lite v0.2.17
2026-08-03T03:02:59.5211497Z    Compiling generic-array v0.14.7
2026-08-03T03:02:59.5298090Z     Checking bytes v1.11.1
2026-08-03T03:02:59.5474454Z    Compiling zerocopy v0.8.50
2026-08-03T03:02:59.5842670Z     Checking futures-core v0.3.32
2026-08-03T03:02:59.5997425Z    Compiling ahash v0.8.12
2026-08-03T03:02:59.6149290Z    Compiling vcpkg v0.2.15
2026-08-03T03:02:59.7081419Z    Compiling rustc_version v0.4.1
2026-08-03T03:02:59.7181990Z    Compiling zmij v1.0.21
2026-08-03T03:02:59.7382184Z    Compiling pkg-config v0.3.33
2026-08-03T03:02:59.7418911Z     Checking signature v2.2.0
2026-08-03T03:02:59.7631740Z     Checking fastrand v2.4.1
2026-08-03T03:02:59.8430468Z     Checking ed25519 v2.2.3
2026-08-03T03:02:59.8555983Z    Compiling serde_json v1.0.150
2026-08-03T03:02:59.8558821Z     Checking fallible-streaming-iterator v0.1.9
2026-08-03T03:02:59.9856183Z     Checking stable_deref_trait v1.2.1
2026-08-03T03:02:59.9864999Z     Checking fallible-iterator v0.3.0
2026-08-03T03:03:00.0056888Z     Checking futures-io v0.3.32
2026-08-03T03:03:00.0541811Z     Checking slab v0.4.12
2026-08-03T03:03:00.0721113Z     Checking futures-sink v0.3.32
2026-08-03T03:03:00.1011241Z    Compiling autocfg v1.5.1
2026-08-03T03:03:00.1167725Z    Compiling curve25519-dalek v4.1.3
2026-08-03T03:03:00.1591622Z     Checking indexmap v2.14.0
2026-08-03T03:03:00.2020928Z     Checking futures-channel v0.3.32
2026-08-03T03:03:00.2241122Z     Checking futures-task v0.3.32
2026-08-03T03:03:00.2818281Z    Compiling rustversion v1.0.22
2026-08-03T03:03:00.3652053Z    Compiling anyhow v1.0.102
2026-08-03T03:03:00.3748261Z    Compiling rustix v1.1.4
2026-08-03T03:03:00.4035252Z    Compiling cfg_aliases v0.2.1
2026-08-03T03:03:00.4230970Z     Checking writeable v0.6.3
2026-08-03T03:03:00.4415402Z    Compiling syn v2.0.117
2026-08-03T03:03:00.4720901Z     Checking linux-raw-sys v0.12.1
2026-08-03T03:03:00.4983262Z     Checking hybrid-array v0.4.12
2026-08-03T03:03:00.5061194Z     Checking litemap v0.8.2
2026-08-03T03:03:00.5161402Z    Compiling dunce v1.0.5
2026-08-03T03:03:00.5280821Z    Compiling ident_case v1.0.1
2026-08-03T03:03:00.5952985Z    Compiling fs_extra v1.3.0
2026-08-03T03:03:00.6104663Z     Checking utf8_iter v1.0.4
2026-08-03T03:03:00.6531918Z    Compiling icu_properties_data v2.2.0
2026-08-03T03:03:00.7273330Z    Compiling icu_normalizer_data v2.2.0
2026-08-03T03:03:00.7381308Z    Compiling strsim v0.11.1
2026-08-03T03:03:00.8101242Z     Checking percent-encoding v2.3.2
2026-08-03T03:03:00.8878836Z     Checking http v1.4.1
2026-08-03T03:03:00.9381127Z    Compiling aws-lc-rs v1.17.0
2026-08-03T03:03:00.9664739Z    Compiling thiserror v2.0.18
2026-08-03T03:03:00.9679554Z     Checking cpufeatures v0.3.0
2026-08-03T03:03:00.9890479Z     Checking arrayvec v0.7.6
2026-08-03T03:03:01.0171021Z     Checking scopeguard v1.2.0
2026-08-03T03:03:01.0409044Z    Compiling jobserver v0.1.34
2026-08-03T03:03:01.0800912Z    Compiling spt-procident v0.52.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-procident)
2026-08-03T03:03:01.1050715Z     Checking crypto-common v0.2.2
2026-08-03T03:03:01.1070847Z     Checking block-buffer v0.12.0
2026-08-03T03:03:01.1210671Z     Checking inout v0.2.2
2026-08-03T03:03:01.2090945Z     Checking crypto-common v0.1.7
2026-08-03T03:03:01.2251670Z     Checking block-buffer v0.10.4
2026-08-03T03:03:01.2254123Z     Checking lock_api v0.4.14
2026-08-03T03:03:01.2503147Z     Checking form_urlencoded v1.2.2
2026-08-03T03:03:01.2620858Z    Compiling spt-poolguard v0.52.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-poolguard)
2026-08-03T03:03:01.2841844Z     Checking utf8parse v0.2.2
2026-08-03T03:03:01.3184241Z    Compiling fnv v1.0.7
2026-08-03T03:03:01.3487199Z     Checking digest v0.10.7
2026-08-03T03:03:01.3631182Z    Compiling cc v1.2.63
2026-08-03T03:03:01.3836621Z     Checking untrusted v0.9.0
2026-08-03T03:03:01.3946120Z    Compiling memoffset v0.6.5
2026-08-03T03:03:01.3950347Z    Compiling unicode-segmentation v1.13.3
2026-08-03T03:03:01.4634320Z    Compiling thiserror v1.0.69
2026-08-03T03:03:01.4724281Z    Compiling rustls v0.23.40
2026-08-03T03:03:01.5121619Z    Compiling heck v0.5.0
2026-08-03T03:03:01.5244982Z    Compiling unicode-xid v0.2.6
2026-08-03T03:03:01.5433599Z     Checking sha2 v0.10.9
2026-08-03T03:03:01.6185873Z     Checking const-oid v0.10.2
2026-08-03T03:03:01.6351295Z     Checking getrandom v0.2.17
2026-08-03T03:03:01.6686543Z     Checking mio v1.2.1
2026-08-03T03:03:01.7575533Z     Checking socket2 v0.6.4
2026-08-03T03:03:01.7580790Z    Compiling spt-store v0.52.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-store)
2026-08-03T03:03:01.7780479Z     Checking rand_core v0.6.4
2026-08-03T03:03:01.7781362Z     Checking fs2 v0.4.3
2026-08-03T03:03:01.7781857Z     Checking cipher v0.5.2
2026-08-03T03:03:01.8229160Z     Checking uuid v1.23.2
2026-08-03T03:03:01.8914614Z     Checking serial-core v0.4.0
2026-08-03T03:03:01.9030433Z     Checking termios v0.2.2
2026-08-03T03:03:01.9090372Z     Checking ioctl-rs v0.1.6
2026-08-03T03:03:01.9202241Z     Checking atomic-waker v1.1.2
2026-08-03T03:03:01.9315422Z    Compiling convert_case v0.10.0
2026-08-03T03:03:01.9975757Z     Checking hmac v0.12.1
2026-08-03T03:03:02.0040797Z    Compiling parking_lot_core v0.9.12
2026-08-03T03:03:02.0165467Z    Compiling httparse v1.10.1
2026-08-03T03:03:02.0241603Z     Checking serial-unix v0.4.0
2026-08-03T03:03:02.0360669Z    Compiling paste v1.0.15
2026-08-03T03:03:02.0640721Z     Checking chacha20 v0.10.0
2026-08-03T03:03:02.0929611Z     Checking pin-utils v0.1.0
2026-08-03T03:03:02.1381020Z     Checking bitflags v1.3.2
2026-08-03T03:03:02.1450153Z     Checking http-body v1.0.1
2026-08-03T03:03:02.1631129Z     Checking serial v0.4.0
2026-08-03T03:03:02.1895199Z     Checking nix v0.25.1
2026-08-03T03:03:02.2007595Z    Compiling num-traits v0.2.19
2026-08-03T03:03:02.2110821Z    Compiling vte_generate_state_changes v0.1.2
2026-08-03T03:03:02.2291478Z     Checking either v1.16.0
2026-08-03T03:03:02.2536750Z    Compiling ref-cast v1.0.25
2026-08-03T03:03:02.2643132Z     Checking base64ct v1.8.3
2026-08-03T03:03:02.2717536Z     Checking shell-words v1.1.1
2026-08-03T03:03:02.3311020Z     Checking unicode-width v0.2.0
2026-08-03T03:03:02.3427191Z     Checking rand v0.10.1
2026-08-03T03:03:02.3780835Z     Checking downcast-rs v1.2.1
2026-08-03T03:03:02.4601767Z     Checking aho-corasick v1.1.4
2026-08-03T03:03:02.4972427Z     Checking vte v0.13.1
2026-08-03T03:03:02.4976928Z     Checking base64 v0.22.1
2026-08-03T03:03:02.5650575Z    Compiling cmake v0.1.58
2026-08-03T03:03:02.5861044Z     Checking tinyvec_macros v0.1.1
2026-08-03T03:03:02.5990520Z     Checking pem-rfc7468 v1.0.0
2026-08-03T03:03:02.6407955Z     Checking regex-syntax v0.8.10
2026-08-03T03:03:02.6570468Z     Checking data-encoding v2.11.0
2026-08-03T03:03:02.6750693Z     Checking toml_write v0.1.2
2026-08-03T03:03:02.7663221Z     Checking tower-service v0.3.3
2026-08-03T03:03:02.8201171Z     Checking try-lock v0.2.5
2026-08-03T03:03:02.8390749Z     Checking winnow v0.7.15
2026-08-03T03:03:02.8598384Z     Checking parking_lot v0.12.5
2026-08-03T03:03:02.9010491Z     Checking want v0.3.1
2026-08-03T03:03:02.9210857Z     Checking tinyvec v1.11.0
2026-08-03T03:03:03.0378842Z    Compiling vergen-lib v9.1.0
2026-08-03T03:03:03.0460676Z     Checking inout v0.1.4
2026-08-03T03:03:03.0666460Z    Compiling n0-future v0.3.2
2026-08-03T03:03:03.0852821Z     Checking httpdate v1.0.3
2026-08-03T03:03:03.1892135Z     Checking cordyceps v0.3.4
2026-08-03T03:03:03.2118772Z     Checking parking v2.2.1
2026-08-03T03:03:03.2982202Z    Compiling crossbeam-utils v0.8.21
2026-08-03T03:03:03.3100495Z     Checking diatomic-waker v0.2.3
2026-08-03T03:03:03.3510946Z     Checking dyn-clone v1.0.20
2026-08-03T03:03:03.4121037Z    Compiling winnow v1.0.3
2026-08-03T03:03:03.4253185Z     Checking spin v0.10.0
2026-08-03T03:03:03.4348168Z     Checking futures-lite v2.6.1
2026-08-03T03:03:03.4469282Z    Compiling libsqlite3-sys v0.30.1
2026-08-03T03:03:03.5128116Z    Compiling aws-lc-sys v0.41.0
2026-08-03T03:03:03.5133463Z    Compiling ring v0.17.14
2026-08-03T03:03:03.5229401Z     Checking futures-buffered v0.2.13
2026-08-03T03:03:03.6272149Z     Checking cipher v0.4.4
2026-08-03T03:03:03.6609176Z     Checking netlink-packet-core v0.8.1
2026-08-03T03:03:03.6725403Z     Checking digest v0.11.3
2026-08-03T03:03:03.8112042Z     Checking universal-hash v0.5.1
2026-08-03T03:03:03.8224874Z    Compiling vergen v9.1.0
2026-08-03T03:03:03.8510449Z    Compiling vergen-lib v0.1.6
2026-08-03T03:03:03.8670870Z    Compiling noq-udp v0.10.0
2026-08-03T03:03:03.9187644Z    Compiling curve25519-dalek v5.0.0-pre.6
2026-08-03T03:03:03.9731041Z    Compiling heapless v0.7.17
2026-08-03T03:03:04.0010240Z     Checking sync_wrapper v1.0.2
2026-08-03T03:03:04.0150107Z     Checking opaque-debug v0.3.1
2026-08-03T03:03:04.0710911Z    Compiling toml_datetime v1.1.1+spec-1.1.0
2026-08-03T03:03:04.0874725Z    Compiling powerfmt v0.2.0
2026-08-03T03:03:04.1160912Z     Checking allocator-api2 v0.2.21
2026-08-03T03:03:04.2060583Z     Checking byteorder v1.5.0
2026-08-03T03:03:04.2584262Z    Compiling deranged v0.5.8
2026-08-03T03:03:04.3510518Z     Checking polyval v0.6.2
2026-08-03T03:03:04.3690490Z     Checking hash32 v0.2.1
2026-08-03T03:03:04.4269089Z     Checking spin v0.9.8
2026-08-03T03:03:04.4656842Z    Compiling vergen-gitcl v1.0.8
2026-08-03T03:03:04.4870683Z     Checking tower-layer v0.3.3
2026-08-03T03:03:04.4995275Z    Compiling time-core v0.1.8
2026-08-03T03:03:04.5596329Z     Checking regex-automata v0.4.14
2026-08-03T03:03:04.6062490Z    Compiling num_threads v0.1.7
2026-08-03T03:03:04.6791219Z     Checking signature v3.0.0
2026-08-03T03:03:04.7380781Z     Checking ryu v1.0.23
2026-08-03T03:03:04.7503271Z    Compiling num-conv v0.2.2
2026-08-03T03:03:04.7937624Z     Checking ghash v0.5.1
2026-08-03T03:03:04.8202408Z     Checking aes v0.8.4
2026-08-03T03:03:04.8721377Z    Compiling toml_parser v1.1.2+spec-1.1.0
2026-08-03T03:03:04.8723774Z     Checking ctr v0.9.2
2026-08-03T03:03:04.8901304Z     Checking sha2 v0.11.0-rc.5
2026-08-03T03:03:04.8902665Z     Checking http-body-util v0.1.3
2026-08-03T03:03:04.9262482Z     Checking aead v0.5.2
2026-08-03T03:03:05.0270536Z     Checking openssl-probe v0.2.1
2026-08-03T03:03:05.0371210Z     Checking crossbeam-channel v0.5.15
2026-08-03T03:03:05.0939751Z     Checking crossbeam-epoch v0.9.18
2026-08-03T03:03:05.1030465Z     Checking netlink-packet-route v0.29.0
2026-08-03T03:03:05.1506587Z    Compiling blake3 v1.8.5
2026-08-03T03:03:05.3097585Z    Compiling synstructure v0.13.2
2026-08-03T03:03:05.3507154Z    Compiling darling_core v0.20.11
2026-08-03T03:03:05.4500579Z    Compiling serde_derive_internals v0.29.1
2026-08-03T03:03:05.4593548Z     Checking aes-gcm v0.10.3
2026-08-03T03:03:05.4700926Z    Compiling netwatch v0.16.0
2026-08-03T03:03:05.5792098Z    Compiling toml_edit v0.25.12+spec-1.1.0
2026-08-03T03:03:05.6907354Z    Compiling noq v0.18.0
2026-08-03T03:03:05.7920374Z    Compiling time v0.3.47
2026-08-03T03:03:05.8038210Z    Compiling acto v0.8.2
2026-08-03T03:03:05.8975603Z     Checking mac-addr v0.3.0
2026-08-03T03:03:05.9170640Z     Checking lru-slab v0.1.2
2026-08-03T03:03:05.9792958Z     Checking foldhash v0.2.0
2026-08-03T03:03:05.9877677Z     Checking unicode-width v0.1.14
2026-08-03T03:03:05.9981329Z     Checking sorted-index-buffer v0.2.1
2026-08-03T03:03:06.0161298Z     Checking tagptr v0.2.0
2026-08-03T03:03:06.0992400Z     Checking xml-rs v0.8.28
2026-08-03T03:03:06.1606627Z     Checking identity-hash v0.1.0
2026-08-03T03:03:06.1910761Z     Checking rustc-hash v2.1.2
2026-08-03T03:03:06.2537708Z     Checking hashbrown v0.16.1
2026-08-03T03:03:06.3136343Z     Checking netlink-packet-route v0.30.0
2026-08-03T03:03:06.3232816Z     Checking simple-dns v0.9.3
2026-08-03T03:03:06.6020129Z    Compiling proc-macro-crate v3.5.0
2026-08-03T03:03:06.6631639Z     Checking regex v1.12.3
2026-08-03T03:03:06.7311331Z     Checking xmltree v0.10.3
2026-08-03T03:03:06.8514198Z     Checking smol_str v0.1.24
2026-08-03T03:03:06.8615520Z     Checking arrayref v0.3.9
2026-08-03T03:03:06.9125058Z     Checking sha1_smol v1.0.1
2026-08-03T03:03:06.9570872Z     Checking constant_time_eq v0.4.2
2026-08-03T03:03:06.9838823Z     Checking resolv-conf v0.7.6
2026-08-03T03:03:06.9931546Z     Checking simdutf8 v0.1.5
2026-08-03T03:03:07.0527796Z     Checking lru v0.16.4
2026-08-03T03:03:07.0805449Z     Checking serde_bytes v0.11.19
2026-08-03T03:03:07.1374172Z     Checking seize v0.5.1
2026-08-03T03:03:07.1488024Z    Compiling iroh v0.98.2
2026-08-03T03:03:07.1867001Z     Checking cmov v0.5.4
2026-08-03T03:03:07.1977094Z    Compiling serde_derive v1.0.228
2026-08-03T03:03:07.1978689Z    Compiling zeroize_derive v1.4.3
2026-08-03T03:03:07.2191675Z    Compiling curve25519-dalek-derive v0.1.1
2026-08-03T03:03:07.2563426Z    Compiling tokio-macros v2.7.0
2026-08-03T03:03:07.3149857Z    Compiling zerofrom-derive v0.1.7
2026-08-03T03:03:07.3412857Z    Compiling futures-macro v0.3.32
2026-08-03T03:03:07.3684435Z    Compiling yoke-derive v0.8.2
2026-08-03T03:03:07.3909328Z    Compiling zerovec-derive v0.11.3
2026-08-03T03:03:07.4576413Z    Compiling displaydoc v0.2.6
2026-08-03T03:03:07.8420588Z     Checking zeroize v1.8.2
2026-08-03T03:03:07.8534102Z    Compiling tracing-attributes v0.1.31
2026-08-03T03:03:07.9523681Z     Checking tokio v1.52.3
2026-08-03T03:03:08.1431001Z     Checking rustls-pki-types v1.14.1
2026-08-03T03:03:08.2098060Z    Compiling thiserror-impl v2.0.18
2026-08-03T03:03:08.2928906Z     Checking futures-util v0.3.32
2026-08-03T03:03:08.3079612Z    Compiling darling_macro v0.20.11
2026-08-03T03:03:08.5020912Z    Compiling thiserror-impl v1.0.69
2026-08-03T03:03:08.6679328Z     Checking zerofrom v0.1.8
2026-08-03T03:03:08.6832426Z    Compiling darling v0.20.11
2026-08-03T03:03:08.6981002Z    Compiling derive_more-impl v2.1.1
2026-08-03T03:03:08.7566893Z    Compiling derive_builder_core v0.20.2
2026-08-03T03:03:08.7836372Z     Checking yoke v0.8.3
2026-08-03T03:03:08.8143732Z    Compiling ref-cast-impl v1.0.25
2026-08-03T03:03:08.9516523Z     Checking zerovec v0.11.6
2026-08-03T03:03:09.0721258Z     Checking ed25519-dalek v2.2.0
2026-08-03T03:03:09.2606909Z     Checking spt-proto v0.52.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-proto)
2026-08-03T03:03:09.3766637Z     Checking zerotrie v0.2.4
2026-08-03T03:03:09.4441861Z    Compiling spez v0.1.2
2026-08-03T03:03:09.6207116Z     Checking tinystr v0.8.3
2026-08-03T03:03:09.6550954Z     Checking potential_utf v0.1.5
2026-08-03T03:03:09.7009429Z    Compiling n0-error-macros v0.1.3
2026-08-03T03:03:09.7698443Z     Checking icu_collections v2.2.0
2026-08-03T03:03:09.7940819Z     Checking icu_locale_core v2.2.0
2026-08-03T03:03:09.8804708Z     Checking der v0.8.0-rc.10
2026-08-03T03:03:09.9096291Z    Compiling schemars_derive v1.2.1
2026-08-03T03:03:10.0745948Z    Compiling derive_builder_macro v0.20.2
2026-08-03T03:03:10.1371111Z     Checking filedescriptor v0.8.3
2026-08-03T03:03:10.1622294Z    Compiling pin-project-internal v1.1.13
2026-08-03T03:03:10.1763602Z     Checking cobs v0.3.0
2026-08-03T03:03:10.2800384Z     Checking portable-pty v0.8.1
2026-08-03T03:03:10.2995521Z    Compiling data-encoding-macro-internal v0.1.18
2026-08-03T03:03:10.4090121Z    Compiling derive_builder v0.20.2
2026-08-03T03:03:10.5523526Z    Compiling postcard-derive v0.2.2
2026-08-03T03:03:10.7654816Z     Checking icu_provider v2.2.0
2026-08-03T03:03:10.8280978Z     Checking n0-error v0.1.3
2026-08-03T03:03:10.8438589Z     Checking data-encoding-macro v0.1.20
2026-08-03T03:03:10.8810832Z     Checking rustls-native-certs v0.8.4
2026-08-03T03:03:10.8950533Z    Compiling num_enum_derive v0.7.6
2026-08-03T03:03:10.9986216Z    Compiling async-trait v0.1.89
2026-08-03T03:03:11.0148272Z    Compiling strum_macros v0.28.0
2026-08-03T03:03:11.0382112Z     Checking icu_properties v2.2.0
2026-08-03T03:03:11.0827952Z     Checking icu_normalizer v2.2.0
2026-08-03T03:03:11.0994818Z     Checking spki v0.8.0-rc.4
2026-08-03T03:03:11.2470507Z     Checking pkcs8 v0.11.0-rc.10
2026-08-03T03:03:11.3940361Z    Compiling enum-assoc v1.3.0
2026-08-03T03:03:11.4793280Z    Compiling iroh-metrics-derive v0.4.1
2026-08-03T03:03:11.5521611Z    Compiling iroh-relay v0.98.0
2026-08-03T03:03:11.6200930Z     Checking pin-project v1.1.13
2026-08-03T03:03:11.6603970Z     Checking futures-executor v0.3.32
2026-08-03T03:03:11.6920068Z     Checking webpki-roots v1.0.7
2026-08-03T03:03:11.7623946Z     Checking ctutils v0.4.2
2026-08-03T03:03:11.8025413Z     Checking futures v0.3.32
2026-08-03T03:03:11.8478017Z     Checking papaya v0.2.4
2026-08-03T03:03:11.8606262Z     Checking hkdf v0.12.4
2026-08-03T03:03:11.8756164Z     Checking sha1 v0.10.6
2026-08-03T03:03:11.9447458Z    Compiling doctest-file v1.1.1
2026-08-03T03:03:11.9651061Z     Checking errno v0.3.14
2026-08-03T03:03:11.9983653Z     Checking spake2 v0.4.0
2026-08-03T03:03:12.0169851Z    Compiling signal-hook v0.3.18
2026-08-03T03:03:12.0290731Z     Checking num_enum v0.7.6
2026-08-03T03:03:12.0605069Z    Compiling darling_core v0.23.0
2026-08-03T03:03:12.0790256Z     Checking signal-hook-registry v1.4.8
2026-08-03T03:03:12.1353699Z    Compiling rustix v0.38.44
2026-08-03T03:03:12.1708443Z     Checking anstyle-parse v1.0.0
2026-08-03T03:03:12.1907394Z     Checking linux-raw-sys v0.4.15
2026-08-03T03:03:12.2109623Z    Compiling instability v0.3.12
2026-08-03T03:03:12.3120572Z     Checking ipnet v2.12.0
2026-08-03T03:03:12.3459268Z     Checking idna_adapter v1.2.2
2026-08-03T03:03:12.3640607Z     Checking toml_datetime v0.6.11
2026-08-03T03:03:12.3804518Z     Checking serde_spanned v0.6.9
2026-08-03T03:03:12.4030517Z     Checking schemars v1.2.1
2026-08-03T03:03:12.4323193Z     Checking idna v1.1.0
2026-08-03T03:03:12.4435944Z     Checking ed25519 v3.0.0-rc.4
2026-08-03T03:03:12.5690787Z     Checking interprocess v2.4.2
2026-08-03T03:03:12.5797776Z     Checking toml_edit v0.22.27
2026-08-03T03:03:12.6490981Z     Checking prefix-trie v0.8.4
2026-08-03T03:03:12.6851264Z     Checking anstyle-query v1.1.5
2026-08-03T03:03:12.7107803Z     Checking foldhash v0.1.5
2026-08-03T03:03:12.7473530Z     Checking url v2.5.8
2026-08-03T03:03:12.7594822Z     Checking anstyle v1.0.14
2026-08-03T03:03:12.8083477Z     Checking tokio-util v0.7.18
2026-08-03T03:03:12.8343916Z     Checking netlink-sys v0.8.8
2026-08-03T03:03:12.9225868Z     Checking once_cell v1.21.4
2026-08-03T03:03:12.9540692Z     Checking tower v0.5.3
2026-08-03T03:03:13.0123635Z     Checking netlink-proto v0.12.0
2026-08-03T03:03:13.0380798Z     Checking netdev v0.42.0
2026-08-03T03:03:13.1640610Z     Checking tracing-core v0.1.36
2026-08-03T03:03:13.2298395Z     Checking hashbrown v0.14.5
2026-08-03T03:03:13.2405135Z     Checking tempfile v3.27.0
2026-08-03T03:03:13.2706329Z     Checking derive_more v2.1.1
2026-08-03T03:03:13.2860713Z     Checking postcard v1.1.3
2026-08-03T03:03:13.2954324Z     Checking moka v0.12.15
2026-08-03T03:03:13.3834109Z     Checking attohttpc v0.30.1
2026-08-03T03:03:13.3956711Z     Checking backon v1.6.0
2026-08-03T03:03:13.4490736Z     Checking tower-http v0.6.11
2026-08-03T03:03:13.4752764Z     Checking is_terminal_polyfill v1.70.2
2026-08-03T03:03:13.4756556Z     Checking spt-test-support v0.52.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-test-support)
2026-08-03T03:03:13.5512524Z     Checking colorchoice v1.0.5
2026-08-03T03:03:13.5794019Z     Checking tracing v0.1.44
2026-08-03T03:03:13.5957648Z     Checking hashbrown v0.15.5
2026-08-03T03:03:13.6351374Z     Checking tokio-stream v0.1.18
2026-08-03T03:03:13.6515932Z     Checking strum v0.28.0
2026-08-03T03:03:13.6697446Z     Checking anstream v1.0.0
2026-08-03T03:03:13.7257584Z     Checking signal-hook-mio v0.2.5
2026-08-03T03:03:13.7378837Z     Checking n0-watcher v0.6.1
2026-08-03T03:03:13.7384064Z     Checking ed25519-dalek v3.0.0-pre.6
2026-08-03T03:03:13.8140827Z     Checking h2 v0.4.14
2026-08-03T03:03:13.8141766Z     Checking hickory-proto v0.26.0-beta.4
2026-08-03T03:03:13.8782806Z     Checking iroh-metrics v0.38.3
2026-08-03T03:03:13.8892007Z     Checking hashlink v0.9.1
2026-08-03T03:03:13.9711290Z     Checking iroh-base v0.98.0
2026-08-03T03:03:13.9716946Z    Compiling strum_macros v0.26.4
2026-08-03T03:03:14.1057367Z     Checking terminal_size v0.4.4
2026-08-03T03:03:14.2043303Z     Checking itertools v0.13.0
2026-08-03T03:03:14.2627819Z     Checking castaway v0.2.4
2026-08-03T03:03:14.3041170Z    Compiling indoc v2.0.7
2026-08-03T03:03:14.3271243Z     Checking clap_lex v1.1.0
2026-08-03T03:03:14.3849819Z     Checking iroh-dns v0.98.0
2026-08-03T03:03:14.4339813Z     Checking static_assertions v1.1.0
2026-08-03T03:03:14.4745544Z     Checking lru v0.12.5
2026-08-03T03:03:14.4848616Z    Compiling clap_derive v4.6.1
2026-08-03T03:03:14.4954715Z     Checking compact_str v0.8.2
2026-08-03T03:03:14.5025477Z     Checking toml v0.8.23
2026-08-03T03:03:14.5162759Z     Checking crossterm v0.28.1
2026-08-03T03:03:14.5168216Z     Checking clap_builder v4.6.0
2026-08-03T03:03:14.6180767Z     Checking iana-time-zone v0.1.65
2026-08-03T03:03:14.6510328Z     Checking rusqlite v0.32.1
2026-08-03T03:03:14.7349466Z     Checking cassowary v0.3.0
2026-08-03T03:03:14.7360791Z     Checking nucleo-matcher v0.3.1
2026-08-03T03:03:14.7541772Z     Checking chrono v0.4.45
2026-08-03T03:03:14.9848627Z     Checking qrcode v0.14.1
2026-08-03T03:03:15.0090527Z     Checking bytemuck v1.25.2
2026-08-03T03:03:15.2110665Z     Checking rgb v0.8.53
2026-08-03T03:03:15.2738328Z     Checking mock-adapter v0.52.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/adapters/mock)
2026-08-03T03:03:15.6216718Z    Compiling darling_macro v0.23.0
2026-08-03T03:03:15.6357193Z     Checking avt v0.18.0
2026-08-03T03:03:15.7976528Z     Checking unicode-truncate v1.1.0
2026-08-03T03:03:15.8624054Z     Checking strum v0.26.3
2026-08-03T03:03:15.9423075Z    Compiling darling v0.23.0
2026-08-03T03:03:16.1551758Z     Checking swarm-discovery v0.6.0-alpha.2 (https://github.com/SaberMage/swarm-discovery?rev=89a2200d54a4e3cab2f46cc75ebff49a1fb07614#89a2200d)
2026-08-03T03:03:16.4382557Z     Checking ratatui v0.29.0
2026-08-03T03:03:16.5341969Z     Checking clap v4.6.1
2026-08-03T03:03:17.9411910Z     Checking hyper v1.10.1
2026-08-03T03:03:18.9557915Z     Checking hyper-util v0.1.20
2026-08-03T03:03:19.9115126Z     Checking igd-next v0.17.1
2026-08-03T03:03:20.0879880Z     Checking spt-msg v0.52.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-msg)
2026-08-03T03:03:20.1544716Z     Checking portmapper v0.16.0
2026-08-03T03:03:20.2707668Z     Checking spt-term v0.52.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-term)
2026-08-03T03:03:20.2709348Z     Checking spt-runtime v0.52.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-runtime)
2026-08-03T03:03:21.8975927Z     Checking spt-live v0.52.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-live)
2026-08-03T03:03:22.3824387Z     Checking rustls-webpki v0.103.13
2026-08-03T03:03:24.1461692Z     Checking tokio-rustls v0.26.4
2026-08-03T03:03:24.1462047Z     Checking rustls-platform-verifier v0.7.0
2026-08-03T03:03:24.1462338Z     Checking noq-proto v0.17.0
2026-08-03T03:03:24.2604590Z     Checking hickory-net v0.26.0-beta.4
2026-08-03T03:03:24.2604952Z     Checking hyper-rustls v0.27.9
2026-08-03T03:03:24.2605254Z     Checking tokio-websockets v0.13.2
2026-08-03T03:03:24.3473487Z     Checking reqwest v0.13.4
2026-08-03T03:03:24.9492931Z     Checking hickory-resolver v0.26.0-beta.4
2026-08-03T03:03:30.7675334Z     Checking spt-net v0.52.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-net)
2026-08-03T03:03:32.4811217Z     Checking spt-daemon v0.52.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-daemon)
2026-08-03T03:03:38.1211888Z     Checking spt v0.52.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt)
2026-08-03T03:03:41.6800869Z     Checking xtask v0.52.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/xtask)
2026-08-03T03:03:47.9626714Z     Finished `dev` profile [unoptimized + debuginfo] target(s) in 49.23s
2026-08-03T03:03:48.0784178Z Post job cleanup.
2026-08-03T03:03:48.1441424Z [command]/usr/bin/git version
2026-08-03T03:03:48.1474058Z git version 2.43.0
2026-08-03T03:03:48.1499144Z Copying '/home/reavus/.gitconfig' to '/home/reavus/actions-runner/_work/_temp/31effe33-e26e-4345-9e8c-3b68fc40a82e/.gitconfig'
2026-08-03T03:03:48.1505690Z Temporarily overriding HOME='/home/reavus/actions-runner/_work/_temp/31effe33-e26e-4345-9e8c-3b68fc40a82e' before making global git config changes
2026-08-03T03:03:48.1506320Z Adding repository directory to the temporary git global config as a safe directory
2026-08-03T03:03:48.1509257Z [command]/usr/bin/git config --global --add safe.directory /home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core
2026-08-03T03:03:48.1554871Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2026-08-03T03:03:48.1581157Z [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-03T03:03:48.1773038Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-08-03T03:03:48.1792383Z http.https://github.com/.extraheader
2026-08-03T03:03:48.1799991Z [command]/usr/bin/git config --local --unset-all http.https://github.com/.extraheader
2026-08-03T03:03:48.1867558Z [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-03T03:03:48.2016152Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-08-03T03:03:48.2040073Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
2026-08-03T03:03:48.2357869Z Cleaning up orphan processes
