﻿2026-06-05T23:49:27.1583794Z Current runner version: '2.334.0'
2026-06-05T23:49:27.1595257Z Runner name: 'gravity'
2026-06-05T23:49:27.1596511Z Runner group name: 'Default'
2026-06-05T23:49:27.1598174Z Machine name: 'gravity-linux'
2026-06-05T23:49:27.1603429Z ##[group]GITHUB_TOKEN Permissions
2026-06-05T23:49:27.1608095Z Contents: read
2026-06-05T23:49:27.1609436Z Metadata: read
2026-06-05T23:49:27.1610408Z Packages: read
2026-06-05T23:49:27.1611289Z ##[endgroup]
2026-06-05T23:49:27.1615120Z Secret source: Actions
2026-06-05T23:49:27.1616500Z Prepare workflow directory
2026-06-05T23:49:27.2375693Z Prepare all required actions
2026-06-05T23:49:27.2437471Z Getting action download info
2026-06-05T23:49:27.9211871Z Download action repository 'actions/checkout@v5' (SHA:93cb6efe18208431cddfb8368fd83d5badbf9bfd)
2026-06-05T23:49:29.0171130Z Complete job name: publish
2026-06-05T23:49:29.1623240Z ##[group]Run actions/checkout@v5
2026-06-05T23:49:29.1625044Z with:
2026-06-05T23:49:29.1625916Z   repository: SaberMage/spt-core
2026-06-05T23:49:29.1634699Z   token: ***
2026-06-05T23:49:29.1635539Z   ssh-strict: true
2026-06-05T23:49:29.1636396Z   ssh-user: git
2026-06-05T23:49:29.1637251Z   persist-credentials: true
2026-06-05T23:49:29.1638168Z   clean: true
2026-06-05T23:49:29.1639009Z   sparse-checkout-cone-mode: true
2026-06-05T23:49:29.1640074Z   fetch-depth: 1
2026-06-05T23:49:29.1640905Z   fetch-tags: false
2026-06-05T23:49:29.1641743Z   show-progress: true
2026-06-05T23:49:29.1642592Z   lfs: false
2026-06-05T23:49:29.1643385Z   submodules: false
2026-06-05T23:49:29.1644285Z   set-safe-directory: true
2026-06-05T23:49:29.1645856Z ##[endgroup]
2026-06-05T23:49:29.3337984Z Syncing repository: SaberMage/spt-core
2026-06-05T23:49:29.3344469Z ##[group]Getting Git version info
2026-06-05T23:49:29.3346186Z Working directory is '/home/david/actions-runner/_work/spt-core/spt-core'
2026-06-05T23:49:29.3348515Z [command]/usr/bin/git version
2026-06-05T23:49:29.3349681Z git version 2.34.1
2026-06-05T23:49:29.3353025Z ##[endgroup]
2026-06-05T23:49:29.3363727Z Copying '/home/david/.gitconfig' to '/home/david/actions-runner/_work/_temp/8d57fd55-0815-4cc7-83c3-c06bd6f844b4/.gitconfig'
2026-06-05T23:49:29.3383863Z Temporarily overriding HOME='/home/david/actions-runner/_work/_temp/8d57fd55-0815-4cc7-83c3-c06bd6f844b4' before making global git config changes
2026-06-05T23:49:29.3386531Z Adding repository directory to the temporary git global config as a safe directory
2026-06-05T23:49:29.3390210Z [command]/usr/bin/git config --global --add safe.directory /home/david/actions-runner/_work/spt-core/spt-core
2026-06-05T23:49:29.3443713Z [command]/usr/bin/git config --local --get remote.origin.url
2026-06-05T23:49:29.3478838Z https://github.com/SaberMage/spt-core
2026-06-05T23:49:29.3491993Z ##[group]Removing previously created refs, to avoid conflicts
2026-06-05T23:49:29.3497903Z [command]/usr/bin/git rev-parse --symbolic-full-name --verify --quiet HEAD
2026-06-05T23:49:29.3527579Z refs/heads/dev-freeform
2026-06-05T23:49:29.3542597Z [command]/usr/bin/git checkout --detach
2026-06-05T23:49:29.3613591Z HEAD is now at 6b530aa test(release): missing keys file now means the BUILTIN set, not empty
2026-06-05T23:49:29.3672573Z [command]/usr/bin/git branch --delete --force dev-freeform
2026-06-05T23:49:29.3715843Z Deleted branch dev-freeform (was 6b530aa).
2026-06-05T23:49:29.3722847Z ##[endgroup]
2026-06-05T23:49:29.3729468Z [command]/usr/bin/git submodule status
2026-06-05T23:49:29.3971684Z ##[group]Cleaning the repository
2026-06-05T23:49:29.3976293Z [command]/usr/bin/git clean -ffdx
2026-06-05T23:49:30.4876991Z Removing .adapter-notify/
2026-06-05T23:49:30.4880097Z Removing target/
2026-06-05T23:49:30.4891098Z [command]/usr/bin/git reset --hard HEAD
2026-06-05T23:49:30.4965127Z HEAD is now at 6b530aa test(release): missing keys file now means the BUILTIN set, not empty
2026-06-05T23:49:30.4971359Z ##[endgroup]
2026-06-05T23:49:30.4974037Z ##[group]Disabling automatic garbage collection
2026-06-05T23:49:30.4979725Z [command]/usr/bin/git config --local gc.auto 0
2026-06-05T23:49:30.5018778Z ##[endgroup]
2026-06-05T23:49:30.5021255Z ##[group]Setting up auth
2026-06-05T23:49:30.5028731Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2026-06-05T23:49:30.5070604Z [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-06-05T23:49:30.5307204Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-06-05T23:49:30.5348659Z [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-06-05T23:49:30.5587617Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-06-05T23:49:30.5628738Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
2026-06-05T23:49:30.5873360Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic ***
2026-06-05T23:49:30.5932977Z ##[endgroup]
2026-06-05T23:49:30.5935552Z ##[group]Fetching the repository
2026-06-05T23:49:30.5946649Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +6b530aab6d2ac2ce2ecf7ce6db7b3a2af7b9840b:refs/tags/v0.1.0
2026-06-05T23:49:31.1520956Z From https://github.com/SaberMage/spt-core
2026-06-05T23:49:31.1524262Z  * [new ref]         6b530aab6d2ac2ce2ecf7ce6db7b3a2af7b9840b -> v0.1.0
2026-06-05T23:49:31.1554669Z ##[endgroup]
2026-06-05T23:49:31.1557346Z ##[group]Determining the checkout info
2026-06-05T23:49:31.1560970Z ##[endgroup]
2026-06-05T23:49:31.1563471Z [command]/usr/bin/git sparse-checkout disable
2026-06-05T23:49:31.1656659Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig
2026-06-05T23:49:31.1711501Z ##[group]Checking out the ref
2026-06-05T23:49:31.1717277Z [command]/usr/bin/git checkout --progress --force refs/tags/v0.1.0
2026-06-05T23:49:31.1880798Z HEAD is now at 6b530aa test(release): missing keys file now means the BUILTIN set, not empty
2026-06-05T23:49:31.1888395Z ##[endgroup]
2026-06-05T23:49:31.1913723Z [command]/usr/bin/git log -1 --format=%H
2026-06-05T23:49:31.1915924Z 6b530aab6d2ac2ce2ecf7ce6db7b3a2af7b9840b
2026-06-05T23:49:31.2223961Z ##[group]Run if ! command -v mdbook >/dev/null && [ ! -x "$HOME/.cargo/bin/mdbook" ]; then
2026-06-05T23:49:31.2227199Z [36;1mif ! command -v mdbook >/dev/null && [ ! -x "$HOME/.cargo/bin/mdbook" ]; then[0m
2026-06-05T23:49:31.2229662Z [36;1m  cargo install mdbook --locked[0m
2026-06-05T23:49:31.2231192Z [36;1mfi[0m
2026-06-05T23:49:31.2232428Z [36;1mexport PATH="$HOME/.cargo/bin:$PATH"[0m
2026-06-05T23:49:31.2234092Z [36;1mmdbook --version[0m
2026-06-05T23:49:31.2263453Z shell: /usr/bin/bash -e {0}
2026-06-05T23:49:31.2264807Z ##[endgroup]
2026-06-05T23:49:31.2932131Z     Updating crates.io index
2026-06-05T23:49:31.6676556Z  Downloading crates ...
2026-06-05T23:49:31.8472112Z   Downloaded mdbook v0.5.3
2026-06-05T23:49:31.9811832Z   Installing mdbook v0.5.3
2026-06-05T23:49:31.9877614Z     Updating crates.io index
2026-06-05T23:49:32.7784977Z     Updating crates.io index
2026-06-05T23:49:33.2051751Z  Downloading crates ...
2026-06-05T23:49:33.4224412Z   Downloaded hex v0.4.3
2026-06-05T23:49:33.4298315Z   Downloaded phf_shared v0.13.1
2026-06-05T23:49:33.4315576Z   Downloaded matchers v0.2.0
2026-06-05T23:49:33.4332240Z   Downloaded lazy_static v1.5.0
2026-06-05T23:49:33.4390497Z   Downloaded crypto-common v0.2.1
2026-06-05T23:49:33.4411635Z   Downloaded mdbook-preprocessor v0.5.3
2026-06-05T23:49:33.4437686Z   Downloaded pathdiff v0.2.3
2026-06-05T23:49:33.4482848Z   Downloaded serde_spanned v1.1.1
2026-06-05T23:49:33.4504853Z   Downloaded phf_codegen v0.13.1
2026-06-05T23:49:33.4522185Z   Downloaded notify-debouncer-mini v0.7.0
2026-06-05T23:49:33.4582114Z   Downloaded mdbook-summary v0.5.3
2026-06-05T23:49:33.4959020Z   Downloaded pulldown-cmark-escape v0.11.0
2026-06-05T23:49:33.4978640Z   Downloaded num-modular v0.6.1
2026-06-05T23:49:33.5003393Z   Downloaded axum-core v0.5.6
2026-06-05T23:49:33.5033806Z   Downloaded inotify-sys v0.1.5
2026-06-05T23:49:33.5045868Z   Downloaded globset v0.4.18
2026-06-05T23:49:33.5064215Z   Downloaded crossbeam-deque v0.8.6
2026-06-05T23:49:33.5082240Z   Downloaded http-range-header v0.4.2
2026-06-05T23:49:33.5189588Z   Downloaded mdbook-markdown v0.5.3
2026-06-05T23:49:33.5238952Z   Downloaded mime v0.3.17
2026-06-05T23:49:33.5260974Z   Downloaded terminal_size v0.4.4
2026-06-05T23:49:33.5345781Z   Downloaded topological-sort v0.2.2
2026-06-05T23:49:33.5378013Z   Downloaded new_debug_unreachable v1.0.6
2026-06-05T23:49:33.5416997Z   Downloaded utf-8 v0.7.6
2026-06-05T23:49:33.5439995Z   Downloaded mdbook-renderer v0.5.3
2026-06-05T23:49:33.5456633Z   Downloaded siphasher v1.0.2
2026-06-05T23:49:33.5557186Z   Downloaded precomputed-hash v0.1.1
2026-06-05T23:49:33.5776157Z   Downloaded thread_local v1.1.9
2026-06-05T23:49:33.5870039Z   Downloaded rand_chacha v0.9.0
2026-06-05T23:49:33.5892334Z   Downloaded unicase v2.9.0
2026-06-05T23:49:33.5933423Z   Downloaded ppv-lite86 v0.2.21
2026-06-05T23:49:33.5954887Z   Downloaded notify-types v2.1.0
2026-06-05T23:49:33.6007112Z   Downloaded tokio-tungstenite v0.29.0
2026-06-05T23:49:33.6041418Z   Downloaded rand_core v0.9.5
2026-06-05T23:49:33.6063673Z   Downloaded serde_urlencoded v0.7.1
2026-06-05T23:49:33.6087239Z   Downloaded inotify v0.11.1
2026-06-05T23:49:33.6116798Z   Downloaded digest v0.11.2
2026-06-05T23:49:33.6151261Z   Downloaded web_atoms v0.2.4
2026-06-05T23:49:33.6168729Z   Downloaded tracing-log v0.2.0
2026-06-05T23:49:33.6188864Z   Downloaded string_cache v0.9.0
2026-06-05T23:49:33.6208976Z   Downloaded serde_path_to_error v0.1.20
2026-06-05T23:49:33.6228978Z   Downloaded toml_writer v1.1.1+spec-1.1.0
2026-06-05T23:49:33.6249412Z   Downloaded opener v0.8.4
2026-06-05T23:49:33.6271869Z   Downloaded markup5ever v0.39.0
2026-06-05T23:49:33.6289602Z   Downloaded mdbook-core v0.5.3
2026-06-05T23:49:33.6310189Z   Downloaded shlex v1.3.0
2026-06-05T23:49:33.6327040Z   Downloaded pest_generator v2.8.6
2026-06-05T23:49:33.6350835Z   Downloaded string_cache_codegen v0.6.1
2026-06-05T23:49:33.6360354Z   Downloaded phf_generator v0.13.1
2026-06-05T23:49:33.6374705Z   Downloaded num-order v1.2.0
2026-06-05T23:49:33.6392546Z   Downloaded nu-ansi-term v0.50.3
2026-06-05T23:49:33.6422428Z   Downloaded mdbook-driver v0.5.3
2026-06-05T23:49:33.6447647Z   Downloaded ego-tree v0.11.0
2026-06-05T23:49:33.6509637Z   Downloaded tendril v0.5.0
2026-06-05T23:49:33.6536752Z   Downloaded notify v8.2.0
2026-06-05T23:49:33.6586963Z   Downloaded pest_derive v2.8.6
2026-06-05T23:49:33.6618632Z   Downloaded mime_guess v2.0.5
2026-06-05T23:49:33.6649779Z   Downloaded sha2 v0.11.0
2026-06-05T23:49:33.6686708Z   Downloaded matchit v0.8.4
2026-06-05T23:49:33.6743024Z   Downloaded hybrid-array v0.4.11
2026-06-05T23:49:33.6782077Z   Downloaded socket2 v0.6.3
2026-06-05T23:49:33.6809422Z   Downloaded clap_complete v4.6.3
2026-06-05T23:49:33.6848244Z   Downloaded ignore v0.4.25
2026-06-05T23:49:33.6881668Z   Downloaded toml v1.1.2+spec-1.1.0
2026-06-05T23:49:33.6934258Z   Downloaded getrandom v0.3.4
2026-06-05T23:49:33.6977982Z   Downloaded phf v0.13.1
2026-06-05T23:49:33.6996012Z   Downloaded ucd-trie v0.1.7
2026-06-05T23:49:33.7067412Z   Downloaded log v0.4.29
2026-06-05T23:49:33.7147034Z   Downloaded sharded-slab v0.1.7
2026-06-05T23:49:33.7191397Z   Downloaded pest_meta v2.8.6
2026-06-05T23:49:33.7340226Z   Downloaded tungstenite v0.29.0
2026-06-05T23:49:33.7442504Z   Downloaded html5ever v0.39.0
2026-06-05T23:49:33.7561753Z   Downloaded rand v0.9.4
2026-06-05T23:49:33.7612745Z   Downloaded typenum v1.20.0
2026-06-05T23:49:33.7665940Z   Downloaded handlebars v6.4.0
2026-06-05T23:49:33.7752645Z   Downloaded elasticlunr-rs v3.0.2
2026-06-05T23:49:33.7838963Z   Downloaded pest v2.8.6
2026-06-05T23:49:33.7901392Z   Downloaded mio v1.2.0
2026-06-05T23:49:33.7985002Z   Downloaded tower-http v0.6.8
2026-06-05T23:49:33.8094965Z   Downloaded pulldown-cmark v0.13.3
2026-06-05T23:49:33.8162620Z   Downloaded hyper v1.9.0
2026-06-05T23:49:33.8244516Z   Downloaded http v1.4.0
2026-06-05T23:49:33.8304238Z   Downloaded winnow v1.0.2
2026-06-05T23:49:33.8430597Z   Downloaded axum v0.8.9
2026-06-05T23:49:33.8541537Z   Downloaded tracing-subscriber v0.3.23
2026-06-05T23:49:33.8658843Z   Downloaded bstr v1.12.1
2026-06-05T23:49:33.8769958Z   Downloaded zerocopy v0.8.48
2026-06-05T23:49:33.9745270Z   Downloaded font-awesome-as-a-crate v0.3.0
2026-06-05T23:49:33.9920728Z   Downloaded mdbook-html v0.5.3
2026-06-05T23:49:34.0050698Z   Downloaded tokio v1.52.1
2026-06-05T23:49:34.2982470Z    Compiling proc-macro2 v1.0.106
2026-06-05T23:49:34.2983102Z    Compiling quote v1.0.45
2026-06-05T23:49:34.2983682Z    Compiling unicode-ident v1.0.24
2026-06-05T23:49:34.2986027Z    Compiling libc v0.2.186
2026-06-05T23:49:34.3830242Z    Compiling log v0.4.29
2026-06-05T23:49:34.5054154Z    Compiling cfg-if v1.0.4
2026-06-05T23:49:34.5460704Z    Compiling memchr v2.8.0
2026-06-05T23:49:34.7013609Z    Compiling itoa v1.0.18
2026-06-05T23:49:34.9970210Z    Compiling pin-project-lite v0.2.17
2026-06-05T23:49:35.0546514Z    Compiling serde_core v1.0.228
2026-06-05T23:49:35.6428158Z    Compiling syn v2.0.117
2026-06-05T23:49:35.6522923Z    Compiling once_cell v1.21.4
2026-06-05T23:49:35.9632726Z    Compiling aho-corasick v1.1.4
2026-06-05T23:49:36.5984913Z    Compiling regex-syntax v0.8.10
2026-06-05T23:49:40.5349849Z    Compiling bitflags v2.11.1
2026-06-05T23:49:41.0890353Z    Compiling regex-automata v0.4.14
2026-06-05T23:49:43.2620414Z    Compiling typenum v1.20.0
2026-06-05T23:49:44.6973583Z    Compiling tracing-core v0.1.36
2026-06-05T23:49:46.4520595Z    Compiling tracing-attributes v0.1.31
2026-06-05T23:49:46.7324730Z    Compiling bytes v1.11.1
2026-06-05T23:49:48.2589744Z    Compiling tracing v0.1.44
2026-06-05T23:49:48.3592224Z    Compiling smallvec v1.15.1
2026-06-05T23:49:48.7107215Z    Compiling serde v1.0.228
2026-06-05T23:49:48.8885858Z    Compiling zmij v1.0.21
2026-06-05T23:49:48.9570639Z    Compiling serde_derive v1.0.228
2026-06-05T23:49:49.1140562Z    Compiling serde_json v1.0.149
2026-06-05T23:49:49.2220527Z    Compiling siphasher v1.0.2
2026-06-05T23:49:49.4370286Z    Compiling futures-core v0.3.32
2026-06-05T23:49:49.5690555Z    Compiling phf_shared v0.13.1
2026-06-05T23:49:50.0018161Z    Compiling mio v1.2.0
2026-06-05T23:49:50.4110543Z    Compiling fastrand v2.4.1
2026-06-05T23:49:50.5744100Z    Compiling version_check v0.9.5
2026-06-05T23:49:50.9430510Z    Compiling generic-array v0.14.7
2026-06-05T23:49:51.0640630Z    Compiling phf_generator v0.13.1
2026-06-05T23:49:51.2528105Z    Compiling http v1.4.0
2026-06-05T23:49:54.7620662Z    Compiling rustix v1.1.4
2026-06-05T23:49:55.0920174Z    Compiling strsim v0.11.1
2026-06-05T23:49:55.0981859Z    Compiling parking_lot_core v0.9.12
2026-06-05T23:49:55.2627177Z    Compiling fnv v1.0.7
2026-06-05T23:49:55.3151893Z    Compiling ident_case v1.0.1
2026-06-05T23:49:55.4010333Z    Compiling darling_core v0.20.11
2026-06-05T23:49:55.6170616Z    Compiling regex v1.12.3
2026-06-05T23:49:56.7370952Z    Compiling tokio-macros v2.7.0
2026-06-05T23:49:57.5426853Z    Compiling socket2 v0.6.3
2026-06-05T23:49:58.4450465Z    Compiling linux-raw-sys v0.12.1
2026-06-05T23:49:59.0035752Z    Compiling thiserror v2.0.18
2026-06-05T23:49:59.2240617Z    Compiling anyhow v1.0.102
2026-06-05T23:49:59.2900631Z    Compiling scopeguard v1.2.0
2026-06-05T23:49:59.3610443Z    Compiling zerocopy v0.8.48
2026-06-05T23:49:59.4741049Z    Compiling getrandom v0.3.4
2026-06-05T23:49:59.6470608Z    Compiling winnow v1.0.2
2026-06-05T23:49:59.7282003Z    Compiling darling_macro v0.20.11
2026-06-05T23:49:59.8159852Z    Compiling lock_api v0.4.14
2026-06-05T23:50:00.3490481Z    Compiling toml_parser v1.1.2+spec-1.1.0
2026-06-05T23:50:00.6736335Z    Compiling tokio v1.52.1
2026-06-05T23:50:04.3220123Z    Compiling phf_codegen v0.13.1
2026-06-05T23:50:04.4413060Z    Compiling string_cache_codegen v0.6.1
2026-06-05T23:50:05.0510523Z    Compiling thiserror-impl v2.0.18
2026-06-05T23:50:06.3360883Z    Compiling toml_datetime v1.1.1+spec-1.1.0
2026-06-05T23:50:06.9420787Z    Compiling serde_spanned v1.1.1
2026-06-05T23:50:07.0024944Z    Compiling unicase v2.9.0
2026-06-05T23:50:07.0657000Z    Compiling toml_writer v1.1.1+spec-1.1.0
2026-06-05T23:50:07.3540836Z    Compiling ucd-trie v0.1.7
2026-06-05T23:50:07.3957435Z    Compiling new_debug_unreachable v1.0.6
2026-06-05T23:50:07.6070770Z    Compiling httparse v1.10.1
2026-06-05T23:50:07.9144171Z    Compiling toml v1.1.2+spec-1.1.0
2026-06-05T23:50:08.4570944Z    Compiling pest v2.8.6
2026-06-05T23:50:10.7270450Z    Compiling web_atoms v0.2.4
2026-06-05T23:50:11.3180996Z    Compiling parking_lot v0.12.5
2026-06-05T23:50:11.6116821Z    Compiling darling v0.20.11
2026-06-05T23:50:12.9650215Z    Compiling http-body v1.0.1
2026-06-05T23:50:13.1115974Z    Compiling hybrid-array v0.4.11
2026-06-05T23:50:14.0519644Z    Compiling pulldown-cmark v0.13.3
2026-06-05T23:50:14.1508186Z    Compiling precomputed-hash v0.1.1
2026-06-05T23:50:14.1970425Z    Compiling futures-sink v0.3.32
2026-06-05T23:50:14.2910582Z    Compiling string_cache v0.9.0
2026-06-05T23:50:14.6419111Z    Compiling rand_core v0.9.5
2026-06-05T23:50:14.9600300Z    Compiling mdbook-core v0.5.3
2026-06-05T23:50:16.4879993Z    Compiling derive_builder_core v0.20.2
2026-06-05T23:50:18.3060456Z    Compiling pest_meta v2.8.6
2026-06-05T23:50:19.9482746Z    Compiling ppv-lite86 v0.2.21
2026-06-05T23:50:21.0110432Z    Compiling block-buffer v0.10.4
2026-06-05T23:50:21.1507914Z    Compiling crypto-common v0.1.7
2026-06-05T23:50:21.2681637Z    Compiling phf v0.13.1
2026-06-05T23:50:21.2742362Z    Compiling futures-macro v0.3.32
2026-06-05T23:50:21.4868932Z    Compiling utf8parse v0.2.2
2026-06-05T23:50:21.5614193Z    Compiling getrandom v0.4.2
2026-06-05T23:50:21.7260584Z    Compiling crossbeam-utils v0.8.21
2026-06-05T23:50:21.9412981Z    Compiling futures-task v0.3.32
2026-06-05T23:50:22.0030361Z    Compiling pulldown-cmark-escape v0.11.0
2026-06-05T23:50:22.1110851Z    Compiling tower-service v0.3.3
2026-06-05T23:50:22.1274775Z    Compiling slab v0.4.12
2026-06-05T23:50:22.1661655Z    Compiling utf-8 v0.7.6
2026-06-05T23:50:22.3646084Z    Compiling futures-util v0.3.32
2026-06-05T23:50:22.3663799Z    Compiling tendril v0.5.0
2026-06-05T23:50:22.8517173Z    Compiling anstyle-parse v1.0.0
2026-06-05T23:50:24.4140978Z    Compiling digest v0.10.7
2026-06-05T23:50:24.6897581Z    Compiling rand_chacha v0.9.0
2026-06-05T23:50:25.6251994Z    Compiling pest_generator v2.8.6
2026-06-05T23:50:26.7907266Z    Compiling derive_builder_macro v0.20.2
2026-06-05T23:50:27.0061282Z    Compiling block-buffer v0.12.0
2026-06-05T23:50:27.0753431Z    Compiling crypto-common v0.2.1
2026-06-05T23:50:27.1993058Z    Compiling tower-layer v0.3.3
2026-06-05T23:50:27.4810912Z    Compiling is_terminal_polyfill v1.70.2
2026-06-05T23:50:27.5376778Z    Compiling percent-encoding v2.3.2
2026-06-05T23:50:27.8798588Z    Compiling mime v0.3.17
2026-06-05T23:50:29.5090514Z    Compiling anstyle v1.0.14
2026-06-05T23:50:29.6790603Z    Compiling same-file v1.0.6
2026-06-05T23:50:29.8433832Z    Compiling colorchoice v1.0.5
2026-06-05T23:50:29.8650783Z    Compiling cpufeatures v0.2.17
2026-06-05T23:50:29.9110289Z    Compiling anstyle-query v1.1.5
2026-06-05T23:50:29.9158285Z    Compiling httpdate v1.0.3
2026-06-05T23:50:29.9820185Z    Compiling num-modular v0.6.1
2026-06-05T23:50:30.4495008Z    Compiling const-oid v0.10.2
2026-06-05T23:50:30.8140567Z    Compiling mime_guess v2.0.5
2026-06-05T23:50:30.8535238Z    Compiling digest v0.11.2
2026-06-05T23:50:31.0590565Z    Compiling num-order v1.2.0
2026-06-05T23:50:31.0620253Z    Compiling anstream v1.0.0
2026-06-05T23:50:31.1534914Z    Compiling sha1 v0.10.6
2026-06-05T23:50:31.4246144Z    Compiling walkdir v2.5.0
2026-06-05T23:50:31.8180286Z    Compiling derive_builder v0.20.2
2026-06-05T23:50:31.8578709Z    Compiling pest_derive v2.8.6
2026-06-05T23:50:31.9026767Z    Compiling rand v0.9.4
2026-06-05T23:50:32.1012242Z    Compiling markup5ever v0.39.0
2026-06-05T23:50:32.8531799Z    Compiling http-body-util v0.1.3
2026-06-05T23:50:33.2155221Z    Compiling terminal_size v0.4.4
2026-06-05T23:50:33.2435133Z    Compiling futures-channel v0.3.32
2026-06-05T23:50:33.3658636Z    Compiling bstr v1.12.1
2026-06-05T23:50:33.5949920Z    Compiling inotify-sys v0.1.5
2026-06-05T23:50:33.6838613Z    Compiling sync_wrapper v1.0.2
2026-06-05T23:50:33.7475047Z    Compiling atomic-waker v1.1.2
2026-06-05T23:50:34.3011312Z    Compiling data-encoding v2.11.0
2026-06-05T23:50:34.7580632Z    Compiling cpufeatures v0.3.0
2026-06-05T23:50:34.8070484Z    Compiling equivalent v1.0.2
2026-06-05T23:50:34.8546121Z    Compiling clap_lex v1.1.0
2026-06-05T23:50:35.2869144Z    Compiling hashbrown v0.17.0
2026-06-05T23:50:35.3607890Z    Compiling clap_builder v4.6.0
2026-06-05T23:50:36.1879923Z    Compiling tungstenite v0.29.0
2026-06-05T23:50:36.5931891Z    Compiling indexmap v2.14.0
2026-06-05T23:50:38.2140981Z    Compiling sha2 v0.11.0
2026-06-05T23:50:39.9042160Z    Compiling tempfile v3.27.0
2026-06-05T23:50:41.4809003Z    Compiling handlebars v6.4.0
2026-06-05T23:50:41.4961667Z    Compiling hyper v1.9.0
2026-06-05T23:50:41.8220626Z    Compiling inotify v0.11.1
2026-06-05T23:50:42.8860849Z    Compiling crossbeam-epoch v0.9.18
2026-06-05T23:50:43.6250339Z    Compiling html5ever v0.39.0
2026-06-05T23:50:46.2410318Z    Compiling form_urlencoded v1.2.2
2026-06-05T23:50:46.5584851Z    Compiling mdbook-markdown v0.5.3
2026-06-05T23:50:46.6335293Z    Compiling mdbook-renderer v0.5.3
2026-06-05T23:50:46.8244313Z    Compiling elasticlunr-rs v3.0.2
2026-06-05T23:50:47.3837581Z    Compiling notify-types v2.1.0
2026-06-05T23:50:48.1791842Z    Compiling lazy_static v1.5.0
2026-06-05T23:50:48.2390996Z    Compiling ryu v1.0.23
2026-06-05T23:50:48.6393615Z    Compiling font-awesome-as-a-crate v0.3.0
2026-06-05T23:50:56.9348553Z    Compiling ego-tree v0.11.0
2026-06-05T23:50:57.0597965Z    Compiling hex v0.4.3
2026-06-05T23:50:57.3905545Z    Compiling serde_urlencoded v0.7.1
2026-06-05T23:50:57.4372544Z    Compiling sharded-slab v0.1.7
2026-06-05T23:50:57.5110587Z    Compiling mdbook-html v0.5.3
2026-06-05T23:50:57.8009388Z    Compiling notify v8.2.0
2026-06-05T23:50:59.3782534Z    Compiling crossbeam-deque v0.8.6
2026-06-05T23:50:59.6633906Z    Compiling hyper-util v0.1.20
2026-06-05T23:51:00.2563977Z    Compiling clap v4.6.1
2026-06-05T23:51:00.3040606Z    Compiling tokio-tungstenite v0.29.0
2026-06-05T23:51:00.7230615Z    Compiling globset v0.4.18
2026-06-05T23:51:02.9912201Z    Compiling tower v0.5.3
2026-06-05T23:51:03.7237722Z    Compiling axum-core v0.5.6
2026-06-05T23:51:06.8180658Z    Compiling mdbook-summary v0.5.3
2026-06-05T23:51:06.9040650Z    Compiling mdbook-preprocessor v0.5.3
2026-06-05T23:51:07.2321293Z    Compiling tokio-util v0.7.18
2026-06-05T23:51:07.8728148Z    Compiling matchers v0.2.0
2026-06-05T23:51:08.0090484Z    Compiling tracing-log v0.2.0
2026-06-05T23:51:08.5360606Z    Compiling serde_path_to_error v0.1.20
2026-06-05T23:51:08.6445233Z    Compiling thread_local v1.1.9
2026-06-05T23:51:09.0464586Z    Compiling topological-sort v0.2.2
2026-06-05T23:51:09.2122001Z    Compiling http-range-header v0.4.2
2026-06-05T23:51:09.3880142Z    Compiling shlex v1.3.0
2026-06-05T23:51:09.7990370Z    Compiling nu-ansi-term v0.50.3
2026-06-05T23:51:09.8908231Z    Compiling base64 v0.22.1
2026-06-05T23:51:10.6550628Z    Compiling matchit v0.8.4
2026-06-05T23:51:10.6724802Z    Compiling tracing-subscriber v0.3.23
2026-06-05T23:51:11.1648170Z    Compiling axum v0.8.9
2026-06-05T23:51:11.8178916Z    Compiling mdbook-driver v0.5.3
2026-06-05T23:51:22.0095498Z    Compiling tower-http v0.6.8
2026-06-05T23:51:25.5771416Z    Compiling ignore v0.4.25
2026-06-05T23:51:25.6043362Z    Compiling clap_complete v4.6.3
2026-06-05T23:51:26.3871248Z    Compiling notify-debouncer-mini v0.7.0
2026-06-05T23:51:27.9253457Z    Compiling opener v0.8.4
2026-06-05T23:51:28.8345587Z    Compiling pathdiff v0.2.3
2026-06-05T23:51:31.7784650Z    Compiling mdbook v0.5.3
2026-06-05T23:51:41.3009632Z     Finished `release` profile [optimized] target(s) in 2m 10s
2026-06-05T23:51:41.3208594Z   Installing /home/david/.cargo/bin/mdbook
2026-06-05T23:51:41.3215442Z    Installed package `mdbook v0.5.3` (executable `mdbook`)
2026-06-05T23:51:41.4507067Z mdbook v0.5.3
2026-06-05T23:51:41.4556461Z ##[group]Run cargo run -p xtask -- check
2026-06-05T23:51:41.4557046Z [36;1mcargo run -p xtask -- check[0m
2026-06-05T23:51:41.4557560Z [36;1mcargo test -q -p spt-runtime checked_in_schema[0m
2026-06-05T23:51:41.4578515Z shell: /usr/bin/bash -e {0}
2026-06-05T23:51:41.4578921Z ##[endgroup]
2026-06-05T23:51:41.9342987Z    Compiling proc-macro2 v1.0.106
2026-06-05T23:51:41.9343680Z    Compiling unicode-ident v1.0.24
2026-06-05T23:51:41.9350479Z    Compiling quote v1.0.45
2026-06-05T23:51:41.9351295Z    Compiling libc v0.2.186
2026-06-05T23:51:42.0290740Z    Compiling serde_core v1.0.228
2026-06-05T23:51:42.1750545Z    Compiling serde v1.0.228
2026-06-05T23:51:42.4580611Z    Compiling cfg-if v1.0.4
2026-06-05T23:51:42.5028422Z    Compiling pin-project-lite v0.2.17
2026-06-05T23:51:42.5610527Z    Compiling typenum v1.20.1
2026-06-05T23:51:43.7370565Z    Compiling syn v2.0.117
2026-06-05T23:51:44.1580521Z    Compiling version_check v0.9.5
2026-06-05T23:51:44.5612223Z    Compiling portable-atomic v1.13.1
2026-06-05T23:51:44.7340029Z    Compiling memchr v2.8.1
2026-06-05T23:51:45.1051108Z    Compiling critical-section v1.2.0
2026-06-05T23:51:45.1830749Z    Compiling bytes v1.11.1
2026-06-05T23:51:45.8540824Z    Compiling subtle v2.6.1
2026-06-05T23:51:46.0381524Z    Compiling futures-core v0.3.32
2026-06-05T23:51:46.1640581Z    Compiling log v0.4.32
2026-06-05T23:51:46.2759313Z    Compiling generic-array v0.14.7
2026-06-05T23:51:46.4058894Z    Compiling socket2 v0.6.4
2026-06-05T23:51:46.4114649Z    Compiling shlex v2.0.1
2026-06-05T23:51:46.5600837Z    Compiling find-msvc-tools v0.1.9
2026-06-05T23:51:46.6140829Z    Compiling smallvec v1.15.1
2026-06-05T23:51:46.9615770Z    Compiling semver v1.0.28
2026-06-05T23:51:46.9860643Z    Compiling cc v1.2.63
2026-06-05T23:51:47.3869044Z    Compiling rustc_version v0.4.1
2026-06-05T23:51:47.7761316Z    Compiling mio v1.2.1
2026-06-05T23:51:48.2490274Z    Compiling equivalent v1.0.2
2026-06-05T23:51:48.2930885Z    Compiling stable_deref_trait v1.2.1
2026-06-05T23:51:48.3390578Z    Compiling itoa v1.0.18
2026-06-05T23:51:48.5482852Z    Compiling futures-sink v0.3.32
2026-06-05T23:51:48.5490329Z    Compiling slab v0.4.12
2026-06-05T23:51:48.6268723Z    Compiling futures-io v0.3.32
2026-06-05T23:51:48.7510645Z    Compiling futures-channel v0.3.32
2026-06-05T23:51:48.7731046Z    Compiling futures-task v0.3.32
2026-06-05T23:51:48.9511301Z    Compiling crypto-common v0.1.7
2026-06-05T23:51:49.0540923Z    Compiling hashbrown v0.17.1
2026-06-05T23:51:49.0584357Z    Compiling getrandom v0.2.17
2026-06-05T23:51:49.2432114Z    Compiling cpufeatures v0.2.17
2026-06-05T23:51:49.2875686Z    Compiling fnv v1.0.7
2026-06-05T23:51:49.3444203Z    Compiling cfg_aliases v0.2.1
2026-06-05T23:51:49.3520572Z    Compiling rand_core v0.10.1
2026-06-05T23:51:49.3910573Z    Compiling rustversion v1.0.22
2026-06-05T23:51:49.5109768Z    Compiling litemap v0.8.2
2026-06-05T23:51:49.7102074Z    Compiling writeable v0.6.3
2026-06-05T23:51:49.8010683Z    Compiling icu_normalizer_data v2.2.0
2026-06-05T23:51:49.9169432Z    Compiling utf8_iter v1.0.4
2026-06-05T23:51:49.9800677Z    Compiling icu_properties_data v2.2.0
2026-06-05T23:51:50.0532616Z    Compiling indexmap v2.14.0
2026-06-05T23:51:50.1121291Z    Compiling getrandom v0.4.2
2026-06-05T23:51:50.2810636Z    Compiling synstructure v0.13.2
2026-06-05T23:51:51.0746202Z    Compiling percent-encoding v2.3.2
2026-06-05T23:51:51.1910824Z    Compiling bitflags v2.12.1
2026-06-05T23:51:51.2791048Z    Compiling ring v0.17.14
2026-06-05T23:51:51.4311669Z    Compiling http v1.4.1
2026-06-05T23:51:51.4977839Z    Compiling thiserror v2.0.18
2026-06-05T23:51:51.8037809Z    Compiling autocfg v1.5.1
2026-06-05T23:51:51.8481106Z    Compiling cpufeatures v0.3.0
2026-06-05T23:51:52.4370513Z    Compiling chacha20 v0.10.0
2026-06-05T23:51:52.7680685Z    Compiling form_urlencoded v1.2.2
2026-06-05T23:51:52.9230830Z    Compiling block-buffer v0.10.4
2026-06-05T23:51:53.0445510Z    Compiling serde_derive v1.0.228
2026-06-05T23:51:53.0483543Z    Compiling zeroize_derive v1.4.3
2026-06-05T23:51:53.1391005Z    Compiling tokio-macros v2.7.0
2026-06-05T23:51:53.7062373Z    Compiling zeroize v1.8.2
2026-06-05T23:51:53.8850594Z    Compiling zerofrom-derive v0.1.7
2026-06-05T23:51:53.9710617Z    Compiling tokio v1.52.3
2026-06-05T23:51:55.0249119Z    Compiling futures-macro v0.3.32
2026-06-05T23:51:55.6488159Z    Compiling zerofrom v0.1.8
2026-06-05T23:51:55.7740690Z    Compiling yoke-derive v0.8.2
2026-06-05T23:51:56.1000602Z    Compiling futures-util v0.3.32
2026-06-05T23:51:57.3240727Z    Compiling yoke v0.8.3
2026-06-05T23:51:57.5710449Z    Compiling zerovec-derive v0.11.3
2026-06-05T23:51:59.2786738Z    Compiling zerovec v0.11.6
2026-06-05T23:52:00.1806205Z    Compiling once_cell v1.21.4
2026-06-05T23:52:00.2581184Z    Compiling displaydoc v0.2.6
2026-06-05T23:52:00.4398037Z    Compiling tracing-core v0.1.36
2026-06-05T23:52:00.9720525Z    Compiling tracing-attributes v0.1.31
2026-06-05T23:52:01.2250679Z    Compiling tinystr v0.8.3
2026-06-05T23:52:01.3130661Z    Compiling zerotrie v0.2.4
2026-06-05T23:52:01.4634264Z    Compiling icu_locale_core v2.2.0
2026-06-05T23:52:01.7252175Z    Compiling potential_utf v0.1.5
2026-06-05T23:52:01.8727130Z    Compiling icu_collections v2.2.0
2026-06-05T23:52:02.6111244Z    Compiling tokio-util v0.7.18
2026-06-05T23:52:02.8915768Z    Compiling tracing v0.1.44
2026-06-05T23:52:03.2400624Z    Compiling icu_provider v2.2.0
2026-06-05T23:52:03.4042248Z    Compiling rustls-pki-types v1.14.1
2026-06-05T23:52:03.6820154Z    Compiling icu_normalizer v2.2.0
2026-06-05T23:52:04.1358890Z    Compiling icu_properties v2.2.0
2026-06-05T23:52:04.1682161Z    Compiling thiserror-impl v2.0.18
2026-06-05T23:52:04.3800616Z    Compiling curve25519-dalek-derive v0.1.1
2026-06-05T23:52:04.5510122Z    Compiling ipnet v2.12.0
2026-06-05T23:52:05.0910497Z    Compiling untrusted v0.9.0
2026-06-05T23:52:05.1910803Z    Compiling ident_case v1.0.1
2026-06-05T23:52:05.2931338Z    Compiling strsim v0.11.1
2026-06-05T23:52:05.7520999Z    Compiling darling_core v0.20.11
2026-06-05T23:52:06.1840500Z    Compiling idna_adapter v1.2.2
2026-06-05T23:52:06.2830672Z    Compiling idna v1.1.0
2026-06-05T23:52:06.4952667Z    Compiling digest v0.10.7
2026-06-05T23:52:06.7750299Z    Compiling rand v0.10.1
2026-06-05T23:52:07.3512399Z    Compiling url v2.5.8
2026-06-05T23:52:07.9130547Z    Compiling scopeguard v1.2.0
2026-06-05T23:52:07.9820042Z    Compiling rustls v0.23.40
2026-06-05T23:52:08.0868386Z    Compiling unicode-segmentation v1.13.3
2026-06-05T23:52:08.6980448Z    Compiling convert_case v0.10.0
2026-06-05T23:52:08.7150634Z    Compiling lock_api v0.4.14
2026-06-05T23:52:08.7711169Z    Compiling rustls-webpki v0.103.13
2026-06-05T23:52:09.0659898Z    Compiling atomic-waker v1.1.2
2026-06-05T23:52:09.1035479Z    Compiling const-oid v0.10.2
2026-06-05T23:52:09.1499631Z    Compiling anyhow v1.0.102
2026-06-05T23:52:09.3490643Z    Compiling unicode-xid v0.2.6
2026-06-05T23:52:09.4346594Z    Compiling derive_more-impl v2.1.1
2026-06-05T23:52:09.5093084Z    Compiling httparse v1.10.1
2026-06-05T23:52:10.2470546Z    Compiling darling_macro v0.20.11
2026-06-05T23:52:10.2981051Z    Compiling zerocopy v0.8.50
2026-06-05T23:52:10.5650873Z    Compiling darling v0.20.11
2026-06-05T23:52:10.6201166Z    Compiling derive_builder_core v0.20.2
2026-06-05T23:52:11.2280303Z    Compiling h2 v0.4.14
2026-06-05T23:52:12.2110452Z    Compiling http-body v1.0.1
2026-06-05T23:52:12.3380178Z    Compiling curve25519-dalek v4.1.3
2026-06-05T23:52:12.5034632Z    Compiling ahash v0.8.12
2026-06-05T23:52:12.6430589Z    Compiling hybrid-array v0.4.12
2026-06-05T23:52:13.6230696Z    Compiling powerfmt v0.2.0
2026-06-05T23:52:13.8568391Z    Compiling paste v1.0.15
2026-06-05T23:52:14.0720670Z    Compiling base64ct v1.8.3
2026-06-05T23:52:14.4595440Z    Compiling pem-rfc7468 v1.0.0
2026-06-05T23:52:14.8560591Z    Compiling deranged v0.5.8
2026-06-05T23:52:15.3519697Z    Compiling derive_more v2.1.1
2026-06-05T23:52:15.5760551Z    Compiling derive_builder_macro v0.20.2
2026-06-05T23:52:16.8878539Z    Compiling spez v0.1.2
2026-06-05T23:52:17.2567553Z    Compiling n0-error-macros v0.1.3
2026-06-05T23:52:18.4700816Z    Compiling num-traits v0.2.19
2026-06-05T23:52:18.5879870Z    Compiling rand_core v0.6.4
2026-06-05T23:52:18.7827908Z    Compiling pkg-config v0.3.33
2026-06-05T23:52:19.4780886Z    Compiling base64 v0.22.1
2026-06-05T23:52:19.5290668Z    Compiling parking_lot_core v0.9.12
2026-06-05T23:52:19.6170562Z    Compiling time-core v0.1.8
2026-06-05T23:52:19.7261659Z    Compiling num-conv v0.2.2
2026-06-05T23:52:19.7970525Z    Compiling try-lock v0.2.5
2026-06-05T23:52:19.8690540Z    Compiling fastrand v2.4.1
2026-06-05T23:52:19.9140785Z    Compiling data-encoding v2.11.0
2026-06-05T23:52:19.9460585Z    Compiling tower-service v0.3.3
2026-06-05T23:52:19.9980767Z    Compiling zmij v1.0.21
2026-06-05T23:52:20.3040573Z    Compiling tinyvec_macros v0.1.1
2026-06-05T23:52:20.3413259Z    Compiling vcpkg v0.2.15
2026-06-05T23:52:20.3780643Z    Compiling tinyvec v1.11.0
2026-06-05T23:52:21.0220613Z    Compiling want v0.3.1
2026-06-05T23:52:21.2790566Z    Compiling n0-error v0.1.3
2026-06-05T23:52:21.4390695Z    Compiling libsqlite3-sys v0.30.1
2026-06-05T23:52:21.6590599Z    Compiling derive_builder v0.20.2
2026-06-05T23:52:21.7500991Z    Compiling der v0.8.0-rc.10
2026-06-05T23:52:22.3270681Z    Compiling crypto-common v0.2.2
2026-06-05T23:52:23.0150705Z    Compiling block-buffer v0.12.0
2026-06-05T23:52:23.1648645Z    Compiling sha2 v0.10.9
2026-06-05T23:52:23.1860769Z    Compiling pin-project-internal v1.1.13
2026-06-05T23:52:23.7193988Z    Compiling vergen-lib v9.1.0
2026-06-05T23:52:23.8290537Z    Compiling n0-future v0.3.2
2026-06-05T23:52:24.0160475Z    Compiling inout v0.1.4
2026-06-05T23:52:24.1320598Z    Compiling serde_json v1.0.150
2026-06-05T23:52:24.1700878Z    Compiling heck v0.5.0
2026-06-05T23:52:24.1820507Z    Compiling parking v2.2.1
2026-06-05T23:52:24.2641684Z    Compiling signature v2.2.0
2026-06-05T23:52:24.3158602Z    Compiling diatomic-waker v0.2.3
2026-06-05T23:52:24.3700941Z    Compiling httpdate v1.0.3
2026-06-05T23:52:24.4440235Z    Compiling winnow v1.0.3
2026-06-05T23:52:24.6290564Z    Compiling spin v0.10.0
2026-06-05T23:52:24.7201071Z    Compiling crossbeam-utils v0.8.21
2026-06-05T23:52:24.8300974Z    Compiling cordyceps v0.3.4
2026-06-05T23:52:24.8780502Z    Compiling pin-project v1.1.13
2026-06-05T23:52:24.9340608Z    Compiling hyper v1.10.1
2026-06-05T23:52:24.9800636Z    Compiling ed25519 v2.2.3
2026-06-05T23:52:25.1970634Z    Compiling futures-lite v2.6.1
2026-06-05T23:52:25.2528491Z    Compiling futures-buffered v0.2.13
2026-06-05T23:52:25.7450667Z    Compiling cipher v0.4.4
2026-06-05T23:52:26.0540592Z    Compiling digest v0.11.3
2026-06-05T23:52:26.2451015Z    Compiling spki v0.8.0-rc.4
2026-06-05T23:52:26.4617156Z    Compiling hashbrown v0.14.5
2026-06-05T23:52:26.5140359Z    Compiling toml_parser v1.1.2+spec-1.1.0
2026-06-05T23:52:26.6570616Z    Compiling netlink-packet-core v0.8.1
2026-06-05T23:52:27.9521111Z    Compiling tokio-rustls v0.26.4
2026-06-05T23:52:28.3040527Z    Compiling vergen v9.1.0
2026-06-05T23:52:28.3350712Z    Compiling vergen-lib v0.1.6
2026-06-05T23:52:28.4121420Z    Compiling noq-udp v0.10.0
2026-06-05T23:52:28.4530916Z    Compiling universal-hash v0.5.1
2026-06-05T23:52:28.5550374Z    Compiling heapless v0.7.17
2026-06-05T23:52:28.6924388Z    Compiling curve25519-dalek v5.0.0-pre.6
2026-06-05T23:52:28.7277022Z    Compiling sync_wrapper v1.0.2
2026-06-05T23:52:28.7670458Z    Compiling opaque-debug v0.3.1
2026-06-05T23:52:28.8060932Z    Compiling byteorder v1.5.0
2026-06-05T23:52:28.8120541Z    Compiling either v1.16.0
2026-06-05T23:52:28.8700701Z    Compiling toml_datetime v1.1.1+spec-1.1.0
2026-06-05T23:52:29.0340986Z    Compiling hash32 v0.2.1
2026-06-05T23:52:29.1324648Z    Compiling prefix-trie v0.8.4
2026-06-05T23:52:29.1690618Z    Compiling toml_edit v0.25.12+spec-1.1.0
2026-06-05T23:52:29.2706175Z    Compiling polyval v0.6.2
2026-06-05T23:52:30.4450569Z    Compiling parking_lot v0.12.5
2026-06-05T23:52:31.0290486Z    Compiling hashlink v0.9.1
2026-06-05T23:52:31.0311898Z    Compiling hyper-util v0.1.20
2026-06-05T23:52:31.6050426Z    Compiling pkcs8 v0.11.0-rc.10
2026-06-05T23:52:31.7901184Z    Compiling ed25519-dalek v2.2.0
2026-06-05T23:52:32.8280730Z    Compiling spin v0.9.8
2026-06-05T23:52:33.0760623Z    Compiling futures-executor v0.3.32
2026-06-05T23:52:33.3701540Z    Compiling vergen-gitcl v1.0.8
2026-06-05T23:52:33.4900521Z    Compiling signature v3.0.0
2026-06-05T23:52:33.5950741Z    Compiling fallible-iterator v0.3.0
2026-06-05T23:52:33.7234447Z    Compiling fallible-streaming-iterator v0.1.9
2026-06-05T23:52:33.8850712Z    Compiling tower-layer v0.3.3
2026-06-05T23:52:33.9720435Z    Compiling num_threads v0.1.7
2026-06-05T23:52:34.0960472Z    Compiling time v0.3.47
2026-06-05T23:52:34.1490476Z    Compiling ed25519 v3.0.0-rc.4
2026-06-05T23:52:34.5815168Z    Compiling futures v0.3.32
2026-06-05T23:52:35.1908247Z    Compiling data-encoding-macro-internal v0.1.18
2026-06-05T23:52:35.6270939Z    Compiling spt-proto v0.1.0 (/home/david/actions-runner/_work/spt-core/spt-core/crates/spt-proto)
2026-06-05T23:52:35.6770892Z    Compiling hickory-proto v0.26.0-beta.4
2026-06-05T23:52:36.8186950Z    Compiling proc-macro-crate v3.5.0
2026-06-05T23:52:37.9404218Z    Compiling ghash v0.5.1
2026-06-05T23:52:38.3330598Z    Compiling sha2 v0.11.0-rc.5
2026-06-05T23:52:39.6464505Z    Compiling aes v0.8.4
2026-06-05T23:52:40.1364390Z    Compiling ctr v0.9.2
2026-06-05T23:52:40.3076079Z    Compiling http-body-util v0.1.3
2026-06-05T23:52:40.4053800Z    Compiling cobs v0.3.0
2026-06-05T23:52:40.5788622Z    Compiling netlink-sys v0.8.8
2026-06-05T23:52:40.5882163Z    Compiling postcard-derive v0.2.2
2026-06-05T23:52:40.6000182Z    Compiling aead v0.5.2
2026-06-05T23:52:40.6890661Z    Compiling openssl-probe v0.2.1
2026-06-05T23:52:40.8185799Z    Compiling rustls-native-certs v0.8.4
2026-06-05T23:52:40.8340355Z    Compiling aes-gcm v0.10.3
2026-06-05T23:52:41.0150882Z    Compiling ed25519-dalek v3.0.0-pre.6
2026-06-05T23:52:41.1170514Z    Compiling rusqlite v0.32.1
2026-06-05T23:52:41.1540399Z    Compiling num_enum_derive v0.7.6
2026-06-05T23:52:41.1630853Z    Compiling postcard v1.1.3
2026-06-05T23:52:41.7469407Z    Compiling data-encoding-macro v0.1.20
2026-06-05T23:52:41.7979648Z    Compiling tower v0.5.3
2026-06-05T23:52:42.3350385Z    Compiling crossbeam-epoch v0.9.18
2026-06-05T23:52:42.4940524Z    Compiling crossbeam-channel v0.5.15
2026-06-05T23:52:42.6080935Z    Compiling netlink-packet-route v0.29.0
2026-06-05T23:52:42.7990899Z    Compiling spt-store v0.1.0 (/home/david/actions-runner/_work/spt-core/spt-core/crates/spt-store)
2026-06-05T23:52:43.1310398Z    Compiling strum_macros v0.28.0
2026-06-05T23:52:43.2624153Z    Compiling iroh-metrics-derive v0.4.1
2026-06-05T23:52:43.7633565Z    Compiling enum-assoc v1.3.0
2026-06-05T23:52:44.6770630Z    Compiling async-trait v0.1.89
2026-06-05T23:52:45.9761594Z    Compiling memoffset v0.6.5
2026-06-05T23:52:46.1017870Z    Compiling uuid v1.23.2
2026-06-05T23:52:46.5021096Z    Compiling noq v0.18.0
2026-06-05T23:52:46.6600583Z    Compiling netwatch v0.16.0
2026-06-05T23:52:46.6880650Z    Compiling blake3 v1.8.5
2026-06-05T23:52:46.8640628Z    Compiling acto v0.8.2
2026-06-05T23:52:46.9972446Z    Compiling tagptr v0.2.0
2026-06-05T23:52:47.0118651Z    Compiling ref-cast v1.0.25
2026-06-05T23:52:47.1600510Z    Compiling foldhash v0.2.0
2026-06-05T23:52:47.2800924Z    Compiling xml-rs v0.8.28
2026-06-05T23:52:47.4280501Z    Compiling identity-hash v0.1.0
2026-06-05T23:52:47.5050409Z    Compiling ryu v1.0.23
2026-06-05T23:52:47.6970664Z    Compiling lru-slab v0.1.2
2026-06-05T23:52:47.8350616Z    Compiling allocator-api2 v0.2.21
2026-06-05T23:52:48.4060723Z    Compiling thiserror v1.0.69
2026-06-05T23:52:48.6690859Z    Compiling rustc-hash v2.1.2
2026-06-05T23:52:48.7840552Z    Compiling sorted-index-buffer v0.2.1
2026-06-05T23:52:48.8880540Z    Compiling mac-addr v0.3.0
2026-06-05T23:52:48.9331362Z    Compiling noq-proto v0.17.0
2026-06-05T23:52:49.0691680Z    Compiling hashbrown v0.16.1
2026-06-05T23:52:49.0770372Z    Compiling xmltree v0.10.3
2026-06-05T23:52:49.2951111Z    Compiling iroh-metrics v0.38.3
2026-06-05T23:52:50.1720700Z    Compiling moka v0.12.15
2026-06-05T23:52:50.8691790Z    Compiling netdev v0.42.0
2026-06-05T23:52:51.7292820Z    Compiling strum v0.28.0
2026-06-05T23:52:51.8753928Z    Compiling hickory-net v0.26.0-beta.4
2026-06-05T23:52:52.1075107Z    Compiling spt-msg v0.1.0 (/home/david/actions-runner/_work/spt-core/spt-core/crates/spt-msg)
2026-06-05T23:52:52.7200517Z    Compiling tower-http v0.6.11
2026-06-05T23:52:53.3040277Z    Compiling num_enum v0.7.6
2026-06-05T23:52:53.3831246Z    Compiling iroh-relay v0.98.0
2026-06-05T23:52:53.6325631Z    Compiling iroh-base v0.98.0
2026-06-05T23:52:53.6384003Z    Compiling rustls-platform-verifier v0.7.0
2026-06-05T23:52:53.8470668Z    Compiling netlink-proto v0.12.0
2026-06-05T23:52:54.1680652Z    Compiling hyper-rustls v0.27.9
2026-06-05T23:52:54.4480519Z    Compiling n0-watcher v0.6.1
2026-06-05T23:52:54.4760633Z    Compiling netlink-packet-route v0.30.0
2026-06-05T23:52:54.8890304Z    Compiling attohttpc v0.30.1
2026-06-05T23:52:55.6106723Z    Compiling tokio-stream v0.1.18
2026-06-05T23:52:56.2940770Z    Compiling serde_spanned v0.6.9
2026-06-05T23:52:56.4086392Z    Compiling toml_datetime v0.6.11
2026-06-05T23:52:56.5890706Z    Compiling thiserror-impl v1.0.69
2026-06-05T23:52:56.7380611Z    Compiling ref-cast-impl v1.0.25
2026-06-05T23:52:57.2945078Z    Compiling simple-dns v0.9.3
2026-06-05T23:52:58.3802541Z    Compiling serde_derive_internals v0.29.1
2026-06-05T23:52:59.8210556Z    Compiling serial-core v0.4.0
2026-06-05T23:52:59.8910585Z    Compiling ioctl-rs v0.1.6
2026-06-05T23:52:59.9701748Z    Compiling termios v0.2.2
2026-06-05T23:52:59.9886754Z    Compiling winnow v0.7.15
2026-06-05T23:53:00.1010533Z    Compiling simdutf8 v0.1.5
2026-06-05T23:53:00.4131187Z    Compiling smol_str v0.1.24
2026-06-05T23:53:00.6230468Z    Compiling arrayvec v0.7.6
2026-06-05T23:53:00.9060558Z    Compiling toml_write v0.1.2
2026-06-05T23:53:01.1457723Z    Compiling resolv-conf v0.7.6
2026-06-05T23:53:01.6150648Z    Compiling arrayref v0.3.9
2026-06-05T23:53:01.6600824Z    Compiling sha1_smol v1.0.1
2026-06-05T23:53:01.8760477Z    Compiling constant_time_eq v0.4.2
2026-06-05T23:53:02.4230680Z    Compiling tokio-websockets v0.13.2
2026-06-05T23:53:02.7660712Z    Compiling hickory-resolver v0.26.0-beta.4
2026-06-05T23:53:03.2510623Z    Compiling toml_edit v0.22.27
2026-06-05T23:53:06.5150443Z    Compiling serial-unix v0.4.0
2026-06-05T23:53:06.6350576Z    Compiling schemars_derive v1.2.1
2026-06-05T23:53:06.7150484Z    Compiling iroh-dns v0.98.0
2026-06-05T23:53:07.3090630Z    Compiling igd-next v0.17.1
2026-06-05T23:53:08.8535927Z    Compiling reqwest v0.13.4
2026-06-05T23:53:09.1235434Z    Compiling lru v0.16.4
2026-06-05T23:53:09.3280591Z    Compiling hmac v0.12.1
2026-06-05T23:53:09.4740589Z    Compiling webpki-roots v1.0.7
2026-06-05T23:53:09.5841332Z    Compiling iroh v0.98.2
2026-06-05T23:53:09.7980662Z    Compiling serde_bytes v0.11.19
2026-06-05T23:53:09.8121162Z    Compiling aho-corasick v1.1.4
2026-06-05T23:53:10.0770561Z    Compiling seize v0.5.1
2026-06-05T23:53:10.4920800Z    Compiling pin-utils v0.1.0
2026-06-05T23:53:10.5360121Z    Compiling dyn-clone v1.0.20
2026-06-05T23:53:10.6400310Z    Compiling bitflags v1.3.2
2026-06-05T23:53:10.6838611Z    Compiling cmov v0.5.4
2026-06-05T23:53:11.1054616Z    Compiling regex-syntax v0.8.10
2026-06-05T23:53:11.7650624Z    Compiling ctutils v0.4.2
2026-06-05T23:53:12.0869739Z    Compiling nix v0.25.1
2026-06-05T23:53:12.9208319Z    Compiling schemars v1.2.1
2026-06-05T23:53:15.3341012Z    Compiling regex-automata v0.4.14
2026-06-05T23:53:15.3890486Z    Compiling papaya v0.2.4
2026-06-05T23:53:16.0272081Z    Compiling hkdf v0.12.4
2026-06-05T23:53:16.1570422Z    Compiling portmapper v0.16.0
2026-06-05T23:53:18.0930730Z    Compiling filedescriptor v0.8.3
2026-06-05T23:53:18.3130735Z    Compiling toml v0.8.23
2026-06-05T23:53:19.3373944Z    Compiling serial v0.4.0
2026-06-05T23:53:19.4010732Z    Compiling swarm-discovery v0.6.0-alpha.2
2026-06-05T23:53:20.6510181Z    Compiling backon v1.6.0
2026-06-05T23:53:20.9304885Z    Compiling shell-words v1.1.1
2026-06-05T23:53:20.9381319Z    Compiling downcast-rs v1.2.1
2026-06-05T23:53:21.1653482Z    Compiling portable-pty v0.8.1
2026-06-05T23:53:21.1922778Z    Compiling regex v1.12.3
2026-06-05T23:53:21.8640981Z    Compiling spt-runtime v0.1.0 (/home/david/actions-runner/_work/spt-core/spt-core/crates/spt-runtime)
2026-06-05T23:53:22.1104987Z    Compiling spake2 v0.4.0
2026-06-05T23:53:22.4630601Z    Compiling sha1 v0.10.6
2026-06-05T23:53:22.7050628Z    Compiling doctest-file v1.1.1
2026-06-05T23:53:23.0455055Z    Compiling spt-term v0.1.0 (/home/david/actions-runner/_work/spt-core/spt-core/crates/spt-term)
2026-06-05T23:53:23.2160602Z    Compiling interprocess v2.4.2
2026-06-05T23:53:24.6475793Z    Compiling spt-live v0.1.0 (/home/david/actions-runner/_work/spt-core/spt-core/crates/spt-live)
2026-06-05T23:53:36.9001306Z    Compiling spt-net v0.1.0 (/home/david/actions-runner/_work/spt-core/spt-core/crates/spt-net)
2026-06-05T23:53:39.1300742Z    Compiling spt-daemon v0.1.0 (/home/david/actions-runner/_work/spt-core/spt-core/crates/spt-daemon)
2026-06-05T23:53:45.5443930Z    Compiling xtask v0.1.0 (/home/david/actions-runner/_work/spt-core/spt-core/crates/xtask)
2026-06-05T23:53:46.6000677Z     Finished `dev` profile [unoptimized] target(s) in 2m 05s
2026-06-05T23:53:46.6290168Z      Running `target/debug/xtask check`
2026-06-05T23:54:30.5213409Z xtask check: OK
2026-06-05T23:54:49.1371003Z 
2026-06-05T23:54:49.1371752Z running 1 test
2026-06-05T23:54:49.1415490Z .
2026-06-05T23:54:49.1416137Z test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 25 filtered out; finished in 0.00s
2026-06-05T23:54:49.1416749Z 
2026-06-05T23:54:49.1540992Z ##[group]Run export PATH="$HOME/.cargo/bin:$PATH"
2026-06-05T23:54:49.1541640Z [36;1mexport PATH="$HOME/.cargo/bin:$PATH"[0m
2026-06-05T23:54:49.1542187Z [36;1mcargo run -p xtask -- site "$RUNNER_TEMP/site"[0m
2026-06-05T23:54:49.1561468Z shell: /usr/bin/bash -e {0}
2026-06-05T23:54:49.1561874Z ##[endgroup]
2026-06-05T23:54:49.5727533Z    Compiling ring v0.17.14
2026-06-05T23:54:51.6548014Z    Compiling rustls v0.23.40
2026-06-05T23:54:53.1210928Z    Compiling rustls-webpki v0.103.13
2026-06-05T23:54:57.6354059Z    Compiling tokio-rustls v0.26.4
2026-06-05T23:54:57.6354936Z    Compiling noq-proto v0.17.0
2026-06-05T23:54:57.6357538Z    Compiling rustls-platform-verifier v0.7.0
2026-06-05T23:54:57.9990315Z    Compiling hyper-rustls v0.27.9
2026-06-05T23:54:58.2920547Z    Compiling hickory-net v0.26.0-beta.4
2026-06-05T23:54:58.3592243Z    Compiling reqwest v0.13.4
2026-06-05T23:55:00.5560946Z    Compiling tokio-websockets v0.13.2
2026-06-05T23:55:01.3742306Z    Compiling hickory-resolver v0.26.0-beta.4
2026-06-05T23:55:05.1516166Z    Compiling noq v0.18.0
2026-06-05T23:55:07.3941064Z    Compiling iroh-relay v0.98.0
2026-06-05T23:55:11.6959556Z    Compiling iroh v0.98.2
2026-06-05T23:55:25.8127816Z    Compiling spt-net v0.1.0 (/home/david/actions-runner/_work/spt-core/spt-core/crates/spt-net)
2026-06-05T23:55:26.1861655Z    Compiling spt-daemon v0.1.0 (/home/david/actions-runner/_work/spt-core/spt-core/crates/spt-daemon)
2026-06-05T23:55:28.6691589Z    Compiling xtask v0.1.0 (/home/david/actions-runner/_work/spt-core/spt-core/crates/xtask)
2026-06-05T23:55:29.3917382Z     Finished `dev` profile [unoptimized] target(s) in 40.21s
2026-06-05T23:55:29.4202450Z      Running `target/debug/xtask site /home/david/actions-runner/_work/_temp/site`
2026-06-05T23:55:29.4314767Z  INFO Book building has started
2026-06-05T23:55:29.4322963Z  INFO Running the html backend
2026-06-05T23:55:29.5405446Z  INFO HTML book written to `/home/david/actions-runner/_work/_temp/site`
2026-06-05T23:55:29.7464352Z     Checking cfg-if v1.0.4
2026-06-05T23:55:29.7464928Z     Checking typenum v1.20.1
2026-06-05T23:55:29.7516080Z     Checking serde_core v1.0.228
2026-06-05T23:55:29.7544948Z     Checking libc v0.2.186
2026-06-05T23:55:29.7791645Z     Checking hashbrown v0.17.1
2026-06-05T23:55:30.5680752Z     Checking cpufeatures v0.2.17
2026-06-05T23:55:30.6070403Z     Checking equivalent v1.0.2
2026-06-05T23:55:30.6510120Z     Checking indexmap v2.14.0
2026-06-05T23:55:30.7750506Z     Checking generic-array v0.14.7
2026-06-05T23:55:31.1583003Z     Checking getrandom v0.2.17
2026-06-05T23:55:31.2910630Z     Checking zerocopy v0.8.50
2026-06-05T23:55:31.6820424Z     Checking crypto-common v0.1.7
2026-06-05T23:55:31.7081586Z     Checking block-buffer v0.10.4
2026-06-05T23:55:31.7638023Z     Checking subtle v2.6.1
2026-06-05T23:55:31.8150272Z     Checking digest v0.10.7
2026-06-05T23:55:31.9015968Z     Checking zeroize v1.8.2
2026-06-05T23:55:32.0290359Z     Checking once_cell v1.21.4
2026-06-05T23:55:32.0470259Z     Checking signature v2.2.0
2026-06-05T23:55:32.1280454Z     Checking ed25519 v2.2.3
2026-06-05T23:55:32.1670554Z     Checking curve25519-dalek v4.1.3
2026-06-05T23:55:32.2360261Z     Checking sha2 v0.10.9
2026-06-05T23:55:32.5945560Z     Checking rand_core v0.6.4
2026-06-05T23:55:32.7380155Z     Checking zmij v1.0.21
2026-06-05T23:55:33.0570554Z     Checking memchr v2.8.1
2026-06-05T23:55:33.2072359Z     Checking serde v1.0.228
2026-06-05T23:55:33.5469375Z     Checking ed25519-dalek v2.2.0
2026-06-05T23:55:33.7450287Z     Checking itoa v1.0.18
2026-06-05T23:55:33.7485103Z     Checking libsqlite3-sys v0.30.1
2026-06-05T23:55:33.8990443Z     Checking serde_json v1.0.150
2026-06-05T23:55:33.9950520Z     Checking fallible-streaming-iterator v0.1.9
2026-06-05T23:55:34.0199491Z     Checking smallvec v1.15.1
2026-06-05T23:55:34.1380738Z     Checking fallible-iterator v0.3.0
2026-06-05T23:55:34.2706347Z     Checking bitflags v2.12.1
2026-06-05T23:55:34.4344711Z     Checking spt-proto v0.1.0 (/home/david/actions-runner/_work/spt-core/spt-core/crates/spt-proto)
2026-06-05T23:55:34.6014549Z     Checking toml_datetime v0.6.11
2026-06-05T23:55:34.8048594Z     Checking serde_spanned v0.6.9
2026-06-05T23:55:34.8210576Z     Checking winnow v0.7.15
2026-06-05T23:55:34.8999472Z     Checking toml_write v0.1.2
2026-06-05T23:55:35.1190355Z     Checking ref-cast v1.0.25
2026-06-05T23:55:35.1484059Z     Checking dyn-clone v1.0.20
2026-06-05T23:55:35.1690778Z  Documenting spt-proto v0.1.0 (/home/david/actions-runner/_work/spt-core/spt-core/crates/spt-proto)
2026-06-05T23:55:35.2118977Z     Checking schemars v1.2.1
2026-06-05T23:55:37.0669984Z     Checking ahash v0.8.12
2026-06-05T23:55:37.1004397Z     Checking toml_edit v0.22.27
2026-06-05T23:55:37.1817981Z     Checking hashbrown v0.14.5
2026-06-05T23:55:37.7833380Z     Checking hashlink v0.9.1
2026-06-05T23:55:38.0632280Z     Checking rusqlite v0.32.1
2026-06-05T23:55:38.9271573Z     Checking spt-store v0.1.0 (/home/david/actions-runner/_work/spt-core/spt-core/crates/spt-store)
2026-06-05T23:55:38.9677107Z     Checking toml v0.8.23
2026-06-05T23:55:40.2597728Z     Checking spt-msg v0.1.0 (/home/david/actions-runner/_work/spt-core/spt-core/crates/spt-msg)
2026-06-05T23:55:40.2598848Z  Documenting spt-msg v0.1.0 (/home/david/actions-runner/_work/spt-core/spt-core/crates/spt-msg)
2026-06-05T23:55:40.4388369Z  Documenting spt-runtime v0.1.0 (/home/david/actions-runner/_work/spt-core/spt-core/crates/spt-runtime)
2026-06-05T23:55:41.0319805Z warning: public documentation for `ring` links to private item `cleanup_ephemeral`
2026-06-05T23:55:41.0320868Z   --> crates/spt-msg/src/ring.rs:11:7
2026-06-05T23:55:41.0321544Z    |
2026-06-05T23:55:41.0322323Z 11 | //! [`cleanup_ephemeral`] is called before returning on success, on timeout, on
2026-06-05T23:55:41.0323082Z    |       ^^^^^^^^^^^^^^^^^ this item is private
2026-06-05T23:55:41.0323625Z    |
2026-06-05T23:55:41.0324246Z    = note: this link will resolve properly if you pass `--document-private-items`
2026-06-05T23:55:41.0332055Z    = note: `#[warn(rustdoc::private_intra_doc_links)]` on by default
2026-06-05T23:55:41.0333222Z 
2026-06-05T23:55:41.1848735Z warning: `spt-msg` (lib doc) generated 1 warning
2026-06-05T23:55:41.5160915Z warning: unresolved link to `docs/MANIFEST.md`
2026-06-05T23:55:41.5161511Z  --> crates/spt-runtime/src/manifest.rs:1:51
2026-06-05T23:55:41.5162009Z   |
2026-06-05T23:55:41.5162870Z 1 | //! Runtime-manifest schema — the typed form of [`docs/MANIFEST.md`].
2026-06-05T23:55:41.5163773Z   |                                                   ^^^^^^^^^^^^^^^^ no item named `docs/MANIFEST.md` in scope
2026-06-05T23:55:41.5164433Z   |
2026-06-05T23:55:41.5164944Z   = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
2026-06-05T23:55:41.5165759Z   = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default
2026-06-05T23:55:41.5166192Z 
2026-06-05T23:55:41.7222809Z warning: `spt-runtime` (lib doc) generated 1 warning
2026-06-05T23:55:41.7223539Z     Finished `dev` profile [unoptimized] target(s) in 12.16s
2026-06-05T23:55:41.7318046Z    Generated /home/david/actions-runner/_work/spt-core/spt-core/target/doc/spt_msg/index.html and 2 other files
2026-06-05T23:55:41.7564975Z xtask site: publish tree assembled at /home/david/actions-runner/_work/_temp/site
2026-06-05T23:55:41.7621203Z ##[group]Run for f in README.md LICENSE-MIT LICENSE-BINARY; do
2026-06-05T23:55:41.7621976Z [36;1mfor f in README.md LICENSE-MIT LICENSE-BINARY; do[0m
2026-06-05T23:55:41.7622560Z [36;1m  local_b64=$(base64 -w0 "releases-repo/$f")[0m
2026-06-05T23:55:41.7623130Z [36;1m  remote_json=$(GH_TOKEN="$RELEASES_TOKEN" gh api \[0m
2026-06-05T23:55:41.7623835Z [36;1m    "repos/SaberMage/spt-releases/contents/$f" 2>/dev/null || echo '{}')[0m
2026-06-05T23:55:41.7624634Z [36;1m  remote_b64=$(echo "$remote_json" | jq -r '.content // ""' | tr -d '\n')[0m
2026-06-05T23:55:41.7625334Z [36;1m  remote_sha=$(echo "$remote_json" | jq -r '.sha // ""')[0m
2026-06-05T23:55:41.7625899Z [36;1m  if [ "$local_b64" != "$remote_b64" ]; then[0m
2026-06-05T23:55:41.7626430Z [36;1m    echo "syncing $f -> spt-releases main"[0m
2026-06-05T23:55:41.7626970Z [36;1m    GH_TOKEN="$RELEASES_TOKEN" gh api -X PUT \[0m
2026-06-05T23:55:41.7627597Z [36;1m      "repos/SaberMage/spt-releases/contents/$f" \[0m
2026-06-05T23:55:41.7628233Z [36;1m      -f message="docs: sync $f from spt-core@${GITHUB_SHA::12}" \[0m
2026-06-05T23:55:41.7628818Z [36;1m      -f content="$local_b64" \[0m
2026-06-05T23:55:41.7629379Z [36;1m      ${remote_sha:+-f sha="$remote_sha"} >/dev/null[0m
2026-06-05T23:55:41.7630189Z [36;1m  else[0m
2026-06-05T23:55:41.7630523Z [36;1m    echo "$f up to date"[0m
2026-06-05T23:55:41.7630903Z [36;1m  fi[0m
2026-06-05T23:55:41.7631206Z [36;1mdone[0m
2026-06-05T23:55:41.7649881Z shell: /usr/bin/bash -e {0}
2026-06-05T23:55:41.7650266Z env:
2026-06-05T23:55:41.7651449Z   RELEASES_TOKEN: ***
2026-06-05T23:55:41.7651798Z ##[endgroup]
2026-06-05T23:55:42.3603126Z /home/david/actions-runner/_work/_temp/d02bacf8-bf99-49d1-963d-3ae20628b7ef.sh: line 5: jq: command not found
2026-06-05T23:55:42.3651869Z /home/david/actions-runner/_work/_temp/d02bacf8-bf99-49d1-963d-3ae20628b7ef.sh: line 6: jq: command not found
2026-06-05T23:55:42.3672670Z ##[error]Process completed with exit code 127.
2026-06-05T23:55:42.3843722Z Post job cleanup.
2026-06-05T23:55:42.5068459Z [command]/usr/bin/git version
2026-06-05T23:55:42.5123791Z git version 2.34.1
2026-06-05T23:55:42.5170236Z Copying '/home/david/.gitconfig' to '/home/david/actions-runner/_work/_temp/bddf259e-b597-44a5-93dc-c7212facebbb/.gitconfig'
2026-06-05T23:55:42.5193423Z Temporarily overriding HOME='/home/david/actions-runner/_work/_temp/bddf259e-b597-44a5-93dc-c7212facebbb' before making global git config changes
2026-06-05T23:55:42.5195109Z Adding repository directory to the temporary git global config as a safe directory
2026-06-05T23:55:42.5201588Z [command]/usr/bin/git config --global --add safe.directory /home/david/actions-runner/_work/spt-core/spt-core
2026-06-05T23:55:42.5249122Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2026-06-05T23:55:42.5294725Z [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-06-05T23:55:42.5538498Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-06-05T23:55:42.5569258Z http.https://github.com/.extraheader
2026-06-05T23:55:42.5583547Z [command]/usr/bin/git config --local --unset-all http.https://github.com/.extraheader
2026-06-05T23:55:42.5627076Z [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-06-05T23:55:42.5869666Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-06-05T23:55:42.5910827Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
2026-06-05T23:55:42.6362125Z Cleaning up orphan processes
