Skip to content

fix(e2e): add page warm-up to global setup for cold-start CI runners #214

fix(e2e): add page warm-up to global setup for cold-start CI runners

fix(e2e): add page warm-up to global setup for cold-start CI runners #214

Triggered via push May 3, 2026 06:17
Status Failure
Total duration 50m 2s
Artifacts 1

release.yml

on: push
Workflow Security
7s
Workflow Security
Validate Tag Format
4s
Validate Tag Format
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
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

10 errors, 19 warnings, and 1 notice
[default] › e2e/specs/agents.spec.js:177:2 › Agents settings page › New Agent button opens create form: crates/web/ui/e2e/specs/agents.spec.js#L87
3) [default] › e2e/specs/agents.spec.js:177:2 › Agents settings page › New Agent button opens create form Test timeout of 90000ms exceeded while running "afterEach" hook. 85 | }); 86 | > 87 | test.afterEach(async ({ page, baseURL }, testInfo) => { | ^ 88 | if (testInfo.status !== testInfo.expectedStatus) { 89 | try { 90 | const failedUrl = page.url(); at /home/runner/work/moltis/moltis/crates/web/ui/e2e/specs/agents.spec.js:87:7
[default] › e2e/specs/agents.spec.js:177:2 › Agents settings page › New Agent button opens create form: crates/web/ui/e2e/helpers.js#L93
3) [default] › e2e/specs/agents.spec.js:177:2 › Agents settings page › New Agent button opens create form TimeoutError: page.goto: Timeout 15000ms exceeded. Call log: - navigating to "http://127.0.0.1:45387/settings/agents", waiting until "domcontentloaded" at ../helpers.js:93 91 | for (let attempt = 0; attempt < 5; attempt++) { 92 | try { > 93 | await page.goto(path, { waitUntil: "domcontentloaded", timeout: 15_000 }); | ^ 94 | await expectPageContentMounted(page); 95 | return pageErrors; 96 | } catch (error) { at navigateAndWait (/home/runner/work/moltis/moltis/crates/web/ui/e2e/helpers.js:93:15) at /home/runner/work/moltis/moltis/crates/web/ui/e2e/specs/agents.spec.js:179:9
[default] › e2e/specs/agents.spec.js:163:2 › Agents settings page › main agent card is shown with Default badge: crates/web/ui/e2e/specs/agents.spec.js#L87
2) [default] › e2e/specs/agents.spec.js:163:2 › Agents settings page › main agent card is shown with Default badge Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Test timeout of 90000ms exceeded while running "afterEach" hook. 85 | }); 86 | > 87 | test.afterEach(async ({ page, baseURL }, testInfo) => { | ^ 88 | if (testInfo.status !== testInfo.expectedStatus) { 89 | try { 90 | const failedUrl = page.url(); at /home/runner/work/moltis/moltis/crates/web/ui/e2e/specs/agents.spec.js:87:7
[default] › e2e/specs/agents.spec.js:163:2 › Agents settings page › main agent card is shown with Default badge: crates/web/ui/e2e/helpers.js#L93
2) [default] › e2e/specs/agents.spec.js:163:2 › Agents settings page › main agent card is shown with Default badge Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── TimeoutError: page.goto: Timeout 15000ms exceeded. Call log: - navigating to "http://127.0.0.1:45387/settings/agents", waiting until "domcontentloaded" at ../helpers.js:93 91 | for (let attempt = 0; attempt < 5; attempt++) { 92 | try { > 93 | await page.goto(path, { waitUntil: "domcontentloaded", timeout: 15_000 }); | ^ 94 | await expectPageContentMounted(page); 95 | return pageErrors; 96 | } catch (error) { at navigateAndWait (/home/runner/work/moltis/moltis/crates/web/ui/e2e/helpers.js:93:15) at /home/runner/work/moltis/moltis/crates/web/ui/e2e/specs/agents.spec.js:165:9
[default] › e2e/specs/agents.spec.js:163:2 › Agents settings page › main agent card is shown with Default badge: crates/web/ui/e2e/specs/agents.spec.js#L87
2) [default] › e2e/specs/agents.spec.js:163:2 › Agents settings page › main agent card is shown with Default badge Test timeout of 90000ms exceeded while running "afterEach" hook. 85 | }); 86 | > 87 | test.afterEach(async ({ page, baseURL }, testInfo) => { | ^ 88 | if (testInfo.status !== testInfo.expectedStatus) { 89 | try { 90 | const failedUrl = page.url(); at /home/runner/work/moltis/moltis/crates/web/ui/e2e/specs/agents.spec.js:87:7
[default] › e2e/specs/agents.spec.js:163:2 › Agents settings page › main agent card is shown with Default badge: crates/web/ui/e2e/helpers.js#L93
2) [default] › e2e/specs/agents.spec.js:163:2 › Agents settings page › main agent card is shown with Default badge TimeoutError: page.goto: Timeout 15000ms exceeded. Call log: - navigating to "http://127.0.0.1:45387/settings/agents", waiting until "domcontentloaded" at ../helpers.js:93 91 | for (let attempt = 0; attempt < 5; attempt++) { 92 | try { > 93 | await page.goto(path, { waitUntil: "domcontentloaded", timeout: 15_000 }); | ^ 94 | await expectPageContentMounted(page); 95 | return pageErrors; 96 | } catch (error) { at navigateAndWait (/home/runner/work/moltis/moltis/crates/web/ui/e2e/helpers.js:93:15) at /home/runner/work/moltis/moltis/crates/web/ui/e2e/specs/agents.spec.js:165:9
[default] › e2e/specs/agents.spec.js:139:2 › Agents settings page › settings/agents loads and shows heading: crates/web/ui/e2e/specs/agents.spec.js#L87
1) [default] › e2e/specs/agents.spec.js:139:2 › Agents settings page › settings/agents loads and shows heading Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Test timeout of 90000ms exceeded while running "afterEach" hook. 85 | }); 86 | > 87 | test.afterEach(async ({ page, baseURL }, testInfo) => { | ^ 88 | if (testInfo.status !== testInfo.expectedStatus) { 89 | try { 90 | const failedUrl = page.url(); at /home/runner/work/moltis/moltis/crates/web/ui/e2e/specs/agents.spec.js:87:7
[default] › e2e/specs/agents.spec.js:139:2 › Agents settings page › settings/agents loads and shows heading: crates/web/ui/e2e/helpers.js#L93
1) [default] › e2e/specs/agents.spec.js:139:2 › Agents settings page › settings/agents loads and shows heading Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── TimeoutError: page.goto: Timeout 15000ms exceeded. Call log: - navigating to "http://127.0.0.1:45387/settings/agents", waiting until "domcontentloaded" at ../helpers.js:93 91 | for (let attempt = 0; attempt < 5; attempt++) { 92 | try { > 93 | await page.goto(path, { waitUntil: "domcontentloaded", timeout: 15_000 }); | ^ 94 | await expectPageContentMounted(page); 95 | return pageErrors; 96 | } catch (error) { at navigateAndWait (/home/runner/work/moltis/moltis/crates/web/ui/e2e/helpers.js:93:15) at /home/runner/work/moltis/moltis/crates/web/ui/e2e/specs/agents.spec.js:141:9
[default] › e2e/specs/agents.spec.js:139:2 › Agents settings page › settings/agents loads and shows heading: crates/web/ui/e2e/specs/agents.spec.js#L87
1) [default] › e2e/specs/agents.spec.js:139:2 › Agents settings page › settings/agents loads and shows heading Test timeout of 90000ms exceeded while running "afterEach" hook. 85 | }); 86 | > 87 | test.afterEach(async ({ page, baseURL }, testInfo) => { | ^ 88 | if (testInfo.status !== testInfo.expectedStatus) { 89 | try { 90 | const failedUrl = page.url(); at /home/runner/work/moltis/moltis/crates/web/ui/e2e/specs/agents.spec.js:87:7
[default] › e2e/specs/agents.spec.js:139:2 › Agents settings page › settings/agents loads and shows heading: crates/web/ui/e2e/helpers.js#L93
1) [default] › e2e/specs/agents.spec.js:139:2 › Agents settings page › settings/agents loads and shows heading TimeoutError: page.goto: Timeout 15000ms exceeded. Call log: - navigating to "http://127.0.0.1:45387/settings/agents", waiting until "domcontentloaded" at ../helpers.js:93 91 | for (let attempt = 0; attempt < 5; attempt++) { 92 | try { > 93 | await page.goto(path, { waitUntil: "domcontentloaded", timeout: 15_000 }); | ^ 94 | await expectPageContentMounted(page); 95 | return pageErrors; 96 | } catch (error) { at navigateAndWait (/home/runner/work/moltis/moltis/crates/web/ui/e2e/helpers.js:93:15) at /home/runner/work/moltis/moltis/crates/web/ui/e2e/specs/agents.spec.js:141:9
Biome
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: biomejs/setup-biome@29711cbb52afee00eb13aeb30636592f9edc0088. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 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/
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/suspicious/useAwait: crates/web/ui/e2e/specs/agents.spec.js#L83
This async function lacks an await expression.
Clippy
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 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/
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 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 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/
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']
E2E Tests
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020, actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 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/
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']
🎭 Playwright Run Summary
7 failed [default] › e2e/specs/agents.spec.js:139:2 › Agents settings page › settings/agents loads and shows heading [default] › e2e/specs/agents.spec.js:163:2 › Agents settings page › main agent card is shown with Default badge [default] › e2e/specs/agents.spec.js:177:2 › Agents settings page › New Agent button opens create form [default] › e2e/specs/agents.spec.js:195:2 › Agents settings page › config-only preset can be promoted into an agent [default] › e2e/specs/agents.spec.js:237:2 › Agents settings page › create form Cancel button returns to list [default] › e2e/specs/agents.spec.js:253:2 › Agents settings page › create, edit, and delete an agent [default] › e2e/specs/agents.spec.js:298:2 › Agents settings page › session header agent selector switches session agent and shows sidebar indicator 2 flaky [default] › e2e/specs/agents.spec.js:358:2 › Agents settings page › create form validates required fields [onboarding] › e2e/specs/onboarding.spec.js:1073:2 › Onboarding wizard › voice onboarding saves whisper base URL without requiring an API key 11 skipped 23 did not run 326 passed (37.5m)

Artifacts

Produced during runtime
Name Size Digest
e2e-test-results-25271784624-1 Expired
2.78 MB
sha256:ca89182336be93fbf081a2ebbc385a4df6fc4ba206234f136fdb2c845b999723