feat: automatic checkpoints for models that need it #1050
Triggered via pull request
March 10, 2026 20:00
Status
Failure
Total duration
1h 47m 55s
Artifacts
9
build.yml
on: pull_request
Build
3m 40s
Matrix: build-binaries
Update documentation website - no version release
0s
Update documentation website
Auto-approve documentation website deployment
Matrix: build-electron-example
Annotations
9 errors and 18 warnings
|
Standalone tests
Process completed with exit code 1.
|
|
test/standalone/chatWrappers/utils/resolveChatWrapper.test.ts > resolveChatWrapper > should resolve to specialized QwenChatWrapper 2 - Qwen 3:
test/standalone/chatWrappers/utils/resolveChatWrapper.test.ts#L880
AssertionError: expected JinjaTemplateChatWrapper{ …(17) } to be an instance of QwenChatWrapper
❯ test/standalone/chatWrappers/utils/resolveChatWrapper.test.ts:880:35
|
|
test/standalone/chatWrappers/utils/resolveChatWrapper.test.ts > resolveChatWrapper > should resolve to specialized QwenChatWrapper - QwQ:
test/standalone/chatWrappers/utils/resolveChatWrapper.test.ts#L868
AssertionError: expected JinjaTemplateChatWrapper{ …(17) } to be an instance of QwenChatWrapper
❯ test/standalone/chatWrappers/utils/resolveChatWrapper.test.ts:868:35
|
|
test/standalone/chatWrappers/QwenChatWrapper.test.ts > QwenChatWrapper > should generate valid context text for 2 sequential function calls:
test/standalone/chatWrappers/QwenChatWrapper.test.ts#L264
Error: Snapshot `QwenChatWrapper > should generate valid context text for 2 sequential function calls 1` mismatched
- Expected
+ Received
@@ -42,22 +42,30 @@
"What is the time?",
new SpecialTokensText("<|im_end|>
<|im_start|>assistant
"),
"I'll fetch some information for you",
- new SpecialTokensText("<tool_call>"),
- "
- {"name": "getTime", "arguments": {"hours": "24", "seconds": true}}
- ",
+ new SpecialTokensText("<tool_call>
+ <function="),
+ "getTime>
+ <parameter=params>
+ {"hours": "24", "seconds": true}",
- new SpecialTokensText("</tool_call>"),
+ new SpecialTokensText("
+ </parameter>
+ </function>
+ </tool_call>"),
"
",
- new SpecialTokensText("<tool_call>"),
- "
- {"name": "getDate", "arguments": {"timezone": 0}}
- ",
+ new SpecialTokensText("<tool_call>
+ <function="),
+ "getDate>
+ <parameter=params>
+ {"timezone": 0}",
- new SpecialTokensText("</tool_call><|im_end|>
+ new SpecialTokensText("
+ </parameter>
+ </function>
+ </tool_call><|im_end|>
<|im_start|>user
<tool_response>
"),
""22:00:00"",
new SpecialTokensText("
❯ test/standalone/chatWrappers/QwenChatWrapper.test.ts:264:29
|
|
test/standalone/chatWrappers/QwenChatWrapper.test.ts > QwenChatWrapper > should generate valid context text:
test/standalone/chatWrappers/QwenChatWrapper.test.ts#L146
Error: Snapshot `QwenChatWrapper > should generate valid context text 2` mismatched
- Expected
+ Received
@@ -39,15 +39,19 @@
<|im_start|>user
"),
"What is the time?",
new SpecialTokensText("<|im_end|>
<|im_start|>assistant
- <tool_call>"),
- "
- {"name": "getTime", "arguments": {"hours": "24", "seconds": true}}
- ",
+ <tool_call>
+ <function="),
+ "getTime>
+ <parameter=params>
+ {"hours": "24", "seconds": true}",
- new SpecialTokensText("</tool_call><|im_end|>
+ new SpecialTokensText("
+ </parameter>
+ </function>
+ </tool_call><|im_end|>
<|im_start|>user
<tool_response>
"),
""22:00:00"",
new SpecialTokensText("
❯ test/standalone/chatWrappers/QwenChatWrapper.test.ts:146:30
|
|
Model dependent tests
Process completed with exit code 1.
|
|
test/modelDependent/qwen3-0.6b/reasoningBudget.test.ts > qwen3 0.6b > reasoning budget > doesn't exceed reasoning budget:
test/modelDependent/qwen3-0.6b/reasoningBudget.test.ts#L63
AssertionError: expected +0 to be above 1
- Expected
+ Received
- 1
+ 0
❯ test/modelDependent/qwen3-0.6b/reasoningBudget.test.ts:63:46
|
|
test/modelDependent/qwen3-0.6b/functions.test.ts > qwen3 0.6b > functions > $defs and $ref with recursion:
test/modelDependent/qwen3-0.6b/functions.test.ts#L136
AssertionError: expected JinjaTemplateChatWrapper{ …(17) } to be an instance of QwenChatWrapper
❯ test/modelDependent/qwen3-0.6b/functions.test.ts:136:51
|
|
test/modelDependent/qwen3-0.6b/functions.test.ts > qwen3 0.6b > functions > get n-th word:
test/modelDependent/qwen3-0.6b/functions.test.ts#L23
AssertionError: expected JinjaTemplateChatWrapper{ …(17) } to be an instance of QwenChatWrapper
❯ test/modelDependent/qwen3-0.6b/functions.test.ts:23:51
|
|
Build
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v4, actions/setup-node@v4, actions/upload-artifact@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
Build binaries - macOS arm64
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v4, actions/download-artifact@v4, actions/setup-node@v4, actions/upload-artifact@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
Build binaries - macOS arm64
ninja 1.13.2 is already installed and up-to-date.
To reinstall 1.13.2, run:
brew reinstall ninja
|
|
Build binaries - macOS arm64
cmake 4.2.3 is already installed and up-to-date.
To reinstall 4.2.3, run:
brew reinstall cmake
|
|
Standalone tests
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v4, actions/download-artifact@v4, actions/setup-node@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
Build binaries - macOS x64
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v4, actions/download-artifact@v4, actions/setup-node@v4, actions/upload-artifact@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
Build binaries - macOS x64
ninja 1.13.2 is already installed and up-to-date.
To reinstall 1.13.2, run:
brew reinstall ninja
|
|
Build binaries - macOS x64
cmake 4.2.3 is already installed and up-to-date.
To reinstall 4.2.3, run:
brew reinstall cmake
|
|
Build binaries - Ubuntu (2)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v4, actions/download-artifact@v4, actions/setup-node@v4, actions/upload-artifact@v4, Jimver/cuda-toolkit@v0.2.15. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
Model dependent tests
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache/restore@v4, actions/cache/save@v4, actions/checkout@v4, actions/download-artifact@v4, actions/setup-node@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
Model dependent tests
Cache save failed.
|
|
Model dependent tests
ninja 1.13.2 is already installed and up-to-date.
To reinstall 1.13.2, run:
brew reinstall ninja
|
|
Model dependent tests
cmake 4.2.3 is already installed and up-to-date.
To reinstall 4.2.3, run:
brew reinstall cmake
|
|
Build binaries - Ubuntu (1)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v4, actions/download-artifact@v4, actions/setup-node@v4, actions/upload-artifact@v4, Jimver/cuda-toolkit@v0.2.30. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
Build binaries - Windows (2)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v4, actions/download-artifact@v4, actions/setup-node@v4, actions/upload-artifact@v4, Jimver/cuda-toolkit@v0.2.15. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
Build binaries - Windows (2)
Failed to save: <h2>Our services aren't available right now</h2><p>We're working to restore all services as soon as possible. Please check back soon.</p>01nmwaQAAAAALpEsWtzv5SZ4QpcQWfwz+Q0hJMzBFREdFMDIwNwBFZGdl
|
|
Build binaries - Windows (2)
Failed to restore: Cache service responded with 400
|
|
Build binaries - Windows (1)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v4, actions/download-artifact@v4, actions/setup-node@v4, actions/upload-artifact@v4, Jimver/cuda-toolkit@v0.2.30. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
Artifacts
Produced during runtime
| Name | Size | Digest | |
|---|---|---|---|
|
bins-linux-1
|
154 MB |
sha256:c6b04c78a91d000150ff45ce4ca289f35c47cb5903f73c77105d425b9250578e
|
|
|
bins-linux-2
|
194 MB |
sha256:61bb6c7697efe292205eedad383033ca77f82134efc05d8d25efaf9ee8c103c0
|
|
|
bins-mac-arm64
|
1.8 MB |
sha256:a448c93821d86bdde512f8f6823f3a9249212ffbc459f0b5e5e07941a4c8da32
|
|
|
bins-mac-x64
|
7.9 MB |
sha256:64c640091984bb7d89c54c5843df26b917afd2f20d1f4b45d79de48cfc1fd4b0
|
|
|
bins-win-1
|
146 MB |
sha256:c7a60e9c85e4a15a480fa40e7fb64939caeb88f35b1524bbcd52addb9060215a
|
|
|
bins-win-2
|
192 MB |
sha256:90331dd5daedf18daaa5735537ed0094c8c5b9d33f91db5f79fdda0e90ea68d3
|
|
|
build
|
856 KB |
sha256:9e8a81dcd491f3df70ddf71676fabfcaabdacfa023b14c6335a3972c38b91393
|
|
|
build-templates
|
32.6 KB |
sha256:2ce566a386cd433867b1ee7903d60f301fb309d7997abf652a10f98fd4f9421e
|
|
|
llama.cpp
|
262 MB |
sha256:f6d8cf3791bcb8a75833e850c631d0c58ebca841449713bca7b92e74b56cf663
|
|