Skip to content

deps(deps): bump hono from 4.8.5 to 4.10.2 #199

deps(deps): bump hono from 4.8.5 to 4.10.2

deps(deps): bump hono from 4.8.5 to 4.10.2 #199

Triggered via pull request October 22, 2025 15:44
Status Failure
Total duration 7m 9s
Artifacts 1

ci.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 1 notice
[chromium] › e2e/app.spec.ts:34:1 › WebSocket connection status changes from Connecting to Connected: e2e/app.spec.ts#L35
2) [chromium] › e2e/app.spec.ts:34:1 › WebSocket connection status changes from Connecting to Connected Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: page.goto: Test timeout of 30000ms exceeded. Call log: - navigating to "http://localhost:3000/", waiting until "load" 33 | 34 | test("WebSocket connection status changes from Connecting to Connected", async ({ page }) => { > 35 | await page.goto("/"); | ^ 36 | 37 | // Wait for the WebSocket connection to be established and status to change to "Connected" 38 | await expect(page.locator("#status")).toContainText("Connected", { timeout: 10000 }); at /home/runner/work/mlack/mlack/e2e/app.spec.ts:35:14
[chromium] › e2e/app.spec.ts:34:1 › WebSocket connection status changes from Connecting to Connected: e2e/app.spec.ts#L0
2) [chromium] › e2e/app.spec.ts:34:1 › WebSocket connection status changes from Connecting to Connected Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Test timeout of 30000ms exceeded.
[chromium] › e2e/app.spec.ts:34:1 › WebSocket connection status changes from Connecting to Connected: e2e/app.spec.ts#L35
2) [chromium] › e2e/app.spec.ts:34:1 › WebSocket connection status changes from Connecting to Connected Error: page.goto: Test timeout of 30000ms exceeded. Call log: - navigating to "http://localhost:3000/", waiting until "load" 33 | 34 | test("WebSocket connection status changes from Connecting to Connected", async ({ page }) => { > 35 | await page.goto("/"); | ^ 36 | 37 | // Wait for the WebSocket connection to be established and status to change to "Connected" 38 | await expect(page.locator("#status")).toContainText("Connected", { timeout: 10000 }); at /home/runner/work/mlack/mlack/e2e/app.spec.ts:35:14
[chromium] › e2e/app.spec.ts:34:1 › WebSocket connection status changes from Connecting to Connected: e2e/app.spec.ts#L0
2) [chromium] › e2e/app.spec.ts:34:1 › WebSocket connection status changes from Connecting to Connected Test timeout of 30000ms exceeded.
[chromium] › e2e/app.spec.ts:16:1 › App renders Hello: e2e/app.spec.ts#L17
1) [chromium] › e2e/app.spec.ts:16:1 › App renders Hello, world! text ──────────────────────────── Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── Error: page.goto: Test timeout of 30000ms exceeded. Call log: - navigating to "http://localhost:3000/", waiting until "load" 15 | 16 | test("App renders Hello, world! text", async ({ page }) => { > 17 | await page.goto("/"); | ^ 18 | 19 | // Verify that the user info is correct 20 | await expect(page.locator(".user-email")).toContainText(process.env.E2E_GMAIL_ACCOUNT || "[email protected]"); at /home/runner/work/mlack/mlack/e2e/app.spec.ts:17:14
[chromium] › e2e/app.spec.ts:16:1 › App renders Hello: e2e/app.spec.ts#L0
1) [chromium] › e2e/app.spec.ts:16:1 › App renders Hello, world! text ──────────────────────────── Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── Test timeout of 30000ms exceeded.
[chromium] › e2e/app.spec.ts:16:1 › App renders Hello: e2e/app.spec.ts#L17
1) [chromium] › e2e/app.spec.ts:16:1 › App renders Hello, world! text ──────────────────────────── Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: page.goto: Test timeout of 30000ms exceeded. Call log: - navigating to "http://localhost:3000/", waiting until "load" 15 | 16 | test("App renders Hello, world! text", async ({ page }) => { > 17 | await page.goto("/"); | ^ 18 | 19 | // Verify that the user info is correct 20 | await expect(page.locator(".user-email")).toContainText(process.env.E2E_GMAIL_ACCOUNT || "[email protected]"); at /home/runner/work/mlack/mlack/e2e/app.spec.ts:17:14
[chromium] › e2e/app.spec.ts:16:1 › App renders Hello: e2e/app.spec.ts#L0
1) [chromium] › e2e/app.spec.ts:16:1 › App renders Hello, world! text ──────────────────────────── Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Test timeout of 30000ms exceeded.
[chromium] › e2e/app.spec.ts:16:1 › App renders Hello: e2e/app.spec.ts#L17
1) [chromium] › e2e/app.spec.ts:16:1 › App renders Hello, world! text ──────────────────────────── Error: page.goto: Test timeout of 30000ms exceeded. Call log: - navigating to "http://localhost:3000/", waiting until "load" 15 | 16 | test("App renders Hello, world! text", async ({ page }) => { > 17 | await page.goto("/"); | ^ 18 | 19 | // Verify that the user info is correct 20 | await expect(page.locator(".user-email")).toContainText(process.env.E2E_GMAIL_ACCOUNT || "[email protected]"); at /home/runner/work/mlack/mlack/e2e/app.spec.ts:17:14
[chromium] › e2e/app.spec.ts:16:1 › App renders Hello: e2e/app.spec.ts#L0
1) [chromium] › e2e/app.spec.ts:16:1 › App renders Hello, world! text ──────────────────────────── Test timeout of 30000ms exceeded.
🎭 Playwright Run Summary
5 failed [chromium] › e2e/app.spec.ts:16:1 › App renders Hello, world! text ───────────────────────────── [chromium] › e2e/app.spec.ts:34:1 › WebSocket connection status changes from Connecting to Connected [chromium] › e2e/app.spec.ts:45:1 › Send message and verify it appears in messages div ───────── [chromium] › e2e/app.spec.ts:67:1 › Logout functionality works correctly ─────────────────────── [chromium] › e2e/database-persistence.spec.ts:17:3 › Database Message Persistence › Message persists in database after page refresh

Artifacts

Produced during runtime
Name Size Digest
playwright-report
185 KB
sha256:5f2d2059ddf211446da31719abc7c0d987b4a0166b4620a29e09712eb8c19336