Skip to content

feat: automatic checkpoints for models that need it #1051

feat: automatic checkpoints for models that need it

feat: automatic checkpoints for models that need it #1051

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

build.yml

on: pull_request
Resolve next release
Resolve next release
Matrix: build-binaries
Standalone tests
4m 18s
Standalone tests
Model dependent tests
40m 31s
Model dependent tests
Update documentation website - no version release
Update documentation website - no version release
Release
0s
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
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 (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>034eyaQAAAADz5rs+VylfTIVg3D46w5xAUEhYMzFFREdFMDIxMQBFZGdl
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/
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:ae2cc4376103df76c4a0f1dff26de9b4269138e868c9cbc5961f3fcbd3cbe8d4
bins-linux-2
194 MB
sha256:5b49d365849612dd79f79e5ae04a76a1d60b41b5a99f6db40aff333705f18628
bins-mac-arm64
1.81 MB
sha256:8a58839e9b4db82d76797114ad88d870127a849a3f25220d631f04be020a579f
bins-mac-x64
7.91 MB
sha256:412386d5baf45f46c738089a3a444ce8575b748555b163e4e164bff76293511b
bins-win-1
146 MB
sha256:8910708b830cfe0b2a9ea85699321719816845684249166ae34590e8ea4ababe
bins-win-2
192 MB
sha256:c38371388d9702e12e2f3c3b5c102b11936c90f54750ad2e00297ab8d814f31a
build
863 KB
sha256:e3b0caa682c3ca0a345f16d24974969a9858e8a406a869c4e074d6c5ff3c4a4a
build-templates
32.6 KB
sha256:043e76f4d0f212b973a2f759bed1af34dd21acdfbc43d8e7e122f882476e883a
llama.cpp
263 MB
sha256:f8854922291e9336e52e9fae421aa52977b3e403899ba2e9fdfa22647ece6601