ci(workspace): fix stylua api url and shaderc linking
Some checks failed
CI / Rust Check & Lint (push) Has been cancelled
CI / Rust Tests (push) Has been cancelled
CI / Lua Lint & Format (push) Has been cancelled
CI / LFS Pointer Guard (push) Has been cancelled

This commit is contained in:
Serkyo 2026-08-07 01:07:19 +02:00
parent a34fdf0089
commit b1c78dc1e9
4 changed files with 1583 additions and 5 deletions

View file

@ -28,8 +28,8 @@ jobs:
- name: Cache cargo artifacts - name: Cache cargo artifacts
uses: https://github.com/Swatinem/rust-cache@v2 uses: https://github.com/Swatinem/rust-cache@v2
- name: Install shader compiler - name: Install shader dependencies
run: apt-get update && apt-get install -y libshaderc-dev run: apt-get update && apt-get install -y build-essential cmake python3 ninja-build
- name: Check Rust Formatting - name: Check Rust Formatting
run: cargo fmt --all -- --check run: cargo fmt --all -- --check
@ -53,8 +53,8 @@ jobs:
- name: Cache cargo artifacts - name: Cache cargo artifacts
uses: https://github.com/Swatinem/rust-cache@v2 uses: https://github.com/Swatinem/rust-cache@v2
- name: Install shader compiler - name: Install shader dependencies
run: apt-get update && apt-get install -y libshaderc-dev run: apt-get update && apt-get install -y build-essential cmake python3 ninja-build
- name: Run Tests - name: Run Tests
run: cargo test --workspace --all-features run: cargo test --workspace --all-features
@ -69,8 +69,10 @@ jobs:
- name: Check Lua Formatting - name: Check Lua Formatting
uses: https://github.com/JohnnyMorganz/stylua-action@v4 uses: https://github.com/JohnnyMorganz/stylua-action@v4
env:
GITHUB_API_URL: https://api.github.com
with: with:
token: ${{ secrets.GITHUB_TOKEN }} token: ''
version: latest version: latest
args: --check assets/scripts/ mods/ args: --check assets/scripts/ mods/

112
ci-Lua Lint & Format-20.log Normal file
View file

@ -0,0 +1,112 @@
2026-08-06T23:04:24.2481959Z Runner c2fe832e-4def-4f50-9e45-0e1950a00022 (version:v13.0.0) received task 20 of job 23, triggered by event: push
2026-08-06T23:04:24.2516969Z workflow prepared
2026-08-06T23:04:24.2607053Z 🚀 Start image=node:20-bookworm
2026-08-06T23:04:24.2608023Z The network alias is lua_lint___format (sanitized version of Lua Lint & Format)
2026-08-06T23:04:24.3497042Z Cleaning up network for job Lua Lint & Format, and network name is: WORKFLOW-fc50f0e6ba26690eb19147b18435b243
2026-08-06T23:04:24.3864900Z 🐳 docker create image=node:20-bookworm platform=linux/amd64 entrypoint=["tail" "-f" "/dev/null"] cmd=[] network="WORKFLOW-fc50f0e6ba26690eb19147b18435b243"
2026-08-06T23:04:24.4817578Z 🐳 docker run image=node:20-bookworm platform=linux/amd64 entrypoint=["tail" "-f" "/dev/null"] cmd=[] network="WORKFLOW-fc50f0e6ba26690eb19147b18435b243"
2026-08-06T23:04:24.6961684Z ☁️ git fetch 'https://github.com/actions/checkout' # ref=v4
2026-08-06T23:04:26.0076997Z ☁️ git fetch 'https://github.com/JohnnyMorganz/stylua-action' # ref=v4
2026-08-06T23:04:26.4660490Z ⭐ Run Main Install git-lfs
2026-08-06T23:04:26.4717249Z 🐳 docker exec cmd=[sh /var/run/act/2f8d4ae5748d0473.sh] user= workdir=
2026-08-06T23:04:26.5211859Z 🐳 docker exec cmd=[bash --noprofile --norc -e -o pipefail /var/run/act/workflow/0.sh] user= workdir=
2026-08-06T23:04:26.5984429Z Get:1 http://deb.debian.org/debian bookworm InRelease [151 kB]
2026-08-06T23:04:26.6194251Z Get:2 http://deb.debian.org/debian bookworm-updates InRelease [55.4 kB]
2026-08-06T23:04:26.6283507Z Get:3 http://deb.debian.org/debian-security bookworm-security InRelease [34.8 kB]
2026-08-06T23:04:26.7038707Z Get:4 http://deb.debian.org/debian bookworm/main amd64 Packages [8790 kB]
2026-08-06T23:04:26.7716773Z Get:5 http://deb.debian.org/debian bookworm-updates/main amd64 Packages [6924 B]
2026-08-06T23:04:26.8438649Z Get:6 http://deb.debian.org/debian-security bookworm-security/main amd64 Packages [325 kB]
2026-08-06T23:04:27.6041026Z Fetched 9364 kB in 1s (9167 kB/s)
2026-08-06T23:04:28.1267327Z Reading package lists...
2026-08-06T23:04:28.6542626Z Reading package lists...
2026-08-06T23:04:28.8143322Z Building dependency tree...
2026-08-06T23:04:28.8147268Z Reading state information...
2026-08-06T23:04:28.9673884Z The following NEW packages will be installed:
2026-08-06T23:04:28.9680566Z git-lfs
2026-08-06T23:04:29.0052697Z 0 upgraded, 1 newly installed, 0 to remove and 80 not upgraded.
2026-08-06T23:04:29.0053369Z Need to get 3489 kB of archives.
2026-08-06T23:04:29.0053559Z After this operation, 11.2 MB of additional disk space will be used.
2026-08-06T23:04:29.0053816Z Get:1 http://deb.debian.org/debian bookworm/main amd64 git-lfs amd64 3.3.0-1+deb12u1 [3489 kB]
2026-08-06T23:04:29.1929177Z debconf: delaying package configuration, since apt-utils is not installed
2026-08-06T23:04:29.2390834Z Fetched 3489 kB in 0s (46.0 MB/s)
2026-08-06T23:04:29.2649442Z Selecting previously unselected package git-lfs.
2026-08-06T23:04:29.2838464Z (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 23258 files and directories currently installed.)
2026-08-06T23:04:29.2858848Z Preparing to unpack .../git-lfs_3.3.0-1+deb12u1_amd64.deb ...
2026-08-06T23:04:29.2894877Z Unpacking git-lfs (3.3.0-1+deb12u1) ...
2026-08-06T23:04:29.5611055Z Setting up git-lfs (3.3.0-1+deb12u1) ...
2026-08-06T23:04:29.7997115Z ::add-matcher::/run/act/actions/f5/265c806a668d962239a71fdf0c7cc470d868ad5cefd3235152c7d18e1408e4/dist/problem-matcher.json
2026-08-06T23:04:29.7999367Z Syncing repository: CryoforgeNexus/Synvael
2026-08-06T23:04:29.8003306Z ##[group]Getting Git version info
2026-08-06T23:04:29.8005348Z Working directory is '/workspace/CryoforgeNexus/Synvael'
2026-08-06T23:04:29.8044252Z [command]/usr/bin/git version
2026-08-06T23:04:29.8096083Z git version 2.39.5
2026-08-06T23:04:29.8130772Z ##[endgroup]
2026-08-06T23:04:29.8145392Z Temporarily overriding HOME='/tmp/239df6a6-8fef-4cdd-9f1a-89d4832a16f4' before making global git config changes
2026-08-06T23:04:29.8147112Z Adding repository directory to the temporary git global config as a safe directory
2026-08-06T23:04:29.8153265Z [command]/usr/bin/git config --global --add safe.directory /workspace/CryoforgeNexus/Synvael
2026-08-06T23:04:29.8190810Z Deleting the contents of '/workspace/CryoforgeNexus/Synvael'
2026-08-06T23:04:29.8195197Z ##[group]Initializing the repository
2026-08-06T23:04:29.8209215Z [command]/usr/bin/git init /workspace/CryoforgeNexus/Synvael
2026-08-06T23:04:29.8236317Z hint: Using 'master' as the name for the initial branch. This default branch name
2026-08-06T23:04:29.8238824Z hint: is subject to change. To configure the initial branch name to use in all
2026-08-06T23:04:29.8238943Z hint: of your new repositories, which will suppress this warning, call:
2026-08-06T23:04:29.8239059Z hint:
2026-08-06T23:04:29.8239139Z hint: git config --global init.defaultBranch <name>
2026-08-06T23:04:29.8239215Z hint:
2026-08-06T23:04:29.8239506Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
2026-08-06T23:04:29.8239650Z hint: 'development'. The just-created branch can be renamed via this command:
2026-08-06T23:04:29.8239869Z hint:
2026-08-06T23:04:29.8239965Z hint: git branch -m <name>
2026-08-06T23:04:29.8245800Z Initialized empty Git repository in /workspace/CryoforgeNexus/Synvael/.git/
2026-08-06T23:04:29.8257085Z [command]/usr/bin/git remote add origin https://git.cryoforgenexus.com/CryoforgeNexus/Synvael
2026-08-06T23:04:29.8286120Z ##[endgroup]
2026-08-06T23:04:29.8286664Z ##[group]Disabling automatic garbage collection
2026-08-06T23:04:29.8290624Z [command]/usr/bin/git config --local gc.auto 0
2026-08-06T23:04:29.8316739Z ##[endgroup]
2026-08-06T23:04:29.8316991Z ##[group]Setting up auth
2026-08-06T23:04:29.8325096Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2026-08-06T23:04:29.8368585Z [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-06T23:04:29.8578361Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/git\.cryoforgenexus\.com\/\.extraheader
2026-08-06T23:04:29.8615552Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/git\.cryoforgenexus\.com\/\.extraheader' && git config --local --unset-all 'http.https://git.cryoforgenexus.com/.extraheader' || :"
2026-08-06T23:04:29.8819882Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-08-06T23:04:29.8849394Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
2026-08-06T23:04:29.9045479Z [command]/usr/bin/git config --local http.https://git.cryoforgenexus.com/.extraheader AUTHORIZATION: basic ***
2026-08-06T23:04:29.9079848Z ##[endgroup]
2026-08-06T23:04:29.9080240Z ##[group]Fetching the repository
2026-08-06T23:04:29.9086090Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +a34fdf00892b0d5efec7ac4eb212609930beefbd:refs/remotes/origin/dev
2026-08-06T23:04:30.0815020Z From https://git.cryoforgenexus.com/CryoforgeNexus/Synvael
2026-08-06T23:04:30.0815454Z * [new ref] a34fdf00892b0d5efec7ac4eb212609930beefbd -> origin/dev
2026-08-06T23:04:30.0831898Z ##[endgroup]
2026-08-06T23:04:30.0832178Z ##[group]Determining the checkout info
2026-08-06T23:04:30.0833722Z ##[endgroup]
2026-08-06T23:04:30.0838658Z [command]/usr/bin/git sparse-checkout disable
2026-08-06T23:04:30.0869781Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig
2026-08-06T23:04:30.0890350Z ##[group]Checking out the ref
2026-08-06T23:04:30.0894131Z [command]/usr/bin/git checkout --progress --force -B dev refs/remotes/origin/dev
2026-08-06T23:04:30.1010652Z Switched to a new branch 'dev'
2026-08-06T23:04:30.1010960Z branch 'dev' set up to track 'origin/dev'.
2026-08-06T23:04:30.1011586Z ##[endgroup]
2026-08-06T23:04:30.1037605Z [command]/usr/bin/git log -1 --format=%H
2026-08-06T23:04:30.1054706Z a34fdf00892b0d5efec7ac4eb212609930beefbd
2026-08-06T23:04:30.1072046Z ::remove-matcher owner=checkout-git::
2026-08-06T23:04:30.3574930Z ::error::GetUserByName: "user redirect does not exist [name: johnnymorganz]"
2026-08-06T23:04:30.3782421Z ⚙️ [runner]: exitcode '1': failure
2026-08-06T23:04:30.3826270Z ⭐ Run Post https://github.com/actions/checkout@v4
2026-08-06T23:04:30.3858801Z 🐳 docker exec cmd=[node /var/run/act/actions/f5/265c806a668d962239a71fdf0c7cc470d868ad5cefd3235152c7d18e1408e4/dist/index.js] user= workdir=
2026-08-06T23:04:30.5451346Z [command]/usr/bin/git version
2026-08-06T23:04:30.5501308Z git version 2.39.5
2026-08-06T23:04:30.5543492Z ⚙ ***
2026-08-06T23:04:30.5563457Z Temporarily overriding HOME='/tmp/c51e6364-2fad-4ac3-ae3f-5362235cd034' before making global git config changes
2026-08-06T23:04:30.5567152Z Adding repository directory to the temporary git global config as a safe directory
2026-08-06T23:04:30.5574328Z [command]/usr/bin/git config --global --add safe.directory /workspace/CryoforgeNexus/Synvael
2026-08-06T23:04:30.5615121Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2026-08-06T23:04:30.5655165Z [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-06T23:04:30.5948001Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/git\.cryoforgenexus\.com\/\.extraheader
2026-08-06T23:04:30.5971864Z http.https://git.cryoforgenexus.com/.extraheader
2026-08-06T23:04:30.5984469Z [command]/usr/bin/git config --local --unset-all http.https://git.cryoforgenexus.com/.extraheader
2026-08-06T23:04:30.6017157Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/git\.cryoforgenexus\.com\/\.extraheader' && git config --local --unset-all 'http.https://git.cryoforgenexus.com/.extraheader' || :"
2026-08-06T23:04:30.6272592Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-08-06T23:04:30.6305373Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
2026-08-06T23:04:30.6613872Z ✅ Success - Post https://github.com/actions/checkout@v4
2026-08-06T23:04:30.6767572Z 🏁 Job failed
2026-08-06T23:04:30.8684018Z Job 'Lua Lint & Format' failed

742
ci-Rust Check & Lint-18.log Normal file
View file

@ -0,0 +1,742 @@
2026-08-06T22:51:10.2529868Z Runner c2fe832e-4def-4f50-9e45-0e1950a00022 (version:v13.0.0) received task 18 of job 21, triggered by event: push
2026-08-06T22:51:10.2576187Z workflow prepared
2026-08-06T22:51:10.2669161Z 🚀 Start image=node:20-bookworm
2026-08-06T22:51:10.2670484Z The network alias is rust_check___lint (sanitized version of Rust Check & Lint)
2026-08-06T22:51:10.3578384Z Cleaning up network for job Rust Check & Lint, and network name is: WORKFLOW-4324040613ec4ec5248668d01b653b6c
2026-08-06T22:51:10.3880266Z 🐳 docker create image=node:20-bookworm platform=linux/amd64 entrypoint=["tail" "-f" "/dev/null"] cmd=[] network="WORKFLOW-4324040613ec4ec5248668d01b653b6c"
2026-08-06T22:51:10.4783789Z 🐳 docker run image=node:20-bookworm platform=linux/amd64 entrypoint=["tail" "-f" "/dev/null"] cmd=[] network="WORKFLOW-4324040613ec4ec5248668d01b653b6c"
2026-08-06T22:51:10.6768949Z ☁️ git fetch 'https://github.com/actions/checkout' # ref=v4
2026-08-06T22:51:11.2230518Z ☁️ git fetch 'https://github.com/dtolnay/rust-toolchain' # ref=stable
2026-08-06T22:51:11.6952936Z ⭐ Run Pre Install Rust toolchain
2026-08-06T22:51:11.6982343Z ✅ Success - Pre Install Rust toolchain
2026-08-06T22:51:11.7101217Z ☁️ git fetch 'https://github.com/Swatinem/rust-cache' # ref=v2
2026-08-06T22:51:12.4271049Z ⭐ Run Main Install git-lfs
2026-08-06T22:51:12.4341317Z 🐳 docker exec cmd=[sh /var/run/act/b872c6c6a35f5f21.sh] user= workdir=
2026-08-06T22:51:12.4796572Z 🐳 docker exec cmd=[bash --noprofile --norc -e -o pipefail /var/run/act/workflow/0.sh] user= workdir=
2026-08-06T22:51:12.5674005Z Get:1 http://deb.debian.org/debian bookworm InRelease [151 kB]
2026-08-06T22:51:12.5891993Z Get:2 http://deb.debian.org/debian bookworm-updates InRelease [55.4 kB]
2026-08-06T22:51:12.5985212Z Get:3 http://deb.debian.org/debian-security bookworm-security InRelease [34.8 kB]
2026-08-06T22:51:12.6741670Z Get:4 http://deb.debian.org/debian bookworm/main amd64 Packages [8790 kB]
2026-08-06T22:51:12.7374566Z Get:5 http://deb.debian.org/debian bookworm-updates/main amd64 Packages [6924 B]
2026-08-06T22:51:12.7736246Z Get:6 http://deb.debian.org/debian-security bookworm-security/main amd64 Packages [325 kB]
2026-08-06T22:51:13.5682242Z Fetched 9364 kB in 1s (9208 kB/s)
2026-08-06T22:51:14.1794737Z Reading package lists...
2026-08-06T22:51:14.7315187Z Reading package lists...
2026-08-06T22:51:14.9127995Z Building dependency tree...
2026-08-06T22:51:14.9130475Z Reading state information...
2026-08-06T22:51:15.0658019Z The following NEW packages will be installed:
2026-08-06T22:51:15.0677894Z git-lfs
2026-08-06T22:51:15.1025617Z 0 upgraded, 1 newly installed, 0 to remove and 80 not upgraded.
2026-08-06T22:51:15.1026270Z Need to get 3489 kB of archives.
2026-08-06T22:51:15.1026769Z After this operation, 11.2 MB of additional disk space will be used.
2026-08-06T22:51:15.1026907Z Get:1 http://deb.debian.org/debian bookworm/main amd64 git-lfs amd64 3.3.0-1+deb12u1 [3489 kB]
2026-08-06T22:51:15.2778266Z debconf: delaying package configuration, since apt-utils is not installed
2026-08-06T22:51:15.3077465Z Fetched 3489 kB in 0s (48.2 MB/s)
2026-08-06T22:51:15.3278634Z Selecting previously unselected package git-lfs.
2026-08-06T22:51:15.3400132Z (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 23258 files and directories currently installed.)
2026-08-06T22:51:15.3416217Z Preparing to unpack .../git-lfs_3.3.0-1+deb12u1_amd64.deb ...
2026-08-06T22:51:15.3438870Z Unpacking git-lfs (3.3.0-1+deb12u1) ...
2026-08-06T22:51:15.6176628Z Setting up git-lfs (3.3.0-1+deb12u1) ...
2026-08-06T22:51:15.8602977Z ::add-matcher::/run/act/actions/6b/b9191394ef04da2fe5e24076808933a198941d4cd0c18fe4173dfa5ecccbc7/dist/problem-matcher.json
2026-08-06T22:51:15.8608683Z Syncing repository: CryoforgeNexus/Synvael
2026-08-06T22:51:15.8614927Z ##[group]Getting Git version info
2026-08-06T22:51:15.8618232Z Working directory is '/workspace/CryoforgeNexus/Synvael'
2026-08-06T22:51:15.8658359Z [command]/usr/bin/git version
2026-08-06T22:51:15.8708081Z git version 2.39.5
2026-08-06T22:51:15.8759868Z [command]/usr/bin/git lfs version
2026-08-06T22:51:15.8821966Z git-lfs/3.3.0 (GitHub; linux amd64; go 1.19.8)
2026-08-06T22:51:15.8837275Z ##[endgroup]
2026-08-06T22:51:15.8858159Z Temporarily overriding HOME='/tmp/321d4652-e621-450e-8e9e-96c95977e247' before making global git config changes
2026-08-06T22:51:15.8859473Z Adding repository directory to the temporary git global config as a safe directory
2026-08-06T22:51:15.8873243Z [command]/usr/bin/git config --global --add safe.directory /workspace/CryoforgeNexus/Synvael
2026-08-06T22:51:15.8906286Z Deleting the contents of '/workspace/CryoforgeNexus/Synvael'
2026-08-06T22:51:15.8910772Z ##[group]Initializing the repository
2026-08-06T22:51:15.8914466Z [command]/usr/bin/git init /workspace/CryoforgeNexus/Synvael
2026-08-06T22:51:15.8943365Z hint: Using 'master' as the name for the initial branch. This default branch name
2026-08-06T22:51:15.8943652Z hint: is subject to change. To configure the initial branch name to use in all
2026-08-06T22:51:15.8943807Z hint: of your new repositories, which will suppress this warning, call:
2026-08-06T22:51:15.8944189Z hint:
2026-08-06T22:51:15.8944332Z hint: git config --global init.defaultBranch <name>
2026-08-06T22:51:15.8944650Z hint:
2026-08-06T22:51:15.8944739Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
2026-08-06T22:51:15.8945129Z hint: 'development'. The just-created branch can be renamed via this command:
2026-08-06T22:51:15.8945232Z hint:
2026-08-06T22:51:15.8945311Z hint: git branch -m <name>
2026-08-06T22:51:15.8957279Z Initialized empty Git repository in /workspace/CryoforgeNexus/Synvael/.git/
2026-08-06T22:51:15.8960807Z [command]/usr/bin/git remote add origin https://git.cryoforgenexus.com/CryoforgeNexus/Synvael
2026-08-06T22:51:15.8991122Z ##[endgroup]
2026-08-06T22:51:15.8991406Z ##[group]Disabling automatic garbage collection
2026-08-06T22:51:15.8995297Z [command]/usr/bin/git config --local gc.auto 0
2026-08-06T22:51:15.9019856Z ##[endgroup]
2026-08-06T22:51:15.9020124Z ##[group]Setting up auth
2026-08-06T22:51:15.9025937Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2026-08-06T22:51:15.9049644Z [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-06T22:51:15.9289581Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/git\.cryoforgenexus\.com\/\.extraheader
2026-08-06T22:51:15.9318057Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/git\.cryoforgenexus\.com\/\.extraheader' && git config --local --unset-all 'http.https://git.cryoforgenexus.com/.extraheader' || :"
2026-08-06T22:51:15.9561879Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-08-06T22:51:15.9600619Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
2026-08-06T22:51:15.9841597Z [command]/usr/bin/git config --local http.https://git.cryoforgenexus.com/.extraheader AUTHORIZATION: basic ***
2026-08-06T22:51:15.9879934Z ##[endgroup]
2026-08-06T22:51:15.9884758Z [command]/usr/bin/git lfs install --local
2026-08-06T22:51:16.0153349Z Updated Git hooks.
2026-08-06T22:51:16.0153739Z Git LFS initialized.
2026-08-06T22:51:16.0163582Z ##[group]Fetching the repository
2026-08-06T22:51:16.0175129Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +a34fdf00892b0d5efec7ac4eb212609930beefbd:refs/remotes/origin/dev
2026-08-06T22:51:16.1354294Z From https://git.cryoforgenexus.com/CryoforgeNexus/Synvael
2026-08-06T22:51:16.1354718Z * [new ref] a34fdf00892b0d5efec7ac4eb212609930beefbd -> origin/dev
2026-08-06T22:51:16.1379200Z ##[endgroup]
2026-08-06T22:51:16.1379731Z ##[group]Determining the checkout info
2026-08-06T22:51:16.1382014Z ##[endgroup]
2026-08-06T22:51:16.1382288Z ##[group]Fetching LFS objects
2026-08-06T22:51:16.1388699Z [command]/usr/bin/git lfs fetch origin refs/remotes/origin/dev
2026-08-06T22:51:16.1581190Z fetch: Fetching reference refs/remotes/origin/dev
2026-08-06T22:51:16.1671863Z ##[endgroup]
2026-08-06T22:51:16.1688420Z [command]/usr/bin/git sparse-checkout disable
2026-08-06T22:51:16.1730931Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig
2026-08-06T22:51:16.1768205Z ##[group]Checking out the ref
2026-08-06T22:51:16.1768454Z [command]/usr/bin/git checkout --progress --force -B dev refs/remotes/origin/dev
2026-08-06T22:51:16.1887120Z Switched to a new branch 'dev'
2026-08-06T22:51:16.1888608Z branch 'dev' set up to track 'origin/dev'.
2026-08-06T22:51:16.2074817Z ##[endgroup]
2026-08-06T22:51:16.2114957Z [command]/usr/bin/git log -1 --format=%H
2026-08-06T22:51:16.2138365Z a34fdf00892b0d5efec7ac4eb212609930beefbd
2026-08-06T22:51:16.2154342Z ::remove-matcher owner=checkout-git::
2026-08-06T22:51:16.6288744Z info: downloading installer
2026-08-06T22:51:16.8841898Z warn: It looks like you have an existing rustup settings file at:
2026-08-06T22:51:16.8842275Z warn: /root/.rustup/settings.toml
2026-08-06T22:51:16.8842576Z warn: Rustup will install the default toolchain as specified in the settings file,
2026-08-06T22:51:16.8842718Z warn: instead of the one inferred from the default host triple.
2026-08-06T22:51:16.8973721Z info: profile set to default
2026-08-06T22:51:16.8974013Z info: default host triple is x86_64-unknown-linux-gnu
2026-08-06T22:51:16.8974124Z info: skipping toolchain installation
2026-08-06T22:51:16.8974232Z
2026-08-06T22:51:16.8974705Z
2026-08-06T22:51:16.8976282Z Rust is installed now. Great!
2026-08-06T22:51:16.8976542Z
2026-08-06T22:51:16.8976627Z To get started you may need to restart your current shell.
2026-08-06T22:51:16.8976737Z This would reload your PATH environment variable to include
2026-08-06T22:51:16.8976838Z Cargo's bin directory ($HOME/.cargo/bin).
2026-08-06T22:51:16.8976932Z
2026-08-06T22:51:16.8977009Z To configure your current shell, you need to source
2026-08-06T22:51:16.8977092Z the corresponding env file under $HOME/.cargo.
2026-08-06T22:51:16.8977196Z
2026-08-06T22:51:16.8977269Z This is usually done by running one of the following (note the leading DOT):
2026-08-06T22:51:16.8977361Z . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
2026-08-06T22:51:16.8977453Z source "$HOME/.cargo/env.fish" # For fish
2026-08-06T22:51:16.8977538Z source "~/.cargo/env.nu" # For nushell
2026-08-06T22:51:16.8977646Z source "$HOME/.cargo/env.tcsh" # For tcsh
2026-08-06T22:51:16.8977722Z . "$HOME/.cargo/env.ps1" # For pwsh
2026-08-06T22:51:16.8977815Z source "$HOME/.cargo/env.xsh" # For xonsh
2026-08-06T22:51:17.0061914Z info: syncing channel updates for stable-x86_64-unknown-linux-gnu
2026-08-06T22:51:17.1514638Z info: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14)
2026-08-06T22:51:17.1515254Z info: downloading 5 components
2026-08-06T22:51:27.5382718Z
2026-08-06T22:51:27.5470431Z stable-x86_64-unknown-linux-gnu installed - rustc 1.97.1 (8bab26f4f 2026-07-14)
2026-08-06T22:51:27.5471049Z
2026-08-06T22:51:27.5479763Z info: default toolchain set to stable-x86_64-unknown-linux-gnu
2026-08-06T22:51:27.6889166Z info: using existing install for stable-x86_64-unknown-linux-gnu
2026-08-06T22:51:27.6909062Z info: default toolchain set to stable-x86_64-unknown-linux-gnu
2026-08-06T22:51:27.6910212Z
2026-08-06T22:51:27.6974491Z stable-x86_64-unknown-linux-gnu unchanged - rustc 1.97.1 (8bab26f4f 2026-07-14)
2026-08-06T22:51:27.6974781Z
2026-08-06T22:51:28.3708426Z rustc 1.97.1 (8bab26f4f 2026-07-14)
2026-08-06T22:51:28.3709075Z binary: rustc
2026-08-06T22:51:28.3709196Z commit-hash: 8bab26f4f68e0e26f0bb7960be334d5b520ea452
2026-08-06T22:51:28.3709312Z commit-date: 2026-07-14
2026-08-06T22:51:28.3709395Z host: x86_64-unknown-linux-gnu
2026-08-06T22:51:28.3709489Z release: 1.97.1
2026-08-06T22:51:28.3711422Z LLVM version: 22.1.6
2026-08-06T22:51:28.9163758Z ##[group]Cache Configuration
2026-08-06T22:51:28.9165870Z Cache Provider:
2026-08-06T22:51:28.9168207Z github
2026-08-06T22:51:28.9169800Z Workspaces:
2026-08-06T22:51:28.9172580Z /workspace/CryoforgeNexus/Synvael
2026-08-06T22:51:28.9175757Z Cache Paths:
2026-08-06T22:51:28.9175936Z /root/.cargo/bin
2026-08-06T22:51:28.9176082Z /root/.cargo/.crates.toml
2026-08-06T22:51:28.9176164Z /root/.cargo/.crates2.json
2026-08-06T22:51:28.9176245Z /root/.cargo/registry
2026-08-06T22:51:28.9176516Z /root/.cargo/git
2026-08-06T22:51:28.9176607Z /workspace/CryoforgeNexus/Synvael/target
2026-08-06T22:51:28.9176702Z Restore Key:
2026-08-06T22:51:28.9176776Z v0-rust-rust-lint-Linux-x64-8b57f1cb
2026-08-06T22:51:28.9176856Z Cache Key:
2026-08-06T22:51:28.9176936Z v0-rust-rust-lint-Linux-x64-8b57f1cb-0b9fe510
2026-08-06T22:51:28.9177020Z .. Prefix:
2026-08-06T22:51:28.9177096Z - v0-rust-rust-lint-Linux-x64
2026-08-06T22:51:28.9178121Z .. Environment considered:
2026-08-06T22:51:28.9178614Z - Rust Versions:
2026-08-06T22:51:28.9178739Z - 1.97.1 x86_64-unknown-linux-gnu 8bab26f4f68e0e26f0bb7960be334d5b520ea452
2026-08-06T22:51:28.9178866Z - CARGO_HOME
2026-08-06T22:51:28.9178946Z - CARGO_INCREMENTAL
2026-08-06T22:51:28.9179018Z - CARGO_TERM_COLOR
2026-08-06T22:51:28.9179088Z .. Lockfiles considered:
2026-08-06T22:51:28.9179160Z - /workspace/CryoforgeNexus/Synvael/Cargo.lock
2026-08-06T22:51:28.9179839Z - /workspace/CryoforgeNexus/Synvael/crates/client/Cargo.toml
2026-08-06T22:51:28.9179965Z - /workspace/CryoforgeNexus/Synvael/crates/net/Cargo.toml
2026-08-06T22:51:28.9180047Z - /workspace/CryoforgeNexus/Synvael/crates/renderer/Cargo.toml
2026-08-06T22:51:28.9180448Z - /workspace/CryoforgeNexus/Synvael/crates/scripting/Cargo.toml
2026-08-06T22:51:28.9180550Z - /workspace/CryoforgeNexus/Synvael/crates/server/Cargo.toml
2026-08-06T22:51:28.9180631Z - /workspace/CryoforgeNexus/Synvael/crates/shared/Cargo.toml
2026-08-06T22:51:28.9180848Z ##[endgroup]
2026-08-06T22:51:28.9180936Z
2026-08-06T22:51:28.9181270Z ... Restoring cache ...
2026-08-06T22:56:06.9704715Z ::warning::Failed to restore: getCacheEntry failed: connect ETIMEDOUT 172.18.0.4:46827
2026-08-06T22:56:06.9707015Z No cache found.
2026-08-06T22:56:07.1486160Z Hit:1 http://deb.debian.org/debian bookworm InRelease
2026-08-06T22:56:07.1500569Z Hit:2 http://deb.debian.org/debian bookworm-updates InRelease
2026-08-06T22:56:07.1571091Z Hit:3 http://deb.debian.org/debian-security bookworm-security InRelease
2026-08-06T22:56:07.7808192Z Reading package lists...
2026-08-06T22:56:08.3374198Z Reading package lists...
2026-08-06T22:56:08.5144992Z Building dependency tree...
2026-08-06T22:56:08.5162078Z Reading state information...
2026-08-06T22:56:08.6393744Z The following additional packages will be installed:
2026-08-06T22:56:08.6398329Z glslang-dev libshaderc1 spirv-headers spirv-tools
2026-08-06T22:56:08.6404562Z Suggested packages:
2026-08-06T22:56:08.6404781Z glslang-tools
2026-08-06T22:56:08.7119702Z The following NEW packages will be installed:
2026-08-06T22:56:08.7132818Z glslang-dev libshaderc-dev libshaderc1 spirv-headers spirv-tools
2026-08-06T22:56:08.7549299Z 0 upgraded, 5 newly installed, 0 to remove and 80 not upgraded.
2026-08-06T22:56:08.7549741Z Need to get 6685 kB of archives.
2026-08-06T22:56:08.7549854Z After this operation, 48.2 MB of additional disk space will be used.
2026-08-06T22:56:08.7549962Z Get:1 http://deb.debian.org/debian bookworm/main amd64 spirv-tools amd64 2023.1-2 [3729 kB]
2026-08-06T22:56:08.8096907Z Get:2 http://deb.debian.org/debian bookworm/main amd64 glslang-dev amd64 12.0.0-2 [1309 kB]
2026-08-06T22:56:08.8221427Z Get:3 http://deb.debian.org/debian bookworm/main amd64 libshaderc1 amd64 2023.2-1 [1472 kB]
2026-08-06T22:56:08.8463747Z Get:4 http://deb.debian.org/debian bookworm/main amd64 spirv-headers all 1.6.1+1.3.239.0-1 [108 kB]
2026-08-06T22:56:08.8471824Z Get:5 http://deb.debian.org/debian bookworm/main amd64 libshaderc-dev amd64 2023.2-1 [66.8 kB]
2026-08-06T22:56:08.9682361Z debconf: delaying package configuration, since apt-utils is not installed
2026-08-06T22:56:08.9977184Z Fetched 6685 kB in 0s (54.2 MB/s)
2026-08-06T22:56:09.0174361Z Selecting previously unselected package spirv-tools.
2026-08-06T22:56:09.0303577Z (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 23308 files and directories currently installed.)
2026-08-06T22:56:09.0315523Z Preparing to unpack .../spirv-tools_2023.1-2_amd64.deb ...
2026-08-06T22:56:09.0340858Z Unpacking spirv-tools (2023.1-2) ...
2026-08-06T22:56:09.2869264Z Selecting previously unselected package glslang-dev:amd64.
2026-08-06T22:56:09.2897383Z Preparing to unpack .../glslang-dev_12.0.0-2_amd64.deb ...
2026-08-06T22:56:09.2918000Z Unpacking glslang-dev:amd64 (12.0.0-2) ...
2026-08-06T22:56:09.4182508Z Selecting previously unselected package libshaderc1:amd64.
2026-08-06T22:56:09.4220913Z Preparing to unpack .../libshaderc1_2023.2-1_amd64.deb ...
2026-08-06T22:56:09.4254502Z Unpacking libshaderc1:amd64 (2023.2-1) ...
2026-08-06T22:56:09.5488242Z Selecting previously unselected package spirv-headers.
2026-08-06T22:56:09.5499300Z Preparing to unpack .../spirv-headers_1.6.1+1.3.239.0-1_all.deb ...
2026-08-06T22:56:09.5520435Z Unpacking spirv-headers (1.6.1+1.3.239.0-1) ...
2026-08-06T22:56:09.5959029Z Selecting previously unselected package libshaderc-dev:amd64.
2026-08-06T22:56:09.5973490Z Preparing to unpack .../libshaderc-dev_2023.2-1_amd64.deb ...
2026-08-06T22:56:09.5997580Z Unpacking libshaderc-dev:amd64 (2023.2-1) ...
2026-08-06T22:56:09.6329429Z Setting up spirv-headers (1.6.1+1.3.239.0-1) ...
2026-08-06T22:56:09.6377695Z Setting up spirv-tools (2023.1-2) ...
2026-08-06T22:56:09.6424279Z Setting up libshaderc1:amd64 (2023.2-1) ...
2026-08-06T22:56:09.6471260Z Setting up glslang-dev:amd64 (12.0.0-2) ...
2026-08-06T22:56:09.6517624Z Setting up libshaderc-dev:amd64 (2023.2-1) ...
2026-08-06T22:56:09.6564914Z Processing triggers for libc-bin (2.36-9+deb12u13) ...
2026-08-06T22:56:10.3042757Z  Updating crates.io index
2026-08-06T22:56:13.2375827Z  Downloading crates ...
2026-08-06T22:56:13.3274466Z  Downloaded shaderc v0.10.1
2026-08-06T22:56:13.3325212Z  Downloaded shlex v2.0.1
2026-08-06T22:56:13.3340627Z  Downloaded ab_glyph v0.2.32
2026-08-06T22:56:13.3365045Z  Downloaded sharded-slab v0.1.7
2026-08-06T22:56:13.3415723Z  Downloaded thread_local v1.1.10
2026-08-06T22:56:13.3434715Z  Downloaded time-core v0.1.9
2026-08-06T22:56:13.3469252Z  Downloaded siphasher v1.0.3
2026-08-06T22:56:13.3497402Z  Downloaded thiserror v2.0.18
2026-08-06T22:56:13.3614472Z  Downloaded smol_str v0.2.2
2026-08-06T22:56:13.3637871Z  Downloaded thiserror-impl v1.0.69
2026-08-06T22:56:13.3679819Z  Downloaded thiserror-impl v2.0.18
2026-08-06T22:56:13.3701118Z  Downloaded synstructure v0.13.2
2026-08-06T22:56:13.3717631Z  Downloaded smallvec v1.15.2
2026-08-06T22:56:13.3741041Z  Downloaded thiserror v1.0.69
2026-08-06T22:56:13.3856047Z  Downloaded tinyvec_macros v0.1.1
2026-08-06T22:56:13.3884099Z  Downloaded strict-num v0.1.1
2026-08-06T22:56:13.3910223Z  Downloaded time-macros v0.2.31
2026-08-06T22:56:13.3984927Z  Downloaded arrayref v0.3.9
2026-08-06T22:56:13.4012898Z  Downloaded assert_type_match v0.1.1
2026-08-06T22:56:13.4088417Z  Downloaded spin v0.9.8
2026-08-06T22:56:13.4131540Z  Downloaded spin v0.10.0
2026-08-06T22:56:13.4187392Z  Downloaded tempfile v3.27.0
2026-08-06T22:56:13.4238093Z  Downloaded subtle v2.6.1
2026-08-06T22:56:13.4250508Z  Downloaded toml_datetime v1.1.1+spec-1.1.0
2026-08-06T22:56:13.4265778Z  Downloaded tracing-log v0.2.0
2026-08-06T22:56:13.4278950Z  Downloaded wayland-csd-frame v0.3.0
2026-08-06T22:56:13.4288279Z  Downloaded wayland-cursor v0.31.14
2026-08-06T22:56:13.4297317Z  Downloaded toml_parser v1.1.2+spec-1.1.0
2026-08-06T22:56:13.4319628Z  Downloaded version_check v0.9.5
2026-08-06T22:56:13.4331705Z  Downloaded wayland-sys v0.31.11
2026-08-06T22:56:13.4343347Z  Downloaded xcursor v0.3.10
2026-08-06T22:56:13.4351649Z  Downloaded zmij v1.0.21
2026-08-06T22:56:13.4369376Z  Downloaded zstd v0.13.3
2026-08-06T22:56:13.4396645Z  Downloaded ab_glyph_rasterizer v0.1.10
2026-08-06T22:56:13.4408045Z  Downloaded bevy_ecs_macro_logic v0.19.0
2026-08-06T22:56:13.4419565Z  Downloaded tokio-macros v2.7.0
2026-08-06T22:56:13.4430746Z  Downloaded unicode-xid v0.2.6
2026-08-06T22:56:13.4442846Z  Downloaded allocator-api2 v0.2.21
2026-08-06T22:56:13.4468260Z  Downloaded stable_deref_trait v1.2.1
2026-08-06T22:56:13.4477686Z  Downloaded as-raw-xcb-connection v1.0.1
2026-08-06T22:56:13.4487207Z  Downloaded asn1-rs-impl v0.2.0
2026-08-06T22:56:13.4494430Z  Downloaded atomic-waker v1.1.2
2026-08-06T22:56:13.4506300Z  Downloaded rustc_version v0.4.1
2026-08-06T22:56:13.4519380Z  Downloaded socket2 v0.6.4
2026-08-06T22:56:13.4537785Z  Downloaded tiny-skia-path v0.11.4
2026-08-06T22:56:13.4563286Z  Downloaded tracing-attributes v0.1.31
2026-08-06T22:56:13.4595192Z  Downloaded untrusted v0.9.0
2026-08-06T22:56:13.4611331Z  Downloaded variadics_please v1.1.0
2026-08-06T22:56:13.4627485Z  Downloaded yasna v0.6.0
2026-08-06T22:56:13.4648832Z  Downloaded zeroize v1.9.0
2026-08-06T22:56:13.4663657Z  Downloaded arrayvec v0.7.8
2026-08-06T22:56:13.4683562Z  Downloaded asn1-rs-derive v0.6.0
2026-08-06T22:56:13.4694577Z  Downloaded async-executor v1.14.0
2026-08-06T22:56:13.4713087Z  Downloaded autocfg v1.5.1
2026-08-06T22:56:13.4732744Z  Downloaded xkbcommon-dl v0.4.2
2026-08-06T22:56:13.4743679Z  Downloaded gethostname v1.1.0
2026-08-06T22:56:13.4754081Z  Downloaded polling v3.11.0
2026-08-06T22:56:13.4784878Z  Downloaded slab v0.4.12
2026-08-06T22:56:13.4797626Z  Downloaded tinyvec v1.12.0
2026-08-06T22:56:13.4823585Z  Downloaded tracing-core v0.1.36
2026-08-06T22:56:13.4852147Z  Downloaded wayland-client v0.31.14
2026-08-06T22:56:13.4871660Z  Downloaded wayland-protocols-plasma v0.3.12
2026-08-06T22:56:13.4918517Z  Downloaded wayland-protocols-wlr v0.3.12
2026-08-06T22:56:13.4938506Z  Downloaded ash-window v0.13.0
2026-08-06T22:56:13.4952434Z  Downloaded async-task v4.7.1
2026-08-06T22:56:13.4981124Z  Downloaded futures-core v0.3.32
2026-08-06T22:56:13.4994957Z  Downloaded lock_api v0.4.14
2026-08-06T22:56:13.5007890Z  Downloaded slotmap v1.1.1
2026-08-06T22:56:13.5029503Z  Downloaded uuid v1.23.4
2026-08-06T22:56:13.5060683Z  Downloaded unicode-ident v1.0.24
2026-08-06T22:56:13.5088201Z  Downloaded wayland-scanner v0.31.10
2026-08-06T22:56:13.5107156Z  Downloaded x11-dl v2.21.0
2026-08-06T22:56:13.5137172Z  Downloaded zstd-safe v7.2.4
2026-08-06T22:56:13.5150829Z  Downloaded ahash v0.8.12
2026-08-06T22:56:13.5172889Z  Downloaded futures-lite v2.6.1
2026-08-06T22:56:13.5188567Z  Downloaded getrandom v0.2.17
2026-08-06T22:56:13.5218798Z  Downloaded libloading v0.8.9
2026-08-06T22:56:13.5242182Z  Downloaded num-conv v0.2.2
2026-08-06T22:56:13.5250875Z  Downloaded pin-project-lite v0.2.17
2026-08-06T22:56:13.5307030Z  Downloaded rustc-hash v2.1.3
2026-08-06T22:56:13.5319708Z  Downloaded smithay-client-toolkit v0.19.2
2026-08-06T22:56:13.5380783Z  Downloaded toml_edit v0.25.12+spec-1.1.0
2026-08-06T22:56:13.5418837Z  Downloaded unicode-segmentation v1.13.3
2026-08-06T22:56:13.5446685Z  Downloaded x509-parser v0.18.1
2026-08-06T22:56:13.5499940Z  Downloaded xkeysym v0.2.1
2026-08-06T22:56:13.5524753Z  Downloaded anyhow v1.0.103
2026-08-06T22:56:13.5561690Z  Downloaded base64 v0.22.1
2026-08-06T22:56:13.5601095Z  Downloaded lazy_static v1.5.0
2026-08-06T22:56:13.5616246Z  Downloaded memmap2 v0.9.11
2026-08-06T22:56:13.5634005Z  Downloaded owned_ttf_parser v0.25.1
2026-08-06T22:56:13.5644479Z  Downloaded sysinfo v0.33.1
2026-08-06T22:56:13.5743171Z  Downloaded typeid v1.0.3
2026-08-06T22:56:13.5753394Z  Downloaded wayland-backend v0.3.15
2026-08-06T22:56:13.5790424Z  Downloaded wgpu-types v29.0.4
2026-08-06T22:56:13.5826739Z  Downloaded asn1-rs v0.7.2
2026-08-06T22:56:13.5900465Z  Downloaded indexmap v2.14.0
2026-08-06T22:56:13.5946682Z  Downloaded num-bigint v0.4.8
2026-08-06T22:56:13.5992438Z  Downloaded tiny-skia v0.11.4
2026-08-06T22:56:13.6114761Z  Downloaded tracing-subscriber v0.3.23
2026-08-06T22:56:13.6192499Z  Downloaded ttf-parser v0.25.1
2026-08-06T22:56:13.6279466Z  Downloaded wayland-protocols v0.32.13
2026-08-06T22:56:13.6352323Z  Downloaded aho-corasick v1.1.4
2026-08-06T22:56:13.6400737Z  Downloaded nom v7.1.3
2026-08-06T22:56:13.6449062Z  Downloaded openssl-probe v0.2.1
2026-08-06T22:56:13.6460237Z  Downloaded pkg-config v0.3.33
2026-08-06T22:56:13.6475096Z  Downloaded rand_core v0.6.4
2026-08-06T22:56:13.6487932Z  Downloaded rusticata-macros v4.1.0
2026-08-06T22:56:13.6501636Z  Downloaded time v0.3.53
2026-08-06T22:56:13.6629019Z  Downloaded winnow v1.0.3
2026-08-06T22:56:13.6725964Z  Downloaded x11rb v0.13.2
2026-08-06T22:56:13.6807027Z  Downloaded aws-lc-rs v1.17.1
2026-08-06T22:56:13.6913998Z  Downloaded bit-vec v0.9.1
2026-08-06T22:56:13.6937714Z  Downloaded cpufeatures v0.3.0
2026-08-06T22:56:13.6957805Z  Downloaded itoa v1.0.18
2026-08-06T22:56:13.6966455Z  Downloaded link-cplusplus v1.0.12
2026-08-06T22:56:13.6979783Z  Downloaded syn v2.0.118
2026-08-06T22:56:13.7075966Z  Downloaded zerocopy v0.8.54
2026-08-06T22:56:13.7285399Z  Downloaded getrandom v0.4.3
2026-08-06T22:56:13.7326953Z  Downloaded gpu-allocator v0.28.0
2026-08-06T22:56:13.7353764Z  Downloaded libm v0.2.16
2026-08-06T22:56:13.7459980Z  Downloaded log v0.4.33
2026-08-06T22:56:13.7488787Z  Downloaded quote v1.0.46
2026-08-06T22:56:13.7513092Z  Downloaded hash32 v0.2.1
2026-08-06T22:56:13.7527444Z  Downloaded lru v0.18.1
2026-08-06T22:56:13.7540166Z  Downloaded matchers v0.2.0
2026-08-06T22:56:13.7552914Z  Downloaded memchr v2.8.3
2026-08-06T22:56:13.7610734Z  Downloaded nonmax v0.5.5
2026-08-06T22:56:13.7621360Z  Downloaded ash v0.38.0+1.3.281
2026-08-06T22:56:13.7760192Z  Downloaded cfg-if v1.0.4
2026-08-06T22:56:13.7771332Z  Downloaded cfg_aliases v0.2.1
2026-08-06T22:56:13.7780543Z  Downloaded cobs v0.3.0
2026-08-06T22:56:13.7794207Z  Downloaded cursor-icon v1.2.0
2026-08-06T22:56:13.7808389Z  Downloaded getrandom v0.3.4
2026-08-06T22:56:13.7843021Z  Downloaded jobserver v0.1.35
2026-08-06T22:56:13.7862014Z  Downloaded noise v0.9.0
2026-08-06T22:56:13.7955863Z  Downloaded bevy_macro_utils v0.19.0
2026-08-06T22:56:13.7979215Z  Downloaded downcast-rs v2.0.2
2026-08-06T22:56:13.7996937Z  Downloaded equivalent v1.0.2
2026-08-06T22:56:13.8005875Z  Downloaded futures-io v0.3.32
2026-08-06T22:56:13.8015182Z  Downloaded minimal-lexical v0.2.1
2026-08-06T22:56:13.8060116Z  Downloaded dunce v1.0.5
2026-08-06T22:56:13.8070974Z  Downloaded hashbrown v0.17.1
2026-08-06T22:56:13.8121609Z  Downloaded lru-slab v0.1.2
2026-08-06T22:56:13.8129638Z  Downloaded once_cell v1.21.4
2026-08-06T22:56:13.8153303Z  Downloaded scopeguard v1.2.0
2026-08-06T22:56:13.8164389Z  Downloaded tracing v0.1.44
2026-08-06T22:56:13.8311401Z  Downloaded disqualified v1.0.0
2026-08-06T22:56:13.8322011Z  Downloaded dlib v0.5.3
2026-08-06T22:56:13.8331581Z  Downloaded embedded-io v0.4.0
2026-08-06T22:56:13.8351099Z  Downloaded errno v0.3.14
2026-08-06T22:56:13.8364641Z  Downloaded parking v2.2.1
2026-08-06T22:56:13.8378774Z  Downloaded percent-encoding v2.3.2
2026-08-06T22:56:13.8390116Z  Downloaded x11rb-protocol v0.13.2
2026-08-06T22:56:13.8548521Z  Downloaded oid-registry v0.8.1
2026-08-06T22:56:13.8568520Z  Downloaded pem v3.0.6
2026-08-06T22:56:13.8586271Z  Downloaded rand_pcg v0.10.2
2026-08-06T22:56:13.8607664Z  Downloaded rand_xorshift v0.3.0
2026-08-06T22:56:13.8624251Z  Downloaded hashbrown v0.16.1
2026-08-06T22:56:13.8691929Z  Downloaded heapless v0.7.17
2026-08-06T22:56:13.8744188Z  Downloaded num-integer v0.1.46
2026-08-06T22:56:13.8768312Z  Downloaded num-traits v0.2.19
2026-08-06T22:56:13.8799294Z  Downloaded powerfmt v0.2.0
2026-08-06T22:56:13.8812127Z  Downloaded rustls-native-certs v0.8.4
2026-08-06T22:56:13.8826953Z  Downloaded bevy_utils v0.19.0
2026-08-06T22:56:13.8840329Z  Downloaded byteorder v1.5.0
2026-08-06T22:56:13.8856853Z  Downloaded calloop-wayland-source v0.3.0
2026-08-06T22:56:13.8867941Z  Downloaded convert_case v0.10.0
2026-08-06T22:56:13.8883945Z  Downloaded dpi v0.1.2
2026-08-06T22:56:13.8896043Z  Downloaded embedded-io v0.6.1
2026-08-06T22:56:13.8911742Z  Downloaded mio v1.2.1
2026-08-06T22:56:13.8993320Z  Downloaded postcard v1.1.3
2026-08-06T22:56:13.9024789Z  Downloaded presser v0.3.1
2026-08-06T22:56:13.9050922Z  Downloaded rand_core v0.10.1
2026-08-06T22:56:13.9071467Z  Downloaded rcgen v0.14.8
2026-08-06T22:56:13.9098163Z  Downloaded concurrent-queue v2.5.0
2026-08-06T22:56:13.9120402Z  Downloaded data-encoding v2.11.0
2026-08-06T22:56:13.9130450Z  Downloaded erased-serde v0.4.10
2026-08-06T22:56:13.9161950Z  Downloaded fixedbitset v0.5.7
2026-08-06T22:56:13.9181248Z  Downloaded foldhash v0.2.0
2026-08-06T22:56:13.9201300Z  Downloaded scoped-tls v1.0.1
2026-08-06T22:56:13.9211125Z  Downloaded winit v0.30.13
2026-08-06T22:56:13.9401844Z  Downloaded bevy_ecs_macros v0.19.0
2026-08-06T22:56:13.9419218Z  Downloaded bevy_ptr v0.19.0
2026-08-06T22:56:13.9432586Z  Downloaded critical-section v1.2.0
2026-08-06T22:56:13.9456121Z  Downloaded crossbeam-queue v0.3.13
2026-08-06T22:56:13.9475686Z  Downloaded displaydoc v0.2.6
2026-08-06T22:56:13.9503310Z  Downloaded downcast-rs v1.2.1
2026-08-06T22:56:13.9522221Z  Downloaded fastrand v2.4.1
2026-08-06T22:56:13.9541754Z  Downloaded find-msvc-tools v0.1.9
2026-08-06T22:56:13.9565796Z  Downloaded fs_extra v1.3.0
2026-08-06T22:56:13.9586090Z  Downloaded quinn-udp v0.5.15
2026-08-06T22:56:13.9611856Z  Downloaded chacha20 v0.10.1
2026-08-06T22:56:13.9639889Z  Downloaded deranged v0.5.8
2026-08-06T22:56:13.9653146Z  Downloaded fastbloom v0.17.0
2026-08-06T22:56:13.9667547Z  Downloaded roxmltree v0.20.0
2026-08-06T22:56:13.9785179Z  Downloaded rustls-pki-types v1.15.0
2026-08-06T22:56:13.9806911Z  Downloaded bevy_tasks v0.19.0
2026-08-06T22:56:13.9825440Z  Downloaded cmake v0.1.58
2026-08-06T22:56:13.9838213Z  Downloaded crossbeam-utils v0.8.22
2026-08-06T22:56:13.9867559Z  Downloaded nu-ansi-term v0.50.3
2026-08-06T22:56:13.9885436Z  Downloaded raw-window-handle v0.6.2
2026-08-06T22:56:13.9901615Z  Downloaded semver v1.0.28
2026-08-06T22:56:13.9922968Z  Downloaded rustls-platform-verifier v0.7.0
2026-08-06T22:56:13.9959845Z  Downloaded bevy_platform v0.19.0
2026-08-06T22:56:13.9986853Z  Downloaded bytemuck_derive v1.11.0
2026-08-06T22:56:14.0000959Z  Downloaded sctk-adwaita v0.10.1
2026-08-06T22:56:14.0029517Z  Downloaded serde_derive v1.0.228
2026-08-06T22:56:14.0077780Z  Downloaded bevy_ecs v0.19.0
2026-08-06T22:56:14.0367124Z  Downloaded bevy_reflect_derive v0.19.0
2026-08-06T22:56:14.0419301Z  Downloaded bitflags v2.13.0
2026-08-06T22:56:14.0495671Z  Downloaded bytemuck v1.25.1
2026-08-06T22:56:14.0543028Z  Downloaded proc-macro2 v1.0.106
2026-08-06T22:56:14.0575091Z  Downloaded rustls-webpki v0.103.13
2026-08-06T22:56:14.0605788Z  Downloaded serde v1.0.228
2026-08-06T22:56:14.0645931Z  Downloaded serde_core v1.0.228
2026-08-06T22:56:14.0674544Z  Downloaded bytes v1.12.1
2026-08-06T22:56:14.0707699Z  Downloaded calloop v0.13.0
2026-08-06T22:56:14.0750177Z  Downloaded der-parser v10.0.0
2026-08-06T22:56:14.0772006Z  Downloaded derive_more v2.1.1
2026-08-06T22:56:14.0888302Z  Downloaded quinn v0.11.11
2026-08-06T22:56:14.0915967Z  Downloaded rand v0.8.7
2026-08-06T22:56:14.0948756Z  Downloaded rand v0.10.2
2026-08-06T22:56:14.0984118Z  Downloaded zstd-sys v2.0.16+zstd.1.5.7
2026-08-06T22:56:14.1143799Z  Downloaded bumpalo v3.20.3
2026-08-06T22:56:14.1169224Z  Downloaded cc v1.2.67
2026-08-06T22:56:14.1199714Z  Downloaded crossbeam-channel v0.5.16
2026-08-06T22:56:14.1235662Z  Downloaded derive_more-impl v2.1.1
2026-08-06T22:56:14.1287101Z  Downloaded libc v0.2.186
2026-08-06T22:56:14.1670239Z  Downloaded portable-atomic v1.13.1
2026-08-06T22:56:14.1735315Z  Downloaded serde_json v1.0.150
2026-08-06T22:56:14.1809805Z  Downloaded quick-xml v0.39.4
2026-08-06T22:56:14.1867359Z  Downloaded tokio v1.52.3
2026-08-06T22:56:14.2310455Z  Downloaded bevy_reflect v0.19.0
2026-08-06T22:56:14.2425978Z  Downloaded quinn-proto v0.11.16
2026-08-06T22:56:14.2492398Z  Downloaded glam v0.32.1
2026-08-06T22:56:14.2745117Z  Downloaded regex-syntax v0.8.11
2026-08-06T22:56:14.2809394Z  Downloaded rustix v0.38.44
2026-08-06T22:56:14.3053785Z  Downloaded rustls v0.23.41
2026-08-06T22:56:14.3189827Z  Downloaded rustix v1.1.4
2026-08-06T22:56:14.3456644Z  Downloaded glam v0.33.2
2026-08-06T22:56:14.3717412Z  Downloaded regex-automata v0.4.15
2026-08-06T22:56:14.3849218Z  Downloaded ring v0.17.14
2026-08-06T22:56:14.4254411Z  Downloaded linux-raw-sys v0.4.15
2026-08-06T22:56:14.4721205Z  Downloaded linux-raw-sys v0.12.1
2026-08-06T22:56:14.5649920Z  Downloaded shaderc-sys v0.10.1
2026-08-06T22:56:14.9648813Z  Downloaded aws-lc-sys v0.42.0
2026-08-06T22:56:15.3345028Z  Compiling libc v0.2.186
2026-08-06T22:56:15.3398403Z  Compiling proc-macro2 v1.0.106
2026-08-06T22:56:15.6102595Z  Compiling quote v1.0.46
2026-08-06T22:56:15.6456219Z  Compiling unicode-ident v1.0.24
2026-08-06T22:56:16.3334609Z  Compiling find-msvc-tools v0.1.9
2026-08-06T22:56:16.4280993Z  Compiling jobserver v0.1.35
2026-08-06T22:56:16.4684825Z  Compiling shlex v2.0.1
2026-08-06T22:56:16.5788659Z  Compiling cc v1.2.67
2026-08-06T22:56:16.6630229Z  Compiling syn v2.0.118
2026-08-06T22:56:17.7912604Z  Compiling pkg-config v0.3.33
2026-08-06T22:56:18.1547189Z  Checking cfg-if v1.0.4
2026-08-06T22:56:18.1730371Z  Checking once_cell v1.21.4
2026-08-06T22:56:18.2590356Z  Checking log v0.4.33
2026-08-06T22:56:19.0577891Z  Compiling cmake v0.1.58
2026-08-06T22:56:19.3412314Z  Compiling serde_core v1.0.228
2026-08-06T22:56:19.4901369Z  Checking bitflags v2.13.0
2026-08-06T22:56:20.6737589Z  Checking libloading v0.8.9
2026-08-06T22:56:20.7405440Z  Checking pin-project-lite v0.2.17
2026-08-06T22:56:20.7679262Z  Compiling rustix v1.1.4
2026-08-06T22:56:20.9787390Z  Checking linux-raw-sys v0.12.1
2026-08-06T22:56:21.1429976Z  Compiling thiserror v2.0.18
2026-08-06T22:56:21.2909806Z  Compiling serde v1.0.228
2026-08-06T22:56:21.4623226Z  Compiling thiserror-impl v2.0.18
2026-08-06T22:56:22.2971248Z  Compiling serde_derive v1.0.228
2026-08-06T22:56:24.5306552Z  Checking fastrand v2.4.1
2026-08-06T22:56:24.6284159Z  Checking smallvec v1.15.2
2026-08-06T22:56:24.7434608Z  Compiling dunce v1.0.5
2026-08-06T22:56:24.7677787Z  Checking foldhash v0.2.0
2026-08-06T22:56:24.8303359Z  Compiling fs_extra v1.3.0
2026-08-06T22:56:24.9855188Z  Compiling aws-lc-sys v0.42.0
2026-08-06T22:56:24.9907012Z  Checking slab v0.4.12
2026-08-06T22:56:25.0733329Z  Checking dlib v0.5.3
2026-08-06T22:56:25.1071168Z  Compiling bytemuck_derive v1.11.0
2026-08-06T22:56:25.9296940Z  Checking tracing-core v0.1.36
2026-08-06T22:56:26.1611892Z  Compiling wayland-sys v0.31.11
2026-08-06T22:56:26.2348807Z  Compiling zstd-sys v2.0.16+zstd.1.5.7
2026-08-06T22:56:26.4008474Z  Compiling ring v0.17.14
2026-08-06T22:56:26.6835562Z  Compiling semver v1.0.28
2026-08-06T22:56:26.8672782Z  Checking zeroize v1.9.0
2026-08-06T22:56:26.9401883Z  Compiling cfg_aliases v0.2.1
2026-08-06T22:56:26.9703147Z  Compiling rustc_version v0.4.1
2026-08-06T22:56:43.9911659Z  Checking bytemuck v1.25.1
2026-08-06T22:56:44.0873502Z  Compiling tracing-attributes v0.1.31
2026-08-06T22:56:44.8793345Z  Compiling wayland-backend v0.3.15
2026-08-06T22:56:44.9663792Z  Compiling crossbeam-utils v0.8.22
2026-08-06T22:56:45.0893146Z  Checking scopeguard v1.2.0
2026-08-06T22:56:45.1190278Z  Compiling autocfg v1.5.1
2026-08-06T22:56:45.3438645Z  Compiling aws-lc-rs v1.17.1
2026-08-06T22:56:45.4540613Z  Compiling num-traits v0.2.19
2026-08-06T22:56:45.5280439Z  Checking lock_api v0.4.14
2026-08-06T22:56:45.6557968Z  Checking tracing v0.1.44
2026-08-06T22:56:45.8447867Z  Compiling heapless v0.7.17
2026-08-06T22:56:45.9264812Z  Checking rustls-pki-types v1.15.0
2026-08-06T22:56:46.1110355Z  Checking getrandom v0.2.17
2026-08-06T22:56:46.1740428Z  Checking rand_core v0.6.4
2026-08-06T22:56:46.2419675Z  Checking scoped-tls v1.0.1
2026-08-06T22:56:46.2725991Z  Checking downcast-rs v1.2.1
2026-08-06T22:56:46.2983377Z  Checking untrusted v0.9.0
2026-08-06T22:56:46.3323604Z  Compiling memchr v2.8.3
2026-08-06T22:56:46.8147500Z  Compiling zstd-safe v7.2.4
2026-08-06T22:56:46.8861857Z  Checking rand_core v0.10.1
2026-08-06T22:56:46.9464646Z  Checking byteorder v1.5.0
2026-08-06T22:56:47.0292808Z  Checking hash32 v0.2.1
2026-08-06T22:56:47.1023682Z  Compiling quick-xml v0.39.4
2026-08-06T22:56:49.2925958Z  Checking spin v0.9.8
2026-08-06T22:56:49.4700069Z  Compiling getrandom v0.4.3
2026-08-06T22:56:49.5573158Z  Checking stable_deref_trait v1.2.1
2026-08-06T22:56:49.5801026Z  Compiling version_check v0.9.5
2026-08-06T22:56:49.7642862Z  Compiling wayland-client v0.31.14
2026-08-06T22:56:50.7376109Z  Compiling wayland-scanner v0.31.10
2026-08-06T22:56:51.8301270Z  Checking rand_xorshift v0.3.0
2026-08-06T22:56:51.8673416Z  Checking rand v0.8.7
2026-08-06T22:56:52.1914996Z  Checking cobs v0.3.0
2026-08-06T22:56:52.2623139Z  Compiling link-cplusplus v1.0.12
2026-08-06T22:56:52.3529387Z  Compiling rustls v0.23.41
2026-08-06T22:56:52.4093164Z  Compiling libm v0.2.16
2026-08-06T22:56:52.5367276Z  Checking equivalent v1.0.2
2026-08-06T22:56:52.5596558Z  Compiling portable-atomic v1.13.1
2026-08-06T22:56:52.8561978Z  Checking postcard v1.1.3
2026-08-06T22:56:53.0828583Z  Checking noise v0.9.0
2026-08-06T22:56:54.3259758Z  Checking zstd v0.13.3
2026-08-06T22:56:54.5233680Z  Checking glam v0.33.2
2026-08-06T22:56:59.6395781Z  Compiling winnow v1.0.3
2026-08-06T22:57:00.5563486Z  Checking cpufeatures v0.3.0
2026-08-06T22:57:00.5821840Z  Compiling hashbrown v0.17.1
2026-08-06T22:57:01.0509881Z  Checking subtle v2.6.1
2026-08-06T22:57:01.1442046Z  Checking openssl-probe v0.2.1
2026-08-06T22:57:01.1811957Z  Compiling roxmltree v0.20.0
2026-08-06T22:57:01.6808399Z  Compiling shaderc-sys v0.10.1
2026-08-06T22:57:01.8925338Z  Checking rustls-native-certs v0.8.4
2026-08-06T22:57:01.9437221Z  Compiling indexmap v2.14.0
2026-08-06T22:57:02.4854821Z  Checking chacha20 v0.10.1
2026-08-06T22:57:02.6104163Z  Compiling toml_parser v1.1.2+spec-1.1.0
2026-08-06T22:57:04.0667062Z  Compiling quinn-udp v0.5.15
2026-08-06T22:57:04.2145979Z  Checking socket2 v0.6.4
2026-08-06T22:57:04.3926001Z  Checking time-core v0.1.9
2026-08-06T22:57:04.5282025Z  Checking bytes v1.12.1
2026-08-06T22:57:04.8692610Z  Checking parking v2.2.1
2026-08-06T22:57:04.9076087Z  Checking siphasher v1.0.3
2026-08-06T22:57:04.9873554Z  Checking tinyvec_macros v0.1.1
2026-08-06T22:57:05.0057736Z  Checking deranged v0.5.8
2026-08-06T22:57:05.7576109Z  Compiling rustix v0.38.44
2026-08-06T22:57:05.9222467Z  Compiling thiserror v1.0.69
2026-08-06T22:57:06.0558369Z  Checking num-conv v0.2.2
2026-08-06T22:57:06.1511045Z  Checking powerfmt v0.2.0
2026-08-06T22:57:06.2382108Z  Checking futures-core v0.3.32
2026-08-06T22:57:06.2835602Z  Checking futures-io v0.3.32
2026-08-06T22:57:06.3270570Z  Compiling toml_datetime v1.1.1+spec-1.1.0
2026-08-06T22:57:06.4533510Z  Compiling toml_edit v0.25.12+spec-1.1.0
2026-08-06T22:57:07.2717569Z  Checking futures-lite v2.6.1
2026-08-06T22:57:07.7578681Z  Checking time v0.3.53
2026-08-06T22:57:08.2460628Z  Checking tinyvec v1.12.0
2026-08-06T22:57:08.5028057Z  Checking fastbloom v0.17.0
2026-08-06T22:57:08.6124884Z  Checking rand v0.10.2
2026-08-06T22:57:08.9981221Z  Checking shared v0.1.0 (/workspace/CryoforgeNexus/Synvael/crates/shared)
2026-08-06T22:57:09.8137590Z  Checking rand_pcg v0.10.2
2026-08-06T22:57:09.8589338Z  Compiling quinn v0.11.11
2026-08-06T22:57:09.9511250Z  Compiling tokio-macros v2.7.0
2026-08-06T22:57:10.3107013Z  Compiling thiserror-impl v1.0.69
2026-08-06T22:57:11.0833243Z  Checking mio v1.2.1
2026-08-06T22:57:11.2755461Z  Checking thread_local v1.1.10
2026-08-06T22:57:11.3624267Z  Compiling ash v0.38.0+1.3.281
2026-08-06T22:57:11.4230921Z  Compiling unicode-segmentation v1.13.3
2026-08-06T22:57:11.6917079Z  Checking base64 v0.22.1
2026-08-06T22:57:11.8696544Z  Checking linux-raw-sys v0.4.15
2026-08-06T22:57:12.0653197Z  Checking allocator-api2 v0.2.21
2026-08-06T22:57:12.2545148Z  Checking arrayvec v0.7.8
2026-08-06T22:57:12.3860059Z  Checking lru-slab v0.1.2
2026-08-06T22:57:12.4378513Z  Checking rustc-hash v2.1.3
2026-08-06T22:57:15.2904693Z  Checking pem v3.0.6
2026-08-06T22:57:15.3665396Z  Compiling convert_case v0.10.0
2026-08-06T22:57:15.5488298Z  Checking tokio v1.52.3
2026-08-06T22:57:18.5352254Z  Checking yasna v0.6.0
2026-08-06T22:57:18.8209937Z  Compiling bevy_macro_utils v0.19.0
2026-08-06T22:57:19.0704386Z  Checking wayland-protocols v0.32.13
2026-08-06T22:57:22.8566275Z  Checking hashbrown v0.16.1
2026-08-06T22:57:23.3695936Z  Checking polling v3.11.0
2026-08-06T22:57:23.4768513Z  Checking regex-syntax v0.8.11
2026-08-06T22:57:24.1233304Z  Compiling typeid v1.0.3
2026-08-06T22:57:24.2474993Z  Compiling unicode-xid v0.2.6
2026-08-06T22:57:24.2943363Z  Checking spin v0.10.0
2026-08-06T22:57:24.4079571Z  Checking bevy_platform v0.19.0
2026-08-06T22:57:24.5236242Z  Compiling derive_more-impl v2.1.1
2026-08-06T22:57:26.8518980Z  Checking regex-automata v0.4.15
2026-08-06T22:57:27.6116085Z  Checking rustls-webpki v0.103.13
2026-08-06T22:57:27.9735466Z  Checking calloop v0.13.0
2026-08-06T22:57:28.2158995Z  Checking rcgen v0.14.8
2026-08-06T22:57:28.5122855Z  Compiling shaderc v0.10.1
2026-08-06T22:57:30.3217312Z  Checking rustls-platform-verifier v0.7.0
2026-08-06T22:57:30.3969688Z  Checking quinn-proto v0.11.16
2026-08-06T22:57:32.9569605Z  Checking crossbeam-channel v0.5.16
2026-08-06T22:57:33.2074827Z  Checking xkeysym v0.2.1
2026-08-06T22:57:33.6468810Z  Checking arrayref v0.3.9
2026-08-06T22:57:33.9958562Z  Compiling smithay-client-toolkit v0.19.2
2026-08-06T22:57:34.0767208Z  Checking lazy_static v1.5.0
2026-08-06T22:57:34.1076248Z  Checking cursor-icon v1.2.0
2026-08-06T22:57:34.1578557Z  Compiling anyhow v1.0.103
2026-08-06T22:57:34.2958738Z  Checking strict-num v0.1.1
2026-08-06T22:57:34.3543897Z  Checking xcursor v0.3.10
2026-08-06T22:57:34.4242346Z  Compiling erased-serde v0.4.10
2026-08-06T22:57:34.5301971Z  Compiling zerocopy v0.8.54
2026-08-06T22:57:34.7517466Z  Checking ttf-parser v0.25.1
2026-08-06T22:57:36.1027405Z  Checking raw-window-handle v0.6.2
2026-08-06T22:57:36.2012351Z  Compiling getrandom v0.3.4
2026-08-06T22:57:36.3734274Z  Checking owned_ttf_parser v0.25.1
2026-08-06T22:57:36.4949676Z  Checking wayland-cursor v0.31.14
2026-08-06T22:57:36.5691337Z  Checking tiny-skia-path v0.11.4
2026-08-06T22:57:36.6208866Z  Checking wayland-csd-frame v0.3.0
2026-08-06T22:57:36.7517192Z  Checking sharded-slab v0.1.7
2026-08-06T22:57:36.9052369Z  Compiling renderer v0.1.0 (/workspace/CryoforgeNexus/Synvael/crates/renderer)
2026-08-06T22:57:37.0000715Z error: linking with `cc` failed: exit status: 1
2026-08-06T22:57:37.0001464Z |
2026-08-06T22:57:37.0001711Z = note: "cc" "-m64" "/workspace/CryoforgeNexus/Synvael/target/debug/build/renderer-5bb6b4bc8f6c48f2/rustc2NZ3Gx/symbols.o" "<2 object files omitted>" "-Wl,--as-needed" "-Wl,-Bstatic" "/workspace/CryoforgeNexus/Synvael/target/debug/deps/{libshaderc-cc080ff20f04a9ea,libshaderc_sys-aad264e96e2d6859,liblink_cplusplus-ba02a1ec1ee179bd,liblibc-906e720cca2dbaa1}.rlib" "<sysroot>/lib/rustlib/x86_64-unknown-linux-gnu/lib/{libstd-*,libpanic_unwind-*,libobject-*,libmemchr-*,libaddr2line-*,libgimli-*,libcfg_if-*,librustc_demangle-*,libstd_detect-*,libhashbrown-*,librustc_std_workspace_alloc-*,libminiz_oxide-*,libadler2-*,libunwind-*,liblibc-*,librustc_std_workspace_core-*,liballoc-*,libcore-*,libcompiler_builtins-*}.rlib" "-Wl,-Bdynamic" "-lshaderc" "-lstdc++" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-L" "/workspace/CryoforgeNexus/Synvael/target/debug/build/renderer-5bb6b4bc8f6c48f2/rustc2NZ3Gx/raw-dylibs" "-B<sysroot>/lib/rustlib/x86_64-unknown-linux-gnu/bin/gcc-ld" "-fuse-ld=lld" "-Wl,--eh-frame-hdr" "-Wl,-z,noexecstack" "-L" "/workspace/CryoforgeNexus/Synvael/target/debug/build/link-cplusplus-1aa7c6bd7914b0a4/out" "-L" "/usr/lib/x86_64-linux-gnu" "-L" "<sysroot>/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/workspace/CryoforgeNexus/Synvael/target/debug/build/renderer-5bb6b4bc8f6c48f2/build_script_build-5bb6b4bc8f6c48f2" "-Wl,--gc-sections" "-pie" "-Wl,-z,relro,-z,now" "-nodefaultlibs"
2026-08-06T22:57:37.0002020Z = note: some arguments are omitted. use `--verbose` to show all linker arguments
2026-08-06T22:57:37.0002138Z = note: rust-lld: error: undefined reference: glslang::TProgram::getInfoLog()
2026-08-06T22:57:37.0002236Z >>> referenced by /usr/lib/x86_64-linux-gnu/libshaderc.so (disallowed by --no-allow-shlib-undefined)
2026-08-06T22:57:37.0002341Z
2026-08-06T22:57:37.0002447Z rust-lld: error: undefined reference: glslang::TShader::setNanMinMaxClamp(bool)
2026-08-06T22:57:37.0002544Z >>> referenced by /usr/lib/x86_64-linux-gnu/libshaderc.so (disallowed by --no-allow-shlib-undefined)
2026-08-06T22:57:37.0002631Z
2026-08-06T22:57:37.0002710Z rust-lld: error: undefined reference: glslang::TShader::setInvertY(bool)
2026-08-06T22:57:37.0002807Z >>> referenced by /usr/lib/x86_64-linux-gnu/libshaderc.so (disallowed by --no-allow-shlib-undefined)
2026-08-06T22:57:37.0002890Z
2026-08-06T22:57:37.0002973Z rust-lld: error: undefined reference: glslang::TProgram::~TProgram()
2026-08-06T22:57:37.0003055Z >>> referenced by /usr/lib/x86_64-linux-gnu/libshaderc.so (disallowed by --no-allow-shlib-undefined)
2026-08-06T22:57:37.0003145Z
2026-08-06T22:57:37.0003220Z rust-lld: error: undefined reference: glslang::TShader::parse(TBuiltInResource const*, int, EProfile, bool, bool, EShMessages, glslang::TShader::Includer&)
2026-08-06T22:57:37.0003334Z >>> referenced by /usr/lib/x86_64-linux-gnu/libshaderc.so (disallowed by --no-allow-shlib-undefined)
2026-08-06T22:57:37.0003423Z
2026-08-06T22:57:37.0003505Z rust-lld: error: undefined reference: glslang::InitializeProcess()
2026-08-06T22:57:37.0003590Z >>> referenced by /usr/lib/x86_64-linux-gnu/libshaderc.so (disallowed by --no-allow-shlib-undefined)
2026-08-06T22:57:37.0003671Z
2026-08-06T22:57:37.0003744Z rust-lld: error: undefined reference: glslang::TShader::setShiftUboBinding(unsigned int)
2026-08-06T22:57:37.0003823Z >>> referenced by /usr/lib/x86_64-linux-gnu/libshaderc.so (disallowed by --no-allow-shlib-undefined)
2026-08-06T22:57:37.0003904Z
2026-08-06T22:57:37.0003980Z rust-lld: error: undefined reference: glslang::TShader::preprocess(TBuiltInResource const*, int, EProfile, bool, bool, EShMessages, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>>*, glslang::TShader::Includer&)
2026-08-06T22:57:37.0004089Z >>> referenced by /usr/lib/x86_64-linux-gnu/libshaderc.so (disallowed by --no-allow-shlib-undefined)
2026-08-06T22:57:37.0004171Z
2026-08-06T22:57:37.0004244Z rust-lld: error: undefined reference: vtable for spvtools::utils::Timer
2026-08-06T22:57:37.0004323Z >>> referenced by /usr/lib/x86_64-linux-gnu/libshaderc.so (disallowed by --no-allow-shlib-undefined)
2026-08-06T22:57:37.0004416Z
2026-08-06T22:57:37.0004505Z rust-lld: error: undefined reference: glslang::TShader::setShiftTextureBinding(unsigned int)
2026-08-06T22:57:37.0004598Z >>> referenced by /usr/lib/x86_64-linux-gnu/libshaderc.so (disallowed by --no-allow-shlib-undefined)
2026-08-06T22:57:37.0004678Z
2026-08-06T22:57:37.0004748Z rust-lld: error: undefined reference: glslang::TShader::setShiftSamplerBinding(unsigned int)
2026-08-06T22:57:37.0004827Z >>> referenced by /usr/lib/x86_64-linux-gnu/libshaderc.so (disallowed by --no-allow-shlib-undefined)
2026-08-06T22:57:37.0004913Z
2026-08-06T22:57:37.0004983Z rust-lld: error: undefined reference: glslang::TShader::setHlslIoMapping(bool)
2026-08-06T22:57:37.0005066Z >>> referenced by /usr/lib/x86_64-linux-gnu/libshaderc.so (disallowed by --no-allow-shlib-undefined)
2026-08-06T22:57:37.0005146Z
2026-08-06T22:57:37.0005214Z rust-lld: error: undefined reference: glslang::GetKhronosToolId()
2026-08-06T22:57:37.0005296Z >>> referenced by /usr/lib/x86_64-linux-gnu/libshaderc.so (disallowed by --no-allow-shlib-undefined)
2026-08-06T22:57:37.0005375Z
2026-08-06T22:57:37.0005444Z rust-lld: error: undefined reference: glslang::TProgram::link(EShMessages)
2026-08-06T22:57:37.0005519Z >>> referenced by /usr/lib/x86_64-linux-gnu/libshaderc.so (disallowed by --no-allow-shlib-undefined)
2026-08-06T22:57:37.0005602Z
2026-08-06T22:57:37.0005670Z rust-lld: error: undefined reference: glslang::TPoolAllocator::push()
2026-08-06T22:57:37.0005744Z >>> referenced by /usr/lib/x86_64-linux-gnu/libshaderc.so (disallowed by --no-allow-shlib-undefined)
2026-08-06T22:57:37.0005824Z
2026-08-06T22:57:37.0005890Z rust-lld: error: undefined reference: glslang::TPoolAllocator::allocate(unsigned long)
2026-08-06T22:57:37.0005982Z >>> referenced by /usr/lib/x86_64-linux-gnu/libshaderc.so (disallowed by --no-allow-shlib-undefined)
2026-08-06T22:57:37.0006067Z
2026-08-06T22:57:37.0006136Z rust-lld: error: undefined reference: glslang::GetThreadPoolAllocator()
2026-08-06T22:57:37.0006213Z >>> referenced by /usr/lib/x86_64-linux-gnu/libshaderc.so (disallowed by --no-allow-shlib-undefined)
2026-08-06T22:57:37.0006292Z
2026-08-06T22:57:37.0006577Z rust-lld: error: undefined reference: glslang::TProgram::TProgram()
2026-08-06T22:57:37.0006663Z >>> referenced by /usr/lib/x86_64-linux-gnu/libshaderc.so (disallowed by --no-allow-shlib-undefined)
2026-08-06T22:57:37.0006750Z
2026-08-06T22:57:37.0006821Z rust-lld: error: undefined reference: glslang::TShader::setShiftUavBinding(unsigned int)
2026-08-06T22:57:37.0006905Z >>> referenced by /usr/lib/x86_64-linux-gnu/libshaderc.so (disallowed by --no-allow-shlib-undefined)
2026-08-06T22:57:37.0006988Z
2026-08-06T22:57:37.0007066Z rust-lld: error: undefined reference: glslang::TShader::TShader(EShLanguage)
2026-08-06T22:57:37.0007241Z >>> referenced by /usr/lib/x86_64-linux-gnu/libshaderc.so (disallowed by --no-allow-shlib-undefined)
2026-08-06T22:57:37.0007338Z
2026-08-06T22:57:37.0007430Z rust-lld: error: too many errors emitted, stopping now (use --error-limit=0 to see all errors)
2026-08-06T22:57:37.0007523Z collect2: error: ld returned 1 exit status
2026-08-06T22:57:37.0007602Z
2026-08-06T22:57:37.0007672Z
2026-08-06T22:57:37.0034398Z error: could not compile `renderer` (build script) due to 1 previous error
2026-08-06T22:57:37.0036163Z warning: build failed, waiting for other jobs to finish...
2026-08-06T22:57:37.1718899Z ⚙️ [runner]: exitcode '101': failure
2026-08-06T22:57:37.1720715Z Skipping step 'Cache cargo artifacts' due to 'success() || env.CACHE_ON_FAILURE == 'true''
2026-08-06T22:57:37.1774428Z ⭐ Run Post Install Rust toolchain
2026-08-06T22:57:37.1804190Z 🐳 docker cp src=/data/.cache/act/8c/d82667be7d80a06d416855a3f9a86dd91af771c7fa9a3ded8282c88209b96f/ dst=/var/run/act/actions/8c/d82667be7d80a06d416855a3f9a86dd91af771c7fa9a3ded8282c88209b96f/
2026-08-06T22:57:37.1865084Z ✅ Success - Post Install Rust toolchain
2026-08-06T22:57:37.2023143Z ⭐ Run Post https://github.com/actions/checkout@v4
2026-08-06T22:57:37.2595198Z 🐳 docker exec cmd=[node /var/run/act/actions/6b/b9191394ef04da2fe5e24076808933a198941d4cd0c18fe4173dfa5ecccbc7/dist/index.js] user= workdir=
2026-08-06T22:57:37.4242804Z [command]/usr/bin/git version
2026-08-06T22:57:37.4297965Z git version 2.39.5
2026-08-06T22:57:37.4331339Z ⚙ ***
2026-08-06T22:57:37.4355046Z Temporarily overriding HOME='/tmp/5910bc15-263f-45c3-8737-f6bc69cf4f25' before making global git config changes
2026-08-06T22:57:37.4355348Z Adding repository directory to the temporary git global config as a safe directory
2026-08-06T22:57:37.4362424Z [command]/usr/bin/git config --global --add safe.directory /workspace/CryoforgeNexus/Synvael
2026-08-06T22:57:37.4415007Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2026-08-06T22:57:37.4454532Z [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-06T22:57:37.4760759Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/git\.cryoforgenexus\.com\/\.extraheader
2026-08-06T22:57:37.4782594Z http.https://git.cryoforgenexus.com/.extraheader
2026-08-06T22:57:37.4798037Z [command]/usr/bin/git config --local --unset-all http.https://git.cryoforgenexus.com/.extraheader
2026-08-06T22:57:37.4826198Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/git\.cryoforgenexus\.com\/\.extraheader' && git config --local --unset-all 'http.https://git.cryoforgenexus.com/.extraheader' || :"
2026-08-06T22:57:37.5038794Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-08-06T22:57:37.5067556Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
2026-08-06T22:57:37.5342547Z ✅ Success - Post https://github.com/actions/checkout@v4
2026-08-06T22:57:37.5494289Z 🏁 Job failed
2026-08-06T22:57:38.2218451Z Job 'Rust Check & Lint' failed

722
ci-Rust Tests-19.log Normal file
View file

@ -0,0 +1,722 @@
2026-08-06T22:57:40.2924910Z Runner c2fe832e-4def-4f50-9e45-0e1950a00022 (version:v13.0.0) received task 19 of job 22, triggered by event: push
2026-08-06T22:57:40.2944679Z workflow prepared
2026-08-06T22:57:40.3024952Z 🚀 Start image=node:20-bookworm
2026-08-06T22:57:40.3025906Z The network alias is rust_tests (sanitized version of Rust Tests)
2026-08-06T22:57:40.3844555Z Cleaning up network for job Rust Tests, and network name is: WORKFLOW-654469b6d64907878d5c4847a7cea858
2026-08-06T22:57:40.4180435Z 🐳 docker create image=node:20-bookworm platform=linux/amd64 entrypoint=["tail" "-f" "/dev/null"] cmd=[] network="WORKFLOW-654469b6d64907878d5c4847a7cea858"
2026-08-06T22:57:40.5056977Z 🐳 docker run image=node:20-bookworm platform=linux/amd64 entrypoint=["tail" "-f" "/dev/null"] cmd=[] network="WORKFLOW-654469b6d64907878d5c4847a7cea858"
2026-08-06T22:57:40.7210493Z ☁️ git fetch 'https://github.com/actions/checkout' # ref=v4
2026-08-06T22:57:41.4868320Z ☁️ git fetch 'https://github.com/dtolnay/rust-toolchain' # ref=stable
2026-08-06T22:57:41.9953899Z ⭐ Run Pre Install Rust toolchain
2026-08-06T22:57:41.9989362Z ✅ Success - Pre Install Rust toolchain
2026-08-06T22:57:42.0149767Z ☁️ git fetch 'https://github.com/Swatinem/rust-cache' # ref=v2
2026-08-06T22:57:42.5205423Z ⭐ Run Main Install git-lfs
2026-08-06T22:57:42.5248955Z 🐳 docker exec cmd=[sh /var/run/act/e4655b8399750fcb.sh] user= workdir=
2026-08-06T22:57:42.5646930Z 🐳 docker exec cmd=[bash --noprofile --norc -e -o pipefail /var/run/act/workflow/0.sh] user= workdir=
2026-08-06T22:57:42.6552631Z Get:1 http://deb.debian.org/debian bookworm InRelease [151 kB]
2026-08-06T22:57:42.6760591Z Get:2 http://deb.debian.org/debian bookworm-updates InRelease [55.4 kB]
2026-08-06T22:57:42.6843464Z Get:3 http://deb.debian.org/debian-security bookworm-security InRelease [34.8 kB]
2026-08-06T22:57:42.7479519Z Get:4 http://deb.debian.org/debian bookworm/main amd64 Packages [8790 kB]
2026-08-06T22:57:42.8190591Z Get:5 http://deb.debian.org/debian bookworm-updates/main amd64 Packages [6924 B]
2026-08-06T22:57:42.8711938Z Get:6 http://deb.debian.org/debian-security bookworm-security/main amd64 Packages [325 kB]
2026-08-06T22:57:43.6234999Z Fetched 9364 kB in 1s (9469 kB/s)
2026-08-06T22:57:44.1536070Z Reading package lists...
2026-08-06T22:57:44.7017778Z Reading package lists...
2026-08-06T22:57:44.8526821Z Building dependency tree...
2026-08-06T22:57:44.8529754Z Reading state information...
2026-08-06T22:57:44.9988654Z The following NEW packages will be installed:
2026-08-06T22:57:44.9995582Z git-lfs
2026-08-06T22:57:45.0333354Z 0 upgraded, 1 newly installed, 0 to remove and 80 not upgraded.
2026-08-06T22:57:45.0333748Z Need to get 3489 kB of archives.
2026-08-06T22:57:45.0333863Z After this operation, 11.2 MB of additional disk space will be used.
2026-08-06T22:57:45.0333963Z Get:1 http://deb.debian.org/debian bookworm/main amd64 git-lfs amd64 3.3.0-1+deb12u1 [3489 kB]
2026-08-06T22:57:45.2373828Z debconf: delaying package configuration, since apt-utils is not installed
2026-08-06T22:57:45.2793160Z Fetched 3489 kB in 0s (47.9 MB/s)
2026-08-06T22:57:45.3042736Z Selecting previously unselected package git-lfs.
2026-08-06T22:57:45.3205798Z (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 23258 files and directories currently installed.)
2026-08-06T22:57:45.3218687Z Preparing to unpack .../git-lfs_3.3.0-1+deb12u1_amd64.deb ...
2026-08-06T22:57:45.3241755Z Unpacking git-lfs (3.3.0-1+deb12u1) ...
2026-08-06T22:57:45.5764806Z Setting up git-lfs (3.3.0-1+deb12u1) ...
2026-08-06T22:57:45.8075156Z ::add-matcher::/run/act/actions/c0/3970d07d758392c95d555f0ddc944bd81985d7261eccce7bc902dd4f3545bf/dist/problem-matcher.json
2026-08-06T22:57:45.8080315Z Syncing repository: CryoforgeNexus/Synvael
2026-08-06T22:57:45.8084569Z ##[group]Getting Git version info
2026-08-06T22:57:45.8086670Z Working directory is '/workspace/CryoforgeNexus/Synvael'
2026-08-06T22:57:45.8124847Z [command]/usr/bin/git version
2026-08-06T22:57:45.8173804Z git version 2.39.5
2026-08-06T22:57:45.8215316Z [command]/usr/bin/git lfs version
2026-08-06T22:57:45.8275854Z git-lfs/3.3.0 (GitHub; linux amd64; go 1.19.8)
2026-08-06T22:57:45.8286174Z ##[endgroup]
2026-08-06T22:57:45.8304992Z Temporarily overriding HOME='/tmp/d668dcb2-dbc5-4d84-8676-d6447784bb18' before making global git config changes
2026-08-06T22:57:45.8305976Z Adding repository directory to the temporary git global config as a safe directory
2026-08-06T22:57:45.8322388Z [command]/usr/bin/git config --global --add safe.directory /workspace/CryoforgeNexus/Synvael
2026-08-06T22:57:45.8359416Z Deleting the contents of '/workspace/CryoforgeNexus/Synvael'
2026-08-06T22:57:45.8364413Z ##[group]Initializing the repository
2026-08-06T22:57:45.8368837Z [command]/usr/bin/git init /workspace/CryoforgeNexus/Synvael
2026-08-06T22:57:45.8400168Z hint: Using 'master' as the name for the initial branch. This default branch name
2026-08-06T22:57:45.8400545Z hint: is subject to change. To configure the initial branch name to use in all
2026-08-06T22:57:45.8400874Z hint: of your new repositories, which will suppress this warning, call:
2026-08-06T22:57:45.8401003Z hint:
2026-08-06T22:57:45.8401119Z hint: git config --global init.defaultBranch <name>
2026-08-06T22:57:45.8401240Z hint:
2026-08-06T22:57:45.8401332Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
2026-08-06T22:57:45.8401432Z hint: 'development'. The just-created branch can be renamed via this command:
2026-08-06T22:57:45.8401529Z hint:
2026-08-06T22:57:45.8401647Z hint: git branch -m <name>
2026-08-06T22:57:45.8407290Z Initialized empty Git repository in /workspace/CryoforgeNexus/Synvael/.git/
2026-08-06T22:57:45.8417294Z [command]/usr/bin/git remote add origin https://git.cryoforgenexus.com/CryoforgeNexus/Synvael
2026-08-06T22:57:45.8446835Z ##[endgroup]
2026-08-06T22:57:45.8448874Z ##[group]Disabling automatic garbage collection
2026-08-06T22:57:45.8453904Z [command]/usr/bin/git config --local gc.auto 0
2026-08-06T22:57:45.8477383Z ##[endgroup]
2026-08-06T22:57:45.8477857Z ##[group]Setting up auth
2026-08-06T22:57:45.8485015Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2026-08-06T22:57:45.8512914Z [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-06T22:57:45.8718442Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/git\.cryoforgenexus\.com\/\.extraheader
2026-08-06T22:57:45.8743913Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/git\.cryoforgenexus\.com\/\.extraheader' && git config --local --unset-all 'http.https://git.cryoforgenexus.com/.extraheader' || :"
2026-08-06T22:57:45.8937907Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-08-06T22:57:45.8962384Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
2026-08-06T22:57:45.9154172Z [command]/usr/bin/git config --local http.https://git.cryoforgenexus.com/.extraheader AUTHORIZATION: basic ***
2026-08-06T22:57:45.9194582Z ##[endgroup]
2026-08-06T22:57:45.9199616Z [command]/usr/bin/git lfs install --local
2026-08-06T22:57:45.9440382Z Updated Git hooks.
2026-08-06T22:57:45.9440921Z Git LFS initialized.
2026-08-06T22:57:45.9450046Z ##[group]Fetching the repository
2026-08-06T22:57:45.9459855Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +a34fdf00892b0d5efec7ac4eb212609930beefbd:refs/remotes/origin/dev
2026-08-06T22:57:46.1330036Z From https://git.cryoforgenexus.com/CryoforgeNexus/Synvael
2026-08-06T22:57:46.1330426Z * [new ref] a34fdf00892b0d5efec7ac4eb212609930beefbd -> origin/dev
2026-08-06T22:57:46.1355127Z ##[endgroup]
2026-08-06T22:57:46.1355378Z ##[group]Determining the checkout info
2026-08-06T22:57:46.1356844Z ##[endgroup]
2026-08-06T22:57:46.1357157Z ##[group]Fetching LFS objects
2026-08-06T22:57:46.1363119Z [command]/usr/bin/git lfs fetch origin refs/remotes/origin/dev
2026-08-06T22:57:46.1523573Z fetch: Fetching reference refs/remotes/origin/dev
2026-08-06T22:57:46.1632229Z ##[endgroup]
2026-08-06T22:57:46.1635724Z [command]/usr/bin/git sparse-checkout disable
2026-08-06T22:57:46.1675821Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig
2026-08-06T22:57:46.1706842Z ##[group]Checking out the ref
2026-08-06T22:57:46.1718190Z [command]/usr/bin/git checkout --progress --force -B dev refs/remotes/origin/dev
2026-08-06T22:57:46.1846727Z Switched to a new branch 'dev'
2026-08-06T22:57:46.1848070Z branch 'dev' set up to track 'origin/dev'.
2026-08-06T22:57:46.2015119Z ##[endgroup]
2026-08-06T22:57:46.2050992Z [command]/usr/bin/git log -1 --format=%H
2026-08-06T22:57:46.2068393Z a34fdf00892b0d5efec7ac4eb212609930beefbd
2026-08-06T22:57:46.2083910Z ::remove-matcher owner=checkout-git::
2026-08-06T22:57:46.5555532Z info: downloading installer
2026-08-06T22:57:46.8088897Z warn: It looks like you have an existing rustup settings file at:
2026-08-06T22:57:46.8089877Z warn: /root/.rustup/settings.toml
2026-08-06T22:57:46.8090379Z warn: Rustup will install the default toolchain as specified in the settings file,
2026-08-06T22:57:46.8090506Z warn: instead of the one inferred from the default host triple.
2026-08-06T22:57:46.8230318Z info: profile set to default
2026-08-06T22:57:46.8230727Z info: default host triple is x86_64-unknown-linux-gnu
2026-08-06T22:57:46.8230854Z info: skipping toolchain installation
2026-08-06T22:57:46.8232120Z
2026-08-06T22:57:46.8232307Z
2026-08-06T22:57:46.8232410Z Rust is installed now. Great!
2026-08-06T22:57:46.8232514Z
2026-08-06T22:57:46.8232608Z To get started you may need to restart your current shell.
2026-08-06T22:57:46.8232719Z This would reload your PATH environment variable to include
2026-08-06T22:57:46.8232830Z Cargo's bin directory ($HOME/.cargo/bin).
2026-08-06T22:57:46.8232926Z
2026-08-06T22:57:46.8233027Z To configure your current shell, you need to source
2026-08-06T22:57:46.8233127Z the corresponding env file under $HOME/.cargo.
2026-08-06T22:57:46.8233222Z
2026-08-06T22:57:46.8233313Z This is usually done by running one of the following (note the leading DOT):
2026-08-06T22:57:46.8233418Z . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
2026-08-06T22:57:46.8233519Z source "$HOME/.cargo/env.fish" # For fish
2026-08-06T22:57:46.8233641Z source "~/.cargo/env.nu" # For nushell
2026-08-06T22:57:46.8233743Z source "$HOME/.cargo/env.tcsh" # For tcsh
2026-08-06T22:57:46.8233898Z . "$HOME/.cargo/env.ps1" # For pwsh
2026-08-06T22:57:46.8233992Z source "$HOME/.cargo/env.xsh" # For xonsh
2026-08-06T22:57:46.9225505Z info: syncing channel updates for stable-x86_64-unknown-linux-gnu
2026-08-06T22:57:47.0707378Z info: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14)
2026-08-06T22:57:47.0707987Z info: downloading 3 components
2026-08-06T22:57:55.9604687Z
2026-08-06T22:57:55.9732403Z stable-x86_64-unknown-linux-gnu installed - rustc 1.97.1 (8bab26f4f 2026-07-14)
2026-08-06T22:57:55.9733532Z
2026-08-06T22:57:55.9752334Z info: default toolchain set to stable-x86_64-unknown-linux-gnu
2026-08-06T22:57:56.1187027Z info: using existing install for stable-x86_64-unknown-linux-gnu
2026-08-06T22:57:56.1201968Z
2026-08-06T22:57:56.1202261Z info: default toolchain set to stable-x86_64-unknown-linux-gnu
2026-08-06T22:57:56.1265569Z stable-x86_64-unknown-linux-gnu unchanged - rustc 1.97.1 (8bab26f4f 2026-07-14)
2026-08-06T22:57:56.1265810Z
2026-08-06T22:57:56.8026992Z rustc 1.97.1 (8bab26f4f 2026-07-14)
2026-08-06T22:57:56.8027603Z binary: rustc
2026-08-06T22:57:56.8027706Z commit-hash: 8bab26f4f68e0e26f0bb7960be334d5b520ea452
2026-08-06T22:57:56.8027808Z commit-date: 2026-07-14
2026-08-06T22:57:56.8027896Z host: x86_64-unknown-linux-gnu
2026-08-06T22:57:56.8028130Z release: 1.97.1
2026-08-06T22:57:56.8028934Z LLVM version: 22.1.6
2026-08-06T22:57:57.2935899Z ##[group]Cache Configuration
2026-08-06T22:57:57.2937272Z Cache Provider:
2026-08-06T22:57:57.2937438Z github
2026-08-06T22:57:57.2937532Z Workspaces:
2026-08-06T22:57:57.2937629Z /workspace/CryoforgeNexus/Synvael
2026-08-06T22:57:57.2937735Z Cache Paths:
2026-08-06T22:57:57.2937812Z /root/.cargo/bin
2026-08-06T22:57:57.2938822Z /root/.cargo/.crates.toml
2026-08-06T22:57:57.2938927Z /root/.cargo/.crates2.json
2026-08-06T22:57:57.2939533Z /root/.cargo/registry
2026-08-06T22:57:57.2939676Z /root/.cargo/git
2026-08-06T22:57:57.2939755Z /workspace/CryoforgeNexus/Synvael/target
2026-08-06T22:57:57.2939841Z Restore Key:
2026-08-06T22:57:57.2939915Z v0-rust-rust-test-Linux-x64-8b57f1cb
2026-08-06T22:57:57.2939994Z Cache Key:
2026-08-06T22:57:57.2940256Z v0-rust-rust-test-Linux-x64-8b57f1cb-0b9fe510
2026-08-06T22:57:57.2940340Z .. Prefix:
2026-08-06T22:57:57.2940416Z - v0-rust-rust-test-Linux-x64
2026-08-06T22:57:57.2940507Z .. Environment considered:
2026-08-06T22:57:57.2940607Z - Rust Versions:
2026-08-06T22:57:57.2940692Z - 1.97.1 x86_64-unknown-linux-gnu 8bab26f4f68e0e26f0bb7960be334d5b520ea452
2026-08-06T22:57:57.2940798Z - CARGO_HOME
2026-08-06T22:57:57.2941484Z - CARGO_INCREMENTAL
2026-08-06T22:57:57.2941639Z - CARGO_TERM_COLOR
2026-08-06T22:57:57.2941730Z .. Lockfiles considered:
2026-08-06T22:57:57.2941813Z - /workspace/CryoforgeNexus/Synvael/Cargo.lock
2026-08-06T22:57:57.2941898Z - /workspace/CryoforgeNexus/Synvael/crates/client/Cargo.toml
2026-08-06T22:57:57.2941977Z - /workspace/CryoforgeNexus/Synvael/crates/net/Cargo.toml
2026-08-06T22:57:57.2942319Z - /workspace/CryoforgeNexus/Synvael/crates/renderer/Cargo.toml
2026-08-06T22:57:57.2942420Z - /workspace/CryoforgeNexus/Synvael/crates/scripting/Cargo.toml
2026-08-06T22:57:57.2942505Z - /workspace/CryoforgeNexus/Synvael/crates/server/Cargo.toml
2026-08-06T22:57:57.2942593Z - /workspace/CryoforgeNexus/Synvael/crates/shared/Cargo.toml
2026-08-06T22:57:57.2942834Z ##[endgroup]
2026-08-06T22:57:57.2943096Z
2026-08-06T22:57:57.2943181Z ... Restoring cache ...
2026-08-06T23:02:36.0893084Z ::warning::Failed to restore: getCacheEntry failed: connect ETIMEDOUT 172.18.0.4:46827
2026-08-06T23:02:36.0895532Z No cache found.
2026-08-06T23:02:36.2705464Z Hit:1 http://deb.debian.org/debian bookworm InRelease
2026-08-06T23:02:36.2718771Z Hit:2 http://deb.debian.org/debian bookworm-updates InRelease
2026-08-06T23:02:36.2790179Z Hit:3 http://deb.debian.org/debian-security bookworm-security InRelease
2026-08-06T23:02:36.9167302Z Reading package lists...
2026-08-06T23:02:37.5338866Z Reading package lists...
2026-08-06T23:02:37.7116701Z Building dependency tree...
2026-08-06T23:02:37.7127578Z Reading state information...
2026-08-06T23:02:38.0447531Z The following additional packages will be installed:
2026-08-06T23:02:38.0467089Z glslang-dev libshaderc1 spirv-headers spirv-tools
2026-08-06T23:02:38.0494763Z Suggested packages:
2026-08-06T23:02:38.0495165Z glslang-tools
2026-08-06T23:02:38.1477466Z The following NEW packages will be installed:
2026-08-06T23:02:38.1486997Z glslang-dev libshaderc-dev libshaderc1 spirv-headers spirv-tools
2026-08-06T23:02:38.1856821Z 0 upgraded, 5 newly installed, 0 to remove and 80 not upgraded.
2026-08-06T23:02:38.1857220Z Need to get 6685 kB of archives.
2026-08-06T23:02:38.1857370Z After this operation, 48.2 MB of additional disk space will be used.
2026-08-06T23:02:38.1857473Z Get:1 http://deb.debian.org/debian bookworm/main amd64 spirv-tools amd64 2023.1-2 [3729 kB]
2026-08-06T23:02:38.2409725Z Get:2 http://deb.debian.org/debian bookworm/main amd64 glslang-dev amd64 12.0.0-2 [1309 kB]
2026-08-06T23:02:38.2529386Z Get:3 http://deb.debian.org/debian bookworm/main amd64 libshaderc1 amd64 2023.2-1 [1472 kB]
2026-08-06T23:02:38.2640164Z Get:4 http://deb.debian.org/debian bookworm/main amd64 spirv-headers all 1.6.1+1.3.239.0-1 [108 kB]
2026-08-06T23:02:38.2647467Z Get:5 http://deb.debian.org/debian bookworm/main amd64 libshaderc-dev amd64 2023.2-1 [66.8 kB]
2026-08-06T23:02:38.3927173Z debconf: delaying package configuration, since apt-utils is not installed
2026-08-06T23:02:38.4177517Z Fetched 6685 kB in 0s (62.0 MB/s)
2026-08-06T23:02:38.4329743Z Selecting previously unselected package spirv-tools.
2026-08-06T23:02:38.4495687Z (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 23308 files and directories currently installed.)
2026-08-06T23:02:38.4515616Z Preparing to unpack .../spirv-tools_2023.1-2_amd64.deb ...
2026-08-06T23:02:38.4535649Z Unpacking spirv-tools (2023.1-2) ...
2026-08-06T23:02:38.7258789Z Selecting previously unselected package glslang-dev:amd64.
2026-08-06T23:02:38.7319778Z Preparing to unpack .../glslang-dev_12.0.0-2_amd64.deb ...
2026-08-06T23:02:38.7347771Z Unpacking glslang-dev:amd64 (12.0.0-2) ...
2026-08-06T23:02:38.8784447Z Selecting previously unselected package libshaderc1:amd64.
2026-08-06T23:02:38.8813758Z Preparing to unpack .../libshaderc1_2023.2-1_amd64.deb ...
2026-08-06T23:02:38.8857806Z Unpacking libshaderc1:amd64 (2023.2-1) ...
2026-08-06T23:02:39.0127227Z Selecting previously unselected package spirv-headers.
2026-08-06T23:02:39.0161879Z Preparing to unpack .../spirv-headers_1.6.1+1.3.239.0-1_all.deb ...
2026-08-06T23:02:39.0192097Z Unpacking spirv-headers (1.6.1+1.3.239.0-1) ...
2026-08-06T23:02:39.0556846Z Selecting previously unselected package libshaderc-dev:amd64.
2026-08-06T23:02:39.0581987Z Preparing to unpack .../libshaderc-dev_2023.2-1_amd64.deb ...
2026-08-06T23:02:39.0617497Z Unpacking libshaderc-dev:amd64 (2023.2-1) ...
2026-08-06T23:02:39.1003831Z Setting up spirv-headers (1.6.1+1.3.239.0-1) ...
2026-08-06T23:02:39.1068987Z Setting up spirv-tools (2023.1-2) ...
2026-08-06T23:02:39.1140814Z Setting up libshaderc1:amd64 (2023.2-1) ...
2026-08-06T23:02:39.1182399Z Setting up glslang-dev:amd64 (12.0.0-2) ...
2026-08-06T23:02:39.1225643Z Setting up libshaderc-dev:amd64 (2023.2-1) ...
2026-08-06T23:02:39.1269929Z Processing triggers for libc-bin (2.36-9+deb12u13) ...
2026-08-06T23:02:39.4803399Z  Updating crates.io index
2026-08-06T23:02:40.7240466Z  Downloading crates ...
2026-08-06T23:02:40.8518749Z  Downloaded shaderc v0.10.1
2026-08-06T23:02:40.8548558Z  Downloaded shlex v2.0.1
2026-08-06T23:02:40.8582342Z  Downloaded sharded-slab v0.1.7
2026-08-06T23:02:40.8764683Z  Downloaded ab_glyph v0.2.32
2026-08-06T23:02:40.8856540Z  Downloaded stable_deref_trait v1.2.1
2026-08-06T23:02:40.8856901Z  Downloaded strict-num v0.1.1
2026-08-06T23:02:40.8876213Z  Downloaded thread_local v1.1.10
2026-08-06T23:02:40.8918197Z  Downloaded time-core v0.1.9
2026-08-06T23:02:40.8937250Z  Downloaded siphasher v1.0.3
2026-08-06T23:02:40.8957224Z  Downloaded thiserror v2.0.18
2026-08-06T23:02:40.9031734Z  Downloaded tokio-macros v2.7.0
2026-08-06T23:02:40.9046852Z  Downloaded wayland-sys v0.31.11
2026-08-06T23:02:40.9060041Z  Downloaded smol_str v0.2.2
2026-08-06T23:02:40.9078225Z  Downloaded tinyvec_macros v0.1.1
2026-08-06T23:02:40.9091646Z  Downloaded tracing-log v0.2.0
2026-08-06T23:02:40.9118337Z  Downloaded typeid v1.0.3
2026-08-06T23:02:40.9136703Z  Downloaded unicode-xid v0.2.6
2026-08-06T23:02:40.9147082Z  Downloaded untrusted v0.9.0
2026-08-06T23:02:40.9166509Z  Downloaded variadics_please v1.1.0
2026-08-06T23:02:40.9182029Z  Downloaded zeroize v1.9.0
2026-08-06T23:02:40.9200543Z  Downloaded zstd v0.13.3
2026-08-06T23:02:40.9247198Z  Downloaded ab_glyph_rasterizer v0.1.10
2026-08-06T23:02:40.9247540Z  Downloaded arrayref v0.3.9
2026-08-06T23:02:40.9259435Z  Downloaded as-raw-xcb-connection v1.0.1
2026-08-06T23:02:40.9268759Z  Downloaded ash-window v0.13.0
2026-08-06T23:02:40.9282793Z  Downloaded asn1-rs-derive v0.6.0
2026-08-06T23:02:40.9294094Z  Downloaded asn1-rs-impl v0.2.0
2026-08-06T23:02:40.9304419Z  Downloaded atomic-waker v1.1.2
2026-08-06T23:02:40.9317475Z  Downloaded slab v0.4.12
2026-08-06T23:02:40.9334135Z  Downloaded spin v0.10.0
2026-08-06T23:02:40.9368223Z  Downloaded subtle v2.6.1
2026-08-06T23:02:40.9386251Z  Downloaded synstructure v0.13.2
2026-08-06T23:02:40.9399561Z  Downloaded tempfile v3.27.0
2026-08-06T23:02:40.9429750Z  Downloaded thiserror v1.0.69
2026-08-06T23:02:40.9499438Z  Downloaded thiserror-impl v1.0.69
2026-08-06T23:02:40.9514681Z  Downloaded thiserror-impl v2.0.18
2026-08-06T23:02:40.9536692Z  Downloaded tiny-skia-path v0.11.4
2026-08-06T23:02:40.9555503Z  Downloaded toml_datetime v1.1.1+spec-1.1.0
2026-08-06T23:02:40.9569813Z  Downloaded tracing-attributes v0.1.31
2026-08-06T23:02:40.9604788Z  Downloaded version_check v0.9.5
2026-08-06T23:02:40.9618085Z  Downloaded wayland-csd-frame v0.3.0
2026-08-06T23:02:40.9628675Z  Downloaded wayland-cursor v0.31.14
2026-08-06T23:02:40.9638686Z  Downloaded xcursor v0.3.10
2026-08-06T23:02:40.9647598Z  Downloaded xkbcommon-dl v0.4.2
2026-08-06T23:02:40.9659206Z  Downloaded zmij v1.0.21
2026-08-06T23:02:40.9684316Z  Downloaded zstd-safe v7.2.4
2026-08-06T23:02:40.9709817Z  Downloaded ahash v0.8.12
2026-08-06T23:02:40.9734221Z  Downloaded arrayvec v0.7.8
2026-08-06T23:02:40.9753831Z  Downloaded assert_type_match v0.1.1
2026-08-06T23:02:40.9804257Z  Downloaded async-executor v1.14.0
2026-08-06T23:02:40.9822574Z  Downloaded autocfg v1.5.1
2026-08-06T23:02:40.9839583Z  Downloaded bevy_ecs_macro_logic v0.19.0
2026-08-06T23:02:40.9849959Z  Downloaded gethostname v1.1.0
2026-08-06T23:02:40.9859945Z  Downloaded hash32 v0.2.1
2026-08-06T23:02:40.9872887Z  Downloaded jobserver v0.1.35
2026-08-06T23:02:40.9890086Z  Downloaded lazy_static v1.5.0
2026-08-06T23:02:40.9907025Z  Downloaded num-conv v0.2.2
2026-08-06T23:02:40.9915434Z  Downloaded slotmap v1.1.1
2026-08-06T23:02:40.9935943Z  Downloaded smallvec v1.15.2
2026-08-06T23:02:40.9952027Z  Downloaded socket2 v0.6.4
2026-08-06T23:02:40.9970549Z  Downloaded spin v0.9.8
2026-08-06T23:02:40.9993561Z  Downloaded time-macros v0.2.31
2026-08-06T23:02:41.0017321Z  Downloaded tinyvec v1.12.0
2026-08-06T23:02:41.0043146Z  Downloaded toml_edit v0.25.12+spec-1.1.0
2026-08-06T23:02:41.0083226Z  Downloaded toml_parser v1.1.2+spec-1.1.0
2026-08-06T23:02:41.0103731Z  Downloaded unicode-ident v1.0.24
2026-08-06T23:02:41.0130284Z  Downloaded uuid v1.23.4
2026-08-06T23:02:41.0162333Z  Downloaded wayland-client v0.31.14
2026-08-06T23:02:41.0183454Z  Downloaded wayland-protocols-wlr v0.3.12
2026-08-06T23:02:41.0203825Z  Downloaded wayland-scanner v0.31.10
2026-08-06T23:02:41.0243047Z  Downloaded yasna v0.6.0
2026-08-06T23:02:41.0257832Z  Downloaded allocator-api2 v0.2.21
2026-08-06T23:02:41.0295953Z  Downloaded anyhow v1.0.103
2026-08-06T23:02:41.0352527Z  Downloaded async-task v4.7.1
2026-08-06T23:02:41.0396332Z  Downloaded libloading v0.8.9
2026-08-06T23:02:41.0428821Z  Downloaded memmap2 v0.9.11
2026-08-06T23:02:41.0460211Z  Downloaded num-integer v0.1.46
2026-08-06T23:02:41.0491579Z  Downloaded tracing-core v0.1.36
2026-08-06T23:02:41.0520429Z  Downloaded unicode-segmentation v1.13.3
2026-08-06T23:02:41.0554147Z  Downloaded wayland-backend v0.3.15
2026-08-06T23:02:41.0607037Z  Downloaded x11-dl v2.21.0
2026-08-06T23:02:41.0644908Z  Downloaded x509-parser v0.18.1
2026-08-06T23:02:41.0717651Z  Downloaded xkeysym v0.2.1
2026-08-06T23:02:41.0769066Z  Downloaded asn1-rs v0.7.2
2026-08-06T23:02:41.0820532Z  Downloaded base64 v0.22.1
2026-08-06T23:02:41.0855134Z  Downloaded futures-lite v2.6.1
2026-08-06T23:02:41.0871214Z  Downloaded wayland-protocols-plasma v0.3.12
2026-08-06T23:02:41.0912239Z  Downloaded wgpu-types v29.0.4
2026-08-06T23:02:41.0946989Z  Downloaded num-bigint v0.4.8
2026-08-06T23:02:41.0989203Z  Downloaded smithay-client-toolkit v0.19.2
2026-08-06T23:02:41.1046670Z  Downloaded wayland-protocols v0.32.13
2026-08-06T23:02:41.1118832Z  Downloaded hashbrown v0.16.1
2026-08-06T23:02:41.1164182Z  Downloaded tiny-skia v0.11.4
2026-08-06T23:02:41.1282487Z  Downloaded aho-corasick v1.1.4
2026-08-06T23:02:41.1330996Z  Downloaded rand_pcg v0.10.2
2026-08-06T23:02:41.1343230Z  Downloaded rustc_version v0.4.1
2026-08-06T23:02:41.1354806Z  Downloaded sysinfo v0.33.1
2026-08-06T23:02:41.1441729Z  Downloaded ttf-parser v0.25.1
2026-08-06T23:02:41.1524046Z  Downloaded winnow v1.0.3
2026-08-06T23:02:41.1607588Z  Downloaded x11rb v0.13.2
2026-08-06T23:02:41.1679763Z  Downloaded pkg-config v0.3.33
2026-08-06T23:02:41.1693308Z  Downloaded rand_xorshift v0.3.0
2026-08-06T23:02:41.1702657Z  Downloaded rusticata-macros v4.1.0
2026-08-06T23:02:41.1715790Z  Downloaded syn v2.0.118
2026-08-06T23:02:41.1808347Z  Downloaded time v0.3.53
2026-08-06T23:02:41.1931472Z  Downloaded tracing-subscriber v0.3.23
2026-08-06T23:02:41.2006121Z  Downloaded aws-lc-rs v1.17.1
2026-08-06T23:02:41.2098291Z  Downloaded calloop-wayland-source v0.3.0
2026-08-06T23:02:41.2108640Z  Downloaded equivalent v1.0.2
2026-08-06T23:02:41.2118086Z  Downloaded powerfmt v0.2.0
2026-08-06T23:02:41.2128157Z  Downloaded rustc-hash v2.1.3
2026-08-06T23:02:41.2139161Z  Downloaded zerocopy v0.8.54
2026-08-06T23:02:41.2328694Z  Downloaded downcast-rs v1.2.1
2026-08-06T23:02:41.2340207Z  Downloaded pin-project-lite v0.2.17
2026-08-06T23:02:41.2389603Z  Downloaded tracing v0.1.44
2026-08-06T23:02:41.2517329Z  Downloaded x11rb-protocol v0.13.2
2026-08-06T23:02:41.2621946Z  Downloaded ash v0.38.0+1.3.281
2026-08-06T23:02:41.2750313Z  Downloaded rand_core v0.6.4
2026-08-06T23:02:41.2763662Z  Downloaded scoped-tls v1.0.1
2026-08-06T23:02:41.2772263Z  Downloaded winit v0.30.13
2026-08-06T23:02:41.2978856Z  Downloaded cfg-if v1.0.4
2026-08-06T23:02:41.2988271Z  Downloaded embedded-io v0.4.0
2026-08-06T23:02:41.3003560Z  Downloaded embedded-io v0.6.1
2026-08-06T23:02:41.3015087Z  Downloaded futures-io v0.3.32
2026-08-06T23:02:41.3023222Z  Downloaded getrandom v0.2.17
2026-08-06T23:02:41.3052762Z  Downloaded indexmap v2.14.0
2026-08-06T23:02:41.3093054Z  Downloaded itoa v1.0.18
2026-08-06T23:02:41.3101280Z  Downloaded link-cplusplus v1.0.12
2026-08-06T23:02:41.3112932Z  Downloaded scopeguard v1.2.0
2026-08-06T23:02:41.3124369Z  Downloaded bevy_macro_utils v0.19.0
2026-08-06T23:02:41.3138006Z  Downloaded getrandom v0.3.4
2026-08-06T23:02:41.3177074Z  Downloaded getrandom v0.4.3
2026-08-06T23:02:41.3207298Z  Downloaded gpu-allocator v0.28.0
2026-08-06T23:02:41.3236817Z  Downloaded lock_api v0.4.14
2026-08-06T23:02:41.3247244Z  Downloaded log v0.4.33
2026-08-06T23:02:41.3266677Z  Downloaded cfg_aliases v0.2.1
2026-08-06T23:02:41.3276818Z  Downloaded disqualified v1.0.0
2026-08-06T23:02:41.3286667Z  Downloaded dpi v0.1.2
2026-08-06T23:02:41.3296707Z  Downloaded dunce v1.0.5
2026-08-06T23:02:41.3306840Z  Downloaded futures-core v0.3.32
2026-08-06T23:02:41.3316704Z  Downloaded heapless v0.7.17
2026-08-06T23:02:41.3356847Z  Downloaded bevy_ecs v0.19.0
2026-08-06T23:02:41.3564352Z  Downloaded lru-slab v0.1.2
2026-08-06T23:02:41.3575122Z  Downloaded openssl-probe v0.2.1
2026-08-06T23:02:41.3587655Z  Downloaded owned_ttf_parser v0.25.1
2026-08-06T23:02:41.3597311Z  Downloaded parking v2.2.1
2026-08-06T23:02:41.3608378Z  Downloaded percent-encoding v2.3.2
2026-08-06T23:02:41.3619091Z  Downloaded quinn-udp v0.5.15
2026-08-06T23:02:41.3637583Z  Downloaded quote v1.0.46
2026-08-06T23:02:41.3665527Z  Downloaded zstd-sys v2.0.16+zstd.1.5.7
2026-08-06T23:02:41.3815244Z  Downloaded dlib v0.5.3
2026-08-06T23:02:41.3825869Z  Downloaded errno v0.3.14
2026-08-06T23:02:41.3840802Z  Downloaded hashbrown v0.17.1
2026-08-06T23:02:41.3889257Z  Downloaded lru v0.18.1
2026-08-06T23:02:41.3903353Z  Downloaded matchers v0.2.0
2026-08-06T23:02:41.3914214Z  Downloaded nonmax v0.5.5
2026-08-06T23:02:41.3928036Z  Downloaded oid-registry v0.8.1
2026-08-06T23:02:41.3939879Z  Downloaded once_cell v1.21.4
2026-08-06T23:02:41.3961286Z  Downloaded pem v3.0.6
2026-08-06T23:02:41.3974143Z  Downloaded presser v0.3.1
2026-08-06T23:02:41.3989717Z  Downloaded rand_core v0.10.1
2026-08-06T23:02:41.4005824Z  Downloaded raw-window-handle v0.6.2
2026-08-06T23:02:41.4023157Z  Downloaded rustls-native-certs v0.8.4
2026-08-06T23:02:41.4034500Z  Downloaded bevy_ecs_macros v0.19.0
2026-08-06T23:02:41.4049455Z  Downloaded bevy_utils v0.19.0
2026-08-06T23:02:41.4061742Z  Downloaded bytemuck_derive v1.11.0
2026-08-06T23:02:41.4074294Z  Downloaded cmake v0.1.58
2026-08-06T23:02:41.4088007Z  Downloaded cobs v0.3.0
2026-08-06T23:02:41.4102179Z  Downloaded critical-section v1.2.0
2026-08-06T23:02:41.4116540Z  Downloaded displaydoc v0.2.6
2026-08-06T23:02:41.4134849Z  Downloaded erased-serde v0.4.10
2026-08-06T23:02:41.4158903Z  Downloaded fixedbitset v0.5.7
2026-08-06T23:02:41.4177027Z  Downloaded libm v0.2.16
2026-08-06T23:02:41.4273463Z  Downloaded nu-ansi-term v0.50.3
2026-08-06T23:02:41.4294473Z  Downloaded num-traits v0.2.19
2026-08-06T23:02:41.4321318Z  Downloaded polling v3.11.0
2026-08-06T23:02:41.4349822Z  Downloaded byteorder v1.5.0
2026-08-06T23:02:41.4363727Z  Downloaded concurrent-queue v2.5.0
2026-08-06T23:02:41.4378714Z  Downloaded convert_case v0.10.0
2026-08-06T23:02:41.4393463Z  Downloaded cpufeatures v0.3.0
2026-08-06T23:02:41.4406826Z  Downloaded data-encoding v2.11.0
2026-08-06T23:02:41.4415796Z  Downloaded deranged v0.5.8
2026-08-06T23:02:41.4429090Z  Downloaded downcast-rs v2.0.2
2026-08-06T23:02:41.4441026Z  Downloaded fastbloom v0.17.0
2026-08-06T23:02:41.4454347Z  Downloaded fastrand v2.4.1
2026-08-06T23:02:41.4467146Z  Downloaded minimal-lexical v0.2.1
2026-08-06T23:02:41.4514790Z  Downloaded bit-vec v0.9.1
2026-08-06T23:02:41.4528615Z  Downloaded crossbeam-queue v0.3.13
2026-08-06T23:02:41.4541046Z  Downloaded mio v1.2.1
2026-08-06T23:02:41.4594303Z  Downloaded noise v0.9.0
2026-08-06T23:02:41.4677239Z  Downloaded postcard v1.1.3
2026-08-06T23:02:41.4698866Z  Downloaded rustls-pki-types v1.15.0
2026-08-06T23:02:41.4722689Z  Downloaded bevy_ptr v0.19.0
2026-08-06T23:02:41.4733430Z  Downloaded crossbeam-utils v0.8.22
2026-08-06T23:02:41.4760200Z  Downloaded cursor-icon v1.2.0
2026-08-06T23:02:41.4771044Z  Downloaded find-msvc-tools v0.1.9
2026-08-06T23:02:41.4785628Z  Downloaded foldhash v0.2.0
2026-08-06T23:02:41.4796926Z  Downloaded fs_extra v1.3.0
2026-08-06T23:02:41.4810728Z  Downloaded memchr v2.8.3
2026-08-06T23:02:41.4859768Z  Downloaded roxmltree v0.20.0
2026-08-06T23:02:41.4972654Z  Downloaded semver v1.0.28
2026-08-06T23:02:41.4993930Z  Downloaded bevy_platform v0.19.0
2026-08-06T23:02:41.5021039Z  Downloaded bevy_tasks v0.19.0
2026-08-06T23:02:41.5039718Z  Downloaded nom v7.1.3
2026-08-06T23:02:41.5106212Z  Downloaded proc-macro2 v1.0.106
2026-08-06T23:02:41.5146880Z  Downloaded libc v0.2.186
2026-08-06T23:02:41.5672133Z  Downloaded rustls-platform-verifier v0.7.0
2026-08-06T23:02:41.5730338Z  Downloaded sctk-adwaita v0.10.1
2026-08-06T23:02:41.5765391Z  Downloaded serde_core v1.0.228
2026-08-06T23:02:41.5796920Z  Downloaded bevy_reflect_derive v0.19.0
2026-08-06T23:02:41.5826718Z  Downloaded bitflags v2.13.0
2026-08-06T23:02:41.5866271Z  Downloaded bytemuck v1.25.1
2026-08-06T23:02:41.5895244Z  Downloaded chacha20 v0.10.1
2026-08-06T23:02:41.5917615Z  Downloaded rand v0.8.7
2026-08-06T23:02:41.5947501Z  Downloaded rcgen v0.14.8
2026-08-06T23:02:41.5968571Z  Downloaded bytes v1.12.1
2026-08-06T23:02:41.5999283Z  Downloaded calloop v0.13.0
2026-08-06T23:02:41.6028200Z  Downloaded der-parser v10.0.0
2026-08-06T23:02:41.6060015Z  Downloaded derive_more v2.1.1
2026-08-06T23:02:41.6170790Z  Downloaded quinn v0.11.11
2026-08-06T23:02:41.6200799Z  Downloaded rustls-webpki v0.103.13
2026-08-06T23:02:41.6226805Z  Downloaded serde v1.0.228
2026-08-06T23:02:41.6258081Z  Downloaded serde_derive v1.0.228
2026-08-06T23:02:41.6284715Z  Downloaded tokio v1.52.3
2026-08-06T23:02:41.6667610Z  Downloaded bumpalo v3.20.3
2026-08-06T23:02:41.6693450Z  Downloaded cc v1.2.67
2026-08-06T23:02:41.6727627Z  Downloaded derive_more-impl v2.1.1
2026-08-06T23:02:41.6766228Z  Downloaded rand v0.10.2
2026-08-06T23:02:41.6799019Z  Downloaded crossbeam-channel v0.5.16
2026-08-06T23:02:41.6834428Z  Downloaded serde_json v1.0.150
2026-08-06T23:02:41.6899909Z  Downloaded portable-atomic v1.13.1
2026-08-06T23:02:41.6963266Z  Downloaded quick-xml v0.39.4
2026-08-06T23:02:41.7013498Z  Downloaded bevy_reflect v0.19.0
2026-08-06T23:02:41.7127616Z  Downloaded quinn-proto v0.11.16
2026-08-06T23:02:41.7189733Z  Downloaded rustls v0.23.41
2026-08-06T23:02:41.7294774Z  Downloaded regex-syntax v0.8.11
2026-08-06T23:02:41.7353812Z  Downloaded rustix v0.38.44
2026-08-06T23:02:41.7579097Z  Downloaded rustix v1.1.4
2026-08-06T23:02:41.7827689Z  Downloaded glam v0.32.1
2026-08-06T23:02:41.8072883Z  Downloaded glam v0.33.2
2026-08-06T23:02:41.8340016Z  Downloaded regex-automata v0.4.15
2026-08-06T23:02:41.8468669Z  Downloaded ring v0.17.14
2026-08-06T23:02:41.8920994Z  Downloaded linux-raw-sys v0.4.15
2026-08-06T23:02:41.9379792Z  Downloaded linux-raw-sys v0.12.1
2026-08-06T23:02:42.0183579Z  Downloaded shaderc-sys v0.10.1
2026-08-06T23:02:42.4270264Z  Downloaded aws-lc-sys v0.42.0
2026-08-06T23:02:42.7408802Z  Compiling libc v0.2.186
2026-08-06T23:02:42.7409271Z  Compiling proc-macro2 v1.0.106
2026-08-06T23:02:42.9776985Z  Compiling unicode-ident v1.0.24
2026-08-06T23:02:43.0242421Z  Compiling quote v1.0.46
2026-08-06T23:02:43.7010766Z  Compiling jobserver v0.1.35
2026-08-06T23:02:43.7955266Z  Compiling find-msvc-tools v0.1.9
2026-08-06T23:02:43.9452256Z  Compiling shlex v2.0.1
2026-08-06T23:02:44.0134853Z  Compiling syn v2.0.118
2026-08-06T23:02:44.0627391Z  Compiling cc v1.2.67
2026-08-06T23:02:45.3007071Z  Compiling pkg-config v0.3.33
2026-08-06T23:02:45.7042670Z  Compiling cfg-if v1.0.4
2026-08-06T23:02:45.7299199Z  Compiling once_cell v1.21.4
2026-08-06T23:02:45.8451235Z  Compiling log v0.4.33
2026-08-06T23:02:45.9798907Z  Compiling cmake v0.1.58
2026-08-06T23:02:46.2448053Z  Compiling serde_core v1.0.228
2026-08-06T23:02:48.1627950Z  Compiling libloading v0.8.9
2026-08-06T23:02:48.3118348Z  Compiling bitflags v2.13.0
2026-08-06T23:02:48.4635416Z  Compiling pin-project-lite v0.2.17
2026-08-06T23:02:48.4726283Z  Compiling thiserror v2.0.18
2026-08-06T23:02:48.5101318Z  Compiling serde v1.0.228
2026-08-06T23:02:48.6363383Z  Compiling rustix v1.1.4
2026-08-06T23:02:48.7028580Z  Compiling thiserror-impl v2.0.18
2026-08-06T23:02:48.9018898Z  Compiling serde_derive v1.0.228
2026-08-06T23:02:49.7183881Z  Compiling fastrand v2.4.1
2026-08-06T23:02:49.8553837Z  Compiling linux-raw-sys v0.12.1
2026-08-06T23:02:51.7854323Z  Compiling bytemuck_derive v1.11.0
2026-08-06T23:02:52.7336235Z  Compiling zstd-sys v2.0.16+zstd.1.5.7
2026-08-06T23:02:52.9312107Z  Compiling semver v1.0.28
2026-08-06T23:02:53.1175593Z  Compiling smallvec v1.15.2
2026-08-06T23:02:53.3143236Z  Compiling equivalent v1.0.2
2026-08-06T23:02:53.3413206Z  Compiling fs_extra v1.3.0
2026-08-06T23:02:53.5121094Z  Compiling dunce v1.0.5
2026-08-06T23:02:53.5403099Z  Compiling foldhash v0.2.0
2026-08-06T23:02:53.6645814Z  Compiling aws-lc-sys v0.42.0
2026-08-06T23:02:54.5604777Z  Compiling rustc_version v0.4.1
2026-08-06T23:02:55.1502339Z  Compiling bytemuck v1.25.1
2026-08-06T23:02:55.2693415Z  Compiling tracing-core v0.1.36
2026-08-06T23:02:55.7674167Z  Compiling autocfg v1.5.1
2026-08-06T23:02:56.0392377Z  Compiling scopeguard v1.2.0
2026-08-06T23:02:56.0711338Z  Compiling memchr v2.8.3
2026-08-06T23:02:56.6586745Z  Compiling slab v0.4.12
2026-08-06T23:02:56.7550018Z  Compiling lock_api v0.4.14
2026-08-06T23:02:56.9083289Z  Compiling num-traits v0.2.19
2026-08-06T23:02:57.0004022Z  Compiling heapless v0.7.17
2026-08-06T23:03:08.7968902Z  Compiling dlib v0.5.3
2026-08-06T23:03:08.8528713Z  Compiling tracing-attributes v0.1.31
2026-08-06T23:03:09.7125563Z  Compiling wayland-sys v0.31.11
2026-08-06T23:03:09.7995397Z  Compiling ring v0.17.14
2026-08-06T23:03:10.0713540Z  Compiling cfg_aliases v0.2.1
2026-08-06T23:03:10.0972562Z  Compiling byteorder v1.5.0
2026-08-06T23:03:10.1967485Z  Compiling zstd-safe v7.2.4
2026-08-06T23:03:10.2518030Z  Compiling rand_core v0.6.4
2026-08-06T23:03:10.3328406Z  Compiling zeroize v1.9.0
2026-08-06T23:03:10.4411556Z  Compiling hash32 v0.2.1
2026-08-06T23:03:14.7545853Z  Compiling tracing v0.1.44
2026-08-06T23:03:15.0828746Z  Compiling spin v0.9.8
2026-08-06T23:03:15.1935455Z  Compiling wayland-backend v0.3.15
2026-08-06T23:03:15.2684222Z  Compiling aws-lc-rs v1.17.1
2026-08-06T23:03:15.4239751Z  Compiling stable_deref_trait v1.2.1
2026-08-06T23:03:15.4512198Z  Compiling crossbeam-utils v0.8.22
2026-08-06T23:03:17.3417713Z  Compiling rustls-pki-types v1.15.0
2026-08-06T23:03:17.7061936Z  Compiling rand_xorshift v0.3.0
2026-08-06T23:03:17.7641107Z  Compiling rand v0.8.7
2026-08-06T23:03:18.1764217Z  Compiling cobs v0.3.0
2026-08-06T23:03:18.2695587Z  Compiling getrandom v0.2.17
2026-08-06T23:03:18.3651346Z  Compiling untrusted v0.9.0
2026-08-06T23:03:18.4099906Z  Compiling scoped-tls v1.0.1
2026-08-06T23:03:18.4430207Z  Compiling downcast-rs v1.2.1
2026-08-06T23:03:18.4721882Z  Compiling rand_core v0.10.1
2026-08-06T23:03:21.8018285Z  Compiling postcard v1.1.3
2026-08-06T23:03:22.0661299Z  Compiling noise v0.9.0
2026-08-06T23:03:22.8899172Z  Compiling zstd v0.13.3
2026-08-06T23:03:23.5676267Z  Compiling quick-xml v0.39.4
2026-08-06T23:03:24.2225871Z  Compiling glam v0.33.2
2026-08-06T23:03:29.9980193Z  Compiling link-cplusplus v1.0.12
2026-08-06T23:03:30.0984306Z  Compiling wayland-client v0.31.14
2026-08-06T23:03:30.1568695Z  Compiling getrandom v0.4.3
2026-08-06T23:03:30.2869173Z  Compiling wayland-scanner v0.31.10
2026-08-06T23:03:31.5637383Z  Compiling portable-atomic v1.13.1
2026-08-06T23:03:31.8485596Z  Compiling version_check v0.9.5
2026-08-06T23:03:32.0346845Z  Compiling libm v0.2.16
2026-08-06T23:03:32.1668180Z  Compiling rustls v0.23.41
2026-08-06T23:03:32.2364733Z  Compiling roxmltree v0.20.0
2026-08-06T23:03:32.7070382Z  Compiling shaderc-sys v0.10.1
2026-08-06T23:03:34.9877872Z  Compiling shared v0.1.0 (/workspace/CryoforgeNexus/Synvael/crates/shared)
2026-08-06T23:03:36.1547585Z  Compiling winnow v1.0.3
2026-08-06T23:03:37.1208231Z  Compiling subtle v2.6.1
2026-08-06T23:03:37.1903010Z  Compiling cpufeatures v0.3.0
2026-08-06T23:03:37.2208986Z  Compiling openssl-probe v0.2.1
2026-08-06T23:03:37.3113257Z  Compiling hashbrown v0.17.1
2026-08-06T23:03:37.8355416Z  Compiling indexmap v2.14.0
2026-08-06T23:03:38.3785971Z  Compiling rustls-native-certs v0.8.4
2026-08-06T23:03:38.5989827Z  Compiling chacha20 v0.10.1
2026-08-06T23:03:38.7827872Z  Compiling toml_parser v1.1.2+spec-1.1.0
2026-08-06T23:03:40.8082330Z  Compiling quinn-udp v0.5.15
2026-08-06T23:03:40.9818798Z  Compiling socket2 v0.6.4
2026-08-06T23:03:41.4259463Z  Compiling num-conv v0.2.2
2026-08-06T23:03:41.5113893Z  Compiling futures-io v0.3.32
2026-08-06T23:03:41.5869631Z  Compiling futures-core v0.3.32
2026-08-06T23:03:41.6406196Z  Compiling siphasher v1.0.3
2026-08-06T23:03:41.7472317Z  Compiling toml_datetime v1.1.1+spec-1.1.0
2026-08-06T23:03:41.9091637Z  Compiling rustix v0.38.44
2026-08-06T23:03:42.1154023Z  Compiling parking v2.2.1
2026-08-06T23:03:42.1921794Z  Compiling thiserror v1.0.69
2026-08-06T23:03:42.3084983Z  Compiling tinyvec_macros v0.1.1
2026-08-06T23:03:42.3332717Z  Compiling bytes v1.12.1
2026-08-06T23:03:42.8660246Z  Compiling powerfmt v0.2.0
2026-08-06T23:03:42.9924731Z  Compiling time-core v0.1.9
2026-08-06T23:03:43.1157506Z  Compiling ash v0.38.0+1.3.281
2026-08-06T23:03:43.1745380Z  Compiling deranged v0.5.8
2026-08-06T23:03:44.1625308Z  Compiling time v0.3.53
2026-08-06T23:03:44.7496035Z  Compiling tinyvec v1.12.0
2026-08-06T23:03:45.0758771Z  Compiling futures-lite v2.6.1
2026-08-06T23:03:45.7142107Z  Compiling toml_edit v0.25.12+spec-1.1.0
2026-08-06T23:03:46.5876743Z  Compiling fastbloom v0.17.0
2026-08-06T23:03:46.8008497Z  Compiling rand v0.10.2
2026-08-06T23:03:47.3763010Z  Compiling rand_pcg v0.10.2
2026-08-06T23:03:47.4515730Z  Compiling quinn v0.11.11
2026-08-06T23:03:47.5609772Z  Compiling thiserror-impl v1.0.69
2026-08-06T23:03:48.3623247Z  Compiling tokio-macros v2.7.0
2026-08-06T23:03:48.7253950Z  Compiling mio v1.2.1
2026-08-06T23:03:49.1134263Z  Compiling lru-slab v0.1.2
2026-08-06T23:03:49.1743534Z  Compiling allocator-api2 v0.2.21
2026-08-06T23:03:49.4198680Z  Compiling unicode-segmentation v1.13.3
2026-08-06T23:03:49.7042099Z  Compiling rustc-hash v2.1.3
2026-08-06T23:03:49.7509093Z  Compiling linux-raw-sys v0.4.15
2026-08-06T23:03:49.9951318Z  Compiling base64 v0.22.1
2026-08-06T23:03:50.3235100Z  Compiling pem v3.0.6
2026-08-06T23:03:54.6999689Z  Compiling convert_case v0.10.0
2026-08-06T23:03:55.3593298Z  Compiling tokio v1.52.3
2026-08-06T23:04:00.4680689Z  Compiling shaderc v0.10.1
2026-08-06T23:04:00.9657331Z  Compiling bevy_macro_utils v0.19.0
2026-08-06T23:04:04.6938447Z  Compiling rustls-webpki v0.103.13
2026-08-06T23:04:11.2896502Z  Compiling rustls-platform-verifier v0.7.0
2026-08-06T23:04:11.4516625Z  Compiling quinn-proto v0.11.16
2026-08-06T23:04:12.6684569Z  Compiling yasna v0.6.0
2026-08-06T23:04:13.3704491Z  Compiling wayland-protocols v0.32.13
2026-08-06T23:04:16.8888583Z  Compiling polling v3.11.0
2026-08-06T23:04:17.1204582Z  Compiling hashbrown v0.16.1
2026-08-06T23:04:17.6495772Z  Compiling thread_local v1.1.10
2026-08-06T23:04:17.7854376Z  Compiling typeid v1.0.3
2026-08-06T23:04:17.8960951Z  Compiling spin v0.10.0
2026-08-06T23:04:18.0153330Z  Compiling raw-window-handle v0.6.2
2026-08-06T23:04:18.1588954Z  Compiling arrayvec v0.7.8
2026-08-06T23:04:18.3013201Z  Compiling unicode-xid v0.2.6
2026-08-06T23:04:18.3463704Z  Compiling derive_more-impl v2.1.1
2026-08-06T23:04:20.4923450Z  Compiling bevy_platform v0.19.0
2026-08-06T23:04:20.6523642Z  Compiling calloop v0.13.0
2026-08-06T23:04:21.2465219Z  Compiling rcgen v0.14.8
2026-08-06T23:04:22.1864825Z  Compiling renderer v0.1.0 (/workspace/CryoforgeNexus/Synvael/crates/renderer)
2026-08-06T23:04:22.2788210Z error: linking with `cc` failed: exit status: 1
2026-08-06T23:04:22.2788623Z |
2026-08-06T23:04:22.2788850Z = note: "cc" "-m64" "/workspace/CryoforgeNexus/Synvael/target/debug/build/renderer-cd96e413736a859d/rustcpges3E/symbols.o" "<2 object files omitted>" "-Wl,--as-needed" "-Wl,-Bstatic" "/workspace/CryoforgeNexus/Synvael/target/debug/deps/{libshaderc-8f9ce9dd62f68ea1,libshaderc_sys-81ce73ae6b1c5d6a,liblink_cplusplus-211819fdb8b6bff9,liblibc-a999844c5a16455b}.rlib" "<sysroot>/lib/rustlib/x86_64-unknown-linux-gnu/lib/{libstd-*,libpanic_unwind-*,libobject-*,libmemchr-*,libaddr2line-*,libgimli-*,libcfg_if-*,librustc_demangle-*,libstd_detect-*,libhashbrown-*,librustc_std_workspace_alloc-*,libminiz_oxide-*,libadler2-*,libunwind-*,liblibc-*,librustc_std_workspace_core-*,liballoc-*,libcore-*,libcompiler_builtins-*}.rlib" "-Wl,-Bdynamic" "-lshaderc" "-lstdc++" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-L" "/workspace/CryoforgeNexus/Synvael/target/debug/build/renderer-cd96e413736a859d/rustcpges3E/raw-dylibs" "-B<sysroot>/lib/rustlib/x86_64-unknown-linux-gnu/bin/gcc-ld" "-fuse-ld=lld" "-Wl,--eh-frame-hdr" "-Wl,-z,noexecstack" "-L" "/workspace/CryoforgeNexus/Synvael/target/debug/build/link-cplusplus-6b338cd4fb136ba5/out" "-L" "/usr/lib/x86_64-linux-gnu" "-L" "<sysroot>/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/workspace/CryoforgeNexus/Synvael/target/debug/build/renderer-cd96e413736a859d/build_script_build-cd96e413736a859d" "-Wl,--gc-sections" "-pie" "-Wl,-z,relro,-z,now" "-nodefaultlibs"
2026-08-06T23:04:22.2789112Z = note: some arguments are omitted. use `--verbose` to show all linker arguments
2026-08-06T23:04:22.2789213Z = note: rust-lld: error: undefined reference: glslang::TProgram::getInfoLog()
2026-08-06T23:04:22.2789314Z >>> referenced by /usr/lib/x86_64-linux-gnu/libshaderc.so (disallowed by --no-allow-shlib-undefined)
2026-08-06T23:04:22.2789416Z
2026-08-06T23:04:22.2789509Z rust-lld: error: undefined reference: glslang::TShader::setNanMinMaxClamp(bool)
2026-08-06T23:04:22.2789601Z >>> referenced by /usr/lib/x86_64-linux-gnu/libshaderc.so (disallowed by --no-allow-shlib-undefined)
2026-08-06T23:04:22.2789688Z
2026-08-06T23:04:22.2789758Z rust-lld: error: undefined reference: glslang::TShader::setInvertY(bool)
2026-08-06T23:04:22.2789844Z >>> referenced by /usr/lib/x86_64-linux-gnu/libshaderc.so (disallowed by --no-allow-shlib-undefined)
2026-08-06T23:04:22.2789926Z
2026-08-06T23:04:22.2790051Z rust-lld: error: undefined reference: glslang::TProgram::~TProgram()
2026-08-06T23:04:22.2790200Z >>> referenced by /usr/lib/x86_64-linux-gnu/libshaderc.so (disallowed by --no-allow-shlib-undefined)
2026-08-06T23:04:22.2790361Z
2026-08-06T23:04:22.2790509Z rust-lld: error: undefined reference: glslang::TShader::parse(TBuiltInResource const*, int, EProfile, bool, bool, EShMessages, glslang::TShader::Includer&)
2026-08-06T23:04:22.2790614Z >>> referenced by /usr/lib/x86_64-linux-gnu/libshaderc.so (disallowed by --no-allow-shlib-undefined)
2026-08-06T23:04:22.2790697Z
2026-08-06T23:04:22.2790768Z rust-lld: error: undefined reference: glslang::InitializeProcess()
2026-08-06T23:04:22.2790850Z >>> referenced by /usr/lib/x86_64-linux-gnu/libshaderc.so (disallowed by --no-allow-shlib-undefined)
2026-08-06T23:04:22.2790931Z
2026-08-06T23:04:22.2791009Z rust-lld: error: undefined reference: glslang::TShader::setShiftUboBinding(unsigned int)
2026-08-06T23:04:22.2791085Z >>> referenced by /usr/lib/x86_64-linux-gnu/libshaderc.so (disallowed by --no-allow-shlib-undefined)
2026-08-06T23:04:22.2791164Z
2026-08-06T23:04:22.2791246Z rust-lld: error: undefined reference: glslang::TShader::preprocess(TBuiltInResource const*, int, EProfile, bool, bool, EShMessages, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char>>*, glslang::TShader::Includer&)
2026-08-06T23:04:22.2791343Z >>> referenced by /usr/lib/x86_64-linux-gnu/libshaderc.so (disallowed by --no-allow-shlib-undefined)
2026-08-06T23:04:22.2791434Z
2026-08-06T23:04:22.2791513Z rust-lld: error: undefined reference: vtable for spvtools::utils::Timer
2026-08-06T23:04:22.2791591Z >>> referenced by /usr/lib/x86_64-linux-gnu/libshaderc.so (disallowed by --no-allow-shlib-undefined)
2026-08-06T23:04:22.2791684Z
2026-08-06T23:04:22.2791752Z rust-lld: error: undefined reference: glslang::TShader::setShiftTextureBinding(unsigned int)
2026-08-06T23:04:22.2791837Z >>> referenced by /usr/lib/x86_64-linux-gnu/libshaderc.so (disallowed by --no-allow-shlib-undefined)
2026-08-06T23:04:22.2791918Z
2026-08-06T23:04:22.2791986Z rust-lld: error: undefined reference: glslang::TShader::setShiftSamplerBinding(unsigned int)
2026-08-06T23:04:22.2792065Z >>> referenced by /usr/lib/x86_64-linux-gnu/libshaderc.so (disallowed by --no-allow-shlib-undefined)
2026-08-06T23:04:22.2792144Z
2026-08-06T23:04:22.2792211Z rust-lld: error: undefined reference: glslang::TShader::setHlslIoMapping(bool)
2026-08-06T23:04:22.2792286Z >>> referenced by /usr/lib/x86_64-linux-gnu/libshaderc.so (disallowed by --no-allow-shlib-undefined)
2026-08-06T23:04:22.2792371Z
2026-08-06T23:04:22.2792444Z rust-lld: error: undefined reference: glslang::GetKhronosToolId()
2026-08-06T23:04:22.2792521Z >>> referenced by /usr/lib/x86_64-linux-gnu/libshaderc.so (disallowed by --no-allow-shlib-undefined)
2026-08-06T23:04:22.2792598Z
2026-08-06T23:04:22.2792666Z rust-lld: error: undefined reference: glslang::TProgram::link(EShMessages)
2026-08-06T23:04:22.2792868Z >>> referenced by /usr/lib/x86_64-linux-gnu/libshaderc.so (disallowed by --no-allow-shlib-undefined)
2026-08-06T23:04:22.2792948Z
2026-08-06T23:04:22.2793023Z rust-lld: error: undefined reference: glslang::TPoolAllocator::push()
2026-08-06T23:04:22.2793104Z >>> referenced by /usr/lib/x86_64-linux-gnu/libshaderc.so (disallowed by --no-allow-shlib-undefined)
2026-08-06T23:04:22.2793182Z
2026-08-06T23:04:22.2793254Z rust-lld: error: undefined reference: glslang::TPoolAllocator::allocate(unsigned long)
2026-08-06T23:04:22.2793328Z >>> referenced by /usr/lib/x86_64-linux-gnu/libshaderc.so (disallowed by --no-allow-shlib-undefined)
2026-08-06T23:04:22.2793418Z
2026-08-06T23:04:22.2793490Z rust-lld: error: undefined reference: glslang::GetThreadPoolAllocator()
2026-08-06T23:04:22.2793577Z >>> referenced by /usr/lib/x86_64-linux-gnu/libshaderc.so (disallowed by --no-allow-shlib-undefined)
2026-08-06T23:04:22.2793657Z
2026-08-06T23:04:22.2793739Z rust-lld: error: undefined reference: glslang::TProgram::TProgram()
2026-08-06T23:04:22.2793811Z >>> referenced by /usr/lib/x86_64-linux-gnu/libshaderc.so (disallowed by --no-allow-shlib-undefined)
2026-08-06T23:04:22.2793889Z
2026-08-06T23:04:22.2793970Z rust-lld: error: undefined reference: glslang::TShader::setShiftUavBinding(unsigned int)
2026-08-06T23:04:22.2794051Z >>> referenced by /usr/lib/x86_64-linux-gnu/libshaderc.so (disallowed by --no-allow-shlib-undefined)
2026-08-06T23:04:22.2794129Z
2026-08-06T23:04:22.2794203Z rust-lld: error: undefined reference: glslang::TShader::TShader(EShLanguage)
2026-08-06T23:04:22.2794278Z >>> referenced by /usr/lib/x86_64-linux-gnu/libshaderc.so (disallowed by --no-allow-shlib-undefined)
2026-08-06T23:04:22.2794377Z
2026-08-06T23:04:22.2794458Z rust-lld: error: too many errors emitted, stopping now (use --error-limit=0 to see all errors)
2026-08-06T23:04:22.2794542Z collect2: error: ld returned 1 exit status
2026-08-06T23:04:22.2794614Z
2026-08-06T23:04:22.2794684Z
2026-08-06T23:04:22.2837772Z error: could not compile `renderer` (build script) due to 1 previous error
2026-08-06T23:04:22.2838468Z warning: build failed, waiting for other jobs to finish...
2026-08-06T23:04:22.4179082Z ⚙️ [runner]: exitcode '101': failure
2026-08-06T23:04:22.4181417Z Skipping step 'Cache cargo artifacts' due to 'success() || env.CACHE_ON_FAILURE == 'true''
2026-08-06T23:04:22.4226908Z ⭐ Run Post Install Rust toolchain
2026-08-06T23:04:22.4252414Z 🐳 docker cp src=/data/.cache/act/d0/9d48ff129486f4ba7f424816f62cfebc4799cce0717b2c1baae4f160cee06c/ dst=/var/run/act/actions/d0/9d48ff129486f4ba7f424816f62cfebc4799cce0717b2c1baae4f160cee06c/
2026-08-06T23:04:22.4311812Z ✅ Success - Post Install Rust toolchain
2026-08-06T23:04:22.4467796Z ⭐ Run Post https://github.com/actions/checkout@v4
2026-08-06T23:04:22.5021832Z 🐳 docker exec cmd=[node /var/run/act/actions/c0/3970d07d758392c95d555f0ddc944bd81985d7261eccce7bc902dd4f3545bf/dist/index.js] user= workdir=
2026-08-06T23:04:22.6561298Z [command]/usr/bin/git version
2026-08-06T23:04:22.6623799Z git version 2.39.5
2026-08-06T23:04:22.6663124Z ⚙ ***
2026-08-06T23:04:22.6689690Z Temporarily overriding HOME='/tmp/0b6d6336-9f57-4884-9498-e610e2590059' before making global git config changes
2026-08-06T23:04:22.6691737Z Adding repository directory to the temporary git global config as a safe directory
2026-08-06T23:04:22.6700358Z [command]/usr/bin/git config --global --add safe.directory /workspace/CryoforgeNexus/Synvael
2026-08-06T23:04:22.6764396Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2026-08-06T23:04:22.6833627Z [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-06T23:04:22.7154552Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/git\.cryoforgenexus\.com\/\.extraheader
2026-08-06T23:04:22.7197264Z http.https://git.cryoforgenexus.com/.extraheader
2026-08-06T23:04:22.7203507Z [command]/usr/bin/git config --local --unset-all http.https://git.cryoforgenexus.com/.extraheader
2026-08-06T23:04:22.7243569Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/git\.cryoforgenexus\.com\/\.extraheader' && git config --local --unset-all 'http.https://git.cryoforgenexus.com/.extraheader' || :"
2026-08-06T23:04:22.7532538Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-08-06T23:04:22.7578785Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
2026-08-06T23:04:22.8061119Z ✅ Success - Post https://github.com/actions/checkout@v4
2026-08-06T23:04:22.8298630Z 🏁 Job failed
2026-08-06T23:04:23.6264076Z Job 'Rust Tests' failed