Skip to content

chore: prepare release 20260819.01 #319

chore: prepare release 20260819.01

chore: prepare release 20260819.01 #319

Triggered via push August 20, 2026 03:39
Status Failure
Total duration 1h 15m 29s
Artifacts 2

release.yml

on: push
Matrix: provider-integration / provider-tests
Workflow Security
8s
Workflow Security
provider-integration  /  Provider E2E Scenarios
3m 34s
provider-integration / Provider E2E Scenarios
provider-integration  /  Cloud Sandbox Live E2E
8s
provider-integration / Cloud Sandbox Live E2E
provider-integration  /  OpenAI Live E2E
16m 38s
provider-integration / OpenAI Live E2E
provider-integration  /  Ollama Qwen Live E2E
17m 57s
provider-integration / Ollama Qwen Live E2E
Validate Tag Format
5s
Validate Tag Format
provider-integration  /  Integration Summary
4s
provider-integration / Integration Summary
Release Gates
4s
Release Gates
Matrix: build-appimage
Matrix: build-arch
Matrix: build-deb
Matrix: build-docker
Matrix: build-homebrew-binaries
Matrix: build-rpm
Build Snap
0s
Build Snap
Build macOS app
0s
Build macOS app
Build .exe (x86_64)
0s
Build .exe (x86_64)
Merge Docker manifest
0s
Merge Docker manifest
Upload release assets
0s
Upload release assets
Generate Release SBOM
Generate Release SBOM
Update Homebrew tap
Update Homebrew tap
Update deploy template tags
Update deploy template tags
Fit to window
Zoom out
Zoom in

Annotations

8 errors, 39 warnings, and 11 notices
provider-integration / minimax
Process completed with exit code 101.
E2E Tests
Process completed with exit code 1.
[agents] › e2e/specs/agents.spec.js:188:2 › Agents settings page › settings/agents loads and shows heading: crates/web/ui/e2e/specs/agents.spec.js#L204
1) [agents] › e2e/specs/agents.spec.js:188:2 › Agents settings page › settings/agents loads and shows heading Error: expect(locator).toBeVisible() failed Locator: getByLabel('Modes panel').locator('.backend-card').filter({ hasText: 'Concise' }) Expected: visible Timeout: 10000ms Error: element(s) not found Call log: - Expect "toBeVisible" with timeout 10000ms - waiting for getByLabel('Modes panel').locator('.backend-card').filter({ hasText: 'Concise' }) 202 | const modesPanel = page.getByLabel("Modes panel"); 203 | await expect(modesPanel.getByText("Temporary per-session prompt overlays", { exact: false })).toBeVisible(); > 204 | await expect(modesPanel.locator(".backend-card").filter({ hasText: "Concise" })).toBeVisible({ | ^ 205 | timeout: 10_000, 206 | }); 207 | await expect(modesPanel.locator(".backend-card").filter({ hasText: "Review" })).toBeVisible(); at /home/runner/work/moltis/moltis/crates/web/ui/e2e/specs/agents.spec.js:204:84
provider-integration / Integration Summary
Process completed with exit code 1.
provider-integration / Integration Summary
PROVIDER_TESTS_RESULT was failure
Release Gates
Process completed with exit code 1.
Release Gates
PROVIDER_RESULT was failure
Release Gates
E2E_RESULT was failure
provider-integration / Cloud Sandbox Live E2E
No usable cloud sandbox secrets are configured, skipping live cloud sandbox E2E
Biome
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
Biome
Unexpected input(s) 'package-manager-cache', valid inputs are ['always-auth', 'node-version', 'node-version-file', 'architecture', 'check-latest', 'registry-url', 'scope', 'token', 'cache', 'cache-dependency-path', 'mirror', 'mirror-token']
lint/suspicious/noShadow: crates/web/ui/e2e/specs/chat-input.spec.js#L24
This variable shadows another variable with the same name in the outer scope.
lint/suspicious/noShadow: crates/web/ui/e2e/specs/chat-input.spec.js#L24
This variable shadows another variable with the same name in the outer scope.
lint/complexity/noExcessiveCognitiveComplexity: crates/web/ui/e2e/specs/channels-slack.spec.js#L23
Excessive complexity of 26 detected (max: 15).
lint/complexity/noExcessiveCognitiveComplexity: crates/web/ui/e2e/specs/auth.spec.js#L160
Excessive complexity of 16 detected (max: 15).
lint/complexity/noExcessiveCognitiveComplexity: crates/web/ui/e2e/specs/auth.spec.js#L260
Excessive complexity of 16 detected (max: 15).
lint/complexity/noExcessiveCognitiveComplexity: crates/web/ui/e2e/specs/auth.spec.js#L324
Excessive complexity of 25 detected (max: 15).
lint/complexity/noExcessiveCognitiveComplexity: crates/web/ui/e2e/specs/agents.spec.js#L120
Excessive complexity of 27 detected (max: 15).
lint/complexity/noExcessiveCognitiveComplexity: crates/web/ui/e2e/helpers.js#L85
Excessive complexity of 39 detected (max: 15).
lint/complexity/noExcessiveCognitiveComplexity: crates/web/ui/e2e/base-test.js#L11
Excessive complexity of 16 detected (max: 15).
Biome
Unexpected input(s) 'package-manager-cache', valid inputs are ['always-auth', 'node-version', 'node-version-file', 'architecture', 'check-latest', 'registry-url', 'scope', 'token', 'cache', 'cache-dependency-path', 'mirror', 'mirror-token']
provider-integration / Provider E2E Scenarios
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: Swatinem/rust***cache@779680da715d629ac1d338a641029a2f4372abb5. For more information see: https://github.blog/changelog/2025***09***19***deprecation***of***node***20***on***github***actions***runners/
provider-integration / minimax
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: Swatinem/rust-cache@779680da715d629ac1d338a641029a2f4372abb5. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
provider-integration / OpenAI Live E2E
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830, actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020, actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02, Swatinem/rust-cache@779680da715d629ac1d338a641029a2f4372abb5. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
provider-integration / OpenAI Live E2E
Failed to save: "/usr/bin/tar" failed with error: The process '/usr/bin/tar' failed with exit code 2
provider-integration / Ollama Qwen Live E2E
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830, actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020, actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02, Swatinem/rust-cache@779680da715d629ac1d338a641029a2f4372abb5. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
provider-integration / Ollama Qwen Live E2E
Ollama Qwen live E2E is temporarily ignored: CI timed out waiting for a local model response after Ollama/model setup succeeded.
provider-integration / moonshot
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: Swatinem/rust-cache@779680da715d629ac1d338a641029a2f4372abb5. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
provider-integration / fireworks
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: Swatinem/rust-cache@779680da715d629ac1d338a641029a2f4372abb5. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
provider-integration / anthropic
anthropic live tests are temporarily ignored: configured account has insufficient credits.
provider-integration / openai
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: Swatinem/rust-cache@779680da715d629ac1d338a641029a2f4372abb5. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
provider-integration / nearai
Secret not configured — skipping tests
provider-integration / mistral
mistral live tests are temporarily ignored: configured account is currently rate limited by the provider.
provider-integration / openrouter
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: Swatinem/rust-cache@779680da715d629ac1d338a641029a2f4372abb5. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
provider-integration / kimi-code
kimi-code live tests are temporarily ignored: configured account reports inactive membership/payment benefits.
provider-integration / deepseek
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: Swatinem/rust-cache@779680da715d629ac1d338a641029a2f4372abb5. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
provider-integration / gemini
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: Swatinem/rust-cache@779680da715d629ac1d338a641029a2f4372abb5. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
E2E Tests
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020, actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
E2E Tests
Unexpected input(s) 'package-manager-cache', valid inputs are ['always-auth', 'node-version', 'node-version-file', 'architecture', 'check-latest', 'registry-url', 'scope', 'token', 'cache', 'cache-dependency-path', 'mirror', 'mirror-token']
provider-integration / zai
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: Swatinem/rust-cache@779680da715d629ac1d338a641029a2f4372abb5. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
Clippy
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
Clippy
Unexpected input(s) 'package-manager-cache', valid inputs are ['always-auth', 'node-version', 'node-version-file', 'architecture', 'check-latest', 'registry-url', 'scope', 'token', 'cache', 'cache-dependency-path', 'mirror', 'mirror-token']
Clippy
Unexpected input(s) 'package-manager-cache', valid inputs are ['always-auth', 'node-version', 'node-version-file', 'architecture', 'check-latest', 'registry-url', 'scope', 'token', 'cache', 'cache-dependency-path', 'mirror', 'mirror-token']
Test
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
Test
Unexpected input(s) 'package-manager-cache', valid inputs are ['always-auth', 'node-version', 'node-version-file', 'architecture', 'check-latest', 'registry-url', 'scope', 'token', 'cache', 'cache-dependency-path', 'mirror', 'mirror-token']
Test
Unexpected input(s) 'package-manager-cache', valid inputs are ['always-auth', 'node-version', 'node-version-file', 'architecture', 'check-latest', 'registry-url', 'scope', 'token', 'cache', 'cache-dependency-path', 'mirror', 'mirror-token']
🎭 Playwright Run Summary
1 passed (29.3s)
🎭 Playwright Run Summary
1 failed [agents] › e2e/specs/agents.spec.js:188:2 › Agents settings page › settings/agents loads and shows heading 19 passed (2.9m)
🎭 Playwright Run Summary
5 skipped 23 passed (2.6m)
🎭 Playwright Run Summary
23 passed (2.2m)
🎭 Playwright Run Summary
8 passed (1.8m)
🎭 Playwright Run Summary
1 passed (1.1m)
🎭 Playwright Run Summary
2 skipped
🎭 Playwright Run Summary
132 passed (9.1m)
🎭 Playwright Run Summary
11 skipped 121 passed (8.7m)
🎭 Playwright Run Summary
11 skipped 99 passed (8.3m)
🎭 Playwright Run Summary
86 passed (7.6m)

Artifacts

Produced during runtime
Name Size Digest
e2e-test-results-32328989363-1 Expired
8.23 MB
sha256:7ecc2ecf5292c0fd4e51be1deeb56f281409a2488a7cfe3fcdc21857f4a1bf50
openai-live-e2e-32328989363-1 Expired
195 KB
sha256:2f1c0eda60d71b29e2f367e275bb67dadd3b4e94959da59ae671e49dbc0e04d2