This is a forward of Rust-GPU/rust-gpu#407
We're using your action to also install swiftshader, and it's failing regularly with:
Cache hit for: cache-windows-x64-vulkan-sdk-1.4.321.0
Received 12582912 of 309024038 (4.1%), 11.9 MBs/sec
Received 130023424 of 309024038 (42.1%), 61.5 MBs/sec
Received 213909504 of 309024038 (69.2%), 67.6 MBs/sec
Received 309024038 of 309024038 (100.0%), 75.7 MBs/sec
Cache Size: ~295 MB (309024038 B)
"C:\Program Files\Git\usr\bin\tar.exe" -xf D:/a/_temp/9348adc7-f64f-47a5-8fa3-92ec9196b90e/cache.tzst -P -C D:/a/rust-gpu/rust-gpu --force-local --use-compress-program "zstd -d"
Cache restored successfully
🎯 [Cache] Restored Vulkan SDK in path: 'C:\VulkanSDK\'. Cache Restore ID: 'cache-windows-x64-vulkan-sdk-1.4.321.0'.
✔️ [PATH] Added path to Vulkan SDK to environment variable PATH.
✔️ [ENV] Set env variable VULKAN_SDK -> "C:\VulkanSDK\1.4.321.0".
✔️ [ENV] Set env variable VULKAN_VERSION -> "1.4.321.0".
✔️ [INFO] Path to Vulkan Runtime: C:\VulkanSDK\1.4.321.0\runtime
🚀 Installing SwiftShader library...
Error: HttpClientError: API rate limit exceeded for 40.65.59.112. (But here's the good news: Authenticated requests get a higher rate limit. Check out the documentation for more details.)
at HttpClient.rejected (D:\a\_actions\jakoch\install-vulkan-sdk-action\v1\node_modules\@actions\http-client\lib\index.js:640:1)
at Generator.next (<anonymous>)
at fulfilled (D:\a\_actions\jakoch\install-vulkan-sdk-action\v1\node_modules\@actions\http-client\lib\index.js:30:1)
at processTicksAndRejections (node:internal/process/task_queues:95:5)
See latest fail in https://github.com/Rust-GPU/rust-gpu/actions/runs/20307661297/job/58329517746 on a regular github runner (not self-hosted).
I assume that message is github rate limiting access to your https://github.com/jakoch/rasterizers repo
Steps we're taken:
This is a forward of Rust-GPU/rust-gpu#407
We're using your action to also install swiftshader, and it's failing regularly with:
See latest fail in https://github.com/Rust-GPU/rust-gpu/actions/runs/20307661297/job/58329517746 on a regular github runner (not self-hosted).
I assume that message is github rate limiting access to your https://github.com/jakoch/rasterizers repo
Steps we're taken: