Skip to content

feat: automatic checkpoints for models that need it #1053

feat: automatic checkpoints for models that need it

feat: automatic checkpoints for models that need it #1053

Triggered via pull request March 12, 2026 09:32
@giladgdgiladgd
synchronize #573
gilad/qwen3.5
Status Failure
Total duration 1h 49m 50s
Artifacts 9

build.yml

on: pull_request
Resolve next release
Resolve next release
Matrix: build-binaries
Standalone tests
4m 34s
Standalone tests
Model dependent tests
1h 30m
Model dependent tests
Update documentation website - no version release
Update documentation website - no version release
Release
Release
Update documentation website
0s
Update documentation website
Auto-approve documentation website deployment
0s
Auto-approve documentation website deployment
Matrix: build-electron-example
Fit to window
Zoom out
Zoom in

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/
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>0AoqyaQAAAAAjsrjpzsw2S5pjqINfvd+DRE0yRURHRTA5MDkARWRnZQ==
Build binaries - Windows (2)
Failed to restore: Cache service responded with 400
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/
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 - 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
155 MB
sha256:4576981428154c1933aacef10b8a1cbdcf0a6d0d1e2ae5b6ac61fee0a1ff23c5
bins-linux-2
194 MB
sha256:3a8f2b4e64699961859f06c53ae4df561572ef3cfe78cf536f27cfab24744af7
bins-mac-arm64
1.81 MB
sha256:a51c7a41092df44a7afaa039a85acfbd9775bb8d9dfa086959459aaf841ad5cf
bins-mac-x64
7.91 MB
sha256:f9ded5257211316d6743ca2059169eea77119c2d3931f44f8d3abbe1abcfbd75
bins-win-1
146 MB
sha256:50b83ad0acc6054f1b84eca60e02c2037d19d174e7d2b4240532eca2f446ff35
bins-win-2
192 MB
sha256:c7d637eafbf5ca4e2e008b85be928caf195c857548a17c8f0bdd3f75f02a13bf
build
868 KB
sha256:967aecc4f138dec5b7675929e094e5e897193a18e749fc8b3fa61d98fce4ef74
build-templates
32.6 KB
sha256:b140cdc0b7ef8a0d9b7d4ea10b2356265fbe0c99aed13f60de0f0673e0b91767
llama.cpp
263 MB
sha256:9eca5df2abe37115d9bd5351d13208c9b43707cb19dbd5556cc734b76cc90a5f