refactor: fs-router to use new_createPages & fix staticPaths #5243
Annotations
10 errors, 6 warnings, and 1 notice
Run pnpm exec playwright test --shard=1/4:
e2e/create-waku.spec.ts#L1
stderr: node:events:498
throw er; // Unhandled 'error' event
^
Error: EPIPE: broken pipe, write
at Socket._write (node:internal/net:63:18)
at writeOrBuffer (node:internal/streams/writable:570:12)
at _write (node:internal/streams/writable:499:10)
at Writable.write (node:internal/streams/writable:508:10)
at console.value (node:internal/console/constructor:300:16)
at console.log (node:internal/console/constructor:383:26)
at ConsumerObserver2.next (C:\Users\runneradmin\setup-pnpm\node_modules\.pnpm\pnpm@9.4.0\node_modules\pnpm\dist\pnpm.cjs:23275:29)
at Subscriber2._next (C:\Users\runneradmin\setup-pnpm\node_modules\.pnpm\pnpm@9.4.0\node_modules\pnpm\dist\pnpm.cjs:23244:26)
at Subscriber2.next (C:\Users\runneradmin\setup-pnpm\node_modules\.pnpm\pnpm@9.4.0\node_modules\pnpm\dist\pnpm.cjs:23217:16)
at C:\Users\runneradmin\setup-pnpm\node_modules\.pnpm\pnpm@9.4.0\node_modules\pnpm\dist\pnpm.cjs:26952:24
Emitted 'error' event on Socket instance at:
at emitErrorNT (node:internal/streams/destroy:170:8)
at emitErrorCloseNT (node:internal/streams/destroy:129:3)
at process.processTicksAndRejections (node:internal/process/task_queues:90:21) {
errno: -4047,
syscall: 'write',
code: 'EPIPE'
}
Node.js v22.7.0
|
Run pnpm exec playwright test --shard=1/4:
e2e/create-waku.spec.ts#L1
stderr: Could not execute pnpm install. Please run
|
Run pnpm exec playwright test --shard=1/4
61999 stderr: TypeError [ERR_UNKNOWN_FILE_EXTENSION]: Unknown file extension ".css" for D:\a\waku\waku\node_modules\.pnpm\react-tweet@3.2.0_react-dom@19.0.0-rc-5c56b873-20241107_react@19.0.0-rc-5c56b873-20241107__re_n26otrjmoamx67qv6scqewcd6y\node_modules\react-tweet\dist\twitter-theme\tweet-info-created-at.module.css
at Object.getFileProtocolModuleFormat [as file:] (node:internal/modules/esm/get_format:217:9)
at defaultGetFormat (node:internal/modules/esm/get_format:243:36)
at defaultLoad (node:internal/modules/esm/load:123:22)
at async ModuleLoader.load (node:internal/modules/esm/loader:567:7)
at async ModuleLoader.moduleProvider (node:internal/modules/esm/loader:442:45) {
code: 'ERR_UNKNOWN_FILE_EXTENSION'
}
|
Run pnpm exec playwright test --shard=1/4
61999 stderr: TypeError [ERR_UNKNOWN_FILE_EXTENSION]: Unknown file extension ".css" for D:\a\waku\waku\node_modules\.pnpm\react-tweet@3.2.0_react-dom@19.0.0-rc-5c56b873-20241107_react@19.0.0-rc-5c56b873-20241107__re_n26otrjmoamx67qv6scqewcd6y\node_modules\react-tweet\dist\twitter-theme\tweet-actions.module.css
at Object.getFileProtocolModuleFormat [as file:] (node:internal/modules/esm/get_format:217:9)
at defaultGetFormat (node:internal/modules/esm/get_format:243:36)
at defaultLoad (node:internal/modules/esm/load:123:22)
at async ModuleLoader.load (node:internal/modules/esm/loader:567:7)
at async ModuleLoader.moduleProvider (node:internal/modules/esm/loader:442:45) {
code: 'ERR_UNKNOWN_FILE_EXTENSION'
}
|
Run pnpm exec playwright test --shard=1/4:
e2e\ssg-performance.spec.ts#L43
1) [chromium] › ssg-performance.spec.ts:29:3 › high volume static site generation › build and verify
Error: Timed out 10000ms waiting for expect(locator).toHaveText(expected)
Locator: getByRole('heading')
Expected string: "/path-3"
Received: <element(s) not found>
Call log:
- expect.toHaveText with timeout 10000ms
- waiting for getByRole('heading')
41 | await waitPort({ port });
42 | await page.goto(`http://localhost:${port}/path-3`);
> 43 | await expect(page.getByRole('heading')).toHaveText('/path-3');
| ^
44 | });
45 | });
46 |
at D:\a\waku\waku\e2e\ssg-performance.spec.ts:43:45
|
Run pnpm exec playwright test --shard=1/4:
e2e\ssg-performance.spec.ts#L43
1) [chromium] › ssg-performance.spec.ts:29:3 › high volume static site generation › build and verify
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 10000ms waiting for expect(locator).toHaveText(expected)
Locator: getByRole('heading')
Expected string: "/path-3"
Received: <element(s) not found>
Call log:
- expect.toHaveText with timeout 10000ms
- waiting for getByRole('heading')
41 | await waitPort({ port });
42 | await page.goto(`http://localhost:${port}/path-3`);
> 43 | await expect(page.getByRole('heading')).toHaveText('/path-3');
| ^
44 | });
45 | });
46 |
at D:\a\waku\waku\e2e\ssg-performance.spec.ts:43:45
|
Run pnpm exec playwright test --shard=1/4:
e2e\ssg-performance.spec.ts#L43
1) [chromium] › ssg-performance.spec.ts:29:3 › high volume static site generation › build and verify
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 10000ms waiting for expect(locator).toHaveText(expected)
Locator: getByRole('heading')
Expected string: "/path-3"
Received: <element(s) not found>
Call log:
- expect.toHaveText with timeout 10000ms
- waiting for getByRole('heading')
41 | await waitPort({ port });
42 | await page.goto(`http://localhost:${port}/path-3`);
> 43 | await expect(page.getByRole('heading')).toHaveText('/path-3');
| ^
44 | });
45 | });
46 |
at D:\a\waku\waku\e2e\ssg-performance.spec.ts:43:45
|
Run pnpm exec playwright test --shard=1/4:
e2e\ssg-performance.spec.ts#L43
1) [chromium] › ssg-performance.spec.ts:29:3 › high volume static site generation › build and verify
Retry #3 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 10000ms waiting for expect(locator).toHaveText(expected)
Locator: getByRole('heading')
Expected string: "/path-3"
Received: <element(s) not found>
Call log:
- expect.toHaveText with timeout 10000ms
- waiting for getByRole('heading')
41 | await waitPort({ port });
42 | await page.goto(`http://localhost:${port}/path-3`);
> 43 | await expect(page.getByRole('heading')).toHaveText('/path-3');
| ^
44 | });
45 | });
46 |
at D:\a\waku\waku\e2e\ssg-performance.spec.ts:43:45
|
Run pnpm exec playwright test --shard=1/4:
e2e\ssg-wildcard.spec.ts#L64
2) [chromium] › ssg-wildcard.spec.ts:44:3 › ssg wildcard › works ─────────────────────────────────
Error: Timed out 10000ms waiting for expect(locator).toBeVisible()
Locator: getByRole('heading', { name: '/' })
Expected: visible
Received: <element(s) not found>
Call log:
- expect.toBeVisible with timeout 10000ms
- waiting for getByRole('heading', { name: '/' })
62 |
63 | await page.goto(`http://localhost:${port}`);
> 64 | await expect(page.getByRole('heading', { name: '/' })).toBeVisible();
| ^
65 |
66 | await page.goto(`http://localhost:${port}/foo`);
67 | await expect(page.getByRole('heading', { name: '/foo' })).toBeVisible();
at D:\a\waku\waku\e2e\ssg-wildcard.spec.ts:64:60
|
Run pnpm exec playwright test --shard=1/4:
e2e\ssg-wildcard.spec.ts#L64
2) [chromium] › ssg-wildcard.spec.ts:44:3 › ssg wildcard › works ─────────────────────────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 10000ms waiting for expect(locator).toBeVisible()
Locator: getByRole('heading', { name: '/' })
Expected: visible
Received: <element(s) not found>
Call log:
- expect.toBeVisible with timeout 10000ms
- waiting for getByRole('heading', { name: '/' })
62 |
63 | await page.goto(`http://localhost:${port}`);
> 64 | await expect(page.getByRole('heading', { name: '/' })).toBeVisible();
| ^
65 |
66 | await page.goto(`http://localhost:${port}/foo`);
67 | await expect(page.getByRole('heading', { name: '/foo' })).toBeVisible();
at D:\a\waku\waku\e2e\ssg-wildcard.spec.ts:64:60
|
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/setup-node@v3, actions/upload-artifact@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Run pnpm exec playwright test --shard=1/4:
[chromium] › broken-link.spec.ts#L1
[chromium] › broken-link.spec.ts took 1.8m
|
Run pnpm exec playwright test --shard=1/4:
[chromium] › examples-smoke.spec.ts#L1
[chromium] › examples-smoke.spec.ts took 1.1m
|
Run pnpm exec playwright test --shard=1/4:
[chromium] › multi-platform.spec.ts#L1
[chromium] › multi-platform.spec.ts took 1.1m
|
Run pnpm exec playwright test --shard=1/4:
[chromium] › partial-builds.spec.ts#L1
[chromium] › partial-builds.spec.ts took 25.9s
|
The following artifacts were uploaded using a version of actions/upload-artifact that is scheduled for deprecation: "playwright-report-macos-latest-22.7.0-1", "playwright-report-macos-latest-22.7.0-2", "playwright-report-macos-latest-22.7.0-3", "playwright-report-macos-latest-22.7.0-4", "playwright-report-ubuntu-latest-18.17.0-1", "playwright-report-ubuntu-latest-18.17.0-2", "playwright-report-ubuntu-latest-18.17.0-3", "playwright-report-ubuntu-latest-18.17.0-4", "playwright-report-ubuntu-latest-20.8.0-1", "playwright-report-ubuntu-latest-20.8.0-2", "playwright-report-ubuntu-latest-20.8.0-3", "playwright-report-ubuntu-latest-20.8.0-4", "playwright-report-ubuntu-latest-22.7.0-1", "playwright-report-ubuntu-latest-22.7.0-2", "playwright-report-ubuntu-latest-22.7.0-3", "playwright-report-ubuntu-latest-22.7.0-4", "playwright-report-windows-latest-22.7.0-1", "playwright-report-windows-latest-22.7.0-2", "playwright-report-windows-latest-22.7.0-3", "playwright-report-windows-latest-22.7.0-4".
Please update your workflow to use v4 of the artifact actions.
Learn more: https://github.blog/changelog/2024-04-16-deprecation-notice-v3-of-the-artifact-actions/
|
Run pnpm exec playwright test --shard=1/4
4 failed
[chromium] › ssg-performance.spec.ts:29:3 › high volume static site generation › build and verify
[chromium] › ssg-wildcard.spec.ts:44:3 › ssg wildcard › works ──────────────────────────────────
[chromium] › ssr-catch-error.spec.ts:58:5 › ssr-catch-error: dev › access invalid page through client router
[chromium] › ssr-catch-error.spec.ts:58:5 › ssr-catch-error: start › access invalid page through client router
2 skipped
99 passed (13.4m)
|
Loading