Skip to content

merge queue: embarking master (8b4c310) and #9503 together #14774

merge queue: embarking master (8b4c310) and #9503 together

merge queue: embarking master (8b4c310) and #9503 together #14774

Triggered via pull request December 18, 2024 20:07
Status Failure
Total duration 15m 58s
Artifacts 4

ci-app-prod.yml

on: pull_request
test-prod-node18  /  build-prod
8m 40s
test-prod-node18 / build-prod
test-prod-node20  /  build-prod
8m 27s
test-prod-node20 / build-prod
Matrix: test-prod-node18 / run-playwright
test-prod-node18  /  launch-prod
1m 15s
test-prod-node18 / launch-prod
Matrix: test-prod-node20 / run-playwright
test-prod-node20  /  launch-prod
1m 17s
test-prod-node20 / launch-prod
test-prod-node18  /  report-playwright
0s
test-prod-node18 / report-playwright
test-prod-node20  /  report-playwright
34s
test-prod-node20 / report-playwright
Fit to window
Zoom out
Zoom in

Annotations

9 errors, 28 warnings, and 13 notices
[webkit] › 20-basic-features/comments.spec.ts:24:5 › Successfully reply comments: apps/app/playwright/20-basic-features/comments.spec.ts#L1
1) [webkit] › 20-basic-features/comments.spec.ts:24:5 › Successfully reply comments ────────────── Test timeout of 30000ms exceeded.
[webkit] › 20-basic-features/comments.spec.ts:24:5 › Successfully reply comments: apps/app/playwright/20-basic-features/comments.spec.ts#L32
1) [webkit] › 20-basic-features/comments.spec.ts:24:5 › Successfully reply comments ────────────── Error: locator.click: Test timeout of 30000ms exceeded. Call log: - waiting for getByTestId('comment-submit-button').first() - locator resolved to <button type="button" class="btn btn-primary" data-testid="comment-submit-button">Commment</button> - attempting click action - waiting for element to be visible, enabled and stable - element was detached from the DOM, retrying 30 | await page.getByTestId('comment-reply-button').click(); 31 | await page.locator('.cm-content').fill(commentText); > 32 | await page.getByTestId('comment-submit-button').first().click(); | ^ 33 | 34 | await expect(page.locator('.page-comment-body').nth(1)).toHaveText(commentText); 35 | await expect(page.getByTestId('page-comment-button').locator('.grw-count-badge')).toHaveText('2'); at /__w/growi/growi/apps/app/playwright/20-basic-features/comments.spec.ts:32:59
[webkit] › 20-basic-features/comments.spec.ts:24:5 › Successfully reply comments: apps/app/playwright/20-basic-features/comments.spec.ts#L1
1) [webkit] › 20-basic-features/comments.spec.ts:24:5 › Successfully reply comments ────────────── Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Test timeout of 30000ms exceeded.
[webkit] › 20-basic-features/comments.spec.ts:24:5 › Successfully reply comments: apps/app/playwright/20-basic-features/comments.spec.ts#L31
1) [webkit] › 20-basic-features/comments.spec.ts:24:5 › Successfully reply comments ────────────── Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: locator.fill: Test timeout of 30000ms exceeded. Call log: - waiting for locator('.cm-content') 29 | await page.getByTestId('page-comment-button').click(); 30 | await page.getByTestId('comment-reply-button').click(); > 31 | await page.locator('.cm-content').fill(commentText); | ^ 32 | await page.getByTestId('comment-submit-button').first().click(); 33 | 34 | await expect(page.locator('.page-comment-body').nth(1)).toHaveText(commentText); at /__w/growi/growi/apps/app/playwright/20-basic-features/comments.spec.ts:31:37
[webkit] › 20-basic-features/comments.spec.ts:24:5 › Successfully reply comments: apps/app/playwright/20-basic-features/comments.spec.ts#L1
1) [webkit] › 20-basic-features/comments.spec.ts:24:5 › Successfully reply comments ────────────── Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── Test timeout of 30000ms exceeded.
[webkit] › 20-basic-features/comments.spec.ts:24:5 › Successfully reply comments: apps/app/playwright/20-basic-features/comments.spec.ts#L32
1) [webkit] › 20-basic-features/comments.spec.ts:24:5 › Successfully reply comments ────────────── Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── Error: locator.click: Test timeout of 30000ms exceeded. Call log: - waiting for getByTestId('comment-submit-button').first() - locator resolved to <button type="button" class="btn btn-primary" data-testid="comment-submit-button">Commment</button> - attempting click action - waiting for element to be visible, enabled and stable - element is visible, enabled and stable - scrolling into view if needed - element was detached from the DOM, retrying 30 | await page.getByTestId('comment-reply-button').click(); 31 | await page.locator('.cm-content').fill(commentText); > 32 | await page.getByTestId('comment-submit-button').first().click(); | ^ 33 | 34 | await expect(page.locator('.page-comment-body').nth(1)).toHaveText(commentText); 35 | await expect(page.getByTestId('page-comment-button').locator('.grw-count-badge')).toHaveText('2'); at /__w/growi/growi/apps/app/playwright/20-basic-features/comments.spec.ts:32:59
test-prod-node20 / run-playwright (webkit, 1/2)
Process completed with exit code 1.
[firefox] › 20-basic-features/presentation.spec.ts:3:5 › Presentation: apps/app/playwright/20-basic-features/presentation.spec.ts#L19
1) [firefox] › 20-basic-features/presentation.spec.ts:3:5 › Presentation ───────────────────────── Error: Timed out 7000ms waiting for expect(locator).toHaveText(expected) Locator: getByRole('application').getByRole('heading', { level: 1 }) Expected pattern: /What can you do with GROWI?/ Received: <element(s) not found> Call log: - expect.toHaveText with timeout 7000ms - waiting for getByRole('application').getByRole('heading', { level: 1 }) 17 | // check the content of the h1 18 | await expect(page.getByRole('application').getByRole('heading', { level: 1 })) > 19 | .toHaveText(/What can you do with GROWI?/); | ^ 20 | 21 | // forward the slide with button 22 | await page.getByRole('application').getByLabel('next slide').click(); at /__w/growi/growi/apps/app/playwright/20-basic-features/presentation.spec.ts:19:6
test-prod-node20 / report-playwright
Process completed with exit code 1.
test-prod-node20 / build-prod
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
test-prod-node18 / build-prod
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
test-prod-node20 / launch-prod
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
test-prod-node18 / launch-prod
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
test-prod-node20 / run-playwright (firefox, 2/2)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Slow Test: apps/app/[firefox] › 60-home/home.spec.ts#L1
apps/app/[firefox] › 60-home/home.spec.ts took 17.1s
test-prod-node20 / run-playwright (firefox, 2/2)
No files were found with the provided path: blob-report. No artifacts will be uploaded.
test-prod-node20 / run-playwright (webkit, 2/2)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Slow Test: apps/app/[webkit] › 60-home/home.spec.ts#L1
apps/app/[webkit] › 60-home/home.spec.ts took 17.0s
test-prod-node20 / run-playwright (webkit, 2/2)
No files were found with the provided path: blob-report. No artifacts will be uploaded.
test-prod-node20 / run-playwright (webkit, 1/2)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
test-prod-node20 / run-playwright (webkit, 1/2)
No files were found with the provided path: blob-report. No artifacts will be uploaded.
Slow Test: apps/app/[webkit] › 20-basic-features/access-to-page.spec.ts#L1
apps/app/[webkit] › 20-basic-features/access-to-page.spec.ts took 40.1s
Slow Test: apps/app/[webkit] › 20-basic-features/use-tools.spec.ts#L1
apps/app/[webkit] › 20-basic-features/use-tools.spec.ts took 17.0s
test-prod-node20 / run-playwright (firefox, 1/2)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
test-prod-node20 / run-playwright (firefox, 1/2)
No files were found with the provided path: blob-report. No artifacts will be uploaded.
Slow Test: apps/app/[firefox] › 20-basic-features/access-to-page.spec.ts#L1
apps/app/[firefox] › 20-basic-features/access-to-page.spec.ts took 41.2s
Slow Test: apps/app/[firefox] › 20-basic-features/use-tools.spec.ts#L1
apps/app/[firefox] › 20-basic-features/use-tools.spec.ts took 16.1s
test-prod-node20 / run-playwright (chromium, 2/2)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
test-prod-node20 / run-playwright (chromium, 2/2)
No files were found with the provided path: blob-report. No artifacts will be uploaded.
Slow Test: apps/app/[chromium] › 60-home/home.spec.ts#L1
apps/app/[chromium] › 60-home/home.spec.ts took 17.2s
Slow Test: apps/app/[chromium/installer] › 10-installer/install.spec.ts#L1
apps/app/[chromium/installer] › 10-installer/install.spec.ts took 15.8s
test-prod-node20 / run-playwright (chromium, 1/2)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Slow Test: apps/app/[chromium] › 20-basic-features/access-to-page.spec.ts#L1
apps/app/[chromium] › 20-basic-features/access-to-page.spec.ts took 40.8s
Slow Test: apps/app/[chromium] › 20-basic-features/use-tools.spec.ts#L1
apps/app/[chromium] › 20-basic-features/use-tools.spec.ts took 16.5s
test-prod-node20 / run-playwright (chromium, 1/2)
No files were found with the provided path: blob-report. No artifacts will be uploaded.
Slow Test: apps/app/[chromium/installer] › 10-installer/install.spec.ts#L1
apps/app/[chromium/installer] › 10-installer/install.spec.ts took 18.8s
test-prod-node20 / report-playwright
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
🎭 Playwright Run Summary
39 passed (1.7m)
🎭 Playwright Run Summary
3 passed (27.0s)
🎭 Playwright Run Summary
39 passed (1.7m)
🎭 Playwright Run Summary
3 passed (28.8s)
🎭 Playwright Run Summary
1 failed [webkit] › 20-basic-features/comments.spec.ts:24:5 › Successfully reply comments ─────────────── 38 passed (3.6m)
🎭 Playwright Run Summary
3 passed (26.4s)
🎭 Playwright Run Summary
1 flaky [firefox] › 20-basic-features/presentation.spec.ts:3:5 › Presentation ────────────────────────── 38 passed (2.3m)
🎭 Playwright Run Summary
3 passed (27.3s)
🎭 Playwright Run Summary
39 passed (1.7m)
🎭 Playwright Run Summary
1 passed (21.7s)
🎭 Playwright Run Summary
39 passed (2.1m)
🎭 Playwright Run Summary
1 passed (24.7s)
🎭 Playwright Run Summary
3 passed (25.3s)

Artifacts

Produced during runtime
Name Size
Bundle Analyzing Report (node18.x)
660 KB
Bundle Analyzing Report (node20.x)
660 KB
Production Files (node18.x)
363 MB
Production Files (node20.x)
363 MB