feat: entries gen for fs router projects #4803
Annotations
10 errors, 6 warnings, and 1 notice
Run pnpm exec playwright test --forbid-only --shard=2/4
40917 stderr: TypeError: Unknown file extension ".css" for /home/runner/work/waku/waku/node_modules/.pnpm/[email protected][email protected][email protected]__re_p75voa33vfawi3tdwgrpfvxgnu/node_modules/react-tweet/dist/twitter-theme/tweet-info-created-at.module.css
at new NodeError (node:internal/errors:405:5)
at Object.getFileProtocolModuleFormat [as file:] (node:internal/modules/esm/get_format:79:11)
at defaultGetFormat (node:internal/modules/esm/get_format:124:36)
at defaultLoad (node:internal/modules/esm/load:84:20)
at nextLoad (node:internal/modules/esm/loader:163:28)
at ESMLoader.load (node:internal/modules/esm/loader:603:26)
at ESMLoader.moduleProvider (node:internal/modules/esm/loader:457:22)
at new ModuleJob (node:internal/modules/esm/module_job:64:26)
at #createModuleJob (node:internal/modules/esm/loader:480:17)
at ESMLoader.getModuleJob (node:internal/modules/esm/loader:434:34)
at async ModuleWrap.<anonymous> (node:internal/modules/esm/module_job:79:21) {
code: 'ERR_UNKNOWN_FILE_EXTENSION'
}
|
Run pnpm exec playwright test --forbid-only --shard=2/4
40917 stderr: TypeError: Unknown file extension ".css" for /home/runner/work/waku/waku/node_modules/.pnpm/[email protected][email protected][email protected]__re_p75voa33vfawi3tdwgrpfvxgnu/node_modules/react-tweet/dist/twitter-theme/tweet-actions.module.css
at new NodeError (node:internal/errors:405:5)
at Object.getFileProtocolModuleFormat [as file:] (node:internal/modules/esm/get_format:79:11)
at defaultGetFormat (node:internal/modules/esm/get_format:124:36)
at defaultLoad (node:internal/modules/esm/load:84:20)
at nextLoad (node:internal/modules/esm/loader:163:28)
at ESMLoader.load (node:internal/modules/esm/loader:603:26)
at ESMLoader.moduleProvider (node:internal/modules/esm/loader:457:22)
at new ModuleJob (node:internal/modules/esm/module_job:64:26)
at #createModuleJob (node:internal/modules/esm/loader:480:17)
at ESMLoader.getModuleJob (node:internal/modules/esm/loader:434:34)
at async ModuleWrap.<anonymous> (node:internal/modules/esm/module_job:79:21) {
code: 'ERR_UNKNOWN_FILE_EXTENSION'
}
|
Run pnpm exec playwright test --forbid-only --shard=2/4
46309 stderr: node:internal/process/promises:288
triggerUncaughtException(err, true /* fromPromise */);
^
[Error: ENOENT: no such file or directory, scandir '/home/runner/work/waku/waku/examples/21_minimal_js/src/pages'] {
errno: -2,
code: 'ENOENT',
syscall: 'scandir',
path: '/home/runner/work/waku/waku/examples/21_minimal_js/src/pages'
}
Node.js v18.17.0
|
Run pnpm exec playwright test --forbid-only --shard=2/4
41823 stderr: node:internal/process/promises:288
triggerUncaughtException(err, true /* fromPromise */);
^
[Error: ENOENT: no such file or directory, scandir '/home/runner/work/waku/waku/examples/21_minimal_js/src/pages'] {
errno: -2,
code: 'ENOENT',
syscall: 'scandir',
path: '/home/runner/work/waku/waku/examples/21_minimal_js/src/pages'
}
Node.js v18.17.0
|
Run pnpm exec playwright test --forbid-only --shard=2/4
40271 stderr: node:internal/process/promises:288
triggerUncaughtException(err, true /* fromPromise */);
^
[Error: ENOENT: no such file or directory, scandir '/home/runner/work/waku/waku/examples/21_minimal_js/src/pages'] {
errno: -2,
code: 'ENOENT',
syscall: 'scandir',
path: '/home/runner/work/waku/waku/examples/21_minimal_js/src/pages'
}
Node.js v18.17.0
|
Run pnpm exec playwright test --forbid-only --shard=2/4
43127 stderr: node:internal/process/promises:288
triggerUncaughtException(err, true /* fromPromise */);
^
[Error: ENOENT: no such file or directory, scandir '/home/runner/work/waku/waku/examples/21_minimal_js/src/pages'] {
errno: -2,
code: 'ENOENT',
syscall: 'scandir',
path: '/home/runner/work/waku/waku/examples/21_minimal_js/src/pages'
}
Node.js v18.17.0
|
Run pnpm exec playwright test --forbid-only --shard=2/4
40399 stderr: Error: The render was aborted by the server without a reason.
at abort (file:///home/runner/work/waku/waku/examples/23_actions/dist/rsdw-server.js:1402:39)
at Object.cancel (file:///home/runner/work/waku/waku/examples/23_actions/dist/rsdw-server.js:2140:9)
at readableByteStreamControllerCancelSteps (node:internal/webstreams/readablestream:3022:37)
at [kCancel] (node:internal/webstreams/readablestream:1166:12)
at ensureIsPromise (node:internal/webstreams/util:192:19)
at readableStreamCancel (node:internal/webstreams/readablestream:1887:5)
at readableStreamReaderGenericCancel (node:internal/webstreams/readablestream:2027:10)
at ReadableStreamDefaultReader.cancel (node:internal/webstreams/readablestream:876:12)
at ServerResponse.cancel (file:///home/runner/work/waku/waku/node_modules/.pnpm/@HONO[email protected][email protected]/node_modules/@hono/node-server/dist/index.mjs:152:12)
at ServerResponse.emit (node:events:526:35)
|
Run pnpm exec playwright test --forbid-only --shard=2/4:
e2e/examples-smoke.spec.ts#L50
1) [firefox] › examples-smoke.spec.ts:78:7 › smoke test on 21_minimal_js: dev › check title ──────
"beforeAll" hook timeout of 60000ms exceeded.
48 | });
49 |
> 50 | test.beforeAll(async () => {
| ^
51 | if (build) {
52 | execSync(`node ${waku} ${build}`, { cwd });
53 | }
at /home/runner/work/waku/waku/e2e/examples-smoke.spec.ts:50:12
|
Run pnpm exec playwright test --forbid-only --shard=2/4:
e2e/examples-smoke.spec.ts#L1
1) [firefox] › examples-smoke.spec.ts:78:7 › smoke test on 21_minimal_js: dev › check title ──────
Error: kill ESRCH
at handlePsTreeCallback (/home/runner/work/waku/waku/node_modules/.pnpm/[email protected]/node_modules/terminate/handlePsTreeCallback.js:28:13)
at /home/runner/work/waku/waku/node_modules/.pnpm/[email protected]/node_modules/terminate/terminate.js:44:5
at /home/runner/work/waku/waku/node_modules/.pnpm/[email protected]/node_modules/ps-tree/index.js:87:7
at Stream.a.end (/home/runner/work/waku/waku/node_modules/.pnpm/[email protected]/node_modules/event-stream/index.js:87:5)
at end (/home/runner/work/waku/waku/node_modules/.pnpm/[email protected]/node_modules/map-stream/index.js:116:39)
at Stream.stream.end (/home/runner/work/waku/waku/node_modules/.pnpm/[email protected]/node_modules/map-stream/index.js:122:5)
at drain (/home/runner/work/waku/waku/node_modules/.pnpm/[email protected]/node_modules/through/index.js:34:23)
at Stream.stream.queue.stream.push (/home/runner/work/waku/waku/node_modules/.pnpm/[email protected]/node_modules/through/index.js:45:5)
at Stream.<anonymous> (/home/runner/work/waku/waku/node_modules/.pnpm/[email protected]/node_modules/split/index.js:60:10)
at _end (/home/runner/work/waku/waku/node_modules/.pnpm/[email protected]/node_modules/through/index.js:65:9)
at Stream.stream.end (/home/runner/work/waku/waku/node_modules/.pnpm/[email protected]/node_modules/through/index.js:74:5)
|
Run pnpm exec playwright test --forbid-only --shard=2/4:
e2e/examples-smoke.spec.ts#L50
1) [firefox] › examples-smoke.spec.ts:78:7 › smoke test on 21_minimal_js: dev › check title ──────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
"beforeAll" hook timeout of 60000ms exceeded.
48 | });
49 |
> 50 | test.beforeAll(async () => {
| ^
51 | if (build) {
52 | execSync(`node ${waku} ${build}`, { cwd });
53 | }
at /home/runner/work/waku/waku/e2e/examples-smoke.spec.ts:50:12
|
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 --forbid-only --shard=2/4:
[chromium] › use-router.spec.ts#L1
[chromium] › use-router.spec.ts took 1.9m
|
Run pnpm exec playwright test --forbid-only --shard=2/4:
[firefox] › multi-platform.spec.ts#L1
[firefox] › multi-platform.spec.ts took 59.8s
|
Run pnpm exec playwright test --forbid-only --shard=2/4:
[firefox] › partial-builds.spec.ts#L1
[firefox] › partial-builds.spec.ts took 24.9s
|
Run pnpm exec playwright test --forbid-only --shard=2/4:
[firefox] › broken-link.spec.ts#L1
[firefox] › broken-link.spec.ts took 18.0s
|
The following artifacts were uploaded using a version of actions/upload-artifact that is scheduled for deprecation: "playwright-report-macos-latest-18.17.0-1", "playwright-report-macos-latest-18.17.0-2", "playwright-report-macos-latest-18.17.0-3", "playwright-report-macos-latest-18.17.0-4", "playwright-report-macos-latest-20.8.0-1", "playwright-report-macos-latest-20.8.0-2", "playwright-report-macos-latest-20.8.0-3", "playwright-report-macos-latest-20.8.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-20.8.0-1", "playwright-report-ubuntu-latest-20.8.0-2", "playwright-report-ubuntu-latest-20.8.0-3", "playwright-report-windows-latest-18.17.0-1", "playwright-report-windows-latest-18.17.0-2", "playwright-report-windows-latest-18.17.0-3", "playwright-report-windows-latest-18.17.0-4", "playwright-report-windows-latest-20.8.0-1", "playwright-report-windows-latest-20.8.0-2", "playwright-report-windows-latest-20.8.0-3", "playwright-report-windows-latest-20.8.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 --forbid-only --shard=2/4
1 failed
[firefox] › examples-smoke.spec.ts:78:7 › smoke test on 21_minimal_js: dev › check title ───────
5 skipped
85 passed (10.9m)
|
Loading