fix(workflow): canary-ci again #7
Annotations
6 errors, 7 warnings, and 1 notice
Run pnpm exec playwright test --shard=3/4:
e2e/ssr-catch-error.spec.ts#L1
stderr: [plugin:vite:reporter] [plugin vite:reporter]
(!) /home/runner/work/_temp/waku-ssr-catch-error-uCX7iq/node_modules/waku/dist/middleware/context.js is dynamically imported by /home/runner/work/_temp/waku-ssr-catch-error-uCX7iq/node_modules/waku/dist/lib/config.js, /home/runner/work/_temp/waku-ssr-catch-error-uCX7iq/waku.config.ts but also statically imported by /home/runner/work/_temp/waku-ssr-catch-error-uCX7iq/node_modules/waku/dist/server.js, dynamic import will not move module into another chunk.
|
Run pnpm exec playwright test --shard=3/4:
e2e/ssr-catch-error.spec.ts#L1
stderr: [plugin:vite:reporter] [plugin vite:reporter]
(!) /home/runner/work/_temp/waku-ssr-catch-error-jUpYSP/node_modules/waku/dist/middleware/context.js is dynamically imported by /home/runner/work/_temp/waku-ssr-catch-error-jUpYSP/node_modules/waku/dist/lib/config.js, /home/runner/work/_temp/waku-ssr-catch-error-jUpYSP/waku.config.ts but also statically imported by /home/runner/work/_temp/waku-ssr-catch-error-jUpYSP/node_modules/waku/dist/server.js, dynamic import will not move module into another chunk.
|
Run pnpm exec playwright test --shard=3/4:
e2e/ssr-catch-error.spec.ts#L1
stderr: [plugin:vite:reporter] [plugin vite:reporter]
(!) /home/runner/work/_temp/waku-ssr-catch-error-ALmXG3/node_modules/waku/dist/middleware/context.js is dynamically imported by /home/runner/work/_temp/waku-ssr-catch-error-ALmXG3/node_modules/waku/dist/lib/config.js, /home/runner/work/_temp/waku-ssr-catch-error-ALmXG3/waku.config.ts but also statically imported by /home/runner/work/_temp/waku-ssr-catch-error-ALmXG3/node_modules/waku/dist/server.js, dynamic import will not move module into another chunk.
|
Run pnpm exec playwright test --shard=3/4:
e2e/create-waku.spec.ts#L1
stderr: node:internal/bootstrap/switches/does_own_process_state:126
cachedCwd = rawMethods.cwd();
^
Error: ENOENT: no such file or directory, uv_cwd
at process.wrappedCwd (node:internal/bootstrap/switches/does_own_process_state:126:28)
at process.cwd (/home/runner/setup-pnpm/node_modules/.pnpm/[email protected]/node_modules/pnpm/dist/pnpm.cjs:45:23)
at process.cwd (/home/runner/setup-pnpm/node_modules/.pnpm/[email protected]/node_modules/pnpm/dist/pnpm.cjs:7749:23)
at ../node_modules/.pnpm/[email protected]/node_modules/get-source/impl/path.js (/home/runner/setup-pnpm/node_modules/.pnpm/[email protected]/node_modules/pnpm/dist/pnpm.cjs:38842:58)
at __require (/home/runner/setup-pnpm/node_modules/.pnpm/[email protected]/node_modules/pnpm/dist/pnpm.cjs:12:50)
at ../node_modules/.pnpm/[email protected]/node_modules/get-source/get-source.js (/home/runner/setup-pnpm/node_modules/.pnpm/[email protected]/node_modules/pnpm/dist/pnpm.cjs:38933:17)
at __require (/home/runner/setup-pnpm/node_modules/.pnpm/[email protected]/node_modules/pnpm/dist/pnpm.cjs:12:50)
at ../node_modules/.pnpm/[email protected]/node_modules/stacktracey/stacktracey.js (/home/runner/setup-pnpm/node_modules/.pnpm/[email protected]/node_modules/pnpm/dist/pnpm.cjs:39240:21)
at __require (/home/runner/setup-pnpm/node_modules/.pnpm/[email protected]/node_modules/pnpm/dist/pnpm.cjs:12:50)
at ../cli/default-reporter/lib/reportError.js (/home/runner/setup-pnpm/node_modules/.pnpm/[email protected]/node_modules/pnpm/dist/pnpm.cjs:39481:42) {
errno: -2,
code: 'ENOENT',
syscall: 'uv_cwd'
}
Node.js v18.17.0
|
Run pnpm exec playwright test --shard=3/4:
e2e/create-waku.spec.ts#L1
stderr: Could not execute pnpm install. Please run
|
Run pnpm exec playwright test --shard=3/4:
e2e/ssr-basic.spec.ts#L58
1) [firefox] › ssr-basic.spec.ts:51:5 › ssr-basic: dev › increase counter ────────────────────────
Error: Timed out 10000ms waiting for expect(locator).toHaveText(expected)
Locator: getByTestId('count')
Expected string: "3"
Received string: "2"
Call log:
- expect.toHaveText with timeout 10000ms
- waiting for getByTestId('count')
14 × locator resolved to <p data-testid="count">2</p>
- unexpected value "2"
56 | await page.getByTestId('increment').click();
57 | await page.getByTestId('increment').click();
> 58 | await expect(page.getByTestId('count')).toHaveText('3');
| ^
59 | });
60 |
61 | test('vercel ai', async ({ page }) => {
at /home/runner/work/waku/waku/e2e/ssr-basic.spec.ts:58:47
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Run pnpm exec playwright test --shard=3/4:
[firefox] › use-router.spec.ts#L1
[firefox] › use-router.spec.ts took 1.9m
|
Run pnpm exec playwright test --shard=3/4:
[webkit] › broken-link.spec.ts#L1
[webkit] › broken-link.spec.ts took 1.4m
|
Run pnpm exec playwright test --shard=3/4:
[firefox] › ssr-catch-error.spec.ts#L1
[firefox] › ssr-catch-error.spec.ts took 47.4s
|
Run pnpm exec playwright test --shard=3/4:
[firefox] › ssg-performance.spec.ts#L1
[firefox] › ssg-performance.spec.ts took 31.2s
|
Run pnpm exec playwright test --shard=3/4:
[webkit] › examples-smoke.spec.ts#L1
[webkit] › examples-smoke.spec.ts took 28.9s
|
The following artifacts were uploaded using a version of actions/upload-artifact that is scheduled for deprecation: "playwright-report-ubuntu-latest-18.17.0-3", "playwright-report-ubuntu-latest-20.8.0-2", "playwright-report-ubuntu-latest-20.8.0-3".
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=3/4
1 flaky
[firefox] › ssr-basic.spec.ts:51:5 › ssr-basic: dev › increase counter ─────────────────────────
5 skipped
95 passed (8.7m)
|
Loading