Skip to content

Bump css-loader from 6.10.0 to 7.0.0 #1190

Bump css-loader from 6.10.0 to 7.0.0

Bump css-loader from 6.10.0 to 7.0.0 #1190

Triggered via pull request April 8, 2024 09:28
Status Failure
Total duration 51m 30s
Artifacts 6

main.yml

on: pull_request
Matrix: dockerbuild / dockerbuild
Matrix: e2e-tests / Installer test
Matrix: e2e-tests / Run on Linux
Matrix: unit-tests / Run on Linux
success  /  success
success / success
Fit to window
Zoom out
Zoom in

Annotations

14 errors, 4 warnings, and 67 notices
e2e-tests / Run on Linux (test:e2e, test/admin, 8.2, mysql)
Process completed with exit code 1.
[chromium] › test/front_login/shopping/shopping_confirm.test.ts:17:7 › ご注文確認画面のテストをします › ご注文確認画面へ遷移します: e2e-tests/test/front_login/shopping/shopping_confirm.test.ts#L18
1) [chromium] › test/front_login/shopping/shopping_confirm.test.ts:17:7 › ご注文確認画面のテストをします › ご注文確認画面へ遷移します Error: Timed out 5000ms waiting for expect(locator).toContainText(expected) Locator: locator('h2.title') Expected string: "入力内容のご確認" Received string: "お支払方法・お届け時間等の指定" Call log: - expect.toContainText with timeout 5000ms - waiting for locator('h2.title') - locator resolved to <h2 class="title">お支払方法・お届け時間等の指定</h2> - unexpected value "お支払方法・お届け時間等の指定" - locator resolved to <h2 class="title">お支払方法・お届け時間等の指定</h2> - unexpected value "お支払方法・お届け時間等の指定" - locator resolved to <h2 class="title">お支払方法・お届け時間等の指定</h2> - unexpected value "お支払方法・お届け時間等の指定" - locator resolved to <h2 class="title">お支払方法・お届け時間等の指定</h2> - unexpected value "お支払方法・お届け時間等の指定" - locator resolved to <h2 class="title">お支払方法・お届け時間等の指定</h2> - unexpected value "お支払方法・お届け時間等の指定" - locator resolved to <h2 class="title">お支払方法・お届け時間等の指定</h2> - unexpected value "お支払方法・お届け時間等の指定" - locator resolved to <h2 class="title">お支払方法・お届け時間等の指定</h2> - unexpected value "お支払方法・お届け時間等の指定" - locator resolved to <h2 class="title">お支払方法・お届け時間等の指定</h2> - unexpected value "お支払方法・お届け時間等の指定" - locator resolved to <h2 class="title">お支払方法・お届け時間等の指定</h2> - unexpected value "お支払方法・お届け時間等の指定" 16 | 17 | test('ご注文確認画面へ遷移します', async ({ page }) => { > 18 | await expect(page.locator('h2.title')).toContainText('入力内容のご確認'); | ^ 19 | await expect(page).toHaveURL(/confirm\.php/); 20 | }); 21 | at /home/runner/work/ec-cube2/ec-cube2/e2e-tests/test/front_login/shopping/shopping_confirm.test.ts:18:44
[chromium] › test/front_login/shopping/shopping_payment.test.ts:37:7 › お支払方法・お届け時間等の指定画面のテストをします › 注文確認画面へ遷移します: e2e-tests/test/front_login/shopping/shopping_payment.test.ts#L42
2) [chromium] › test/front_login/shopping/shopping_payment.test.ts:37:7 › お支払方法・お届け時間等の指定画面のテストをします › 注文確認画面へ遷移します Error: Timed out 5000ms waiting for expect(locator).toContainText(expected) Locator: locator('h2.title') Expected string: "入力内容のご確認" Received string: "お支払方法・お届け時間等の指定" Call log: - expect.toContainText with timeout 5000ms - waiting for locator('h2.title') - locator resolved to <h2 class="title">お支払方法・お届け時間等の指定</h2> - unexpected value "お支払方法・お届け時間等の指定" - locator resolved to <h2 class="title">お支払方法・お届け時間等の指定</h2> - unexpected value "お支払方法・お届け時間等の指定" - locator resolved to <h2 class="title">お支払方法・お届け時間等の指定</h2> - unexpected value "お支払方法・お届け時間等の指定" - locator resolved to <h2 class="title">お支払方法・お届け時間等の指定</h2> - unexpected value "お支払方法・お届け時間等の指定" - locator resolved to <h2 class="title">お支払方法・お届け時間等の指定</h2> - unexpected value "お支払方法・お届け時間等の指定" - locator resolved to <h2 class="title">お支払方法・お届け時間等の指定</h2> - unexpected value "お支払方法・お届け時間等の指定" - locator resolved to <h2 class="title">お支払方法・お届け時間等の指定</h2> - unexpected value "お支払方法・お届け時間等の指定" - locator resolved to <h2 class="title">お支払方法・お届け時間等の指定</h2> - unexpected value "お支払方法・お届け時間等の指定" - locator resolved to <h2 class="title">お支払方法・お届け時間等の指定</h2> - unexpected value "お支払方法・お届け時間等の指定" 40 | await paymentPage.fillOut(); 41 | await paymentPage.gotoNext(); > 42 | await expect(page.locator('h2.title')).toContainText('入力内容のご確認'); | ^ 43 | }); 44 | 45 | /** 最新の transactionid で手動リクエストを送信し, HttpMessage を取得します */ at /home/runner/work/ec-cube2/ec-cube2/e2e-tests/test/front_login/shopping/shopping_payment.test.ts:42:44
[chromium] › test/front_login/shopping.test.ts:63:7 › 購入フロー(ログイン)のテストをします › 入力内容の確認をします: e2e-tests/test/front_login/shopping.test.ts#L64
3) [chromium] › test/front_login/shopping.test.ts:63:7 › 購入フロー(ログイン)のテストをします › 入力内容の確認をします ─────── Error: Timed out 5000ms waiting for expect(locator).toContainText(expected) Locator: locator('h2.title') Expected string: "入力内容のご確認" Received string: "お支払方法・お届け時間等の指定" Call log: - expect.toContainText with timeout 5000ms - waiting for locator('h2.title') - locator resolved to <h2 class="title">お支払方法・お届け時間等の指定</h2> - unexpected value "お支払方法・お届け時間等の指定" - locator resolved to <h2 class="title">お支払方法・お届け時間等の指定</h2> - unexpected value "お支払方法・お届け時間等の指定" - locator resolved to <h2 class="title">お支払方法・お届け時間等の指定</h2> - unexpected value "お支払方法・お届け時間等の指定" - locator resolved to <h2 class="title">お支払方法・お届け時間等の指定</h2> - unexpected value "お支払方法・お届け時間等の指定" - locator resolved to <h2 class="title">お支払方法・お届け時間等の指定</h2> - unexpected value "お支払方法・お届け時間等の指定" - locator resolved to <h2 class="title">お支払方法・お届け時間等の指定</h2> - unexpected value "お支払方法・お届け時間等の指定" - locator resolved to <h2 class="title">お支払方法・お届け時間等の指定</h2> - unexpected value "お支払方法・お届け時間等の指定" - locator resolved to <h2 class="title">お支払方法・お届け時間等の指定</h2> - unexpected value "お支払方法・お届け時間等の指定" - locator resolved to <h2 class="title">お支払方法・お届け時間等の指定</h2> - unexpected value "お支払方法・お届け時間等の指定" 62 | 63 | test('入力内容の確認をします', async () => { > 64 | await expect(page.locator('h2.title')).toContainText('入力内容のご確認'); | ^ 65 | await page.click('[alt=ご注文完了ページへ]'); 66 | }); 67 | at /home/runner/work/ec-cube2/ec-cube2/e2e-tests/test/front_login/shopping.test.ts:64:44
e2e-tests / Run on Linux (test:e2e, test/front_login, 7.4, mysql)
Process completed with exit code 1.
e2e-tests / Run on Linux (test:e2e-extends, test/front_login, 8.3, pgsql)
Process completed with exit code 1.
e2e-tests / Run on Linux (test:e2e-extends, test/front_guest, 8.0, mysql)
Failed to CreateArtifact: Failed to make request after 5 attempts: Request timeout: /twirp/github.actions.results.api.v1.ArtifactService/CreateArtifact
e2e-tests / Run on Linux (test:e2e-extends, test/front_guest, 8.0, mysql)
Process completed with exit code 18.
[chromium] › test/front_login/shopping/shopping_complete.test.ts:17:7 › ご注文完了画面のテストをします › ご注文完了画面へ遷移します: e2e-tests/test/front_login/shopping/shopping_complete.test.ts#L1
1) [chromium] › test/front_login/shopping/shopping_complete.test.ts:17:7 › ご注文完了画面のテストをします › ご注文完了画面へ遷移します Test timeout of 600000ms exceeded.
[chromium] › test/front_login/shopping/shopping_complete.test.ts:17:7 › ご注文完了画面のテストをします › ご注文完了画面へ遷移します: e2e-tests/test/front_login/shopping/shopping_complete.test.ts#L18
1) [chromium] › test/front_login/shopping/shopping_complete.test.ts:17:7 › ご注文完了画面のテストをします › ご注文完了画面へ遷移します Error: page.click: Test timeout of 600000ms exceeded. Call log: - waiting for locator('[alt=ご注文完了ページへ]') 16 | 17 | test('ご注文完了画面へ遷移します', async ({ page }) => { > 18 | await page.click('[alt=ご注文完了ページへ]'); | ^ 19 | await expect(page.locator('h2.title')).toContainText('ご注文完了'); 20 | }); 21 | at /home/runner/work/ec-cube2/ec-cube2/e2e-tests/test/front_login/shopping/shopping_complete.test.ts:18:16
[chromium] › test/front_login/shopping/shopping_confirm.test.ts:17:7 › ご注文確認画面のテストをします › ご注文確認画面へ遷移します: e2e-tests/test/front_login/shopping/shopping_confirm.test.ts#L18
2) [chromium] › test/front_login/shopping/shopping_confirm.test.ts:17:7 › ご注文確認画面のテストをします › ご注文確認画面へ遷移します Error: Timed out 5000ms waiting for expect(locator).toContainText(expected) Locator: locator('h2.title') Expected string: "入力内容のご確認" Received string: "お支払方法・お届け時間等の指定" Call log: - expect.toContainText with timeout 5000ms - waiting for locator('h2.title') - locator resolved to <h2 class="title">お支払方法・お届け時間等の指定</h2> - unexpected value "お支払方法・お届け時間等の指定" - locator resolved to <h2 class="title">お支払方法・お届け時間等の指定</h2> - unexpected value "お支払方法・お届け時間等の指定" - locator resolved to <h2 class="title">お支払方法・お届け時間等の指定</h2> - unexpected value "お支払方法・お届け時間等の指定" - locator resolved to <h2 class="title">お支払方法・お届け時間等の指定</h2> - unexpected value "お支払方法・お届け時間等の指定" - locator resolved to <h2 class="title">お支払方法・お届け時間等の指定</h2> - unexpected value "お支払方法・お届け時間等の指定" - locator resolved to <h2 class="title">お支払方法・お届け時間等の指定</h2> - unexpected value "お支払方法・お届け時間等の指定" - locator resolved to <h2 class="title">お支払方法・お届け時間等の指定</h2> - unexpected value "お支払方法・お届け時間等の指定" - locator resolved to <h2 class="title">お支払方法・お届け時間等の指定</h2> - unexpected value "お支払方法・お届け時間等の指定" - locator resolved to <h2 class="title">お支払方法・お届け時間等の指定</h2> - unexpected value "お支払方法・お届け時間等の指定" 16 | 17 | test('ご注文確認画面へ遷移します', async ({ page }) => { > 18 | await expect(page.locator('h2.title')).toContainText('入力内容のご確認'); | ^ 19 | await expect(page).toHaveURL(/confirm\.php/); 20 | }); 21 | at /home/runner/work/ec-cube2/ec-cube2/e2e-tests/test/front_login/shopping/shopping_confirm.test.ts:18:44
[chromium] › test/front_login/shopping/shopping_payment.test.ts:37:7 › お支払方法・お届け時間等の指定画面のテストをします › 注文確認画面へ遷移します: e2e-tests/test/front_login/shopping/shopping_payment.test.ts#L42
3) [chromium] › test/front_login/shopping/shopping_payment.test.ts:37:7 › お支払方法・お届け時間等の指定画面のテストをします › 注文確認画面へ遷移します Error: Timed out 5000ms waiting for expect(locator).toContainText(expected) Locator: locator('h2.title') Expected string: "入力内容のご確認" Received string: "お支払方法・お届け時間等の指定" Call log: - expect.toContainText with timeout 5000ms - waiting for locator('h2.title') - locator resolved to <h2 class="title">お支払方法・お届け時間等の指定</h2> - unexpected value "お支払方法・お届け時間等の指定" - locator resolved to <h2 class="title">お支払方法・お届け時間等の指定</h2> - unexpected value "お支払方法・お届け時間等の指定" - locator resolved to <h2 class="title">お支払方法・お届け時間等の指定</h2> - unexpected value "お支払方法・お届け時間等の指定" - locator resolved to <h2 class="title">お支払方法・お届け時間等の指定</h2> - unexpected value "お支払方法・お届け時間等の指定" - locator resolved to <h2 class="title">お支払方法・お届け時間等の指定</h2> - unexpected value "お支払方法・お届け時間等の指定" - locator resolved to <h2 class="title">お支払方法・お届け時間等の指定</h2> - unexpected value "お支払方法・お届け時間等の指定" - locator resolved to <h2 class="title">お支払方法・お届け時間等の指定</h2> - unexpected value "お支払方法・お届け時間等の指定" - locator resolved to <h2 class="title">お支払方法・お届け時間等の指定</h2> - unexpected value "お支払方法・お届け時間等の指定" - locator resolved to <h2 class="title">お支払方法・お届け時間等の指定</h2> - unexpected value "お支払方法・お届け時間等の指定" 40 | await paymentPage.fillOut(); 41 | await paymentPage.gotoNext(); > 42 | await expect(page.locator('h2.title')).toContainText('入力内容のご確認'); | ^ 43 | }); 44 | 45 | /** 最新の transactionid で手動リクエストを送信し, HttpMessage を取得します */ at /home/runner/work/ec-cube2/ec-cube2/e2e-tests/test/front_login/shopping/shopping_payment.test.ts:42:44
[chromium] › test/front_login/shopping.test.ts:63:7 › 購入フロー(ログイン)のテストをします › 入力内容の確認をします: e2e-tests/test/front_login/shopping.test.ts#L64
4) [chromium] › test/front_login/shopping.test.ts:63:7 › 購入フロー(ログイン)のテストをします › 入力内容の確認をします ─────── Error: Timed out 5000ms waiting for expect(locator).toContainText(expected) Locator: locator('h2.title') Expected string: "入力内容のご確認" Received string: "お支払方法・お届け時間等の指定" Call log: - expect.toContainText with timeout 5000ms - waiting for locator('h2.title') - locator resolved to <h2 class="title">お支払方法・お届け時間等の指定</h2> - unexpected value "お支払方法・お届け時間等の指定" - locator resolved to <h2 class="title">お支払方法・お届け時間等の指定</h2> - unexpected value "お支払方法・お届け時間等の指定" - locator resolved to <h2 class="title">お支払方法・お届け時間等の指定</h2> - unexpected value "お支払方法・お届け時間等の指定" - locator resolved to <h2 class="title">お支払方法・お届け時間等の指定</h2> - unexpected value "お支払方法・お届け時間等の指定" - locator resolved to <h2 class="title">お支払方法・お届け時間等の指定</h2> - unexpected value "お支払方法・お届け時間等の指定" - locator resolved to <h2 class="title">お支払方法・お届け時間等の指定</h2> - unexpected value "お支払方法・お届け時間等の指定" - locator resolved to <h2 class="title">お支払方法・お届け時間等の指定</h2> - unexpected value "お支払方法・お届け時間等の指定" - locator resolved to <h2 class="title">お支払方法・お届け時間等の指定</h2> - unexpected value "お支払方法・お届け時間等の指定" - locator resolved to <h2 class="title">お支払方法・お届け時間等の指定</h2> - unexpected value "お支払方法・お届け時間等の指定" 62 | 63 | test('入力内容の確認をします', async () => { > 64 | await expect(page.locator('h2.title')).toContainText('入力内容のご確認'); | ^ 65 | await page.click('[alt=ご注文完了ページへ]'); 66 | }); 67 | at /home/runner/work/ec-cube2/ec-cube2/e2e-tests/test/front_login/shopping.test.ts:64:44
e2e-tests / Run on Linux (test:e2e, test/front_login, 8.2, pgsql)
Process completed with exit code 1.
e2e-tests / Run on Linux (test:e2e, test/admin, 8.2, mysql)
No files were found with the provided path: test-results/. No artifacts will be uploaded.
e2e-tests / Run on Linux (test:e2e-extends, test/front_login, 8.3, pgsql)
No files were found with the provided path: test-results/. No artifacts will be uploaded.
e2e-tests / Run on Linux (test:e2e-extends, test/front_guest, 8.0, mysql)
No files were found with the provided path: test-results/. No artifacts will be uploaded.
Slow Test: [chromium] › test/front_login/shopping/shopping_complete.test.ts#L1
[chromium] › test/front_login/shopping/shopping_complete.test.ts took 10.0m
🎭 Playwright Run Summary
11 passed (8.2s)
🎭 Playwright Run Summary
11 passed (8.4s)
🎭 Playwright Run Summary
11 passed (8.7s)
🎭 Playwright Run Summary
11 passed (8.0s)
🎭 Playwright Run Summary
11 passed (8.6s)
🎭 Playwright Run Summary
11 passed (7.8s)
🎭 Playwright Run Summary
11 passed (8.4s)
🎭 Playwright Run Summary
11 passed (9.1s)
🎭 Playwright Run Summary
11 passed (8.9s)
🎭 Playwright Run Summary
11 passed (9.1s)
🎭 Playwright Run Summary
58 passed (45.6s)
🎭 Playwright Run Summary
58 passed (47.0s)
🎭 Playwright Run Summary
58 passed (44.1s)
🎭 Playwright Run Summary
58 passed (47.1s)
🎭 Playwright Run Summary
58 passed (45.8s)
🎭 Playwright Run Summary
58 passed (46.6s)
🎭 Playwright Run Summary
58 passed (48.5s)
🎭 Playwright Run Summary
58 passed (47.1s)
🎭 Playwright Run Summary
19 passed (11.4s)
🎭 Playwright Run Summary
19 passed (11.3s)
🎭 Playwright Run Summary
19 passed (11.3s)
🎭 Playwright Run Summary
19 passed (11.6s)
🎭 Playwright Run Summary
19 passed (11.3s)
🎭 Playwright Run Summary
19 passed (11.1s)
🎭 Playwright Run Summary
58 passed (44.6s)
🎭 Playwright Run Summary
19 passed (12.6s)
🎭 Playwright Run Summary
19 passed (11.3s)
🎭 Playwright Run Summary
19 passed (11.1s)
🎭 Playwright Run Summary
19 passed (13.5s)
🎭 Playwright Run Summary
39 passed (49.4s)
🎭 Playwright Run Summary
39 passed (46.9s)
🎭 Playwright Run Summary
39 passed (48.3s)
🎭 Playwright Run Summary
39 passed (48.2s)
🎭 Playwright Run Summary
39 passed (48.3s)
🎭 Playwright Run Summary
39 passed (46.5s)
🎭 Playwright Run Summary
39 passed (45.9s)
🎭 Playwright Run Summary
3 failed [chromium] › test/front_login/shopping/shopping_confirm.test.ts:17:7 › ご注文確認画面のテストをします › ご注文確認画面へ遷移します [chromium] › test/front_login/shopping/shopping_payment.test.ts:37:7 › お支払方法・お届け時間等の指定画面のテストをします › 注文確認画面へ遷移します [chromium] › test/front_login/shopping.test.ts:63:7 › 購入フロー(ログイン)のテストをします › 入力内容の確認をします ──────── 2 skipped 34 passed (58.0s)
🎭 Playwright Run Summary
1 passed (3.9s)
🎭 Playwright Run Summary
1 passed (3.5s)
🎭 Playwright Run Summary
1 passed (3.6s)
🎭 Playwright Run Summary
1 passed (5.2s)
🎭 Playwright Run Summary
1 passed (3.6s)
🎭 Playwright Run Summary
3 passed (15.7s)
🎭 Playwright Run Summary
3 passed (16.2s)
🎭 Playwright Run Summary
1 passed (3.8s)
🎭 Playwright Run Summary
1 passed (4.2s)
🎭 Playwright Run Summary
3 passed (14.0s)
🎭 Playwright Run Summary
2 passed (5.8s)
🎭 Playwright Run Summary
3 passed (14.4s)
🎭 Playwright Run Summary
3 passed (14.9s)
🎭 Playwright Run Summary
3 passed (14.1s)
🎭 Playwright Run Summary
3 passed (16.3s)
🎭 Playwright Run Summary
2 passed (6.0s)
🎭 Playwright Run Summary
2 passed (5.6s)
🎭 Playwright Run Summary
3 passed (16.3s)
🎭 Playwright Run Summary
2 passed (5.8s)
🎭 Playwright Run Summary
2 passed (7.2s)
🎭 Playwright Run Summary
1 passed (3.7s)
🎭 Playwright Run Summary
4 failed [chromium] › test/front_login/shopping/shopping_complete.test.ts:17:7 › ご注文完了画面のテストをします › ご注文完了画面へ遷移します [chromium] › test/front_login/shopping/shopping_confirm.test.ts:17:7 › ご注文確認画面のテストをします › ご注文確認画面へ遷移します [chromium] › test/front_login/shopping/shopping_payment.test.ts:37:7 › お支払方法・お届け時間等の指定画面のテストをします › 注文確認画面へ遷移します [chromium] › test/front_login/shopping.test.ts:63:7 › 購入フロー(ログイン)のテストをします › 入力内容の確認をします ──────── 2 skipped 33 passed (11.7m)
🎭 Playwright Run Summary
2 passed (5.5s)
🎭 Playwright Run Summary
39 passed (47.0s)
🎭 Playwright Run Summary
3 passed (14.4s)
🎭 Playwright Run Summary
2 passed (5.6s)
🎭 Playwright Run Summary
3 passed (15.0s)
🎭 Playwright Run Summary
2 passed (6.0s)
🎭 Playwright Run Summary
2 passed (6.0s)
🎭 Playwright Run Summary
1 passed (3.8s)

Artifacts

Produced during runtime
Name Size
linux-php-mysql-evidence Expired
1.53 MB
linux-php-pgsql-evidence Expired
10.8 MB
linux-php7.4-mysql-logs Expired
579 Bytes
linux-php8.2-mysql-logs Expired
132 Bytes
linux-php8.2-pgsql-logs Expired
13.7 KB
linux-php8.3-pgsql-logs Expired
132 Bytes