﻿2026-08-18T01:22:49.3953719Z Current runner version: '2.336.0'
2026-08-18T01:22:49.3958122Z Runner name: 'kitsubito'
2026-08-18T01:22:49.3958676Z Runner group name: 'Default'
2026-08-18T01:22:49.3959545Z Machine name: 'KITSUBITO'
2026-08-18T01:22:49.3962756Z ##[group]GITHUB_TOKEN Permissions
2026-08-18T01:22:49.3964532Z Actions: write
2026-08-18T01:22:49.3965260Z ArtifactMetadata: write
2026-08-18T01:22:49.3965707Z Attestations: write
2026-08-18T01:22:49.3966064Z Checks: write
2026-08-18T01:22:49.3966412Z CodeQuality: write
2026-08-18T01:22:49.3966774Z Contents: write
2026-08-18T01:22:49.3967132Z CopilotRequests: write
2026-08-18T01:22:49.3967510Z Deployments: write
2026-08-18T01:22:49.3967872Z Discussions: write
2026-08-18T01:22:49.3968218Z Drives: write
2026-08-18T01:22:49.3968559Z Issues: write
2026-08-18T01:22:49.3968893Z Metadata: read
2026-08-18T01:22:49.3969360Z Models: read
2026-08-18T01:22:49.3969699Z Packages: write
2026-08-18T01:22:49.3970057Z Pages: write
2026-08-18T01:22:49.3970500Z PullRequests: write
2026-08-18T01:22:49.3970911Z RepositoryProjects: write
2026-08-18T01:22:49.3971306Z SecurityEvents: write
2026-08-18T01:22:49.3971670Z Statuses: write
2026-08-18T01:22:49.3972018Z VulnerabilityAlerts: read
2026-08-18T01:22:49.3972385Z ##[endgroup]
2026-08-18T01:22:49.3973905Z Secret source: Actions
2026-08-18T01:22:49.3974568Z Prepare workflow directory
2026-08-18T01:22:49.4325728Z Prepare all required actions
2026-08-18T01:22:49.4362518Z Getting action download info
2026-08-18T01:22:49.7943792Z Download action repository 'actions/checkout@v5' (SHA:fbc6f3992d24b796d5a048ff273f7fcc4a7b6c09)
2026-08-18T01:22:50.5522687Z Complete job name: lint
2026-08-18T01:22:50.6328147Z ##[group]Run set -euo pipefail
2026-08-18T01:22:50.6328809Z [36;1mset -euo pipefail[0m
2026-08-18T01:22:50.6329386Z [36;1mfloor_bytes=$((32 * 1024 * 1024 * 1024))[0m
2026-08-18T01:22:50.6330016Z [36;1mdrive=$(df -P "$GITHUB_WORKSPACE" | awk 'NR == 2 { print $1 }')[0m
2026-08-18T01:22:50.6330850Z [36;1mfree_bytes=$(df -PB1 "$GITHUB_WORKSPACE" | awk 'NR == 2 { print $4 }')[0m
2026-08-18T01:22:50.6331672Z [36;1mprintf 'disk preflight: drive=%s free_bytes=%s floor_bytes=%s\n' \[0m
2026-08-18T01:22:50.6332315Z [36;1m  "$drive" "$free_bytes" "$floor_bytes"[0m
2026-08-18T01:22:50.6332859Z [36;1mif [ "$free_bytes" -lt "$floor_bytes" ]; then[0m
2026-08-18T01:22:50.6333737Z [36;1m  echo "::error title=Insufficient free disk::RESOURCE=disk drive=$drive free_bytes=$free_bytes floor_bytes=$floor_bytes"[0m
2026-08-18T01:22:50.6334585Z [36;1m  exit 1[0m
2026-08-18T01:22:50.6334938Z [36;1mfi[0m
2026-08-18T01:22:50.6351522Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0}
2026-08-18T01:22:50.6352355Z ##[endgroup]
2026-08-18T01:22:50.6476852Z disk preflight: drive=/dev/nvme0n1p2 free_bytes=800758116352 floor_bytes=34359738368
2026-08-18T01:22:50.6703436Z ##[group]Run actions/checkout@v5
2026-08-18T01:22:50.6703971Z with:
2026-08-18T01:22:50.6704372Z   repository: BigscreenVR/spt-bs-core
2026-08-18T01:22:50.6707344Z   token: ***
2026-08-18T01:22:50.6707715Z   ssh-strict: true
2026-08-18T01:22:50.6708107Z   ssh-user: git
2026-08-18T01:22:50.6708479Z   persist-credentials: true
2026-08-18T01:22:50.6708885Z   clean: true
2026-08-18T01:22:50.6709392Z   sparse-checkout-cone-mode: true
2026-08-18T01:22:50.6709823Z   fetch-depth: 1
2026-08-18T01:22:50.6710199Z   fetch-tags: false
2026-08-18T01:22:50.6710575Z   show-progress: true
2026-08-18T01:22:50.6710947Z   lfs: false
2026-08-18T01:22:50.6711308Z   submodules: false
2026-08-18T01:22:50.6711703Z   set-safe-directory: true
2026-08-18T01:22:50.6712145Z   allow-unsafe-pr-checkout: false
2026-08-18T01:22:50.6712574Z ##[endgroup]
2026-08-18T01:22:50.7474006Z Syncing repository: BigscreenVR/spt-bs-core
2026-08-18T01:22:50.7475571Z ##[group]Getting Git version info
2026-08-18T01:22:50.7476357Z Working directory is '/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core'
2026-08-18T01:22:50.7477242Z [command]/usr/bin/git version
2026-08-18T01:22:50.7510285Z git version 2.43.0
2026-08-18T01:22:50.7526614Z ##[endgroup]
2026-08-18T01:22:50.7534518Z Copying '/home/reavus/.gitconfig' to '/home/reavus/actions-runner/_work/_temp/b3fbf454-ac47-4678-8f66-1ec3ae6c7959/.gitconfig'
2026-08-18T01:22:50.7541722Z Temporarily overriding HOME='/home/reavus/actions-runner/_work/_temp/b3fbf454-ac47-4678-8f66-1ec3ae6c7959' before making global git config changes
2026-08-18T01:22:50.7542967Z Adding repository directory to the temporary git global config as a safe directory
2026-08-18T01:22:50.7544965Z [command]/usr/bin/git config --global --add safe.directory /home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core
2026-08-18T01:22:50.7593492Z [command]/usr/bin/git config --local --get remote.origin.url
2026-08-18T01:22:50.7612441Z https://github.com/BigscreenVR/spt-bs-core
2026-08-18T01:22:50.7622370Z ##[group]Removing previously created refs, to avoid conflicts
2026-08-18T01:22:50.7624789Z [command]/usr/bin/git rev-parse --symbolic-full-name --verify --quiet HEAD
2026-08-18T01:22:50.7642916Z HEAD
2026-08-18T01:22:50.7670493Z ##[endgroup]
2026-08-18T01:22:50.7671923Z [command]/usr/bin/git submodule status
2026-08-18T01:22:50.7847484Z ##[group]Cleaning the repository
2026-08-18T01:22:50.7850205Z [command]/usr/bin/git clean -ffdx
2026-08-18T01:22:50.7887530Z [command]/usr/bin/git reset --hard HEAD
2026-08-18T01:22:50.7950003Z HEAD is now at ce115d994 Merge d9eb7d43e29c50b20d4ae32dcadce19c40598df7 into f1a560fcf0546e5cb9c0120efd3c0e173fa8f8dc
2026-08-18T01:22:50.7955821Z ##[endgroup]
2026-08-18T01:22:50.7957284Z ##[group]Disabling automatic garbage collection
2026-08-18T01:22:50.7960591Z [command]/usr/bin/git config --local gc.auto 0
2026-08-18T01:22:50.7982609Z ##[endgroup]
2026-08-18T01:22:50.7983195Z ##[group]Setting up auth
2026-08-18T01:22:50.7987907Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2026-08-18T01:22:50.8014800Z [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-18T01:22:50.8202797Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-08-18T01:22:50.8228888Z [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-18T01:22:50.8413413Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-08-18T01:22:50.8439705Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
2026-08-18T01:22:50.8623471Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic ***
2026-08-18T01:22:50.8654857Z ##[endgroup]
2026-08-18T01:22:50.8655547Z ##[group]Fetching the repository
2026-08-18T01:22:50.8660809Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +ce115d9949ebe86fd1d6efbb41d32d7b950b5cd5:refs/remotes/pull/148/merge
2026-08-18T01:22:51.2774286Z ##[endgroup]
2026-08-18T01:22:51.2776346Z ##[group]Determining the checkout info
2026-08-18T01:22:51.2778214Z ##[endgroup]
2026-08-18T01:22:51.2780705Z [command]/usr/bin/git sparse-checkout disable
2026-08-18T01:22:51.2827888Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig
2026-08-18T01:22:51.2850472Z ##[group]Checking out the ref
2026-08-18T01:22:51.2852447Z [command]/usr/bin/git checkout --progress --force refs/remotes/pull/148/merge
2026-08-18T01:22:51.2904931Z HEAD is now at ce115d994 Merge d9eb7d43e29c50b20d4ae32dcadce19c40598df7 into f1a560fcf0546e5cb9c0120efd3c0e173fa8f8dc
2026-08-18T01:22:51.2908892Z ##[endgroup]
2026-08-18T01:22:51.2941328Z [command]/usr/bin/git log -1 --format=%H
2026-08-18T01:22:51.2966976Z ce115d9949ebe86fd1d6efbb41d32d7b950b5cd5
2026-08-18T01:22:51.3135581Z ##[group]Run cargo clippy --workspace --all-targets -- -D warnings
2026-08-18T01:22:51.3137075Z [36;1mcargo clippy --workspace --all-targets -- -D warnings[0m
2026-08-18T01:22:51.3152598Z shell: /usr/bin/bash -e {0}
2026-08-18T01:22:51.3153454Z ##[endgroup]
2026-08-18T01:22:51.7962445Z    Compiling proc-macro2 v1.0.106
2026-08-18T01:22:51.7963805Z    Compiling unicode-ident v1.0.24
2026-08-18T01:22:51.7964992Z    Compiling quote v1.0.45
2026-08-18T01:22:51.7966097Z    Compiling libc v0.2.186
2026-08-18T01:22:51.7967204Z     Checking cfg-if v1.0.4
2026-08-18T01:22:51.7968308Z    Compiling serde_core v1.0.228
2026-08-18T01:22:51.8001989Z    Compiling serde v1.0.228
2026-08-18T01:22:51.8068546Z     Checking typenum v1.20.1
2026-08-18T01:22:51.8201582Z    Compiling version_check v0.9.5
2026-08-18T01:22:51.8203409Z    Compiling portable-atomic v1.13.1
2026-08-18T01:22:51.8204797Z     Checking subtle v2.6.1
2026-08-18T01:22:51.8206079Z     Checking critical-section v1.2.0
2026-08-18T01:22:51.8352139Z     Checking memchr v2.8.1
2026-08-18T01:22:51.8395381Z    Compiling find-msvc-tools v0.1.9
2026-08-18T01:22:51.8450677Z    Compiling shlex v2.0.1
2026-08-18T01:22:51.8816565Z     Checking log v0.4.32
2026-08-18T01:22:51.8913166Z     Checking smallvec v1.15.1
2026-08-18T01:22:51.9143962Z    Compiling semver v1.0.28
2026-08-18T01:22:51.9873373Z     Checking rand_core v0.10.1
2026-08-18T01:22:52.0709770Z     Checking cpufeatures v0.2.17
2026-08-18T01:22:52.0868000Z     Checking equivalent v1.0.2
2026-08-18T01:22:52.1023454Z     Checking bitflags v2.12.1
2026-08-18T01:22:52.1193303Z    Compiling getrandom v0.4.2
2026-08-18T01:22:52.1318796Z     Checking itoa v1.0.18
2026-08-18T01:22:52.1322672Z     Checking hashbrown v0.17.1
2026-08-18T01:22:52.1410908Z     Checking pin-project-lite v0.2.17
2026-08-18T01:22:52.1413005Z     Checking futures-core v0.3.32
2026-08-18T01:22:52.1483715Z     Checking bytes v1.11.1
2026-08-18T01:22:52.1851418Z    Compiling generic-array v0.14.7
2026-08-18T01:22:52.2100993Z    Compiling zerocopy v0.8.50
2026-08-18T01:22:52.2599946Z    Compiling rustc_version v0.4.1
2026-08-18T01:22:52.2725863Z    Compiling ahash v0.8.12
2026-08-18T01:22:52.2729098Z     Checking signature v2.2.0
2026-08-18T01:22:52.3531935Z    Compiling zmij v1.0.21
2026-08-18T01:22:52.3712000Z    Compiling vcpkg v0.2.15
2026-08-18T01:22:52.3857794Z    Compiling pkg-config v0.3.33
2026-08-18T01:22:52.3862596Z     Checking ed25519 v2.2.3
2026-08-18T01:22:52.3936192Z     Checking fastrand v2.4.1
2026-08-18T01:22:52.5232996Z    Compiling serde_json v1.0.150
2026-08-18T01:22:52.5347861Z     Checking aho-corasick v1.1.4
2026-08-18T01:22:52.5442532Z     Checking regex-syntax v0.8.10
2026-08-18T01:22:52.6076153Z     Checking fallible-iterator v0.3.0
2026-08-18T01:22:52.6253031Z    Compiling curve25519-dalek v4.1.3
2026-08-18T01:22:52.7652759Z     Checking fallible-streaming-iterator v0.1.9
2026-08-18T01:22:52.7824850Z     Checking stable_deref_trait v1.2.1
2026-08-18T01:22:52.8790551Z     Checking indexmap v2.14.0
2026-08-18T01:22:52.9045587Z     Checking futures-io v0.3.32
2026-08-18T01:22:52.9193718Z     Checking slab v0.4.12
2026-08-18T01:22:52.9299515Z     Checking futures-sink v0.3.32
2026-08-18T01:22:52.9842277Z    Compiling autocfg v1.5.1
2026-08-18T01:22:53.0012909Z     Checking futures-task v0.3.32
2026-08-18T01:22:53.0130310Z     Checking futures-channel v0.3.32
2026-08-18T01:22:53.0664076Z    Compiling rustversion v1.0.22
2026-08-18T01:22:53.1041660Z    Compiling anyhow v1.0.102
2026-08-18T01:22:53.1121416Z    Compiling syn v2.0.117
2026-08-18T01:22:53.1441581Z    Compiling rustix v1.1.4
2026-08-18T01:22:53.1816828Z    Compiling cfg_aliases v0.2.1
2026-08-18T01:22:53.2293571Z     Checking writeable v0.6.3
2026-08-18T01:22:53.2537575Z     Checking linux-raw-sys v0.12.1
2026-08-18T01:22:53.2632139Z     Checking litemap v0.8.2
2026-08-18T01:22:53.3845830Z     Checking hybrid-array v0.4.12
2026-08-18T01:22:53.5031432Z    Compiling icu_properties_data v2.2.0
2026-08-18T01:22:53.5281983Z    Compiling fs_extra v1.3.0
2026-08-18T01:22:53.5925608Z    Compiling jobserver v0.1.34
2026-08-18T01:22:53.6044852Z    Compiling spt-procident v0.55.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-procident)
2026-08-18T01:22:53.6821194Z    Compiling strsim v0.11.1
2026-08-18T01:22:53.7031053Z     Checking utf8_iter v1.0.4
2026-08-18T01:22:53.7070828Z    Compiling ident_case v1.0.1
2026-08-18T01:22:53.7731442Z    Compiling dunce v1.0.5
2026-08-18T01:22:53.8301470Z    Compiling cc v1.2.63
2026-08-18T01:22:53.8422389Z    Compiling spt-poolguard v0.55.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-poolguard)
2026-08-18T01:22:53.8581315Z    Compiling icu_normalizer_data v2.2.0
2026-08-18T01:22:53.9191177Z     Checking crypto-common v0.1.7
2026-08-18T01:22:53.9942189Z     Checking block-buffer v0.10.4
2026-08-18T01:22:54.0297294Z     Checking percent-encoding v2.3.2
2026-08-18T01:22:54.0611240Z     Checking http v1.4.1
2026-08-18T01:22:54.0757866Z    Compiling aws-lc-rs v1.17.0
2026-08-18T01:22:54.0846958Z     Checking cpufeatures v0.3.0
2026-08-18T01:22:54.0881634Z    Compiling thiserror v2.0.18
2026-08-18T01:22:54.1083787Z     Checking digest v0.10.7
2026-08-18T01:22:54.1321587Z     Checking arrayvec v0.7.6
2026-08-18T01:22:54.1580709Z     Checking scopeguard v1.2.0
2026-08-18T01:22:54.1721780Z     Checking block-buffer v0.12.0
2026-08-18T01:22:54.1919402Z     Checking crypto-common v0.2.2
2026-08-18T01:22:54.2372808Z     Checking getrandom v0.2.17
2026-08-18T01:22:54.3137457Z     Checking mio v1.2.1
2026-08-18T01:22:54.3138552Z     Checking sha2 v0.10.9
2026-08-18T01:22:54.3251996Z     Checking socket2 v0.6.4
2026-08-18T01:22:54.3653069Z     Checking rand_core v0.6.4
2026-08-18T01:22:54.3928526Z     Checking uuid v1.23.2
2026-08-18T01:22:54.4357707Z     Checking fs2 v0.4.3
2026-08-18T01:22:54.5290763Z     Checking inout v0.2.2
2026-08-18T01:22:54.5961643Z     Checking lock_api v0.4.14
2026-08-18T01:22:54.6221407Z    Compiling spt-store v0.55.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-store)
2026-08-18T01:22:54.6391593Z     Checking form_urlencoded v1.2.2
2026-08-18T01:22:54.6700580Z     Checking regex-automata v0.4.14
2026-08-18T01:22:54.6910546Z    Compiling fnv v1.0.7
2026-08-18T01:22:54.7092679Z     Checking utf8parse v0.2.2
2026-08-18T01:22:54.7220827Z     Checking untrusted v0.9.0
2026-08-18T01:22:54.7331035Z    Compiling memoffset v0.6.5
2026-08-18T01:22:54.7551963Z    Compiling rustls v0.23.40
2026-08-18T01:22:54.7690606Z    Compiling unicode-segmentation v1.13.3
2026-08-18T01:22:54.7811059Z    Compiling thiserror v1.0.69
2026-08-18T01:22:54.7944202Z    Compiling heck v0.5.0
2026-08-18T01:22:54.8181259Z     Checking termios v0.2.2
2026-08-18T01:22:54.8370939Z     Checking serial-core v0.4.0
2026-08-18T01:22:54.9220873Z     Checking cipher v0.5.2
2026-08-18T01:22:54.9471187Z     Checking ioctl-rs v0.1.6
2026-08-18T01:22:54.9548405Z     Checking atomic-waker v1.1.2
2026-08-18T01:22:54.9680912Z    Compiling unicode-xid v0.2.6
2026-08-18T01:22:54.9763879Z     Checking const-oid v0.10.2
2026-08-18T01:22:55.0071195Z    Compiling cmake v0.1.58
2026-08-18T01:22:55.0146262Z     Checking serial-unix v0.4.0
2026-08-18T01:22:55.0419797Z     Checking hmac v0.12.1
2026-08-18T01:22:55.0559784Z    Compiling paste v1.0.15
2026-08-18T01:22:55.0920762Z     Checking pin-utils v0.1.0
2026-08-18T01:22:55.1351328Z    Compiling httparse v1.10.1
2026-08-18T01:22:55.1465772Z     Checking bitflags v1.3.2
2026-08-18T01:22:55.1566386Z    Compiling parking_lot_core v0.9.12
2026-08-18T01:22:55.1662442Z     Checking serial v0.4.0
2026-08-18T01:22:55.1755179Z     Checking http-body v1.0.1
2026-08-18T01:22:55.1880609Z    Compiling num-traits v0.2.19
2026-08-18T01:22:55.1984749Z     Checking nix v0.25.1
2026-08-18T01:22:55.2176630Z     Checking chacha20 v0.10.0
2026-08-18T01:22:55.2353585Z    Compiling convert_case v0.10.0
2026-08-18T01:22:55.2968926Z    Compiling vte_generate_state_changes v0.1.2
2026-08-18T01:22:55.3423072Z     Checking base64ct v1.8.3
2026-08-18T01:22:55.3921288Z     Checking either v1.16.0
2026-08-18T01:22:55.4000298Z     Checking shell-words v1.1.1
2026-08-18T01:22:55.4720714Z     Checking unicode-width v0.2.0
2026-08-18T01:22:55.4902335Z    Compiling ref-cast v1.0.25
2026-08-18T01:22:55.4984821Z     Checking rand v0.10.1
2026-08-18T01:22:55.5190268Z     Checking downcast-rs v1.2.1
2026-08-18T01:22:55.5899230Z     Checking pem-rfc7468 v1.0.0
2026-08-18T01:22:55.6079572Z     Checking vte v0.13.1
2026-08-18T01:22:55.7360541Z     Checking base64 v0.22.1
2026-08-18T01:22:55.7661220Z     Checking tinyvec_macros v0.1.1
2026-08-18T01:22:55.7753923Z     Checking winnow v0.7.15
2026-08-18T01:22:55.8137723Z     Checking try-lock v0.2.5
2026-08-18T01:22:55.8261002Z     Checking tower-service v0.3.3
2026-08-18T01:22:55.8273350Z     Checking toml_write v0.1.2
2026-08-18T01:22:55.8465879Z     Checking data-encoding v2.11.0
2026-08-18T01:22:55.8476914Z    Compiling libsqlite3-sys v0.30.1
2026-08-18T01:22:55.8910958Z    Compiling aws-lc-sys v0.41.0
2026-08-18T01:22:55.9010425Z    Compiling ring v0.17.14
2026-08-18T01:22:56.0064560Z     Checking want v0.3.1
2026-08-18T01:22:56.0300355Z     Checking tinyvec v1.11.0
2026-08-18T01:22:56.0440980Z     Checking parking_lot v0.12.5
2026-08-18T01:22:56.1201827Z    Compiling vergen-lib v9.1.0
2026-08-18T01:22:56.2196183Z     Checking inout v0.1.4
2026-08-18T01:22:56.2930484Z    Compiling n0-future v0.3.2
2026-08-18T01:22:56.3052038Z    Compiling winnow v1.0.3
2026-08-18T01:22:56.3300692Z     Checking diatomic-waker v0.2.3
2026-08-18T01:22:56.4970727Z     Checking httpdate v1.0.3
2026-08-18T01:22:56.5120854Z     Checking spin v0.10.0
2026-08-18T01:22:56.5550322Z     Checking cordyceps v0.3.4
2026-08-18T01:22:56.5926314Z    Compiling crossbeam-utils v0.8.21
2026-08-18T01:22:56.6540869Z     Checking dyn-clone v1.0.20
2026-08-18T01:22:56.6736911Z     Checking parking v2.2.1
2026-08-18T01:22:56.7660575Z     Checking cipher v0.4.4
2026-08-18T01:22:56.7745580Z     Checking futures-lite v2.6.1
2026-08-18T01:22:56.8139611Z     Checking netlink-packet-core v0.8.1
2026-08-18T01:22:56.8478292Z     Checking futures-buffered v0.2.13
2026-08-18T01:22:56.8809223Z     Checking digest v0.11.3
2026-08-18T01:22:56.9035573Z    Compiling vergen v9.1.0
2026-08-18T01:22:57.0199295Z     Checking regex v1.12.3
2026-08-18T01:22:57.0340369Z    Compiling vergen-lib v0.1.6
2026-08-18T01:22:57.0437525Z     Checking universal-hash v0.5.1
2026-08-18T01:22:57.0522168Z    Compiling noq-udp v0.10.0
2026-08-18T01:22:57.0712488Z    Compiling heapless v0.7.17
2026-08-18T01:22:57.1279921Z    Compiling curve25519-dalek v5.0.0-pre.6
2026-08-18T01:22:57.2017153Z     Checking sync_wrapper v1.0.2
2026-08-18T01:22:57.2177954Z     Checking byteorder v1.5.0
2026-08-18T01:22:57.2890895Z    Compiling powerfmt v0.2.0
2026-08-18T01:22:57.2899210Z    Compiling toml_datetime v1.1.1+spec-1.1.0
2026-08-18T01:22:57.3264880Z     Checking allocator-api2 v0.2.21
2026-08-18T01:22:57.4035592Z     Checking opaque-debug v0.3.1
2026-08-18T01:22:57.4260526Z     Checking hash32 v0.2.1
2026-08-18T01:22:57.4600768Z     Checking polyval v0.6.2
2026-08-18T01:22:57.4862870Z    Compiling deranged v0.5.8
2026-08-18T01:22:57.5373338Z     Checking spin v0.9.8
2026-08-18T01:22:57.5479428Z    Compiling vergen-gitcl v1.0.8
2026-08-18T01:22:57.5643292Z    Compiling num-conv v0.2.2
2026-08-18T01:22:57.6107197Z    Compiling time-core v0.1.8
2026-08-18T01:22:57.6737486Z     Checking signature v3.0.0
2026-08-18T01:22:57.6979304Z    Compiling num_threads v0.1.7
2026-08-18T01:22:57.7401952Z     Checking tower-layer v0.3.3
2026-08-18T01:22:57.7406325Z     Checking ryu v1.0.23
2026-08-18T01:22:57.7892632Z     Checking ghash v0.5.1
2026-08-18T01:22:57.8290400Z    Compiling toml_parser v1.1.2+spec-1.1.0
2026-08-18T01:22:57.8703972Z    Compiling synstructure v0.13.2
2026-08-18T01:22:57.8852663Z    Compiling darling_core v0.20.11
2026-08-18T01:22:57.8966998Z    Compiling serde_derive_internals v0.29.1
2026-08-18T01:22:57.9253968Z     Checking sha2 v0.11.0-rc.5
2026-08-18T01:22:57.9363702Z     Checking ctr v0.9.2
2026-08-18T01:22:57.9535115Z     Checking aes v0.8.4
2026-08-18T01:22:57.9695124Z     Checking http-body-util v0.1.3
2026-08-18T01:22:58.0630336Z     Checking aead v0.5.2
2026-08-18T01:22:58.1699237Z     Checking openssl-probe v0.2.1
2026-08-18T01:22:58.2235550Z     Checking crossbeam-epoch v0.9.18
2026-08-18T01:22:58.2523578Z     Checking crossbeam-channel v0.5.15
2026-08-18T01:22:58.3731615Z     Checking netlink-packet-route v0.29.0
2026-08-18T01:22:58.4287039Z    Compiling toml_edit v0.25.12+spec-1.1.0
2026-08-18T01:22:58.5208741Z     Checking aes-gcm v0.10.3
2026-08-18T01:22:58.5529831Z    Compiling blake3 v1.8.5
2026-08-18T01:22:58.6627932Z    Compiling netwatch v0.16.0
2026-08-18T01:22:58.6861603Z    Compiling noq v0.18.0
2026-08-18T01:22:58.7226119Z    Compiling acto v0.8.2
2026-08-18T01:22:58.7527263Z     Checking xml-rs v0.8.28
2026-08-18T01:22:58.8815445Z     Checking lru-slab v0.1.2
2026-08-18T01:22:58.8923379Z     Checking sorted-index-buffer v0.2.1
2026-08-18T01:22:58.8925354Z     Checking mac-addr v0.3.0
2026-08-18T01:22:58.9099654Z     Checking identity-hash v0.1.0
2026-08-18T01:22:58.9105435Z     Checking tagptr v0.2.0
2026-08-18T01:22:58.9621146Z    Compiling time v0.3.47
2026-08-18T01:22:58.9770851Z     Checking unicode-width v0.1.14
2026-08-18T01:22:59.0076858Z     Checking foldhash v0.2.0
2026-08-18T01:22:59.0441208Z     Checking rustc-hash v2.1.2
2026-08-18T01:22:59.1152923Z     Checking hashbrown v0.16.1
2026-08-18T01:22:59.1581687Z     Checking netlink-packet-route v0.30.0
2026-08-18T01:22:59.1719631Z     Checking simple-dns v0.9.3
2026-08-18T01:22:59.1812166Z     Checking constant_time_eq v0.4.2
2026-08-18T01:22:59.2292198Z     Checking smol_str v0.1.24
2026-08-18T01:22:59.2930494Z    Compiling proc-macro-crate v3.5.0
2026-08-18T01:22:59.3610408Z     Checking sha1_smol v1.0.1
2026-08-18T01:22:59.3936908Z     Checking xmltree v0.10.3
2026-08-18T01:22:59.4859973Z     Checking resolv-conf v0.7.6
2026-08-18T01:22:59.5462539Z     Checking arrayref v0.3.9
2026-08-18T01:22:59.5909765Z     Checking simdutf8 v0.1.5
2026-08-18T01:22:59.6951954Z     Checking serde_bytes v0.11.19
2026-08-18T01:22:59.7624449Z    Compiling serde_derive v1.0.228
2026-08-18T01:22:59.7734701Z    Compiling zeroize_derive v1.4.3
2026-08-18T01:22:59.8045064Z    Compiling curve25519-dalek-derive v0.1.1
2026-08-18T01:22:59.8150670Z    Compiling tokio-macros v2.7.0
2026-08-18T01:22:59.8254519Z    Compiling futures-macro v0.3.32
2026-08-18T01:22:59.8741674Z    Compiling zerofrom-derive v0.1.7
2026-08-18T01:23:00.0537402Z    Compiling yoke-derive v0.8.2
2026-08-18T01:23:00.0652046Z    Compiling zerovec-derive v0.11.3
2026-08-18T01:23:00.2812952Z    Compiling displaydoc v0.2.6
2026-08-18T01:23:00.3630935Z     Checking zeroize v1.8.2
2026-08-18T01:23:00.4101363Z    Compiling tracing-attributes v0.1.31
2026-08-18T01:23:00.5388668Z     Checking tokio v1.52.3
2026-08-18T01:23:00.7682538Z     Checking futures-util v0.3.32
2026-08-18T01:23:01.0265744Z     Checking rustls-pki-types v1.14.1
2026-08-18T01:23:01.0845784Z    Compiling thiserror-impl v2.0.18
2026-08-18T01:23:01.2172858Z     Checking zerofrom v0.1.8
2026-08-18T01:23:01.3146030Z    Compiling darling_macro v0.20.11
2026-08-18T01:23:01.3147881Z     Checking yoke v0.8.3
2026-08-18T01:23:01.3736438Z    Compiling thiserror-impl v1.0.69
2026-08-18T01:23:01.4223481Z    Compiling derive_more-impl v2.1.1
2026-08-18T01:23:01.5012983Z    Compiling n0-error-macros v0.1.3
2026-08-18T01:23:01.5104895Z     Checking zerovec v0.11.6
2026-08-18T01:23:01.6527544Z     Checking zerotrie v0.2.4
2026-08-18T01:23:01.7181600Z     Checking ed25519-dalek v2.2.0
2026-08-18T01:23:01.9216437Z     Checking spt-proto v0.55.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-proto)
2026-08-18T01:23:01.9345758Z    Compiling darling v0.20.11
2026-08-18T01:23:01.9994403Z    Compiling derive_builder_core v0.20.2
2026-08-18T01:23:01.9994877Z    Compiling ref-cast-impl v1.0.25
2026-08-18T01:23:02.1840663Z     Checking tinystr v0.8.3
2026-08-18T01:23:02.3381140Z     Checking potential_utf v0.1.5
2026-08-18T01:23:02.3644204Z     Checking icu_locale_core v2.2.0
2026-08-18T01:23:02.4437253Z     Checking icu_collections v2.2.0
2026-08-18T01:23:02.4722414Z    Compiling spez v0.1.2
2026-08-18T01:23:02.5575171Z     Checking der v0.8.0-rc.10
2026-08-18T01:23:02.6590860Z    Compiling pin-project-internal v1.1.13
2026-08-18T01:23:02.6874551Z    Compiling schemars_derive v1.2.1
2026-08-18T01:23:02.8164866Z     Checking cobs v0.3.0
2026-08-18T01:23:02.8567754Z     Checking n0-error v0.1.3
2026-08-18T01:23:02.9668516Z    Compiling data-encoding-macro-internal v0.1.18
2026-08-18T01:23:02.9896559Z     Checking filedescriptor v0.8.3
2026-08-18T01:23:03.0751481Z    Compiling postcard-derive v0.2.2
2026-08-18T01:23:03.1371082Z     Checking portable-pty v0.8.1
2026-08-18T01:23:03.1783744Z    Compiling derive_builder_macro v0.20.2
2026-08-18T01:23:03.3135851Z     Checking icu_provider v2.2.0
2026-08-18T01:23:03.3901555Z     Checking data-encoding-macro v0.1.20
2026-08-18T01:23:03.4404427Z     Checking rustls-native-certs v0.8.4
2026-08-18T01:23:03.4706211Z    Compiling num_enum_derive v0.7.6
2026-08-18T01:23:03.5143223Z    Compiling derive_builder v0.20.2
2026-08-18T01:23:03.5536724Z    Compiling iroh-metrics-derive v0.4.1
2026-08-18T01:23:03.6203500Z     Checking icu_properties v2.2.0
2026-08-18T01:23:03.7790462Z     Checking icu_normalizer v2.2.0
2026-08-18T01:23:03.9220824Z     Checking spki v0.8.0-rc.4
2026-08-18T01:23:03.9344073Z     Checking pin-project v1.1.13
2026-08-18T01:23:03.9651227Z    Compiling enum-assoc v1.3.0
2026-08-18T01:23:04.0115647Z    Compiling strum_macros v0.28.0
2026-08-18T01:23:04.0223911Z    Compiling async-trait v0.1.89
2026-08-18T01:23:04.0758210Z     Checking pkcs8 v0.11.0-rc.10
2026-08-18T01:23:04.1426448Z     Checking futures-executor v0.3.32
2026-08-18T01:23:04.1778179Z     Checking webpki-roots v1.0.7
2026-08-18T01:23:04.2152217Z     Checking lru v0.16.4
2026-08-18T01:23:04.2767821Z     Checking futures v0.3.32
2026-08-18T01:23:04.2874307Z     Checking seize v0.5.1
2026-08-18T01:23:04.3371018Z    Compiling iroh v0.98.2
2026-08-18T01:23:04.3870492Z     Checking cmov v0.5.4
2026-08-18T01:23:04.4913149Z     Checking papaya v0.2.4
2026-08-18T01:23:04.6001371Z     Checking hkdf v0.12.4
2026-08-18T01:23:04.6130984Z     Checking num_enum v0.7.6
2026-08-18T01:23:04.6263426Z     Checking ctutils v0.4.2
2026-08-18T01:23:04.6991041Z     Checking sha1 v0.10.6
2026-08-18T01:23:04.7134186Z    Compiling doctest-file v1.1.1
2026-08-18T01:23:04.7253780Z     Checking spake2 v0.4.0
2026-08-18T01:23:04.7460206Z     Checking errno v0.3.14
2026-08-18T01:23:04.7758931Z     Checking ipnet v2.12.0
2026-08-18T01:23:04.7843852Z     Checking serde_spanned v0.6.9
2026-08-18T01:23:04.8466899Z     Checking toml_datetime v0.6.11
2026-08-18T01:23:04.8738714Z     Checking schemars v1.2.1
2026-08-18T01:23:04.8941031Z     Checking ed25519 v3.0.0-rc.4
2026-08-18T01:23:04.9371176Z     Checking idna_adapter v1.2.2
2026-08-18T01:23:04.9830213Z    Compiling iroh-relay v0.98.0
2026-08-18T01:23:05.0302084Z     Checking idna v1.1.0
2026-08-18T01:23:05.0451272Z    Compiling signal-hook v0.3.18
2026-08-18T01:23:05.0725217Z     Checking toml_edit v0.22.27
2026-08-18T01:23:05.0911055Z     Checking signal-hook-registry v1.4.8
2026-08-18T01:23:05.1109632Z     Checking prefix-trie v0.8.4
2026-08-18T01:23:05.2225243Z     Checking interprocess v2.4.2
2026-08-18T01:23:05.2562820Z    Compiling darling_core v0.23.0
2026-08-18T01:23:05.2677434Z    Compiling rustix v0.38.44
2026-08-18T01:23:05.2982099Z     Checking tokio-util v0.7.18
2026-08-18T01:23:05.3141064Z     Checking netlink-sys v0.8.8
2026-08-18T01:23:05.3450786Z     Checking url v2.5.8
2026-08-18T01:23:05.4160582Z     Checking once_cell v1.21.4
2026-08-18T01:23:05.5000600Z     Checking tower v0.5.3
2026-08-18T01:23:05.5690590Z     Checking postcard v1.1.3
2026-08-18T01:23:05.6435771Z     Checking tracing-core v0.1.36
2026-08-18T01:23:05.6711129Z     Checking tempfile v3.27.0
2026-08-18T01:23:05.7260967Z     Checking netlink-proto v0.12.0
2026-08-18T01:23:05.7647517Z     Checking hashbrown v0.14.5
2026-08-18T01:23:05.7752658Z     Checking netdev v0.42.0
2026-08-18T01:23:05.9197676Z     Checking moka v0.12.15
2026-08-18T01:23:05.9421191Z     Checking backon v1.6.0
2026-08-18T01:23:05.9668774Z     Checking derive_more v2.1.1
2026-08-18T01:23:05.9986619Z     Checking attohttpc v0.30.1
2026-08-18T01:23:06.0102818Z     Checking spt-test-support v0.55.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-test-support)
2026-08-18T01:23:06.0200991Z     Checking ed25519-dalek v3.0.0-pre.6
2026-08-18T01:23:06.0482836Z     Checking tracing v0.1.44
2026-08-18T01:23:06.0649522Z     Checking tower-http v0.6.11
2026-08-18T01:23:06.1184618Z     Checking tokio-stream v0.1.18
2026-08-18T01:23:06.1547036Z     Checking anstyle-parse v1.0.0
2026-08-18T01:23:06.2138761Z     Checking linux-raw-sys v0.4.15
2026-08-18T01:23:06.2263802Z     Checking n0-watcher v0.6.1
2026-08-18T01:23:06.2505184Z     Checking h2 v0.4.14
2026-08-18T01:23:06.2751348Z     Checking hickory-proto v0.26.0-beta.4
2026-08-18T01:23:06.3430602Z     Checking iroh-base v0.98.0
2026-08-18T01:23:06.4340226Z     Checking iroh-metrics v0.38.3
2026-08-18T01:23:06.4651650Z     Checking hashlink v0.9.1
2026-08-18T01:23:06.4749887Z    Compiling instability v0.3.12
2026-08-18T01:23:06.6274592Z     Checking foldhash v0.1.5
2026-08-18T01:23:06.6280177Z     Checking colorchoice v1.0.5
2026-08-18T01:23:06.6615706Z     Checking anstyle-query v1.1.5
2026-08-18T01:23:06.6771017Z     Checking is_terminal_polyfill v1.70.2
2026-08-18T01:23:06.7034827Z     Checking anstyle v1.0.14
2026-08-18T01:23:06.7627429Z     Checking hashbrown v0.15.5
2026-08-18T01:23:06.7741496Z     Checking signal-hook-mio v0.2.5
2026-08-18T01:23:06.7843421Z     Checking rusqlite v0.32.1
2026-08-18T01:23:06.7966980Z     Checking strum v0.28.0
2026-08-18T01:23:06.8581012Z    Compiling strum_macros v0.26.4
2026-08-18T01:23:06.8839320Z     Checking iroh-dns v0.98.0
2026-08-18T01:23:06.8952840Z     Checking anstream v1.0.0
2026-08-18T01:23:06.9576879Z     Checking terminal_size v0.4.4
2026-08-18T01:23:06.9876025Z     Checking itertools v0.13.0
2026-08-18T01:23:07.0287133Z     Checking toml v0.8.23
2026-08-18T01:23:07.0583581Z     Checking castaway v0.2.4
2026-08-18T01:23:07.1069229Z     Checking clap_lex v1.1.0
2026-08-18T01:23:07.1220858Z     Checking static_assertions v1.1.0
2026-08-18T01:23:07.1418070Z    Compiling indoc v2.0.7
2026-08-18T01:23:07.1891181Z     Checking compact_str v0.8.2
2026-08-18T01:23:07.2293816Z    Compiling clap_derive v4.6.1
2026-08-18T01:23:07.2601247Z     Checking cassowary v0.3.0
2026-08-18T01:23:07.3343327Z     Checking clap_builder v4.6.0
2026-08-18T01:23:07.4799754Z     Checking iana-time-zone v0.1.65
2026-08-18T01:23:07.4906712Z     Checking lru v0.12.5
2026-08-18T01:23:07.5312907Z     Checking nucleo-matcher v0.3.1
2026-08-18T01:23:07.5780898Z     Checking qrcode v0.14.1
2026-08-18T01:23:07.5999403Z     Checking bytemuck v1.25.2
2026-08-18T01:23:07.6097482Z     Checking chrono v0.4.45
2026-08-18T01:23:07.6103845Z     Checking crossterm v0.28.1
2026-08-18T01:23:07.8120702Z     Checking rgb v0.8.53
2026-08-18T01:23:07.9751796Z     Checking mock-adapter v0.55.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/adapters/mock)
2026-08-18T01:23:08.2362921Z     Checking avt v0.18.0
2026-08-18T01:23:08.4023356Z     Checking swarm-discovery v0.6.0-alpha.2 (https://github.com/SaberMage/swarm-discovery?rev=89a2200d54a4e3cab2f46cc75ebff49a1fb07614#89a2200d)
2026-08-18T01:23:08.6487589Z     Checking unicode-truncate v1.1.0
2026-08-18T01:23:08.6671637Z    Compiling darling_macro v0.23.0
2026-08-18T01:23:08.8126966Z     Checking strum v0.26.3
2026-08-18T01:23:08.9863676Z    Compiling darling v0.23.0
2026-08-18T01:23:09.2211924Z     Checking clap v4.6.1
2026-08-18T01:23:09.4676078Z     Checking ratatui v0.29.0
2026-08-18T01:23:10.6667975Z     Checking hyper v1.10.1
2026-08-18T01:23:11.7418889Z     Checking hyper-util v0.1.20
2026-08-18T01:23:12.6795321Z     Checking igd-next v0.17.1
2026-08-18T01:23:12.7773449Z     Checking spt-msg v0.55.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-msg)
2026-08-18T01:23:12.9446484Z     Checking portmapper v0.16.0
2026-08-18T01:23:12.9700073Z     Checking spt-term v0.55.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-term)
2026-08-18T01:23:12.9701323Z     Checking spt-runtime v0.55.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-runtime)
2026-08-18T01:23:14.6126479Z     Checking spt-live v0.55.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-live)
2026-08-18T01:23:15.0997094Z     Checking rustls-webpki v0.103.13
2026-08-18T01:23:16.8688763Z     Checking tokio-rustls v0.26.4
2026-08-18T01:23:16.8689211Z     Checking noq-proto v0.17.0
2026-08-18T01:23:16.8689871Z     Checking rustls-platform-verifier v0.7.0
2026-08-18T01:23:16.9866360Z     Checking hyper-rustls v0.27.9
2026-08-18T01:23:16.9866675Z     Checking hickory-net v0.26.0-beta.4
2026-08-18T01:23:16.9866928Z     Checking tokio-websockets v0.13.2
2026-08-18T01:23:17.0773839Z     Checking reqwest v0.13.4
2026-08-18T01:23:17.6920732Z     Checking hickory-resolver v0.26.0-beta.4
2026-08-18T01:23:23.5084711Z     Checking spt-net v0.55.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-net)
2026-08-18T01:23:25.2543660Z     Checking spt-daemon v0.55.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-daemon)
2026-08-18T01:23:31.0673424Z     Checking spt v0.55.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt)
2026-08-18T01:23:31.0674465Z     Checking xtask v0.55.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/xtask)
2026-08-18T01:23:42.6999449Z     Finished `dev` profile [unoptimized + debuginfo] target(s) in 51.35s
2026-08-18T01:23:42.8178311Z Post job cleanup.
2026-08-18T01:23:42.8845919Z [command]/usr/bin/git version
2026-08-18T01:23:42.8912232Z git version 2.43.0
2026-08-18T01:23:42.8938565Z Copying '/home/reavus/.gitconfig' to '/home/reavus/actions-runner/_work/_temp/6188ab3e-b208-4cb2-a233-3f9943497c96/.gitconfig'
2026-08-18T01:23:42.8946142Z Temporarily overriding HOME='/home/reavus/actions-runner/_work/_temp/6188ab3e-b208-4cb2-a233-3f9943497c96' before making global git config changes
2026-08-18T01:23:42.8947011Z Adding repository directory to the temporary git global config as a safe directory
2026-08-18T01:23:42.8949504Z [command]/usr/bin/git config --global --add safe.directory /home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core
2026-08-18T01:23:42.8999223Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2026-08-18T01:23:42.9022392Z [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-18T01:23:42.9210866Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-08-18T01:23:42.9229296Z http.https://github.com/.extraheader
2026-08-18T01:23:42.9236357Z [command]/usr/bin/git config --local --unset-all http.https://github.com/.extraheader
2026-08-18T01:23:42.9259168Z [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-18T01:23:42.9446907Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-08-18T01:23:42.9470729Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
2026-08-18T01:23:42.9783487Z Cleaning up orphan processes
