﻿2026-08-18T01:00:51.7320354Z Current runner version: '2.336.0'
2026-08-18T01:00:51.7324935Z Runner name: 'kitsubito'
2026-08-18T01:00:51.7325511Z Runner group name: 'Default'
2026-08-18T01:00:51.7326144Z Machine name: 'KITSUBITO'
2026-08-18T01:00:51.7329607Z ##[group]GITHUB_TOKEN Permissions
2026-08-18T01:00:51.7331451Z Actions: write
2026-08-18T01:00:51.7331869Z ArtifactMetadata: write
2026-08-18T01:00:51.7332299Z Attestations: write
2026-08-18T01:00:51.7332695Z Checks: write
2026-08-18T01:00:51.7333081Z CodeQuality: write
2026-08-18T01:00:51.7333471Z Contents: write
2026-08-18T01:00:51.7333859Z CopilotRequests: write
2026-08-18T01:00:51.7334272Z Deployments: write
2026-08-18T01:00:51.7334670Z Discussions: write
2026-08-18T01:00:51.7335060Z Drives: write
2026-08-18T01:00:51.7335471Z Issues: write
2026-08-18T01:00:51.7336014Z Metadata: read
2026-08-18T01:00:51.7336549Z Models: read
2026-08-18T01:00:51.7337118Z Packages: write
2026-08-18T01:00:51.7337689Z Pages: write
2026-08-18T01:00:51.7338181Z PullRequests: write
2026-08-18T01:00:51.7338614Z RepositoryProjects: write
2026-08-18T01:00:51.7339138Z SecurityEvents: write
2026-08-18T01:00:51.7339543Z Statuses: write
2026-08-18T01:00:51.7339934Z VulnerabilityAlerts: read
2026-08-18T01:00:51.7340335Z ##[endgroup]
2026-08-18T01:00:51.7341964Z Secret source: Actions
2026-08-18T01:00:51.7342720Z Prepare workflow directory
2026-08-18T01:00:51.7764873Z Prepare all required actions
2026-08-18T01:00:51.7800670Z Getting action download info
2026-08-18T01:00:52.2283676Z Download action repository 'actions/checkout@v5' (SHA:fbc6f3992d24b796d5a048ff273f7fcc4a7b6c09)
2026-08-18T01:00:53.1273591Z Complete job name: lint
2026-08-18T01:00:53.2131738Z ##[group]Run set -euo pipefail
2026-08-18T01:00:53.2132873Z [36;1mset -euo pipefail[0m
2026-08-18T01:00:53.2133775Z [36;1mfloor_bytes=$((32 * 1024 * 1024 * 1024))[0m
2026-08-18T01:00:53.2135079Z [36;1mdrive=$(df -P "$GITHUB_WORKSPACE" | awk 'NR == 2 { print $1 }')[0m
2026-08-18T01:00:53.2136656Z [36;1mfree_bytes=$(df -PB1 "$GITHUB_WORKSPACE" | awk 'NR == 2 { print $4 }')[0m
2026-08-18T01:00:53.2138300Z [36;1mprintf 'disk preflight: drive=%s free_bytes=%s floor_bytes=%s\n' \[0m
2026-08-18T01:00:53.2139726Z [36;1m  "$drive" "$free_bytes" "$floor_bytes"[0m
2026-08-18T01:00:53.2170036Z [36;1mif [ "$free_bytes" -lt "$floor_bytes" ]; then[0m
2026-08-18T01:00:53.2171937Z [36;1m  echo "::error title=Insufficient free disk::RESOURCE=disk drive=$drive free_bytes=$free_bytes floor_bytes=$floor_bytes"[0m
2026-08-18T01:00:53.2173837Z [36;1m  exit 1[0m
2026-08-18T01:00:53.2174521Z [36;1mfi[0m
2026-08-18T01:00:53.2192362Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0}
2026-08-18T01:00:53.2193709Z ##[endgroup]
2026-08-18T01:00:53.2341041Z disk preflight: drive=/dev/nvme0n1p2 free_bytes=753291788288 floor_bytes=34359738368
2026-08-18T01:00:53.2633021Z ##[group]Run actions/checkout@v5
2026-08-18T01:00:53.2633935Z with:
2026-08-18T01:00:53.2635035Z   repository: BigscreenVR/spt-bs-core
2026-08-18T01:00:53.2642147Z   token: ***
2026-08-18T01:00:53.2642843Z   ssh-strict: true
2026-08-18T01:00:53.2643572Z   ssh-user: git
2026-08-18T01:00:53.2644276Z   persist-credentials: true
2026-08-18T01:00:53.2645047Z   clean: true
2026-08-18T01:00:53.2645749Z   sparse-checkout-cone-mode: true
2026-08-18T01:00:53.2646594Z   fetch-depth: 1
2026-08-18T01:00:53.2647285Z   fetch-tags: false
2026-08-18T01:00:53.2648001Z   show-progress: true
2026-08-18T01:00:53.2648717Z   lfs: false
2026-08-18T01:00:53.2649470Z   submodules: false
2026-08-18T01:00:53.2650195Z   set-safe-directory: true
2026-08-18T01:00:53.2651020Z   allow-unsafe-pr-checkout: false
2026-08-18T01:00:53.2651849Z ##[endgroup]
2026-08-18T01:00:53.3430168Z Syncing repository: BigscreenVR/spt-bs-core
2026-08-18T01:00:53.3432358Z ##[group]Getting Git version info
2026-08-18T01:00:53.3433701Z Working directory is '/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core'
2026-08-18T01:00:53.3435454Z [command]/usr/bin/git version
2026-08-18T01:00:53.3436287Z git version 2.43.0
2026-08-18T01:00:53.3449814Z ##[endgroup]
2026-08-18T01:00:53.3458427Z Copying '/home/reavus/.gitconfig' to '/home/reavus/actions-runner/_work/_temp/6bdff524-d1f3-4121-887d-66403ba919c0/.gitconfig'
2026-08-18T01:00:53.3465983Z Temporarily overriding HOME='/home/reavus/actions-runner/_work/_temp/6bdff524-d1f3-4121-887d-66403ba919c0' before making global git config changes
2026-08-18T01:00:53.3468277Z Adding repository directory to the temporary git global config as a safe directory
2026-08-18T01:00:53.3470414Z [command]/usr/bin/git config --global --add safe.directory /home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core
2026-08-18T01:00:53.3500821Z [command]/usr/bin/git config --local --get remote.origin.url
2026-08-18T01:00:53.3518625Z https://github.com/BigscreenVR/spt-bs-core
2026-08-18T01:00:53.3528594Z ##[group]Removing previously created refs, to avoid conflicts
2026-08-18T01:00:53.3530644Z [command]/usr/bin/git rev-parse --symbolic-full-name --verify --quiet HEAD
2026-08-18T01:00:53.3552200Z HEAD
2026-08-18T01:00:53.3587616Z ##[endgroup]
2026-08-18T01:00:53.3589329Z [command]/usr/bin/git submodule status
2026-08-18T01:00:53.3773017Z ##[group]Cleaning the repository
2026-08-18T01:00:53.3776237Z [command]/usr/bin/git clean -ffdx
2026-08-18T01:00:57.3154217Z Removing target/
2026-08-18T01:00:57.3164051Z [command]/usr/bin/git reset --hard HEAD
2026-08-18T01:00:57.3607558Z HEAD is now at 137d6d10d Merge f1a560fcf0546e5cb9c0120efd3c0e173fa8f8dc into af8e57785d479fac8d0726c9f7e2085e3ce26529
2026-08-18T01:00:57.3616253Z ##[endgroup]
2026-08-18T01:00:57.3618534Z ##[group]Disabling automatic garbage collection
2026-08-18T01:00:57.3623270Z [command]/usr/bin/git config --local gc.auto 0
2026-08-18T01:00:57.3657927Z ##[endgroup]
2026-08-18T01:00:57.3658494Z ##[group]Setting up auth
2026-08-18T01:00:57.3665806Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2026-08-18T01:00:57.3701215Z [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:00:57.3894858Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-08-18T01:00:57.3919503Z [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:00:57.4102950Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-08-18T01:00:57.4164551Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
2026-08-18T01:00:57.4357972Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic ***
2026-08-18T01:00:57.4387791Z ##[endgroup]
2026-08-18T01:00:57.4388213Z ##[group]Fetching the repository
2026-08-18T01:00:57.4394010Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +137d6d10dbdc32d5691488dbbc928a8682bf57f3:refs/remotes/pull/147/merge
2026-08-18T01:00:58.0053223Z ##[endgroup]
2026-08-18T01:00:58.0053935Z ##[group]Determining the checkout info
2026-08-18T01:00:58.0056346Z ##[endgroup]
2026-08-18T01:00:58.0060362Z [command]/usr/bin/git sparse-checkout disable
2026-08-18T01:00:58.0111660Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig
2026-08-18T01:00:58.0134912Z ##[group]Checking out the ref
2026-08-18T01:00:58.0137385Z [command]/usr/bin/git checkout --progress --force refs/remotes/pull/147/merge
2026-08-18T01:00:58.0193866Z HEAD is now at 137d6d10d Merge f1a560fcf0546e5cb9c0120efd3c0e173fa8f8dc into af8e57785d479fac8d0726c9f7e2085e3ce26529
2026-08-18T01:00:58.0197987Z ##[endgroup]
2026-08-18T01:00:58.0232364Z [command]/usr/bin/git log -1 --format=%H
2026-08-18T01:00:58.0256489Z 137d6d10dbdc32d5691488dbbc928a8682bf57f3
2026-08-18T01:00:58.0392074Z ##[group]Run cargo clippy --workspace --all-targets -- -D warnings
2026-08-18T01:00:58.0392665Z [36;1mcargo clippy --workspace --all-targets -- -D warnings[0m
2026-08-18T01:00:58.0405828Z shell: /usr/bin/bash -e {0}
2026-08-18T01:00:58.0406051Z ##[endgroup]
2026-08-18T01:00:58.9158905Z    Compiling proc-macro2 v1.0.106
2026-08-18T01:00:58.9159413Z    Compiling unicode-ident v1.0.24
2026-08-18T01:00:58.9159709Z    Compiling quote v1.0.45
2026-08-18T01:00:58.9159947Z    Compiling libc v0.2.186
2026-08-18T01:00:58.9160186Z     Checking cfg-if v1.0.4
2026-08-18T01:00:58.9160429Z    Compiling serde_core v1.0.228
2026-08-18T01:00:58.9160691Z    Compiling serde v1.0.228
2026-08-18T01:00:58.9244542Z     Checking typenum v1.20.1
2026-08-18T01:00:58.9380995Z    Compiling version_check v0.9.5
2026-08-18T01:00:58.9381769Z    Compiling portable-atomic v1.13.1
2026-08-18T01:00:58.9382235Z     Checking subtle v2.6.1
2026-08-18T01:00:58.9382550Z     Checking critical-section v1.2.0
2026-08-18T01:00:58.9490199Z     Checking memchr v2.8.1
2026-08-18T01:00:58.9591188Z    Compiling shlex v2.0.1
2026-08-18T01:00:58.9688532Z    Compiling find-msvc-tools v0.1.9
2026-08-18T01:00:58.9911555Z     Checking log v0.4.32
2026-08-18T01:00:59.0011086Z     Checking smallvec v1.15.1
2026-08-18T01:00:59.0452121Z    Compiling semver v1.0.28
2026-08-18T01:00:59.1498701Z     Checking cpufeatures v0.2.17
2026-08-18T01:00:59.1820961Z     Checking rand_core v0.10.1
2026-08-18T01:00:59.1947507Z     Checking bitflags v2.12.1
2026-08-18T01:00:59.2061857Z     Checking equivalent v1.0.2
2026-08-18T01:00:59.2067833Z    Compiling getrandom v0.4.2
2026-08-18T01:00:59.2479040Z     Checking itoa v1.0.18
2026-08-18T01:00:59.2612845Z     Checking hashbrown v0.17.1
2026-08-18T01:00:59.2711382Z     Checking pin-project-lite v0.2.17
2026-08-18T01:00:59.2806905Z     Checking bytes v1.11.1
2026-08-18T01:00:59.3244051Z     Checking futures-core v0.3.32
2026-08-18T01:00:59.3357437Z    Compiling generic-array v0.14.7
2026-08-18T01:00:59.3471403Z    Compiling rustc_version v0.4.1
2026-08-18T01:00:59.3849908Z    Compiling zerocopy v0.8.50
2026-08-18T01:00:59.3989489Z    Compiling ahash v0.8.12
2026-08-18T01:00:59.4501543Z    Compiling pkg-config v0.3.33
2026-08-18T01:00:59.4583171Z    Compiling zmij v1.0.21
2026-08-18T01:00:59.5110822Z     Checking signature v2.2.0
2026-08-18T01:00:59.5401196Z    Compiling vcpkg v0.2.15
2026-08-18T01:00:59.5801018Z    Compiling serde_json v1.0.150
2026-08-18T01:00:59.6010624Z     Checking ed25519 v2.2.3
2026-08-18T01:00:59.6277555Z     Checking fastrand v2.4.1
2026-08-18T01:00:59.6558271Z     Checking aho-corasick v1.1.4
2026-08-18T01:00:59.6944919Z    Compiling curve25519-dalek v4.1.3
2026-08-18T01:00:59.7342047Z     Checking regex-syntax v0.8.10
2026-08-18T01:00:59.7937782Z     Checking stable_deref_trait v1.2.1
2026-08-18T01:00:59.8209212Z     Checking fallible-streaming-iterator v0.1.9
2026-08-18T01:00:59.8634601Z     Checking fallible-iterator v0.3.0
2026-08-18T01:00:59.8978449Z     Checking futures-io v0.3.32
2026-08-18T01:00:59.9840313Z     Checking slab v0.4.12
2026-08-18T01:01:00.0019396Z     Checking futures-sink v0.3.32
2026-08-18T01:01:00.0029198Z     Checking indexmap v2.14.0
2026-08-18T01:01:00.0030251Z    Compiling autocfg v1.5.1
2026-08-18T01:01:00.0930716Z     Checking futures-channel v0.3.32
2026-08-18T01:01:00.1531902Z     Checking futures-task v0.3.32
2026-08-18T01:01:00.1730825Z    Compiling rustversion v1.0.22
2026-08-18T01:01:00.2109256Z    Compiling syn v2.0.117
2026-08-18T01:01:00.2491024Z    Compiling anyhow v1.0.102
2026-08-18T01:01:00.2614277Z    Compiling cfg_aliases v0.2.1
2026-08-18T01:01:00.2848687Z    Compiling rustix v1.1.4
2026-08-18T01:01:00.2994872Z     Checking linux-raw-sys v0.12.1
2026-08-18T01:01:00.3223262Z     Checking litemap v0.8.2
2026-08-18T01:01:00.3332578Z     Checking writeable v0.6.3
2026-08-18T01:01:00.4082410Z     Checking hybrid-array v0.4.12
2026-08-18T01:01:00.5141612Z     Checking utf8_iter v1.0.4
2026-08-18T01:01:00.5280611Z    Compiling ident_case v1.0.1
2026-08-18T01:01:00.6413338Z    Compiling icu_properties_data v2.2.0
2026-08-18T01:01:00.6717077Z    Compiling fs_extra v1.3.0
2026-08-18T01:01:00.6818806Z    Compiling icu_normalizer_data v2.2.0
2026-08-18T01:01:00.6958213Z    Compiling strsim v0.11.1
2026-08-18T01:01:00.7398054Z    Compiling dunce v1.0.5
2026-08-18T01:01:00.8271117Z    Compiling jobserver v0.1.34
2026-08-18T01:01:00.8370282Z    Compiling spt-procident v0.55.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-procident)
2026-08-18T01:01:00.8660778Z     Checking percent-encoding v2.3.2
2026-08-18T01:01:00.9574747Z     Checking http v1.4.1
2026-08-18T01:01:00.9931263Z    Compiling aws-lc-rs v1.17.0
2026-08-18T01:01:01.0021579Z     Checking block-buffer v0.12.0
2026-08-18T01:01:01.0570916Z     Checking crypto-common v0.1.7
2026-08-18T01:01:01.0592285Z     Checking block-buffer v0.10.4
2026-08-18T01:01:01.0725540Z     Checking crypto-common v0.2.2
2026-08-18T01:01:01.0833245Z     Checking inout v0.2.2
2026-08-18T01:01:01.1350683Z    Compiling cc v1.2.63
2026-08-18T01:01:01.1571883Z    Compiling spt-poolguard v0.55.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-poolguard)
2026-08-18T01:01:01.1632778Z    Compiling thiserror v2.0.18
2026-08-18T01:01:01.1851499Z     Checking digest v0.10.7
2026-08-18T01:01:01.2021063Z     Checking cpufeatures v0.3.0
2026-08-18T01:01:01.2651232Z     Checking getrandom v0.2.17
2026-08-18T01:01:01.2820711Z     Checking mio v1.2.1
2026-08-18T01:01:01.3834689Z     Checking socket2 v0.6.4
2026-08-18T01:01:01.4118530Z     Checking rand_core v0.6.4
2026-08-18T01:01:01.4242175Z     Checking uuid v1.23.2
2026-08-18T01:01:01.4367747Z     Checking sha2 v0.10.9
2026-08-18T01:01:01.4664372Z     Checking fs2 v0.4.3
2026-08-18T01:01:01.5510561Z     Checking scopeguard v1.2.0
2026-08-18T01:01:01.5700740Z     Checking arrayvec v0.7.6
2026-08-18T01:01:01.5890489Z     Checking form_urlencoded v1.2.2
2026-08-18T01:01:01.6130963Z     Checking lock_api v0.4.14
2026-08-18T01:01:01.7030631Z     Checking utf8parse v0.2.2
2026-08-18T01:01:01.7071346Z     Checking untrusted v0.9.0
2026-08-18T01:01:01.7600784Z    Compiling fnv v1.0.7
2026-08-18T01:01:01.7700706Z    Compiling memoffset v0.6.5
2026-08-18T01:01:01.7800878Z    Compiling unicode-segmentation v1.13.3
2026-08-18T01:01:01.7900950Z    Compiling thiserror v1.0.69
2026-08-18T01:01:01.8060924Z    Compiling rustls v0.23.40
2026-08-18T01:01:01.8356298Z    Compiling heck v0.5.0
2026-08-18T01:01:01.8442695Z     Checking cipher v0.5.2
2026-08-18T01:01:01.8570647Z     Checking serial-core v0.4.0
2026-08-18T01:01:01.8610438Z     Checking ioctl-rs v0.1.6
2026-08-18T01:01:01.8813789Z    Compiling spt-store v0.55.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-store)
2026-08-18T01:01:01.9281222Z     Checking termios v0.2.2
2026-08-18T01:01:01.9557612Z     Checking atomic-waker v1.1.2
2026-08-18T01:01:01.9581161Z    Compiling unicode-xid v0.2.6
2026-08-18T01:01:01.9790799Z     Checking regex-automata v0.4.14
2026-08-18T01:01:01.9931291Z     Checking const-oid v0.10.2
2026-08-18T01:01:02.0371101Z     Checking hmac v0.12.1
2026-08-18T01:01:02.0557139Z    Compiling paste v1.0.15
2026-08-18T01:01:02.0665025Z     Checking serial-unix v0.4.0
2026-08-18T01:01:02.0789216Z    Compiling httparse v1.10.1
2026-08-18T01:01:02.1083257Z     Checking chacha20 v0.10.0
2026-08-18T01:01:02.1610693Z    Compiling parking_lot_core v0.9.12
2026-08-18T01:01:02.1740777Z     Checking bitflags v1.3.2
2026-08-18T01:01:02.1742113Z     Checking pin-utils v0.1.0
2026-08-18T01:01:02.1872457Z     Checking http-body v1.0.1
2026-08-18T01:01:02.2291439Z     Checking serial v0.4.0
2026-08-18T01:01:02.2520693Z     Checking nix v0.25.1
2026-08-18T01:01:02.2871095Z    Compiling num-traits v0.2.19
2026-08-18T01:01:02.2990773Z    Compiling vte_generate_state_changes v0.1.2
2026-08-18T01:01:02.3161395Z     Checking shell-words v1.1.1
2026-08-18T01:01:02.3356218Z    Compiling convert_case v0.10.0
2026-08-18T01:01:02.4061148Z     Checking either v1.16.0
2026-08-18T01:01:02.4191099Z     Checking rand v0.10.1
2026-08-18T01:01:02.4191676Z    Compiling ref-cast v1.0.25
2026-08-18T01:01:02.4340659Z     Checking base64ct v1.8.3
2026-08-18T01:01:02.4531018Z     Checking downcast-rs v1.2.1
2026-08-18T01:01:02.4644542Z     Checking unicode-width v0.2.0
2026-08-18T01:01:02.4744296Z    Compiling cmake v0.1.58
2026-08-18T01:01:02.5885050Z     Checking vte v0.13.1
2026-08-18T01:01:02.7433408Z     Checking pem-rfc7468 v1.0.0
2026-08-18T01:01:02.7640951Z     Checking tinyvec_macros v0.1.1
2026-08-18T01:01:02.7803366Z     Checking toml_write v0.1.2
2026-08-18T01:01:02.7806844Z     Checking base64 v0.22.1
2026-08-18T01:01:02.8141993Z     Checking data-encoding v2.11.0
2026-08-18T01:01:02.8883808Z     Checking try-lock v0.2.5
2026-08-18T01:01:02.9319925Z     Checking tower-service v0.3.3
2026-08-18T01:01:02.9590316Z     Checking winnow v0.7.15
2026-08-18T01:01:02.9700663Z     Checking want v0.3.1
2026-08-18T01:01:02.9769285Z     Checking parking_lot v0.12.5
2026-08-18T01:01:02.9770258Z     Checking tinyvec v1.11.0
2026-08-18T01:01:03.0674252Z    Compiling vergen-lib v9.1.0
2026-08-18T01:01:03.1000557Z     Checking inout v0.1.4
2026-08-18T01:01:03.2005675Z    Compiling n0-future v0.3.2
2026-08-18T01:01:03.2163801Z     Checking spin v0.10.0
2026-08-18T01:01:03.2370192Z    Compiling crossbeam-utils v0.8.21
2026-08-18T01:01:03.2483759Z     Checking dyn-clone v1.0.20
2026-08-18T01:01:03.3249935Z    Compiling libsqlite3-sys v0.30.1
2026-08-18T01:01:03.3340547Z    Compiling aws-lc-sys v0.41.0
2026-08-18T01:01:03.3486583Z    Compiling ring v0.17.14
2026-08-18T01:01:03.4726754Z     Checking cordyceps v0.3.4
2026-08-18T01:01:03.4844280Z     Checking parking v2.2.1
2026-08-18T01:01:03.4940767Z     Checking httpdate v1.0.3
2026-08-18T01:01:03.5068176Z    Compiling winnow v1.0.3
2026-08-18T01:01:03.5771500Z     Checking diatomic-waker v0.2.3
2026-08-18T01:01:03.6041218Z     Checking futures-lite v2.6.1
2026-08-18T01:01:03.6915873Z     Checking cipher v0.4.4
2026-08-18T01:01:03.7034196Z     Checking netlink-packet-core v0.8.1
2026-08-18T01:01:03.7250643Z     Checking digest v0.11.3
2026-08-18T01:01:03.7534510Z     Checking futures-buffered v0.2.13
2026-08-18T01:01:03.8573029Z    Compiling vergen v9.1.0
2026-08-18T01:01:03.8772813Z    Compiling vergen-lib v0.1.6
2026-08-18T01:01:03.9016298Z     Checking universal-hash v0.5.1
2026-08-18T01:01:04.0012792Z    Compiling noq-udp v0.10.0
2026-08-18T01:01:04.0109985Z    Compiling heapless v0.7.17
2026-08-18T01:01:04.0136140Z    Compiling curve25519-dalek v5.0.0-pre.6
2026-08-18T01:01:04.0282289Z     Checking sync_wrapper v1.0.2
2026-08-18T01:01:04.0949992Z    Compiling toml_datetime v1.1.1+spec-1.1.0
2026-08-18T01:01:04.1071225Z     Checking byteorder v1.5.0
2026-08-18T01:01:04.1680704Z     Checking regex v1.12.3
2026-08-18T01:01:04.2250784Z     Checking allocator-api2 v0.2.21
2026-08-18T01:01:04.2430670Z    Compiling powerfmt v0.2.0
2026-08-18T01:01:04.2830918Z     Checking opaque-debug v0.3.1
2026-08-18T01:01:04.3418195Z     Checking polyval v0.6.2
2026-08-18T01:01:04.3706564Z     Checking hash32 v0.2.1
2026-08-18T01:01:04.4029629Z    Compiling deranged v0.5.8
2026-08-18T01:01:04.5023443Z     Checking spin v0.9.8
2026-08-18T01:01:04.5120254Z    Compiling vergen-gitcl v1.0.8
2026-08-18T01:01:04.5211219Z    Compiling time-core v0.1.8
2026-08-18T01:01:04.5212211Z     Checking signature v3.0.0
2026-08-18T01:01:04.5435942Z     Checking tower-layer v0.3.3
2026-08-18T01:01:04.6010856Z    Compiling num_threads v0.1.7
2026-08-18T01:01:04.6725401Z    Compiling num-conv v0.2.2
2026-08-18T01:01:04.6914015Z     Checking ryu v1.0.23
2026-08-18T01:01:04.7251476Z     Checking ghash v0.5.1
2026-08-18T01:01:04.7459499Z     Checking aes v0.8.4
2026-08-18T01:01:04.8089863Z     Checking ctr v0.9.2
2026-08-18T01:01:04.8098573Z     Checking sha2 v0.11.0-rc.5
2026-08-18T01:01:04.8445960Z     Checking http-body-util v0.1.3
2026-08-18T01:01:04.8564412Z     Checking aead v0.5.2
2026-08-18T01:01:04.9190511Z     Checking openssl-probe v0.2.1
2026-08-18T01:01:04.9582118Z     Checking netlink-packet-route v0.29.0
2026-08-18T01:01:04.9695322Z    Compiling blake3 v1.8.5
2026-08-18T01:01:04.9810105Z     Checking crossbeam-epoch v0.9.18
2026-08-18T01:01:04.9962785Z     Checking crossbeam-channel v0.5.15
2026-08-18T01:01:05.1030627Z    Compiling toml_parser v1.1.2+spec-1.1.0
2026-08-18T01:01:05.1816175Z    Compiling netwatch v0.16.0
2026-08-18T01:01:05.2158790Z    Compiling synstructure v0.13.2
2026-08-18T01:01:05.2772065Z    Compiling darling_core v0.20.11
2026-08-18T01:01:05.3002405Z    Compiling serde_derive_internals v0.29.1
2026-08-18T01:01:05.4090789Z     Checking aes-gcm v0.10.3
2026-08-18T01:01:05.4328842Z    Compiling noq v0.18.0
2026-08-18T01:01:05.4441161Z    Compiling acto v0.8.2
2026-08-18T01:01:05.5673635Z     Checking tagptr v0.2.0
2026-08-18T01:01:05.6277824Z     Checking lru-slab v0.1.2
2026-08-18T01:01:05.6431151Z     Checking foldhash v0.2.0
2026-08-18T01:01:05.7016196Z    Compiling toml_edit v0.25.12+spec-1.1.0
2026-08-18T01:01:05.7208761Z    Compiling time v0.3.47
2026-08-18T01:01:05.8032246Z     Checking unicode-width v0.1.14
2026-08-18T01:01:05.8559751Z     Checking sorted-index-buffer v0.2.1
2026-08-18T01:01:05.8869233Z     Checking rustc-hash v2.1.2
2026-08-18T01:01:05.9191744Z     Checking mac-addr v0.3.0
2026-08-18T01:01:05.9312480Z     Checking xml-rs v0.8.28
2026-08-18T01:01:05.9698503Z     Checking identity-hash v0.1.0
2026-08-18T01:01:05.9782424Z     Checking hashbrown v0.16.1
2026-08-18T01:01:06.0816398Z     Checking netlink-packet-route v0.30.0
2026-08-18T01:01:06.0821368Z     Checking simple-dns v0.9.3
2026-08-18T01:01:06.1059396Z     Checking resolv-conf v0.7.6
2026-08-18T01:01:06.3221040Z     Checking smol_str v0.1.24
2026-08-18T01:01:06.4160187Z     Checking arrayref v0.3.9
2026-08-18T01:01:06.4559779Z     Checking simdutf8 v0.1.5
2026-08-18T01:01:06.4680975Z     Checking sha1_smol v1.0.1
2026-08-18T01:01:06.5364265Z     Checking xmltree v0.10.3
2026-08-18T01:01:06.6121885Z    Compiling proc-macro-crate v3.5.0
2026-08-18T01:01:06.6124900Z     Checking constant_time_eq v0.4.2
2026-08-18T01:01:06.6277379Z     Checking serde_bytes v0.11.19
2026-08-18T01:01:06.6691914Z     Checking seize v0.5.1
2026-08-18T01:01:06.6808546Z     Checking lru v0.16.4
2026-08-18T01:01:06.8236301Z    Compiling iroh v0.98.2
2026-08-18T01:01:06.8449559Z     Checking cmov v0.5.4
2026-08-18T01:01:06.8820496Z     Checking papaya v0.2.4
2026-08-18T01:01:06.9141517Z    Compiling serde_derive v1.0.228
2026-08-18T01:01:07.0325949Z    Compiling zeroize_derive v1.4.3
2026-08-18T01:01:07.0725789Z    Compiling curve25519-dalek-derive v0.1.1
2026-08-18T01:01:07.0830735Z    Compiling tokio-macros v2.7.0
2026-08-18T01:01:07.0871082Z    Compiling futures-macro v0.3.32
2026-08-18T01:01:07.1390593Z    Compiling zerofrom-derive v0.1.7
2026-08-18T01:01:07.2093617Z    Compiling yoke-derive v0.8.2
2026-08-18T01:01:07.3515372Z    Compiling zerovec-derive v0.11.3
2026-08-18T01:01:07.3640126Z    Compiling displaydoc v0.2.6
2026-08-18T01:01:07.6001258Z     Checking zeroize v1.8.2
2026-08-18T01:01:07.6921951Z    Compiling tracing-attributes v0.1.31
2026-08-18T01:01:07.7909110Z     Checking tokio v1.52.3
2026-08-18T01:01:07.9094699Z     Checking futures-util v0.3.32
2026-08-18T01:01:08.0868445Z     Checking rustls-pki-types v1.14.1
2026-08-18T01:01:08.1260760Z    Compiling thiserror-impl v2.0.18
2026-08-18T01:01:08.4221926Z    Compiling thiserror-impl v1.0.69
2026-08-18T01:01:08.4366426Z    Compiling derive_more-impl v2.1.1
2026-08-18T01:01:08.4668029Z    Compiling darling_macro v0.20.11
2026-08-18T01:01:08.4910865Z     Checking zerofrom v0.1.8
2026-08-18T01:01:08.5839241Z     Checking yoke v0.8.3
2026-08-18T01:01:08.7475372Z    Compiling ref-cast-impl v1.0.25
2026-08-18T01:01:08.7623791Z     Checking zerovec v0.11.6
2026-08-18T01:01:08.7890811Z     Checking zerotrie v0.2.4
2026-08-18T01:01:08.9313006Z     Checking ed25519-dalek v2.2.0
2026-08-18T01:01:09.0608100Z    Compiling darling v0.20.11
2026-08-18T01:01:09.1212540Z     Checking spt-proto v0.55.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-proto)
2026-08-18T01:01:09.1327806Z    Compiling derive_builder_core v0.20.2
2026-08-18T01:01:09.2598424Z    Compiling spez v0.1.2
2026-08-18T01:01:09.3098606Z    Compiling n0-error-macros v0.1.3
2026-08-18T01:01:09.4169901Z     Checking tinystr v0.8.3
2026-08-18T01:01:09.5407006Z     Checking potential_utf v0.1.5
2026-08-18T01:01:09.6226747Z     Checking icu_locale_core v2.2.0
2026-08-18T01:01:09.6474700Z     Checking icu_collections v2.2.0
2026-08-18T01:01:09.7061999Z     Checking der v0.8.0-rc.10
2026-08-18T01:01:09.8716547Z    Compiling schemars_derive v1.2.1
2026-08-18T01:01:10.0327689Z     Checking filedescriptor v0.8.3
2026-08-18T01:01:10.0515408Z    Compiling pin-project-internal v1.1.13
2026-08-18T01:01:10.1895577Z     Checking portable-pty v0.8.1
2026-08-18T01:01:10.3467583Z     Checking n0-error v0.1.3
2026-08-18T01:01:10.3595217Z    Compiling derive_builder_macro v0.20.2
2026-08-18T01:01:10.3806500Z     Checking cobs v0.3.0
2026-08-18T01:01:10.4839801Z    Compiling data-encoding-macro-internal v0.1.18
2026-08-18T01:01:10.5114924Z    Compiling postcard-derive v0.2.2
2026-08-18T01:01:10.5699735Z     Checking rustls-native-certs v0.8.4
2026-08-18T01:01:10.5948365Z    Compiling num_enum_derive v0.7.6
2026-08-18T01:01:10.6366363Z     Checking icu_provider v2.2.0
2026-08-18T01:01:10.6646676Z    Compiling derive_builder v0.20.2
2026-08-18T01:01:10.7000805Z    Compiling strum_macros v0.28.0
2026-08-18T01:01:10.8879931Z     Checking icu_properties v2.2.0
2026-08-18T01:01:10.8991499Z     Checking icu_normalizer v2.2.0
2026-08-18T01:01:11.0043623Z     Checking spki v0.8.0-rc.4
2026-08-18T01:01:11.1594460Z     Checking data-encoding-macro v0.1.20
2026-08-18T01:01:11.1703258Z     Checking pkcs8 v0.11.0-rc.10
2026-08-18T01:01:11.2030628Z    Compiling async-trait v0.1.89
2026-08-18T01:01:11.2760374Z     Checking pin-project v1.1.13
2026-08-18T01:01:11.3028921Z    Compiling enum-assoc v1.3.0
2026-08-18T01:01:11.3451223Z    Compiling iroh-metrics-derive v0.4.1
2026-08-18T01:01:11.3795790Z     Checking futures-executor v0.3.32
2026-08-18T01:01:11.4671251Z     Checking webpki-roots v1.0.7
2026-08-18T01:01:11.5364100Z     Checking futures v0.3.32
2026-08-18T01:01:11.5825193Z     Checking ctutils v0.4.2
2026-08-18T01:01:11.5974558Z     Checking hkdf v0.12.4
2026-08-18T01:01:11.6296833Z     Checking sha1 v0.10.6
2026-08-18T01:01:11.6932407Z     Checking num_enum v0.7.6
2026-08-18T01:01:11.7290337Z     Checking spake2 v0.4.0
2026-08-18T01:01:11.7724581Z    Compiling doctest-file v1.1.1
2026-08-18T01:01:11.7948015Z     Checking errno v0.3.14
2026-08-18T01:01:11.8053104Z    Compiling signal-hook v0.3.18
2026-08-18T01:01:11.8437576Z    Compiling darling_core v0.23.0
2026-08-18T01:01:11.8610966Z    Compiling rustix v0.38.44
2026-08-18T01:01:11.9220572Z     Checking ipnet v2.12.0
2026-08-18T01:01:11.9341161Z     Checking toml_datetime v0.6.11
2026-08-18T01:01:11.9691002Z     Checking serde_spanned v0.6.9
2026-08-18T01:01:12.0131521Z     Checking schemars v1.2.1
2026-08-18T01:01:12.0744711Z     Checking ed25519 v3.0.0-rc.4
2026-08-18T01:01:12.1691373Z     Checking toml_edit v0.22.27
2026-08-18T01:01:12.2382232Z    Compiling iroh-relay v0.98.0
2026-08-18T01:01:12.2545770Z     Checking interprocess v2.4.2
2026-08-18T01:01:12.2546928Z     Checking idna_adapter v1.2.2
2026-08-18T01:01:12.2786427Z     Checking prefix-trie v0.8.4
2026-08-18T01:01:12.3322118Z     Checking idna v1.1.0
2026-08-18T01:01:12.3589446Z     Checking signal-hook-registry v1.4.8
2026-08-18T01:01:12.5562530Z     Checking once_cell v1.21.4
2026-08-18T01:01:12.5580497Z     Checking moka v0.12.15
2026-08-18T01:01:12.6370447Z     Checking tokio-util v0.7.18
2026-08-18T01:01:12.6560782Z     Checking url v2.5.8
2026-08-18T01:01:12.8027555Z     Checking tracing-core v0.1.36
2026-08-18T01:01:12.8148816Z     Checking tempfile v3.27.0
2026-08-18T01:01:12.8330581Z     Checking derive_more v2.1.1
2026-08-18T01:01:12.8467667Z     Checking netlink-sys v0.8.8
2026-08-18T01:01:12.9028485Z     Checking postcard v1.1.3
2026-08-18T01:01:12.9268703Z     Checking hashbrown v0.14.5
2026-08-18T01:01:12.9420703Z     Checking tower v0.5.3
2026-08-18T01:01:12.9560943Z     Checking backon v1.6.0
2026-08-18T01:01:13.0370700Z     Checking netdev v0.42.0
2026-08-18T01:01:13.0501162Z     Checking netlink-proto v0.12.0
2026-08-18T01:01:13.1605332Z     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:01:13.2259866Z     Checking tracing v0.1.44
2026-08-18T01:01:13.2710590Z     Checking anstyle-parse v1.0.0
2026-08-18T01:01:13.2964655Z    Compiling instability v0.3.12
2026-08-18T01:01:13.3082695Z     Checking attohttpc v0.30.1
2026-08-18T01:01:13.3973991Z     Checking tokio-stream v0.1.18
2026-08-18T01:01:13.4020145Z     Checking anstyle-query v1.1.5
2026-08-18T01:01:13.4231886Z     Checking is_terminal_polyfill v1.70.2
2026-08-18T01:01:13.4391481Z     Checking ed25519-dalek v3.0.0-pre.6
2026-08-18T01:01:13.4534972Z     Checking h2 v0.4.14
2026-08-18T01:01:13.4941639Z     Checking hickory-proto v0.26.0-beta.4
2026-08-18T01:01:13.4966030Z     Checking strum v0.28.0
2026-08-18T01:01:13.5171138Z     Checking tower-http v0.6.11
2026-08-18T01:01:13.5179848Z     Checking n0-watcher v0.6.1
2026-08-18T01:01:13.5880905Z     Checking iroh-metrics v0.38.3
2026-08-18T01:01:13.6456634Z     Checking hashlink v0.9.1
2026-08-18T01:01:13.6874093Z     Checking iroh-base v0.98.0
2026-08-18T01:01:13.7442954Z     Checking linux-raw-sys v0.4.15
2026-08-18T01:01:13.7571772Z     Checking foldhash v0.1.5
2026-08-18T01:01:13.7802528Z     Checking colorchoice v1.0.5
2026-08-18T01:01:13.8520213Z     Checking anstyle v1.0.14
2026-08-18T01:01:13.8892168Z     Checking hashbrown v0.15.5
2026-08-18T01:01:13.9240901Z     Checking signal-hook-mio v0.2.5
2026-08-18T01:01:13.9366974Z    Compiling strum_macros v0.26.4
2026-08-18T01:01:13.9677645Z     Checking terminal_size v0.4.4
2026-08-18T01:01:14.0024395Z     Checking itertools v0.13.0
2026-08-18T01:01:14.0301135Z     Checking toml v0.8.23
2026-08-18T01:01:14.0582945Z     Checking anstream v1.0.0
2026-08-18T01:01:14.0697891Z     Checking castaway v0.2.4
2026-08-18T01:01:14.0884435Z     Checking iroh-dns v0.98.0
2026-08-18T01:01:14.1327133Z     Checking clap_lex v1.1.0
2026-08-18T01:01:14.1598676Z    Compiling indoc v2.0.7
2026-08-18T01:01:14.2141264Z     Checking static_assertions v1.1.0
2026-08-18T01:01:14.2711963Z    Compiling clap_derive v4.6.1
2026-08-18T01:01:14.2717756Z     Checking compact_str v0.8.2
2026-08-18T01:01:14.3731093Z     Checking cassowary v0.3.0
2026-08-18T01:01:14.4130412Z     Checking rusqlite v0.32.1
2026-08-18T01:01:14.4291166Z     Checking clap_builder v4.6.0
2026-08-18T01:01:14.4934791Z     Checking iana-time-zone v0.1.65
2026-08-18T01:01:14.6000644Z     Checking lru v0.12.5
2026-08-18T01:01:14.6102610Z     Checking chrono v0.4.45
2026-08-18T01:01:14.6190746Z     Checking nucleo-matcher v0.3.1
2026-08-18T01:01:14.6346090Z     Checking qrcode v0.14.1
2026-08-18T01:01:14.7540262Z     Checking bytemuck v1.25.2
2026-08-18T01:01:14.9570911Z     Checking rgb v0.8.53
2026-08-18T01:01:14.9902284Z     Checking crossterm v0.28.1
2026-08-18T01:01:15.0790800Z     Checking mock-adapter v0.55.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/adapters/mock)
2026-08-18T01:01:15.3414968Z    Compiling darling_macro v0.23.0
2026-08-18T01:01:15.3551117Z     Checking avt v0.18.0
2026-08-18T01:01:15.6743556Z    Compiling darling v0.23.0
2026-08-18T01:01:15.7068459Z     Checking unicode-truncate v1.1.0
2026-08-18T01:01:15.7084386Z     Checking swarm-discovery v0.6.0-alpha.2 (https://github.com/SaberMage/swarm-discovery?rev=89a2200d54a4e3cab2f46cc75ebff49a1fb07614#89a2200d)
2026-08-18T01:01:15.9460772Z     Checking strum v0.26.3
2026-08-18T01:01:16.2006307Z     Checking ratatui v0.29.0
2026-08-18T01:01:16.5970095Z     Checking clap v4.6.1
2026-08-18T01:01:18.2197818Z     Checking hyper v1.10.1
2026-08-18T01:01:19.5227404Z     Checking hyper-util v0.1.20
2026-08-18T01:01:20.3192234Z     Checking igd-next v0.17.1
2026-08-18T01:01:20.4654992Z     Checking spt-msg v0.55.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-msg)
2026-08-18T01:01:20.5826453Z     Checking portmapper v0.16.0
2026-08-18T01:01:20.6584676Z     Checking spt-term v0.55.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-term)
2026-08-18T01:01:20.6586392Z     Checking spt-runtime v0.55.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-runtime)
2026-08-18T01:01:22.2856695Z     Checking spt-live v0.55.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-live)
2026-08-18T01:01:22.9836075Z     Checking rustls-webpki v0.103.13
2026-08-18T01:01:24.7813489Z     Checking tokio-rustls v0.26.4
2026-08-18T01:01:24.7813842Z     Checking noq-proto v0.17.0
2026-08-18T01:01:24.7814145Z     Checking rustls-platform-verifier v0.7.0
2026-08-18T01:01:24.9036978Z     Checking hickory-net v0.26.0-beta.4
2026-08-18T01:01:24.9037350Z     Checking hyper-rustls v0.27.9
2026-08-18T01:01:24.9037645Z     Checking tokio-websockets v0.13.2
2026-08-18T01:01:24.9973583Z     Checking reqwest v0.13.4
2026-08-18T01:01:25.6078198Z     Checking hickory-resolver v0.26.0-beta.4
2026-08-18T01:01:31.4141571Z     Checking spt-net v0.55.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-net)
2026-08-18T01:01:33.2041280Z     Checking spt-daemon v0.55.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-daemon)
2026-08-18T01:01:38.9439080Z     Checking spt v0.55.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt)
2026-08-18T01:01:39.6991494Z     Checking xtask v0.55.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/xtask)
2026-08-18T01:01:49.8725220Z     Finished `dev` profile [unoptimized + debuginfo] target(s) in 51.76s
2026-08-18T01:01:49.9900663Z Post job cleanup.
2026-08-18T01:01:50.0610220Z [command]/usr/bin/git version
2026-08-18T01:01:50.0642252Z git version 2.43.0
2026-08-18T01:01:50.0667982Z Copying '/home/reavus/.gitconfig' to '/home/reavus/actions-runner/_work/_temp/02661bb5-6d44-439b-8b53-71c9eb9d2e47/.gitconfig'
2026-08-18T01:01:50.0675809Z Temporarily overriding HOME='/home/reavus/actions-runner/_work/_temp/02661bb5-6d44-439b-8b53-71c9eb9d2e47' before making global git config changes
2026-08-18T01:01:50.0676747Z Adding repository directory to the temporary git global config as a safe directory
2026-08-18T01:01:50.0678815Z [command]/usr/bin/git config --global --add safe.directory /home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core
2026-08-18T01:01:50.0740037Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2026-08-18T01:01:50.0756779Z [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:01:50.0940803Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-08-18T01:01:50.0960003Z http.https://github.com/.extraheader
2026-08-18T01:01:50.0966539Z [command]/usr/bin/git config --local --unset-all http.https://github.com/.extraheader
2026-08-18T01:01:50.0992318Z [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:01:50.1177742Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-08-18T01:01:50.1201926Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
2026-08-18T01:01:50.1508788Z Cleaning up orphan processes
