Skip to content

merge queue: embarking master (d9c56db) and #9462 together #14809

merge queue: embarking master (d9c56db) and #9462 together

merge queue: embarking master (d9c56db) and #9462 together #14809

Triggered via pull request December 23, 2024 10:06
Status Failure
Total duration 16m 2s
Artifacts 4

ci-app-prod.yml

on: pull_request
test-prod-node18  /  build-prod
7m 50s
test-prod-node18 / build-prod
test-prod-node20  /  build-prod
8m 2s
test-prod-node20 / build-prod
Matrix: test-prod-node18 / run-playwright
test-prod-node18  /  launch-prod
1m 6s
test-prod-node18 / launch-prod
Matrix: test-prod-node20 / run-playwright
test-prod-node20  /  launch-prod
1m 16s
test-prod-node20 / launch-prod
test-prod-node18  /  report-playwright
0s
test-prod-node18 / report-playwright
test-prod-node20  /  report-playwright
26s
test-prod-node20 / report-playwright
Fit to window
Zoom out
Zoom in

Annotations

9 errors, 28 warnings, and 14 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 is not stable - retrying click action, attempt #1 - 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
[chromium] › 20-basic-features/comments.spec.ts:24:5 › Successfully reply comments: apps/app/playwright/20-basic-features/comments.spec.ts#L1
1) [chromium] › 20-basic-features/comments.spec.ts:24:5 › Successfully reply comments ──────────── Test timeout of 30000ms exceeded.
[chromium] › 20-basic-features/comments.spec.ts:24:5 › Successfully reply comments: apps/app/playwright/20-basic-features/comments.spec.ts#L32
1) [chromium] › 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 is not stable - retrying click action, attempt #1 - 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
[chromium] › 20-basic-features/comments.spec.ts:24:5 › Successfully reply comments: apps/app/playwright/20-basic-features/comments.spec.ts#L1
1) [chromium] › 20-basic-features/comments.spec.ts:24:5 › Successfully reply comments ──────────── Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Test timeout of 30000ms exceeded.
[chromium] › 20-basic-features/comments.spec.ts:24:5 › Successfully reply comments: apps/app/playwright/20-basic-features/comments.spec.ts#L31
1) [chromium] › 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') - locator resolved to <div translate="no" role="textbox" autocorrect="off" spellcheck="false" autocapitalize="off" aria-multiline="true" contenteditable="true" data-language="markdown" aria-autocomplete="list" class="cm-content cm-lineWrapping">…</div> - fill("reply comment") - attempting fill action - waiting for element to be visible, enabled and editable - element was detached from the DOM, retrying 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
test-prod-node20 / report-playwright
Process completed with exit code 1.
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 / 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 / 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 / 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 16.9s
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 16.8s
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 (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 16.6s
Slow Test: apps/app/[chromium/installer] › 10-installer/install.spec.ts#L1
apps/app/[chromium/installer] › 10-installer/install.spec.ts took 17.4s
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 40.6s
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.8s
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 41.9s
Slow Test: apps/app/[webkit] › 20-basic-features/use-tools.spec.ts#L1
apps/app/[webkit] › 20-basic-features/use-tools.spec.ts took 16.3s
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 39.4s
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.1s
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 17.0s
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.3s)
🎭 Playwright Run Summary
39 passed (1.7m)
🎭 Playwright Run Summary
3 passed (28.3s)
🎭 Playwright Run Summary
3 passed (28.3s)
🎭 Playwright Run Summary
39 passed (1.7m)
🎭 Playwright Run Summary
1 passed (23.3s)
🎭 Playwright Run Summary
3 passed (25.8s)
🎭 Playwright Run Summary
39 passed (2.2m)
🎭 Playwright Run Summary
3 passed (26.6s)
🎭 Playwright Run Summary
1 flaky [webkit] › 20-basic-features/comments.spec.ts:24:5 › Successfully reply comments ─────────────── 38 passed (3.2m)
🎭 Playwright Run Summary
1 flaky [chromium] › 20-basic-features/comments.spec.ts:24:5 › Successfully reply comments ───────────── 38 passed (3.1m)
🎭 Playwright Run Summary
1 passed (23.0s)
🎭 Playwright Run Summary
3 passed (26.8s)

Artifacts

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