CI #5400
ci.yml
on: schedule
Workflow Security
10s
Changelog Guard
0s
Code Coverage
11m 22s
Matrix: local-validation
Rust CI (clippy + test)
1h 6m
Sandbox Runtime E2E
2m 7s
E2E Tests
20m 9s
macOS App
10m 12s
iOS App
2m 14s
Rust Full Targets (scheduled)
1h 6m
Annotations
5 errors, 26 warnings, and 10 notices
|
E2E Tests
Process completed with exit code 1.
|
|
[default] › e2e/specs/pwa-push.spec.js:875:2 › push settings › failed explicit revival recovers through presence with revival authorization:
crates/web/ui/e2e/specs/pwa-push.spec.js#L889
1) [default] › e2e/specs/pwa-push.spec.js:875:2 › push settings › failed explicit revival recovers through presence with revival authorization
Error: expect(locator).toContainText(expected) failed
Locator: getByRole('alert')
Expected substring: "Server rejected subscription (500)"
Error: strict mode violation: getByRole('alert') resolved to 2 elements:
1) <div role="alert" aria-live="assertive">…</div> aka getByRole('alert').first()
2) <div role="alert" class="text-xs mt-2" aria-live="assertive">Server rejected subscription (500)</div> aka getByText('Server rejected subscription')
Call log:
- Expect "toContainText" with timeout 10000ms
- waiting for getByRole('alert')
2 × locator resolved to <div role="alert" aria-live="assertive"></div>
- unexpected value ""
887 |
888 | await page.getByRole("button", { name: "Enable push notifications" }).click();
> 889 | await expect(page.getByRole("alert")).toContainText("Server rejected subscription (500)");
| ^
890 | await expect.poll(() => readPushMarker(page)).toEqual({ revive: true });
891 | await page.evaluate(() => window.dispatchEvent(new Event("focus")));
892 | await expect
at /home/runner/work/moltis/moltis/crates/web/ui/e2e/specs/pwa-push.spec.js:889:41
|
|
[default] › e2e/specs/sessions.spec.js:81:2 › Session management › session list distinguishes date buckets and refreshes after midnight:
crates/web/ui/e2e/specs/sessions.spec.js#L100
1) [default] › e2e/specs/sessions.spec.js:81:2 › Session management › session list distinguishes date buckets and refreshes after midnight
Error: expect(locator).toBeVisible() failed
Locator: locator('#sessionList .session-item[data-session-key="main"]')
Expected: visible
Timeout: 10000ms
Error: element(s) not found
Call log:
- Expect "toBeVisible" with timeout 10000ms
- waiting for locator('#sessionList .session-item[data-session-key="main"]')
98 | const pageErrors = await navigateAndWait(page, "/");
99 | await waitForWsConnected(page);
> 100 | await expect(page.locator('#sessionList .session-item[data-session-key="main"]')).toBeVisible();
| ^
101 | await page.clock.pauseAt(new Date(2026, 6, 23, 23, 59, 59, 500));
102 |
103 | const expected = await page.evaluate(() => {
at /home/runner/work/moltis/moltis/crates/web/ui/e2e/specs/sessions.spec.js:100:85
|
|
Rust Full Targets (scheduled)
Process completed with exit code 101.
|
|
Rust CI (clippy + test)
Process completed with exit code 101.
|
|
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/
|
|
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#L22
Excessive complexity of 18 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/auth.spec.js#L260
Excessive complexity of 16 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/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).
|
|
lint/suspicious/noEmptyBlockStatements:
crates/web/ui/e2e/base-test.js#L38
Unexpected empty block.
|
|
Sandbox Runtime E2E
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/
|
|
iOS App
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/
|
|
iOS App
The following taps are not trusted:
aws/tap
Homebrew is currently ignoring formulae, casks and commands from these taps because tap trust is required.
Untap them with:
brew untap aws/tap
Trust specific formulae, casks and commands with:
brew trust --formula <user>/<tap>/<formula>
brew trust --cask <user>/<tap>/<cask>
brew trust --command <user>/<tap>/<command>
Whole-tap trust is broader and includes all current and future formulae,
casks and commands from the listed taps. Trust whole taps with:
brew trust aws/tap
To disable trust checks:
export HOMEBREW_NO_REQUIRE_TAP_TRUST=1
This is not recommended and will be removed in a later release.
For more information, see:
https://docs.brew.sh/Tap-Trust
|
|
macOS App
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, Swatinem/rust-cache@779680da715d629ac1d338a641029a2f4372abb5. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
macOS App
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']
|
|
macOS App
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']
|
|
macOS App
The following taps are not trusted:
aws/tap
Homebrew is currently ignoring formulae, casks and commands from these taps because tap trust is required.
Untap them with:
brew untap aws/tap
Trust specific formulae, casks and commands with:
brew trust --formula <user>/<tap>/<formula>
brew trust --cask <user>/<tap>/<cask>
brew trust --command <user>/<tap>/<command>
Whole-tap trust is broader and includes all current and future formulae,
casks and commands from the listed taps. Trust whole taps with:
brew trust aws/tap
To disable trust checks:
export HOMEBREW_NO_REQUIRE_TAP_TRUST=1
This is not recommended and will be removed in a later release.
For more information, see:
https://docs.brew.sh/Tap-Trust
|
|
Code Coverage
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea, actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020, Swatinem/rust-cache@779680da715d629ac1d338a641029a2f4372abb5. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
Code Coverage
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']
|
|
Code Coverage
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 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/
|
|
Rust Full Targets (scheduled)
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/
|
|
Rust Full Targets (scheduled)
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']
|
|
Rust CI (clippy + 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, actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
Rust CI (clippy + 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
20 passed (2.2m)
|
|
🎭 Playwright Run Summary
6 skipped
21 passed (1.9m)
|
|
🎭 Playwright Run Summary
23 passed (1.6m)
|
|
🎭 Playwright Run Summary
8 passed (1.3m)
|
|
🎭 Playwright Run Summary
1 passed (24.3s)
|
|
🎭 Playwright Run Summary
2 skipped
|
|
🎭 Playwright Run Summary
123 passed (6.6m)
|
|
🎭 Playwright Run Summary
1 failed
[default] › e2e/specs/pwa-push.spec.js:875:2 › push settings › failed explicit revival recovers through presence with revival authorization
11 skipped
115 passed (6.2m)
|
|
🎭 Playwright Run Summary
1 failed
[default] › e2e/specs/sessions.spec.js:81:2 › Session management › session list distinguishes date buckets and refreshes after midnight
11 skipped
87 passed (6.1m)
|
|
🎭 Playwright Run Summary
81 passed (5.7m)
|
Artifacts
Produced during runtime
| Name | Size | Digest | |
|---|---|---|---|
|
cargo-timings-rust-ci-31358467016-1
|
394 KB |
sha256:bd5c4728c9383b203c3cdd6b4fd17fef1fa6aeaf4e2dd72c46384473c3912da6
|
|
|
cargo-timings-rust-full-targets-31358467016-1
|
394 KB |
sha256:37e57f92707efded3e02d76bf023795c3fab9cc1c7dff46785b09d4f4e7a1cd5
|
|
|
e2e-test-results-31358467016-1
|
10.3 MB |
sha256:5f46372869b23947a3368c99d9204a13a009a25a236cffc762522b202eb0fad0
|
|