step 4 for middleware architecture #3398
Annotations
156 errors, 26 warnings, and 24 notices
Child Process Error:
e2e/rsc-basic.spec.ts#L1
stderr: 3:15:41 AM [vite] warning:
/home/runner/work/waku/waku/packages/waku/dist/lib/renderers/rsc-renderer.js
16 | const resolveClientEntry = isDev ? opts.resolveClientEntry : resolveClientEntryForPrd;
17 | const { default: { renderEntries }, loadModule } = entries;
18 | const { default: { renderToReadableStream, decodeReply } } = await (isDev ? import(RSDW_SERVER_MODULE_VALUE) : loadModule(RSDW_SERVER_MODULE));
| ^^^^^^^^^^^^^^^^^^^^^^^^
19 | const render = async (renderContext, input, searchParams)=>{
20 | const elements = await renderEntries.call(renderContext, input, searchParams);
The above dynamic import cannot be analyzed by Vite.
See https://github.com/rollup/plugins/tree/master/packages/dynamic-import-vars#limitations for supported dynamic import formats. If this is intended to be left as-is, you can use the /* @vite-ignore */ comment inside the import() call to suppress this warning.
Plugin: vite:import-analysis
File: /home/runner/work/waku/waku/packages/waku/dist/lib/renderers/rsc-renderer.js
|
Child Process Error:
e2e/rsc-basic.spec.ts#L1
stderr: 3:15:41 AM [vite] warning:
/home/runner/work/waku/waku/packages/waku/dist/lib/renderers/rsc-renderer.js
150| const resolveClientEntry = isDev ? opts.resolveClientEntry : resolveClientEntryForPrd;
151| const { default: { getSsrConfig }, loadModule } = entries;
152| const { renderToReadableStream } = await (isDev ? import(RSDW_SERVER_MODULE_VALUE) : loadModule(RSDW_SERVER_MODULE).then((m)=>m.default));
| ^^^^^^^^^^^^^^^^^^^^^^^^
153| const ssrConfig = await getSsrConfig?.(pathname, {
154| searchParams
The above dynamic import cannot be analyzed by Vite.
See https://github.com/rollup/plugins/tree/master/packages/dynamic-import-vars#limitations for supported dynamic import formats. If this is intended to be left as-is, you can use the /* @vite-ignore */ comment inside the import() call to suppress this warning.
Plugin: vite:import-analysis
File: /home/runner/work/waku/waku/packages/waku/dist/lib/renderers/rsc-renderer.js
|
Child Process Error:
e2e/rsc-router.spec.ts#L1
stderr: 3:15:48 AM [vite] warning:
/home/runner/work/waku/waku/packages/waku/dist/lib/renderers/rsc-renderer.js
16 | const resolveClientEntry = isDev ? opts.resolveClientEntry : resolveClientEntryForPrd;
17 | const { default: { renderEntries }, loadModule } = entries;
18 | const { default: { renderToReadableStream, decodeReply } } = await (isDev ? import(RSDW_SERVER_MODULE_VALUE) : loadModule(RSDW_SERVER_MODULE));
| ^^^^^^^^^^^^^^^^^^^^^^^^
19 | const render = async (renderContext, input, searchParams)=>{
20 | const elements = await renderEntries.call(renderContext, input, searchParams);
The above dynamic import cannot be analyzed by Vite.
See https://github.com/rollup/plugins/tree/master/packages/dynamic-import-vars#limitations for supported dynamic import formats. If this is intended to be left as-is, you can use the /* @vite-ignore */ comment inside the import() call to suppress this warning.
Plugin: vite:import-analysis
File: /home/runner/work/waku/waku/packages/waku/dist/lib/renderers/rsc-renderer.js
|
Child Process Error:
e2e/rsc-router.spec.ts#L1
stderr: 3:15:48 AM [vite] warning:
/home/runner/work/waku/waku/packages/waku/dist/lib/renderers/rsc-renderer.js
150| const resolveClientEntry = isDev ? opts.resolveClientEntry : resolveClientEntryForPrd;
151| const { default: { getSsrConfig }, loadModule } = entries;
152| const { renderToReadableStream } = await (isDev ? import(RSDW_SERVER_MODULE_VALUE) : loadModule(RSDW_SERVER_MODULE).then((m)=>m.default));
| ^^^^^^^^^^^^^^^^^^^^^^^^
153| const ssrConfig = await getSsrConfig?.(pathname, {
154| searchParams
The above dynamic import cannot be analyzed by Vite.
See https://github.com/rollup/plugins/tree/master/packages/dynamic-import-vars#limitations for supported dynamic import formats. If this is intended to be left as-is, you can use the /* @vite-ignore */ comment inside the import() call to suppress this warning.
Plugin: vite:import-analysis
File: /home/runner/work/waku/waku/packages/waku/dist/lib/renderers/rsc-renderer.js
|
Child Process Error:
e2e/rsc-basic.spec.ts#L1
stderr: 3:15:49 AM [vite] warning:
/home/runner/work/waku/waku/packages/waku/dist/lib/renderers/rsc-renderer.js
16 | const resolveClientEntry = isDev ? opts.resolveClientEntry : resolveClientEntryForPrd;
17 | const { default: { renderEntries }, loadModule } = entries;
18 | const { default: { renderToReadableStream, decodeReply } } = await (isDev ? import(RSDW_SERVER_MODULE_VALUE) : loadModule(RSDW_SERVER_MODULE));
| ^^^^^^^^^^^^^^^^^^^^^^^^
19 | const render = async (renderContext, input, searchParams)=>{
20 | const elements = await renderEntries.call(renderContext, input, searchParams);
The above dynamic import cannot be analyzed by Vite.
See https://github.com/rollup/plugins/tree/master/packages/dynamic-import-vars#limitations for supported dynamic import formats. If this is intended to be left as-is, you can use the /* @vite-ignore */ comment inside the import() call to suppress this warning.
Plugin: vite:import-analysis
File: /home/runner/work/waku/waku/packages/waku/dist/lib/renderers/rsc-renderer.js
|
Child Process Error:
e2e/rsc-basic.spec.ts#L1
stderr: 3:15:49 AM [vite] warning:
/home/runner/work/waku/waku/packages/waku/dist/lib/renderers/rsc-renderer.js
150| const resolveClientEntry = isDev ? opts.resolveClientEntry : resolveClientEntryForPrd;
151| const { default: { getSsrConfig }, loadModule } = entries;
152| const { renderToReadableStream } = await (isDev ? import(RSDW_SERVER_MODULE_VALUE) : loadModule(RSDW_SERVER_MODULE).then((m)=>m.default));
| ^^^^^^^^^^^^^^^^^^^^^^^^
153| const ssrConfig = await getSsrConfig?.(pathname, {
154| searchParams
The above dynamic import cannot be analyzed by Vite.
See https://github.com/rollup/plugins/tree/master/packages/dynamic-import-vars#limitations for supported dynamic import formats. If this is intended to be left as-is, you can use the /* @vite-ignore */ comment inside the import() call to suppress this warning.
Plugin: vite:import-analysis
File: /home/runner/work/waku/waku/packages/waku/dist/lib/renderers/rsc-renderer.js
|
Child Process Error:
e2e/rsc-router.spec.ts#L1
stderr: 3:15:58 AM [vite] warning:
/home/runner/work/waku/waku/packages/waku/dist/lib/renderers/rsc-renderer.js
16 | const resolveClientEntry = isDev ? opts.resolveClientEntry : resolveClientEntryForPrd;
17 | const { default: { renderEntries }, loadModule } = entries;
18 | const { default: { renderToReadableStream, decodeReply } } = await (isDev ? import(RSDW_SERVER_MODULE_VALUE) : loadModule(RSDW_SERVER_MODULE));
| ^^^^^^^^^^^^^^^^^^^^^^^^
19 | const render = async (renderContext, input, searchParams)=>{
20 | const elements = await renderEntries.call(renderContext, input, searchParams);
The above dynamic import cannot be analyzed by Vite.
See https://github.com/rollup/plugins/tree/master/packages/dynamic-import-vars#limitations for supported dynamic import formats. If this is intended to be left as-is, you can use the /* @vite-ignore */ comment inside the import() call to suppress this warning.
Plugin: vite:import-analysis
File: /home/runner/work/waku/waku/packages/waku/dist/lib/renderers/rsc-renderer.js
|
Child Process Error:
e2e/rsc-router.spec.ts#L1
stderr: 3:15:58 AM [vite] warning:
/home/runner/work/waku/waku/packages/waku/dist/lib/renderers/rsc-renderer.js
150| const resolveClientEntry = isDev ? opts.resolveClientEntry : resolveClientEntryForPrd;
151| const { default: { getSsrConfig }, loadModule } = entries;
152| const { renderToReadableStream } = await (isDev ? import(RSDW_SERVER_MODULE_VALUE) : loadModule(RSDW_SERVER_MODULE).then((m)=>m.default));
| ^^^^^^^^^^^^^^^^^^^^^^^^
153| const ssrConfig = await getSsrConfig?.(pathname, {
154| searchParams
The above dynamic import cannot be analyzed by Vite.
See https://github.com/rollup/plugins/tree/master/packages/dynamic-import-vars#limitations for supported dynamic import formats. If this is intended to be left as-is, you can use the /* @vite-ignore */ comment inside the import() call to suppress this warning.
Plugin: vite:import-analysis
File: /home/runner/work/waku/waku/packages/waku/dist/lib/renderers/rsc-renderer.js
|
Child Process Error:
e2e/07_router_standalone.spec.ts#L1
stderr: WebSocket server error: Port is already in use
|
E2E on ubuntu-latest (Node 18) - (2/4)
42017 stderr: WebSocket server error: Port is already in use
|
E2E on ubuntu-latest (Node 18) - (2/4)
46593 stderr: WebSocket server error: Port is already in use
|
E2E on ubuntu-latest (Node 18) - (2/4)
34223 stderr: WebSocket server error: Port is already in use
|
E2E on ubuntu-latest (Node 18) - (2/4)
36673 stderr: WebSocket server error: Port is already in use
|
E2E on ubuntu-latest (Node 18) - (2/4)
42589 stderr: WebSocket server error: Port is already in use
|
E2E on ubuntu-latest (Node 18) - (2/4)
40775 stderr: WebSocket server error: Port is already in use
|
E2E on ubuntu-latest (Node 18) - (2/4)
35035 stderr: WebSocket server error: Port is already in use
|
E2E on ubuntu-latest (Node 18) - (2/4)
35413 stderr: WebSocket server error: Port is already in use
|
E2E on ubuntu-latest (Node 18) - (2/4)
35413 stderr: 3:16:52 AM [vite] warning:
/home/runner/work/waku/waku/packages/waku/dist/lib/renderers/rsc-renderer.js
16 | const resolveClientEntry = isDev ? opts.resolveClientEntry : resolveClientEntryForPrd;
17 | const { default: { renderEntries }, loadModule } = entries;
18 | const { default: { renderToReadableStream, decodeReply } } = await (isDev ? import(RSDW_SERVER_MODULE_VALUE) : loadModule(RSDW_SERVER_MODULE));
| ^^^^^^^^^^^^^^^^^^^^^^^^
19 | const render = async (renderContext, input, searchParams)=>{
20 | const elements = await renderEntries.call(renderContext, input, searchParams);
The above dynamic import cannot be analyzed by Vite.
See https://github.com/rollup/plugins/tree/master/packages/dynamic-import-vars#limitations for supported dynamic import formats. If this is intended to be left as-is, you can use the /* @vite-ignore */ comment inside the import() call to suppress this warning.
Plugin: vite:import-analysis
File: /home/runner/work/waku/waku/packages/waku/dist/lib/renderers/rsc-renderer.js
|
Child Process Error:
e2e/07_router_standalone.spec.ts#L1
stderr: WebSocket server error: Port is already in use
|
E2E on ubuntu-latest (Node 20) - (2/4)
41875 stderr: WebSocket server error: Port is already in use
|
E2E on ubuntu-latest (Node 20) - (2/4)
46327 stderr: WebSocket server error: Port is already in use
|
E2E on ubuntu-latest (Node 20) - (2/4)
42171 stderr: WebSocket server error: Port is already in use
|
E2E on ubuntu-latest (Node 20) - (2/4)
36709 stderr: WebSocket server error: Port is already in use
|
E2E on ubuntu-latest (Node 20) - (2/4)
44449 stderr: WebSocket server error: Port is already in use
|
E2E on ubuntu-latest (Node 20) - (2/4)
33937 stderr: WebSocket server error: Port is already in use
|
E2E on ubuntu-latest (Node 20) - (2/4)
38849 stderr: WebSocket server error: Port is already in use
|
E2E on ubuntu-latest (Node 20) - (2/4)
34247 stderr: WebSocket server error: Port is already in use
|
E2E on ubuntu-latest (Node 20) - (2/4)
34247 stderr: 3:16:57 AM [vite] warning:
/home/runner/work/waku/waku/packages/waku/dist/lib/renderers/rsc-renderer.js
16 | const resolveClientEntry = isDev ? opts.resolveClientEntry : resolveClientEntryForPrd;
17 | const { default: { renderEntries }, loadModule } = entries;
18 | const { default: { renderToReadableStream, decodeReply } } = await (isDev ? import(RSDW_SERVER_MODULE_VALUE) : loadModule(RSDW_SERVER_MODULE));
| ^^^^^^^^^^^^^^^^^^^^^^^^
19 | const render = async (renderContext, input, searchParams)=>{
20 | const elements = await renderEntries.call(renderContext, input, searchParams);
The above dynamic import cannot be analyzed by Vite.
See https://github.com/rollup/plugins/tree/master/packages/dynamic-import-vars#limitations for supported dynamic import formats. If this is intended to be left as-is, you can use the /* @vite-ignore */ comment inside the import() call to suppress this warning.
Plugin: vite:import-analysis
File: /home/runner/work/waku/waku/packages/waku/dist/lib/renderers/rsc-renderer.js
|
E2E on ubuntu-latest (Node 20) - (1/4)
43417 stderr: 3:16:45 AM [vite] warning:
/home/runner/work/waku/waku/packages/waku/dist/lib/renderers/rsc-renderer.js
16 | const resolveClientEntry = isDev ? opts.resolveClientEntry : resolveClientEntryForPrd;
17 | const { default: { renderEntries }, loadModule } = entries;
18 | const { default: { renderToReadableStream, decodeReply } } = await (isDev ? import(RSDW_SERVER_MODULE_VALUE) : loadModule(RSDW_SERVER_MODULE));
| ^^^^^^^^^^^^^^^^^^^^^^^^
19 | const render = async (renderContext, input, searchParams)=>{
20 | const elements = await renderEntries.call(renderContext, input, searchParams);
The above dynamic import cannot be analyzed by Vite.
See https://github.com/rollup/plugins/tree/master/packages/dynamic-import-vars#limitations for supported dynamic import formats. If this is intended to be left as-is, you can use the /* @vite-ignore */ comment inside the import() call to suppress this warning.
Plugin: vite:import-analysis
File: /home/runner/work/waku/waku/packages/waku/dist/lib/renderers/rsc-renderer.js
|
E2E on ubuntu-latest (Node 20) - (1/4)
43417 stderr: 3:16:45 AM [vite] warning:
/home/runner/work/waku/waku/packages/waku/dist/lib/renderers/rsc-renderer.js
150| const resolveClientEntry = isDev ? opts.resolveClientEntry : resolveClientEntryForPrd;
151| const { default: { getSsrConfig }, loadModule } = entries;
152| const { renderToReadableStream } = await (isDev ? import(RSDW_SERVER_MODULE_VALUE) : loadModule(RSDW_SERVER_MODULE).then((m)=>m.default));
| ^^^^^^^^^^^^^^^^^^^^^^^^
153| const ssrConfig = await getSsrConfig?.(pathname, {
154| searchParams
The above dynamic import cannot be analyzed by Vite.
See https://github.com/rollup/plugins/tree/master/packages/dynamic-import-vars#limitations for supported dynamic import formats. If this is intended to be left as-is, you can use the /* @vite-ignore */ comment inside the import() call to suppress this warning.
Plugin: vite:import-analysis
File: /home/runner/work/waku/waku/packages/waku/dist/lib/renderers/rsc-renderer.js
|
Child Process Error:
e2e/rsc-basic.spec.ts#L1
stderr: 3:17:36 AM [vite] warning:
/home/runner/work/waku/waku/packages/waku/dist/lib/renderers/rsc-renderer.js
16 | const resolveClientEntry = isDev ? opts.resolveClientEntry : resolveClientEntryForPrd;
17 | const { default: { renderEntries }, loadModule } = entries;
18 | const { default: { renderToReadableStream, decodeReply } } = await (isDev ? import(RSDW_SERVER_MODULE_VALUE) : loadModule(RSDW_SERVER_MODULE));
| ^^^^^^^^^^^^^^^^^^^^^^^^
19 | const render = async (renderContext, input, searchParams)=>{
20 | const elements = await renderEntries.call(renderContext, input, searchParams);
The above dynamic import cannot be analyzed by Vite.
See https://github.com/rollup/plugins/tree/master/packages/dynamic-import-vars#limitations for supported dynamic import formats. If this is intended to be left as-is, you can use the /* @vite-ignore */ comment inside the import() call to suppress this warning.
Plugin: vite:import-analysis
File: /home/runner/work/waku/waku/packages/waku/dist/lib/renderers/rsc-renderer.js
|
Child Process Error:
e2e/rsc-basic.spec.ts#L1
stderr: 3:17:36 AM [vite] warning:
/home/runner/work/waku/waku/packages/waku/dist/lib/renderers/rsc-renderer.js
150| const resolveClientEntry = isDev ? opts.resolveClientEntry : resolveClientEntryForPrd;
151| const { default: { getSsrConfig }, loadModule } = entries;
152| const { renderToReadableStream } = await (isDev ? import(RSDW_SERVER_MODULE_VALUE) : loadModule(RSDW_SERVER_MODULE).then((m)=>m.default));
| ^^^^^^^^^^^^^^^^^^^^^^^^
153| const ssrConfig = await getSsrConfig?.(pathname, {
154| searchParams
The above dynamic import cannot be analyzed by Vite.
See https://github.com/rollup/plugins/tree/master/packages/dynamic-import-vars#limitations for supported dynamic import formats. If this is intended to be left as-is, you can use the /* @vite-ignore */ comment inside the import() call to suppress this warning.
Plugin: vite:import-analysis
File: /home/runner/work/waku/waku/packages/waku/dist/lib/renderers/rsc-renderer.js
|
Child Process Error:
e2e/rsc-router.spec.ts#L1
stderr: 3:17:43 AM [vite] warning:
/home/runner/work/waku/waku/packages/waku/dist/lib/renderers/rsc-renderer.js
16 | const resolveClientEntry = isDev ? opts.resolveClientEntry : resolveClientEntryForPrd;
17 | const { default: { renderEntries }, loadModule } = entries;
18 | const { default: { renderToReadableStream, decodeReply } } = await (isDev ? import(RSDW_SERVER_MODULE_VALUE) : loadModule(RSDW_SERVER_MODULE));
| ^^^^^^^^^^^^^^^^^^^^^^^^
19 | const render = async (renderContext, input, searchParams)=>{
20 | const elements = await renderEntries.call(renderContext, input, searchParams);
The above dynamic import cannot be analyzed by Vite.
See https://github.com/rollup/plugins/tree/master/packages/dynamic-import-vars#limitations for supported dynamic import formats. If this is intended to be left as-is, you can use the /* @vite-ignore */ comment inside the import() call to suppress this warning.
Plugin: vite:import-analysis
File: /home/runner/work/waku/waku/packages/waku/dist/lib/renderers/rsc-renderer.js
|
Child Process Error:
e2e/rsc-router.spec.ts#L1
stderr: 3:17:43 AM [vite] warning:
/home/runner/work/waku/waku/packages/waku/dist/lib/renderers/rsc-renderer.js
150| const resolveClientEntry = isDev ? opts.resolveClientEntry : resolveClientEntryForPrd;
151| const { default: { getSsrConfig }, loadModule } = entries;
152| const { renderToReadableStream } = await (isDev ? import(RSDW_SERVER_MODULE_VALUE) : loadModule(RSDW_SERVER_MODULE).then((m)=>m.default));
| ^^^^^^^^^^^^^^^^^^^^^^^^
153| const ssrConfig = await getSsrConfig?.(pathname, {
154| searchParams
The above dynamic import cannot be analyzed by Vite.
See https://github.com/rollup/plugins/tree/master/packages/dynamic-import-vars#limitations for supported dynamic import formats. If this is intended to be left as-is, you can use the /* @vite-ignore */ comment inside the import() call to suppress this warning.
Plugin: vite:import-analysis
File: /home/runner/work/waku/waku/packages/waku/dist/lib/renderers/rsc-renderer.js
|
E2E on ubuntu-latest (Node 18) - (1/4)
34897 stderr: 3:16:44 AM [vite] warning:
/home/runner/work/waku/waku/packages/waku/dist/lib/renderers/rsc-renderer.js
16 | const resolveClientEntry = isDev ? opts.resolveClientEntry : resolveClientEntryForPrd;
17 | const { default: { renderEntries }, loadModule } = entries;
18 | const { default: { renderToReadableStream, decodeReply } } = await (isDev ? import(RSDW_SERVER_MODULE_VALUE) : loadModule(RSDW_SERVER_MODULE));
| ^^^^^^^^^^^^^^^^^^^^^^^^
19 | const render = async (renderContext, input, searchParams)=>{
20 | const elements = await renderEntries.call(renderContext, input, searchParams);
The above dynamic import cannot be analyzed by Vite.
See https://github.com/rollup/plugins/tree/master/packages/dynamic-import-vars#limitations for supported dynamic import formats. If this is intended to be left as-is, you can use the /* @vite-ignore */ comment inside the import() call to suppress this warning.
Plugin: vite:import-analysis
File: /home/runner/work/waku/waku/packages/waku/dist/lib/renderers/rsc-renderer.js
|
E2E on ubuntu-latest (Node 18) - (1/4)
34897 stderr: 3:16:44 AM [vite] warning:
/home/runner/work/waku/waku/packages/waku/dist/lib/renderers/rsc-renderer.js
150| const resolveClientEntry = isDev ? opts.resolveClientEntry : resolveClientEntryForPrd;
151| const { default: { getSsrConfig }, loadModule } = entries;
152| const { renderToReadableStream } = await (isDev ? import(RSDW_SERVER_MODULE_VALUE) : loadModule(RSDW_SERVER_MODULE).then((m)=>m.default));
| ^^^^^^^^^^^^^^^^^^^^^^^^
153| const ssrConfig = await getSsrConfig?.(pathname, {
154| searchParams
The above dynamic import cannot be analyzed by Vite.
See https://github.com/rollup/plugins/tree/master/packages/dynamic-import-vars#limitations for supported dynamic import formats. If this is intended to be left as-is, you can use the /* @vite-ignore */ comment inside the import() call to suppress this warning.
Plugin: vite:import-analysis
File: /home/runner/work/waku/waku/packages/waku/dist/lib/renderers/rsc-renderer.js
|
Child Process Error:
e2e/rsc-basic.spec.ts#L1
stderr: 3:17:35 AM [vite] warning:
/home/runner/work/waku/waku/packages/waku/dist/lib/renderers/rsc-renderer.js
16 | const resolveClientEntry = isDev ? opts.resolveClientEntry : resolveClientEntryForPrd;
17 | const { default: { renderEntries }, loadModule } = entries;
18 | const { default: { renderToReadableStream, decodeReply } } = await (isDev ? import(RSDW_SERVER_MODULE_VALUE) : loadModule(RSDW_SERVER_MODULE));
| ^^^^^^^^^^^^^^^^^^^^^^^^
19 | const render = async (renderContext, input, searchParams)=>{
20 | const elements = await renderEntries.call(renderContext, input, searchParams);
The above dynamic import cannot be analyzed by Vite.
See https://github.com/rollup/plugins/tree/master/packages/dynamic-import-vars#limitations for supported dynamic import formats. If this is intended to be left as-is, you can use the /* @vite-ignore */ comment inside the import() call to suppress this warning.
Plugin: vite:import-analysis
File: /home/runner/work/waku/waku/packages/waku/dist/lib/renderers/rsc-renderer.js
|
Child Process Error:
e2e/rsc-basic.spec.ts#L1
stderr: 3:17:35 AM [vite] warning:
/home/runner/work/waku/waku/packages/waku/dist/lib/renderers/rsc-renderer.js
150| const resolveClientEntry = isDev ? opts.resolveClientEntry : resolveClientEntryForPrd;
151| const { default: { getSsrConfig }, loadModule } = entries;
152| const { renderToReadableStream } = await (isDev ? import(RSDW_SERVER_MODULE_VALUE) : loadModule(RSDW_SERVER_MODULE).then((m)=>m.default));
| ^^^^^^^^^^^^^^^^^^^^^^^^
153| const ssrConfig = await getSsrConfig?.(pathname, {
154| searchParams
The above dynamic import cannot be analyzed by Vite.
See https://github.com/rollup/plugins/tree/master/packages/dynamic-import-vars#limitations for supported dynamic import formats. If this is intended to be left as-is, you can use the /* @vite-ignore */ comment inside the import() call to suppress this warning.
Plugin: vite:import-analysis
File: /home/runner/work/waku/waku/packages/waku/dist/lib/renderers/rsc-renderer.js
|
Child Process Error:
e2e/rsc-router.spec.ts#L1
stderr: 3:17:43 AM [vite] warning:
/home/runner/work/waku/waku/packages/waku/dist/lib/renderers/rsc-renderer.js
16 | const resolveClientEntry = isDev ? opts.resolveClientEntry : resolveClientEntryForPrd;
17 | const { default: { renderEntries }, loadModule } = entries;
18 | const { default: { renderToReadableStream, decodeReply } } = await (isDev ? import(RSDW_SERVER_MODULE_VALUE) : loadModule(RSDW_SERVER_MODULE));
| ^^^^^^^^^^^^^^^^^^^^^^^^
19 | const render = async (renderContext, input, searchParams)=>{
20 | const elements = await renderEntries.call(renderContext, input, searchParams);
The above dynamic import cannot be analyzed by Vite.
See https://github.com/rollup/plugins/tree/master/packages/dynamic-import-vars#limitations for supported dynamic import formats. If this is intended to be left as-is, you can use the /* @vite-ignore */ comment inside the import() call to suppress this warning.
Plugin: vite:import-analysis
File: /home/runner/work/waku/waku/packages/waku/dist/lib/renderers/rsc-renderer.js
|
Child Process Error:
e2e/rsc-router.spec.ts#L1
stderr: 3:17:43 AM [vite] warning:
/home/runner/work/waku/waku/packages/waku/dist/lib/renderers/rsc-renderer.js
150| const resolveClientEntry = isDev ? opts.resolveClientEntry : resolveClientEntryForPrd;
151| const { default: { getSsrConfig }, loadModule } = entries;
152| const { renderToReadableStream } = await (isDev ? import(RSDW_SERVER_MODULE_VALUE) : loadModule(RSDW_SERVER_MODULE).then((m)=>m.default));
| ^^^^^^^^^^^^^^^^^^^^^^^^
153| const ssrConfig = await getSsrConfig?.(pathname, {
154| searchParams
The above dynamic import cannot be analyzed by Vite.
See https://github.com/rollup/plugins/tree/master/packages/dynamic-import-vars#limitations for supported dynamic import formats. If this is intended to be left as-is, you can use the /* @vite-ignore */ comment inside the import() call to suppress this warning.
Plugin: vite:import-analysis
File: /home/runner/work/waku/waku/packages/waku/dist/lib/renderers/rsc-renderer.js
|
Child Process Error:
e2e/rsc-basic.spec.ts#L1
stderr: 3:15:41 AM [vite] warning:
/home/runner/work/waku/waku/packages/waku/dist/lib/renderers/rsc-renderer.js
16 | const resolveClientEntry = isDev ? opts.resolveClientEntry : resolveClientEntryForPrd;
17 | const { default: { renderEntries }, loadModule } = entries;
18 | const { default: { renderToReadableStream, decodeReply } } = await (isDev ? import(RSDW_SERVER_MODULE_VALUE) : loadModule(RSDW_SERVER_MODULE));
| ^^^^^^^^^^^^^^^^^^^^^^^^
19 | const render = async (renderContext, input, searchParams)=>{
20 | const elements = await renderEntries.call(renderContext, input, searchParams);
The above dynamic import cannot be analyzed by Vite.
See https://github.com/rollup/plugins/tree/master/packages/dynamic-import-vars#limitations for supported dynamic import formats. If this is intended to be left as-is, you can use the /* @vite-ignore */ comment inside the import() call to suppress this warning.
Plugin: vite:import-analysis
File: /home/runner/work/waku/waku/packages/waku/dist/lib/renderers/rsc-renderer.js
|
Child Process Error:
e2e/rsc-basic.spec.ts#L1
stderr: 3:15:41 AM [vite] warning:
/home/runner/work/waku/waku/packages/waku/dist/lib/renderers/rsc-renderer.js
150| const resolveClientEntry = isDev ? opts.resolveClientEntry : resolveClientEntryForPrd;
151| const { default: { getSsrConfig }, loadModule } = entries;
152| const { renderToReadableStream } = await (isDev ? import(RSDW_SERVER_MODULE_VALUE) : loadModule(RSDW_SERVER_MODULE).then((m)=>m.default));
| ^^^^^^^^^^^^^^^^^^^^^^^^
153| const ssrConfig = await getSsrConfig?.(pathname, {
154| searchParams
The above dynamic import cannot be analyzed by Vite.
See https://github.com/rollup/plugins/tree/master/packages/dynamic-import-vars#limitations for supported dynamic import formats. If this is intended to be left as-is, you can use the /* @vite-ignore */ comment inside the import() call to suppress this warning.
Plugin: vite:import-analysis
File: /home/runner/work/waku/waku/packages/waku/dist/lib/renderers/rsc-renderer.js
|
Child Process Error:
e2e/rsc-router.spec.ts#L1
stderr: 3:15:48 AM [vite] warning:
/home/runner/work/waku/waku/packages/waku/dist/lib/renderers/rsc-renderer.js
16 | const resolveClientEntry = isDev ? opts.resolveClientEntry : resolveClientEntryForPrd;
17 | const { default: { renderEntries }, loadModule } = entries;
18 | const { default: { renderToReadableStream, decodeReply } } = await (isDev ? import(RSDW_SERVER_MODULE_VALUE) : loadModule(RSDW_SERVER_MODULE));
| ^^^^^^^^^^^^^^^^^^^^^^^^
19 | const render = async (renderContext, input, searchParams)=>{
20 | const elements = await renderEntries.call(renderContext, input, searchParams);
The above dynamic import cannot be analyzed by Vite.
See https://github.com/rollup/plugins/tree/master/packages/dynamic-import-vars#limitations for supported dynamic import formats. If this is intended to be left as-is, you can use the /* @vite-ignore */ comment inside the import() call to suppress this warning.
Plugin: vite:import-analysis
File: /home/runner/work/waku/waku/packages/waku/dist/lib/renderers/rsc-renderer.js
|
Child Process Error:
e2e/rsc-router.spec.ts#L1
stderr: 3:15:48 AM [vite] warning:
/home/runner/work/waku/waku/packages/waku/dist/lib/renderers/rsc-renderer.js
150| const resolveClientEntry = isDev ? opts.resolveClientEntry : resolveClientEntryForPrd;
151| const { default: { getSsrConfig }, loadModule } = entries;
152| const { renderToReadableStream } = await (isDev ? import(RSDW_SERVER_MODULE_VALUE) : loadModule(RSDW_SERVER_MODULE).then((m)=>m.default));
| ^^^^^^^^^^^^^^^^^^^^^^^^
153| const ssrConfig = await getSsrConfig?.(pathname, {
154| searchParams
The above dynamic import cannot be analyzed by Vite.
See https://github.com/rollup/plugins/tree/master/packages/dynamic-import-vars#limitations for supported dynamic import formats. If this is intended to be left as-is, you can use the /* @vite-ignore */ comment inside the import() call to suppress this warning.
Plugin: vite:import-analysis
File: /home/runner/work/waku/waku/packages/waku/dist/lib/renderers/rsc-renderer.js
|
Child Process Error:
e2e/07_router_standalone.spec.ts#L1
stderr: WebSocket server error: Port is already in use
|
E2E on ubuntu-latest (Node 20) - (3/4)
44261 stderr: WebSocket server error: Port is already in use
|
E2E on ubuntu-latest (Node 20) - (3/4)
39183 stderr: WebSocket server error: Port is already in use
|
E2E on ubuntu-latest (Node 20) - (3/4)
46817 stderr: WebSocket server error: Port is already in use
|
E2E on ubuntu-latest (Node 20) - (3/4)
33875 stderr: WebSocket server error: Port is already in use
|
E2E on ubuntu-latest (Node 20) - (3/4)
43359 stderr: WebSocket server error: Port is already in use
|
Child Process Error:
e2e/rsc-basic.spec.ts#L1
stderr: 3:15:49 AM [vite] warning:
/home/runner/work/waku/waku/packages/waku/dist/lib/renderers/rsc-renderer.js
16 | const resolveClientEntry = isDev ? opts.resolveClientEntry : resolveClientEntryForPrd;
17 | const { default: { renderEntries }, loadModule } = entries;
18 | const { default: { renderToReadableStream, decodeReply } } = await (isDev ? import(RSDW_SERVER_MODULE_VALUE) : loadModule(RSDW_SERVER_MODULE));
| ^^^^^^^^^^^^^^^^^^^^^^^^
19 | const render = async (renderContext, input, searchParams)=>{
20 | const elements = await renderEntries.call(renderContext, input, searchParams);
The above dynamic import cannot be analyzed by Vite.
See https://github.com/rollup/plugins/tree/master/packages/dynamic-import-vars#limitations for supported dynamic import formats. If this is intended to be left as-is, you can use the /* @vite-ignore */ comment inside the import() call to suppress this warning.
Plugin: vite:import-analysis
File: /home/runner/work/waku/waku/packages/waku/dist/lib/renderers/rsc-renderer.js
|
Child Process Error:
e2e/rsc-basic.spec.ts#L1
stderr: 3:15:49 AM [vite] warning:
/home/runner/work/waku/waku/packages/waku/dist/lib/renderers/rsc-renderer.js
150| const resolveClientEntry = isDev ? opts.resolveClientEntry : resolveClientEntryForPrd;
151| const { default: { getSsrConfig }, loadModule } = entries;
152| const { renderToReadableStream } = await (isDev ? import(RSDW_SERVER_MODULE_VALUE) : loadModule(RSDW_SERVER_MODULE).then((m)=>m.default));
| ^^^^^^^^^^^^^^^^^^^^^^^^
153| const ssrConfig = await getSsrConfig?.(pathname, {
154| searchParams
The above dynamic import cannot be analyzed by Vite.
See https://github.com/rollup/plugins/tree/master/packages/dynamic-import-vars#limitations for supported dynamic import formats. If this is intended to be left as-is, you can use the /* @vite-ignore */ comment inside the import() call to suppress this warning.
Plugin: vite:import-analysis
File: /home/runner/work/waku/waku/packages/waku/dist/lib/renderers/rsc-renderer.js
|
Child Process Error:
e2e/rsc-router.spec.ts#L1
stderr: 3:16:00 AM [vite] warning:
/home/runner/work/waku/waku/packages/waku/dist/lib/renderers/rsc-renderer.js
16 | const resolveClientEntry = isDev ? opts.resolveClientEntry : resolveClientEntryForPrd;
17 | const { default: { renderEntries }, loadModule } = entries;
18 | const { default: { renderToReadableStream, decodeReply } } = await (isDev ? import(RSDW_SERVER_MODULE_VALUE) : loadModule(RSDW_SERVER_MODULE));
| ^^^^^^^^^^^^^^^^^^^^^^^^
19 | const render = async (renderContext, input, searchParams)=>{
20 | const elements = await renderEntries.call(renderContext, input, searchParams);
The above dynamic import cannot be analyzed by Vite.
See https://github.com/rollup/plugins/tree/master/packages/dynamic-import-vars#limitations for supported dynamic import formats. If this is intended to be left as-is, you can use the /* @vite-ignore */ comment inside the import() call to suppress this warning.
Plugin: vite:import-analysis
File: /home/runner/work/waku/waku/packages/waku/dist/lib/renderers/rsc-renderer.js
|
Child Process Error:
e2e/rsc-router.spec.ts#L1
stderr: 3:16:00 AM [vite] warning:
/home/runner/work/waku/waku/packages/waku/dist/lib/renderers/rsc-renderer.js
150| const resolveClientEntry = isDev ? opts.resolveClientEntry : resolveClientEntryForPrd;
151| const { default: { getSsrConfig }, loadModule } = entries;
152| const { renderToReadableStream } = await (isDev ? import(RSDW_SERVER_MODULE_VALUE) : loadModule(RSDW_SERVER_MODULE).then((m)=>m.default));
| ^^^^^^^^^^^^^^^^^^^^^^^^
153| const ssrConfig = await getSsrConfig?.(pathname, {
154| searchParams
The above dynamic import cannot be analyzed by Vite.
See https://github.com/rollup/plugins/tree/master/packages/dynamic-import-vars#limitations for supported dynamic import formats. If this is intended to be left as-is, you can use the /* @vite-ignore */ comment inside the import() call to suppress this warning.
Plugin: vite:import-analysis
File: /home/runner/work/waku/waku/packages/waku/dist/lib/renderers/rsc-renderer.js
|
Child Process Error:
e2e/07_router_standalone.spec.ts#L1
stderr: WebSocket server error: Port is already in use
|
E2E on ubuntu-latest (Node 18) - (3/4)
38887 stderr: WebSocket server error: Port is already in use
|
E2E on ubuntu-latest (Node 18) - (3/4)
41119 stderr: WebSocket server error: Port is already in use
|
E2E on ubuntu-latest (Node 18) - (3/4)
33421 stderr: WebSocket server error: Port is already in use
|
E2E on ubuntu-latest (Node 18) - (3/4)
36991 stderr: WebSocket server error: Port is already in use
|
E2E on ubuntu-latest (Node 18) - (3/4)
45581 stderr: WebSocket server error: Port is already in use
|
E2E on macos-latest (Node 20) - (2/4)
49571 stderr: 3:17:45 AM [vite] warning:
/Users/runner/work/waku/waku/packages/waku/dist/lib/renderers/rsc-renderer.js
16 | const resolveClientEntry = isDev ? opts.resolveClientEntry : resolveClientEntryForPrd;
17 | const { default: { renderEntries }, loadModule } = entries;
18 | const { default: { renderToReadableStream, decodeReply } } = await (isDev ? import(RSDW_SERVER_MODULE_VALUE) : loadModule(RSDW_SERVER_MODULE));
| ^^^^^^^^^^^^^^^^^^^^^^^^
19 | const render = async (renderContext, input, searchParams)=>{
20 | const elements = await renderEntries.call(renderContext, input, searchParams);
The above dynamic import cannot be analyzed by Vite.
See https://github.com/rollup/plugins/tree/master/packages/dynamic-import-vars#limitations for supported dynamic import formats. If this is intended to be left as-is, you can use the /* @vite-ignore */ comment inside the import() call to suppress this warning.
Plugin: vite:import-analysis
File: /Users/runner/work/waku/waku/packages/waku/dist/lib/renderers/rsc-renderer.js
|
E2E on macos-latest (Node 20) - (2/4)
49571 stderr: 3:17:45 AM [vite] warning:
/Users/runner/work/waku/waku/packages/waku/dist/lib/renderers/rsc-renderer.js
150| const resolveClientEntry = isDev ? opts.resolveClientEntry : resolveClientEntryForPrd;
151| const { default: { getSsrConfig }, loadModule } = entries;
152| const { renderToReadableStream } = await (isDev ? import(RSDW_SERVER_MODULE_VALUE) : loadModule(RSDW_SERVER_MODULE).then((m)=>m.default));
| ^^^^^^^^^^^^^^^^^^^^^^^^
153| const ssrConfig = await getSsrConfig?.(pathname, {
154| searchParams
The above dynamic import cannot be analyzed by Vite.
See https://github.com/rollup/plugins/tree/master/packages/dynamic-import-vars#limitations for supported dynamic import formats. If this is intended to be left as-is, you can use the /* @vite-ignore */ comment inside the import() call to suppress this warning.
Plugin: vite:import-analysis
File: /Users/runner/work/waku/waku/packages/waku/dist/lib/renderers/rsc-renderer.js
|
E2E on macos-latest (Node 18) - (2/4)
49785 stderr: 3:17:50 AM [vite] warning:
/Users/runner/work/waku/waku/packages/waku/dist/lib/renderers/rsc-renderer.js
16 | const resolveClientEntry = isDev ? opts.resolveClientEntry : resolveClientEntryForPrd;
17 | const { default: { renderEntries }, loadModule } = entries;
18 | const { default: { renderToReadableStream, decodeReply } } = await (isDev ? import(RSDW_SERVER_MODULE_VALUE) : loadModule(RSDW_SERVER_MODULE));
| ^^^^^^^^^^^^^^^^^^^^^^^^
19 | const render = async (renderContext, input, searchParams)=>{
20 | const elements = await renderEntries.call(renderContext, input, searchParams);
The above dynamic import cannot be analyzed by Vite.
See https://github.com/rollup/plugins/tree/master/packages/dynamic-import-vars#limitations for supported dynamic import formats. If this is intended to be left as-is, you can use the /* @vite-ignore */ comment inside the import() call to suppress this warning.
Plugin: vite:import-analysis
File: /Users/runner/work/waku/waku/packages/waku/dist/lib/renderers/rsc-renderer.js
|
E2E on macos-latest (Node 18) - (2/4)
49785 stderr: 3:17:50 AM [vite] warning:
/Users/runner/work/waku/waku/packages/waku/dist/lib/renderers/rsc-renderer.js
150| const resolveClientEntry = isDev ? opts.resolveClientEntry : resolveClientEntryForPrd;
151| const { default: { getSsrConfig }, loadModule } = entries;
152| const { renderToReadableStream } = await (isDev ? import(RSDW_SERVER_MODULE_VALUE) : loadModule(RSDW_SERVER_MODULE).then((m)=>m.default));
| ^^^^^^^^^^^^^^^^^^^^^^^^
153| const ssrConfig = await getSsrConfig?.(pathname, {
154| searchParams
The above dynamic import cannot be analyzed by Vite.
See https://github.com/rollup/plugins/tree/master/packages/dynamic-import-vars#limitations for supported dynamic import formats. If this is intended to be left as-is, you can use the /* @vite-ignore */ comment inside the import() call to suppress this warning.
Plugin: vite:import-analysis
File: /Users/runner/work/waku/waku/packages/waku/dist/lib/renderers/rsc-renderer.js
|
Child Process Error:
e2e/rsc-basic.spec.ts#L1
stderr: 3:18:02 AM [vite] warning:
D:/a/waku/waku/packages/waku/dist/lib/renderers/rsc-renderer.js
16 | const resolveClientEntry = isDev ? opts.resolveClientEntry : resolveClientEntryForPrd;
17 | const { default: { renderEntries }, loadModule } = entries;
18 | const { default: { renderToReadableStream, decodeReply } } = await (isDev ? import(RSDW_SERVER_MODULE_VALUE) : loadModule(RSDW_SERVER_MODULE));
| ^^^^^^^^^^^^^^^^^^^^^^^^
19 | const render = async (renderContext, input, searchParams)=>{
20 | const elements = await renderEntries.call(renderContext, input, searchParams);
The above dynamic import cannot be analyzed by Vite.
See https://github.com/rollup/plugins/tree/master/packages/dynamic-import-vars#limitations for supported dynamic import formats. If this is intended to be left as-is, you can use the /* @vite-ignore */ comment inside the import() call to suppress this warning.
Plugin: vite:import-analysis
File: D:/a/waku/waku/packages/waku/dist/lib/renderers/rsc-renderer.js
|
Child Process Error:
e2e/rsc-basic.spec.ts#L1
stderr: 3:18:02 AM [vite] warning:
D:/a/waku/waku/packages/waku/dist/lib/renderers/rsc-renderer.js
150| const resolveClientEntry = isDev ? opts.resolveClientEntry : resolveClientEntryForPrd;
151| const { default: { getSsrConfig }, loadModule } = entries;
152| const { renderToReadableStream } = await (isDev ? import(RSDW_SERVER_MODULE_VALUE) : loadModule(RSDW_SERVER_MODULE).then((m)=>m.default));
| ^^^^^^^^^^^^^^^^^^^^^^^^
153| const ssrConfig = await getSsrConfig?.(pathname, {
154| searchParams
The above dynamic import cannot be analyzed by Vite.
See https://github.com/rollup/plugins/tree/master/packages/dynamic-import-vars#limitations for supported dynamic import formats. If this is intended to be left as-is, you can use the /* @vite-ignore */ comment inside the import() call to suppress this warning.
Plugin: vite:import-analysis
File: D:/a/waku/waku/packages/waku/dist/lib/renderers/rsc-renderer.js
|
Child Process Error:
e2e/rsc-router.spec.ts#L1
stderr: 3:18:14 AM [vite] warning:
D:/a/waku/waku/packages/waku/dist/lib/renderers/rsc-renderer.js
16 | const resolveClientEntry = isDev ? opts.resolveClientEntry : resolveClientEntryForPrd;
17 | const { default: { renderEntries }, loadModule } = entries;
18 | const { default: { renderToReadableStream, decodeReply } } = await (isDev ? import(RSDW_SERVER_MODULE_VALUE) : loadModule(RSDW_SERVER_MODULE));
| ^^^^^^^^^^^^^^^^^^^^^^^^
19 | const render = async (renderContext, input, searchParams)=>{
20 | const elements = await renderEntries.call(renderContext, input, searchParams);
The above dynamic import cannot be analyzed by Vite.
See https://github.com/rollup/plugins/tree/master/packages/dynamic-import-vars#limitations for supported dynamic import formats. If this is intended to be left as-is, you can use the /* @vite-ignore */ comment inside the import() call to suppress this warning.
Plugin: vite:import-analysis
File: D:/a/waku/waku/packages/waku/dist/lib/renderers/rsc-renderer.js
|
Child Process Error:
e2e/rsc-router.spec.ts#L1
stderr: 3:18:14 AM [vite] warning:
D:/a/waku/waku/packages/waku/dist/lib/renderers/rsc-renderer.js
150| const resolveClientEntry = isDev ? opts.resolveClientEntry : resolveClientEntryForPrd;
151| const { default: { getSsrConfig }, loadModule } = entries;
152| const { renderToReadableStream } = await (isDev ? import(RSDW_SERVER_MODULE_VALUE) : loadModule(RSDW_SERVER_MODULE).then((m)=>m.default));
| ^^^^^^^^^^^^^^^^^^^^^^^^
153| const ssrConfig = await getSsrConfig?.(pathname, {
154| searchParams
The above dynamic import cannot be analyzed by Vite.
See https://github.com/rollup/plugins/tree/master/packages/dynamic-import-vars#limitations for supported dynamic import formats. If this is intended to be left as-is, you can use the /* @vite-ignore */ comment inside the import() call to suppress this warning.
Plugin: vite:import-analysis
File: D:/a/waku/waku/packages/waku/dist/lib/renderers/rsc-renderer.js
|
E2E on macos-latest (Node 18) - (1/4)
49522 stderr: 3:17:40 AM [vite] warning:
/Users/runner/work/waku/waku/packages/waku/dist/lib/renderers/rsc-renderer.js
16 | const resolveClientEntry = isDev ? opts.resolveClientEntry : resolveClientEntryForPrd;
17 | const { default: { renderEntries }, loadModule } = entries;
18 | const { default: { renderToReadableStream, decodeReply } } = await (isDev ? import(RSDW_SERVER_MODULE_VALUE) : loadModule(RSDW_SERVER_MODULE));
| ^^^^^^^^^^^^^^^^^^^^^^^^
19 | const render = async (renderContext, input, searchParams)=>{
20 | const elements = await renderEntries.call(renderContext, input, searchParams);
The above dynamic import cannot be analyzed by Vite.
See https://github.com/rollup/plugins/tree/master/packages/dynamic-import-vars#limitations for supported dynamic import formats. If this is intended to be left as-is, you can use the /* @vite-ignore */ comment inside the import() call to suppress this warning.
Plugin: vite:import-analysis
File: /Users/runner/work/waku/waku/packages/waku/dist/lib/renderers/rsc-renderer.js
|
E2E on macos-latest (Node 18) - (1/4)
49522 stderr: 3:17:40 AM [vite] warning:
/Users/runner/work/waku/waku/packages/waku/dist/lib/renderers/rsc-renderer.js
150| const resolveClientEntry = isDev ? opts.resolveClientEntry : resolveClientEntryForPrd;
151| const { default: { getSsrConfig }, loadModule } = entries;
152| const { renderToReadableStream } = await (isDev ? import(RSDW_SERVER_MODULE_VALUE) : loadModule(RSDW_SERVER_MODULE).then((m)=>m.default));
| ^^^^^^^^^^^^^^^^^^^^^^^^
153| const ssrConfig = await getSsrConfig?.(pathname, {
154| searchParams
The above dynamic import cannot be analyzed by Vite.
See https://github.com/rollup/plugins/tree/master/packages/dynamic-import-vars#limitations for supported dynamic import formats. If this is intended to be left as-is, you can use the /* @vite-ignore */ comment inside the import() call to suppress this warning.
Plugin: vite:import-analysis
File: /Users/runner/work/waku/waku/packages/waku/dist/lib/renderers/rsc-renderer.js
|
Child Process Error:
e2e/rsc-basic.spec.ts#L1
stderr: 3:18:37 AM [vite] warning:
/Users/runner/work/waku/waku/packages/waku/dist/lib/renderers/rsc-renderer.js
16 | const resolveClientEntry = isDev ? opts.resolveClientEntry : resolveClientEntryForPrd;
17 | const { default: { renderEntries }, loadModule } = entries;
18 | const { default: { renderToReadableStream, decodeReply } } = await (isDev ? import(RSDW_SERVER_MODULE_VALUE) : loadModule(RSDW_SERVER_MODULE));
| ^^^^^^^^^^^^^^^^^^^^^^^^
19 | const render = async (renderContext, input, searchParams)=>{
20 | const elements = await renderEntries.call(renderContext, input, searchParams);
The above dynamic import cannot be analyzed by Vite.
See https://github.com/rollup/plugins/tree/master/packages/dynamic-import-vars#limitations for supported dynamic import formats. If this is intended to be left as-is, you can use the /* @vite-ignore */ comment inside the import() call to suppress this warning.
Plugin: vite:import-analysis
File: /Users/runner/work/waku/waku/packages/waku/dist/lib/renderers/rsc-renderer.js
|
Child Process Error:
e2e/rsc-basic.spec.ts#L1
stderr: 3:18:37 AM [vite] warning:
/Users/runner/work/waku/waku/packages/waku/dist/lib/renderers/rsc-renderer.js
150| const resolveClientEntry = isDev ? opts.resolveClientEntry : resolveClientEntryForPrd;
151| const { default: { getSsrConfig }, loadModule } = entries;
152| const { renderToReadableStream } = await (isDev ? import(RSDW_SERVER_MODULE_VALUE) : loadModule(RSDW_SERVER_MODULE).then((m)=>m.default));
| ^^^^^^^^^^^^^^^^^^^^^^^^
153| const ssrConfig = await getSsrConfig?.(pathname, {
154| searchParams
The above dynamic import cannot be analyzed by Vite.
See https://github.com/rollup/plugins/tree/master/packages/dynamic-import-vars#limitations for supported dynamic import formats. If this is intended to be left as-is, you can use the /* @vite-ignore */ comment inside the import() call to suppress this warning.
Plugin: vite:import-analysis
File: /Users/runner/work/waku/waku/packages/waku/dist/lib/renderers/rsc-renderer.js
|
Child Process Error:
e2e/rsc-router.spec.ts#L1
stderr: 3:18:45 AM [vite] warning:
/Users/runner/work/waku/waku/packages/waku/dist/lib/renderers/rsc-renderer.js
16 | const resolveClientEntry = isDev ? opts.resolveClientEntry : resolveClientEntryForPrd;
17 | const { default: { renderEntries }, loadModule } = entries;
18 | const { default: { renderToReadableStream, decodeReply } } = await (isDev ? import(RSDW_SERVER_MODULE_VALUE) : loadModule(RSDW_SERVER_MODULE));
| ^^^^^^^^^^^^^^^^^^^^^^^^
19 | const render = async (renderContext, input, searchParams)=>{
20 | const elements = await renderEntries.call(renderContext, input, searchParams);
The above dynamic import cannot be analyzed by Vite.
See https://github.com/rollup/plugins/tree/master/packages/dynamic-import-vars#limitations for supported dynamic import formats. If this is intended to be left as-is, you can use the /* @vite-ignore */ comment inside the import() call to suppress this warning.
Plugin: vite:import-analysis
File: /Users/runner/work/waku/waku/packages/waku/dist/lib/renderers/rsc-renderer.js
|
Child Process Error:
e2e/rsc-router.spec.ts#L1
stderr: 3:18:45 AM [vite] warning:
/Users/runner/work/waku/waku/packages/waku/dist/lib/renderers/rsc-renderer.js
150| const resolveClientEntry = isDev ? opts.resolveClientEntry : resolveClientEntryForPrd;
151| const { default: { getSsrConfig }, loadModule } = entries;
152| const { renderToReadableStream } = await (isDev ? import(RSDW_SERVER_MODULE_VALUE) : loadModule(RSDW_SERVER_MODULE).then((m)=>m.default));
| ^^^^^^^^^^^^^^^^^^^^^^^^
153| const ssrConfig = await getSsrConfig?.(pathname, {
154| searchParams
The above dynamic import cannot be analyzed by Vite.
See https://github.com/rollup/plugins/tree/master/packages/dynamic-import-vars#limitations for supported dynamic import formats. If this is intended to be left as-is, you can use the /* @vite-ignore */ comment inside the import() call to suppress this warning.
Plugin: vite:import-analysis
File: /Users/runner/work/waku/waku/packages/waku/dist/lib/renderers/rsc-renderer.js
|
Child Process Error:
e2e/rsc-basic.spec.ts#L1
stderr: 3:18:36 AM [vite] warning:
D:/a/waku/waku/packages/waku/dist/lib/renderers/rsc-renderer.js
16 | const resolveClientEntry = isDev ? opts.resolveClientEntry : resolveClientEntryForPrd;
17 | const { default: { renderEntries }, loadModule } = entries;
18 | const { default: { renderToReadableStream, decodeReply } } = await (isDev ? import(RSDW_SERVER_MODULE_VALUE) : loadModule(RSDW_SERVER_MODULE));
| ^^^^^^^^^^^^^^^^^^^^^^^^
19 | const render = async (renderContext, input, searchParams)=>{
20 | const elements = await renderEntries.call(renderContext, input, searchParams);
The above dynamic import cannot be analyzed by Vite.
See https://github.com/rollup/plugins/tree/master/packages/dynamic-import-vars#limitations for supported dynamic import formats. If this is intended to be left as-is, you can use the /* @vite-ignore */ comment inside the import() call to suppress this warning.
Plugin: vite:import-analysis
File: D:/a/waku/waku/packages/waku/dist/lib/renderers/rsc-renderer.js
|
Child Process Error:
e2e/rsc-basic.spec.ts#L1
stderr: 3:18:36 AM [vite] warning:
D:/a/waku/waku/packages/waku/dist/lib/renderers/rsc-renderer.js
150| const resolveClientEntry = isDev ? opts.resolveClientEntry : resolveClientEntryForPrd;
151| const { default: { getSsrConfig }, loadModule } = entries;
152| const { renderToReadableStream } = await (isDev ? import(RSDW_SERVER_MODULE_VALUE) : loadModule(RSDW_SERVER_MODULE).then((m)=>m.default));
| ^^^^^^^^^^^^^^^^^^^^^^^^
153| const ssrConfig = await getSsrConfig?.(pathname, {
154| searchParams
The above dynamic import cannot be analyzed by Vite.
See https://github.com/rollup/plugins/tree/master/packages/dynamic-import-vars#limitations for supported dynamic import formats. If this is intended to be left as-is, you can use the /* @vite-ignore */ comment inside the import() call to suppress this warning.
Plugin: vite:import-analysis
File: D:/a/waku/waku/packages/waku/dist/lib/renderers/rsc-renderer.js
|
Child Process Error:
e2e/rsc-router.spec.ts#L1
stderr: 3:18:47 AM [vite] warning:
D:/a/waku/waku/packages/waku/dist/lib/renderers/rsc-renderer.js
16 | const resolveClientEntry = isDev ? opts.resolveClientEntry : resolveClientEntryForPrd;
17 | const { default: { renderEntries }, loadModule } = entries;
18 | const { default: { renderToReadableStream, decodeReply } } = await (isDev ? import(RSDW_SERVER_MODULE_VALUE) : loadModule(RSDW_SERVER_MODULE));
| ^^^^^^^^^^^^^^^^^^^^^^^^
19 | const render = async (renderContext, input, searchParams)=>{
20 | const elements = await renderEntries.call(renderContext, input, searchParams);
The above dynamic import cannot be analyzed by Vite.
See https://github.com/rollup/plugins/tree/master/packages/dynamic-import-vars#limitations for supported dynamic import formats. If this is intended to be left as-is, you can use the /* @vite-ignore */ comment inside the import() call to suppress this warning.
Plugin: vite:import-analysis
File: D:/a/waku/waku/packages/waku/dist/lib/renderers/rsc-renderer.js
|
Child Process Error:
e2e/rsc-router.spec.ts#L1
stderr: 3:18:47 AM [vite] warning:
D:/a/waku/waku/packages/waku/dist/lib/renderers/rsc-renderer.js
150| const resolveClientEntry = isDev ? opts.resolveClientEntry : resolveClientEntryForPrd;
151| const { default: { getSsrConfig }, loadModule } = entries;
152| const { renderToReadableStream } = await (isDev ? import(RSDW_SERVER_MODULE_VALUE) : loadModule(RSDW_SERVER_MODULE).then((m)=>m.default));
| ^^^^^^^^^^^^^^^^^^^^^^^^
153| const ssrConfig = await getSsrConfig?.(pathname, {
154| searchParams
The above dynamic import cannot be analyzed by Vite.
See https://github.com/rollup/plugins/tree/master/packages/dynamic-import-vars#limitations for supported dynamic import formats. If this is intended to be left as-is, you can use the /* @vite-ignore */ comment inside the import() call to suppress this warning.
Plugin: vite:import-analysis
File: D:/a/waku/waku/packages/waku/dist/lib/renderers/rsc-renderer.js
|
E2E on macos-latest (Node 20) - (1/4)
49546 stderr: 3:18:29 AM [vite] warning:
/Users/runner/work/waku/waku/packages/waku/dist/lib/renderers/rsc-renderer.js
16 | const resolveClientEntry = isDev ? opts.resolveClientEntry : resolveClientEntryForPrd;
17 | const { default: { renderEntries }, loadModule } = entries;
18 | const { default: { renderToReadableStream, decodeReply } } = await (isDev ? import(RSDW_SERVER_MODULE_VALUE) : loadModule(RSDW_SERVER_MODULE));
| ^^^^^^^^^^^^^^^^^^^^^^^^
19 | const render = async (renderContext, input, searchParams)=>{
20 | const elements = await renderEntries.call(renderContext, input, searchParams);
The above dynamic import cannot be analyzed by Vite.
See https://github.com/rollup/plugins/tree/master/packages/dynamic-import-vars#limitations for supported dynamic import formats. If this is intended to be left as-is, you can use the /* @vite-ignore */ comment inside the import() call to suppress this warning.
Plugin: vite:import-analysis
File: /Users/runner/work/waku/waku/packages/waku/dist/lib/renderers/rsc-renderer.js
|
E2E on macos-latest (Node 20) - (1/4)
49546 stderr: 3:18:29 AM [vite] warning:
/Users/runner/work/waku/waku/packages/waku/dist/lib/renderers/rsc-renderer.js
150| const resolveClientEntry = isDev ? opts.resolveClientEntry : resolveClientEntryForPrd;
151| const { default: { getSsrConfig }, loadModule } = entries;
152| const { renderToReadableStream } = await (isDev ? import(RSDW_SERVER_MODULE_VALUE) : loadModule(RSDW_SERVER_MODULE).then((m)=>m.default));
| ^^^^^^^^^^^^^^^^^^^^^^^^
153| const ssrConfig = await getSsrConfig?.(pathname, {
154| searchParams
The above dynamic import cannot be analyzed by Vite.
See https://github.com/rollup/plugins/tree/master/packages/dynamic-import-vars#limitations for supported dynamic import formats. If this is intended to be left as-is, you can use the /* @vite-ignore */ comment inside the import() call to suppress this warning.
Plugin: vite:import-analysis
File: /Users/runner/work/waku/waku/packages/waku/dist/lib/renderers/rsc-renderer.js
|
Child Process Error:
e2e/rsc-basic.spec.ts#L1
stderr: 3:19:22 AM [vite] warning:
/Users/runner/work/waku/waku/packages/waku/dist/lib/renderers/rsc-renderer.js
16 | const resolveClientEntry = isDev ? opts.resolveClientEntry : resolveClientEntryForPrd;
17 | const { default: { renderEntries }, loadModule } = entries;
18 | const { default: { renderToReadableStream, decodeReply } } = await (isDev ? import(RSDW_SERVER_MODULE_VALUE) : loadModule(RSDW_SERVER_MODULE));
| ^^^^^^^^^^^^^^^^^^^^^^^^
19 | const render = async (renderContext, input, searchParams)=>{
20 | const elements = await renderEntries.call(renderContext, input, searchParams);
The above dynamic import cannot be analyzed by Vite.
See https://github.com/rollup/plugins/tree/master/packages/dynamic-import-vars#limitations for supported dynamic import formats. If this is intended to be left as-is, you can use the /* @vite-ignore */ comment inside the import() call to suppress this warning.
Plugin: vite:import-analysis
File: /Users/runner/work/waku/waku/packages/waku/dist/lib/renderers/rsc-renderer.js
|
Child Process Error:
e2e/rsc-basic.spec.ts#L1
stderr: 3:19:22 AM [vite] warning:
/Users/runner/work/waku/waku/packages/waku/dist/lib/renderers/rsc-renderer.js
150| const resolveClientEntry = isDev ? opts.resolveClientEntry : resolveClientEntryForPrd;
151| const { default: { getSsrConfig }, loadModule } = entries;
152| const { renderToReadableStream } = await (isDev ? import(RSDW_SERVER_MODULE_VALUE) : loadModule(RSDW_SERVER_MODULE).then((m)=>m.default));
| ^^^^^^^^^^^^^^^^^^^^^^^^
153| const ssrConfig = await getSsrConfig?.(pathname, {
154| searchParams
The above dynamic import cannot be analyzed by Vite.
See https://github.com/rollup/plugins/tree/master/packages/dynamic-import-vars#limitations for supported dynamic import formats. If this is intended to be left as-is, you can use the /* @vite-ignore */ comment inside the import() call to suppress this warning.
Plugin: vite:import-analysis
File: /Users/runner/work/waku/waku/packages/waku/dist/lib/renderers/rsc-renderer.js
|
Child Process Error:
e2e/rsc-router.spec.ts#L1
stderr: 3:19:29 AM [vite] warning:
/Users/runner/work/waku/waku/packages/waku/dist/lib/renderers/rsc-renderer.js
16 | const resolveClientEntry = isDev ? opts.resolveClientEntry : resolveClientEntryForPrd;
17 | const { default: { renderEntries }, loadModule } = entries;
18 | const { default: { renderToReadableStream, decodeReply } } = await (isDev ? import(RSDW_SERVER_MODULE_VALUE) : loadModule(RSDW_SERVER_MODULE));
| ^^^^^^^^^^^^^^^^^^^^^^^^
19 | const render = async (renderContext, input, searchParams)=>{
20 | const elements = await renderEntries.call(renderContext, input, searchParams);
The above dynamic import cannot be analyzed by Vite.
See https://github.com/rollup/plugins/tree/master/packages/dynamic-import-vars#limitations for supported dynamic import formats. If this is intended to be left as-is, you can use the /* @vite-ignore */ comment inside the import() call to suppress this warning.
Plugin: vite:import-analysis
File: /Users/runner/work/waku/waku/packages/waku/dist/lib/renderers/rsc-renderer.js
|
Child Process Error:
e2e/rsc-router.spec.ts#L1
stderr: 3:19:29 AM [vite] warning:
/Users/runner/work/waku/waku/packages/waku/dist/lib/renderers/rsc-renderer.js
150| const resolveClientEntry = isDev ? opts.resolveClientEntry : resolveClientEntryForPrd;
151| const { default: { getSsrConfig }, loadModule } = entries;
152| const { renderToReadableStream } = await (isDev ? import(RSDW_SERVER_MODULE_VALUE) : loadModule(RSDW_SERVER_MODULE).then((m)=>m.default));
| ^^^^^^^^^^^^^^^^^^^^^^^^
153| const ssrConfig = await getSsrConfig?.(pathname, {
154| searchParams
The above dynamic import cannot be analyzed by Vite.
See https://github.com/rollup/plugins/tree/master/packages/dynamic-import-vars#limitations for supported dynamic import formats. If this is intended to be left as-is, you can use the /* @vite-ignore */ comment inside the import() call to suppress this warning.
Plugin: vite:import-analysis
File: /Users/runner/work/waku/waku/packages/waku/dist/lib/renderers/rsc-renderer.js
|
E2E on windows-latest (Node 18) - (1/4)
49820 stderr: 3:18:27 AM [vite] warning:
D:/a/waku/waku/packages/waku/dist/lib/renderers/rsc-renderer.js
16 | const resolveClientEntry = isDev ? opts.resolveClientEntry : resolveClientEntryForPrd;
17 | const { default: { renderEntries }, loadModule } = entries;
18 | const { default: { renderToReadableStream, decodeReply } } = await (isDev ? import(RSDW_SERVER_MODULE_VALUE) : loadModule(RSDW_SERVER_MODULE));
| ^^^^^^^^^^^^^^^^^^^^^^^^
19 | const render = async (renderContext, input, searchParams)=>{
20 | const elements = await renderEntries.call(renderContext, input, searchParams);
The above dynamic import cannot be analyzed by Vite.
See https://github.com/rollup/plugins/tree/master/packages/dynamic-import-vars#limitations for supported dynamic import formats. If this is intended to be left as-is, you can use the /* @vite-ignore */ comment inside the import() call to suppress this warning.
Plugin: vite:import-analysis
File: D:/a/waku/waku/packages/waku/dist/lib/renderers/rsc-renderer.js
|
E2E on windows-latest (Node 18) - (1/4)
49820 stderr: 3:18:27 AM [vite] warning:
D:/a/waku/waku/packages/waku/dist/lib/renderers/rsc-renderer.js
150| const resolveClientEntry = isDev ? opts.resolveClientEntry : resolveClientEntryForPrd;
151| const { default: { getSsrConfig }, loadModule } = entries;
152| const { renderToReadableStream } = await (isDev ? import(RSDW_SERVER_MODULE_VALUE) : loadModule(RSDW_SERVER_MODULE).then((m)=>m.default));
| ^^^^^^^^^^^^^^^^^^^^^^^^
153| const ssrConfig = await getSsrConfig?.(pathname, {
154| searchParams
The above dynamic import cannot be analyzed by Vite.
See https://github.com/rollup/plugins/tree/master/packages/dynamic-import-vars#limitations for supported dynamic import formats. If this is intended to be left as-is, you can use the /* @vite-ignore */ comment inside the import() call to suppress this warning.
Plugin: vite:import-analysis
File: D:/a/waku/waku/packages/waku/dist/lib/renderers/rsc-renderer.js
|
Child Process Error:
e2e/rsc-basic.spec.ts#L1
stderr: 3:19:25 AM [vite] warning:
D:/a/waku/waku/packages/waku/dist/lib/renderers/rsc-renderer.js
16 | const resolveClientEntry = isDev ? opts.resolveClientEntry : resolveClientEntryForPrd;
17 | const { default: { renderEntries }, loadModule } = entries;
18 | const { default: { renderToReadableStream, decodeReply } } = await (isDev ? import(RSDW_SERVER_MODULE_VALUE) : loadModule(RSDW_SERVER_MODULE));
| ^^^^^^^^^^^^^^^^^^^^^^^^
19 | const render = async (renderContext, input, searchParams)=>{
20 | const elements = await renderEntries.call(renderContext, input, searchParams);
The above dynamic import cannot be analyzed by Vite.
See https://github.com/rollup/plugins/tree/master/packages/dynamic-import-vars#limitations for supported dynamic import formats. If this is intended to be left as-is, you can use the /* @vite-ignore */ comment inside the import() call to suppress this warning.
Plugin: vite:import-analysis
File: D:/a/waku/waku/packages/waku/dist/lib/renderers/rsc-renderer.js
|
Child Process Error:
e2e/rsc-basic.spec.ts#L1
stderr: 3:19:25 AM [vite] warning:
D:/a/waku/waku/packages/waku/dist/lib/renderers/rsc-renderer.js
150| const resolveClientEntry = isDev ? opts.resolveClientEntry : resolveClientEntryForPrd;
151| const { default: { getSsrConfig }, loadModule } = entries;
152| const { renderToReadableStream } = await (isDev ? import(RSDW_SERVER_MODULE_VALUE) : loadModule(RSDW_SERVER_MODULE).then((m)=>m.default));
| ^^^^^^^^^^^^^^^^^^^^^^^^
153| const ssrConfig = await getSsrConfig?.(pathname, {
154| searchParams
The above dynamic import cannot be analyzed by Vite.
See https://github.com/rollup/plugins/tree/master/packages/dynamic-import-vars#limitations for supported dynamic import formats. If this is intended to be left as-is, you can use the /* @vite-ignore */ comment inside the import() call to suppress this warning.
Plugin: vite:import-analysis
File: D:/a/waku/waku/packages/waku/dist/lib/renderers/rsc-renderer.js
|
Child Process Error:
e2e/rsc-router.spec.ts#L1
stderr: 3:19:33 AM [vite] warning:
D:/a/waku/waku/packages/waku/dist/lib/renderers/rsc-renderer.js
16 | const resolveClientEntry = isDev ? opts.resolveClientEntry : resolveClientEntryForPrd;
17 | const { default: { renderEntries }, loadModule } = entries;
18 | const { default: { renderToReadableStream, decodeReply } } = await (isDev ? import(RSDW_SERVER_MODULE_VALUE) : loadModule(RSDW_SERVER_MODULE));
| ^^^^^^^^^^^^^^^^^^^^^^^^
19 | const render = async (renderContext, input, searchParams)=>{
20 | const elements = await renderEntries.call(renderContext, input, searchParams);
The above dynamic import cannot be analyzed by Vite.
See https://github.com/rollup/plugins/tree/master/packages/dynamic-import-vars#limitations for supported dynamic import formats. If this is intended to be left as-is, you can use the /* @vite-ignore */ comment inside the import() call to suppress this warning.
Plugin: vite:import-analysis
File: D:/a/waku/waku/packages/waku/dist/lib/renderers/rsc-renderer.js
|
Child Process Error:
e2e/rsc-router.spec.ts#L1
stderr: 3:19:33 AM [vite] warning:
D:/a/waku/waku/packages/waku/dist/lib/renderers/rsc-renderer.js
150| const resolveClientEntry = isDev ? opts.resolveClientEntry : resolveClientEntryForPrd;
151| const { default: { getSsrConfig }, loadModule } = entries;
152| const { renderToReadableStream } = await (isDev ? import(RSDW_SERVER_MODULE_VALUE) : loadModule(RSDW_SERVER_MODULE).then((m)=>m.default));
| ^^^^^^^^^^^^^^^^^^^^^^^^
153| const ssrConfig = await getSsrConfig?.(pathname, {
154| searchParams
The above dynamic import cannot be analyzed by Vite.
See https://github.com/rollup/plugins/tree/master/packages/dynamic-import-vars#limitations for supported dynamic import formats. If this is intended to be left as-is, you can use the /* @vite-ignore */ comment inside the import() call to suppress this warning.
Plugin: vite:import-analysis
File: D:/a/waku/waku/packages/waku/dist/lib/renderers/rsc-renderer.js
|
Child Process Error:
e2e/07_router_standalone.spec.ts#L1
stderr: WebSocket server error: Port is already in use
|
E2E on windows-latest (Node 18) - (2/4)
55302 stderr: WebSocket server error: Port is already in use
|
E2E on windows-latest (Node 18) - (2/4)
55335 stderr: WebSocket server error: Port is already in use
|
E2E on windows-latest (Node 18) - (2/4)
55380 stderr: WebSocket server error: Port is already in use
|
E2E on windows-latest (Node 18) - (2/4)
55414 stderr: WebSocket server error: Port is already in use
|
E2E on windows-latest (Node 18) - (2/4)
55447 stderr: WebSocket server error: Port is already in use
|
E2E on windows-latest (Node 18) - (2/4)
55474 stderr: WebSocket server error: Port is already in use
|
E2E on windows-latest (Node 18) - (2/4)
55500 stderr: WebSocket server error: Port is already in use
|
E2E on windows-latest (Node 18) - (2/4)
55536 stderr: WebSocket server error: Port is already in use
|
E2E on windows-latest (Node 18) - (2/4)
55536 stderr: 3:19:03 AM [vite] warning:
D:/a/waku/waku/packages/waku/dist/lib/renderers/rsc-renderer.js
16 | const resolveClientEntry = isDev ? opts.resolveClientEntry : resolveClientEntryForPrd;
17 | const { default: { renderEntries }, loadModule } = entries;
18 | const { default: { renderToReadableStream, decodeReply } } = await (isDev ? import(RSDW_SERVER_MODULE_VALUE) : loadModule(RSDW_SERVER_MODULE));
| ^^^^^^^^^^^^^^^^^^^^^^^^
19 | const render = async (renderContext, input, searchParams)=>{
20 | const elements = await renderEntries.call(renderContext, input, searchParams);
The above dynamic import cannot be analyzed by Vite.
See https://github.com/rollup/plugins/tree/master/packages/dynamic-import-vars#limitations for supported dynamic import formats. If this is intended to be left as-is, you can use the /* @vite-ignore */ comment inside the import() call to suppress this warning.
Plugin: vite:import-analysis
File: D:/a/waku/waku/packages/waku/dist/lib/renderers/rsc-renderer.js
|
Child Process Error:
e2e/rsc-basic.spec.ts#L1
stderr: 3:16:45 AM [vite] warning:
D:/a/waku/waku/packages/waku/dist/lib/renderers/rsc-renderer.js
16 | const resolveClientEntry = isDev ? opts.resolveClientEntry : resolveClientEntryForPrd;
17 | const { default: { renderEntries }, loadModule } = entries;
18 | const { default: { renderToReadableStream, decodeReply } } = await (isDev ? import(RSDW_SERVER_MODULE_VALUE) : loadModule(RSDW_SERVER_MODULE));
| ^^^^^^^^^^^^^^^^^^^^^^^^
19 | const render = async (renderContext, input, searchParams)=>{
20 | const elements = await renderEntries.call(renderContext, input, searchParams);
The above dynamic import cannot be analyzed by Vite.
See https://github.com/rollup/plugins/tree/master/packages/dynamic-import-vars#limitations for supported dynamic import formats. If this is intended to be left as-is, you can use the /* @vite-ignore */ comment inside the import() call to suppress this warning.
Plugin: vite:import-analysis
File: D:/a/waku/waku/packages/waku/dist/lib/renderers/rsc-renderer.js
|
Child Process Error:
e2e/rsc-basic.spec.ts#L1
stderr: 3:16:45 AM [vite] warning:
D:/a/waku/waku/packages/waku/dist/lib/renderers/rsc-renderer.js
150| const resolveClientEntry = isDev ? opts.resolveClientEntry : resolveClientEntryForPrd;
151| const { default: { getSsrConfig }, loadModule } = entries;
152| const { renderToReadableStream } = await (isDev ? import(RSDW_SERVER_MODULE_VALUE) : loadModule(RSDW_SERVER_MODULE).then((m)=>m.default));
| ^^^^^^^^^^^^^^^^^^^^^^^^
153| const ssrConfig = await getSsrConfig?.(pathname, {
154| searchParams
The above dynamic import cannot be analyzed by Vite.
See https://github.com/rollup/plugins/tree/master/packages/dynamic-import-vars#limitations for supported dynamic import formats. If this is intended to be left as-is, you can use the /* @vite-ignore */ comment inside the import() call to suppress this warning.
Plugin: vite:import-analysis
File: D:/a/waku/waku/packages/waku/dist/lib/renderers/rsc-renderer.js
|
Child Process Error:
e2e/rsc-router.spec.ts#L1
stderr: 3:16:57 AM [vite] warning:
D:/a/waku/waku/packages/waku/dist/lib/renderers/rsc-renderer.js
16 | const resolveClientEntry = isDev ? opts.resolveClientEntry : resolveClientEntryForPrd;
17 | const { default: { renderEntries }, loadModule } = entries;
18 | const { default: { renderToReadableStream, decodeReply } } = await (isDev ? import(RSDW_SERVER_MODULE_VALUE) : loadModule(RSDW_SERVER_MODULE));
| ^^^^^^^^^^^^^^^^^^^^^^^^
19 | const render = async (renderContext, input, searchParams)=>{
20 | const elements = await renderEntries.call(renderContext, input, searchParams);
The above dynamic import cannot be analyzed by Vite.
See https://github.com/rollup/plugins/tree/master/packages/dynamic-import-vars#limitations for supported dynamic import formats. If this is intended to be left as-is, you can use the /* @vite-ignore */ comment inside the import() call to suppress this warning.
Plugin: vite:import-analysis
File: D:/a/waku/waku/packages/waku/dist/lib/renderers/rsc-renderer.js
|
Child Process Error:
e2e/rsc-router.spec.ts#L1
stderr: 3:16:57 AM [vite] warning:
D:/a/waku/waku/packages/waku/dist/lib/renderers/rsc-renderer.js
150| const resolveClientEntry = isDev ? opts.resolveClientEntry : resolveClientEntryForPrd;
151| const { default: { getSsrConfig }, loadModule } = entries;
152| const { renderToReadableStream } = await (isDev ? import(RSDW_SERVER_MODULE_VALUE) : loadModule(RSDW_SERVER_MODULE).then((m)=>m.default));
| ^^^^^^^^^^^^^^^^^^^^^^^^
153| const ssrConfig = await getSsrConfig?.(pathname, {
154| searchParams
The above dynamic import cannot be analyzed by Vite.
See https://github.com/rollup/plugins/tree/master/packages/dynamic-import-vars#limitations for supported dynamic import formats. If this is intended to be left as-is, you can use the /* @vite-ignore */ comment inside the import() call to suppress this warning.
Plugin: vite:import-analysis
File: D:/a/waku/waku/packages/waku/dist/lib/renderers/rsc-renderer.js
|
Child Process Error:
e2e/07_router_standalone.spec.ts#L1
stderr: WebSocket server error: Port is already in use
|
E2E on windows-latest (Node 20) - (3/4)
55592 stderr: WebSocket server error: Port is already in use
|
E2E on windows-latest (Node 20) - (3/4)
55621 stderr: WebSocket server error: Port is already in use
|
E2E on windows-latest (Node 20) - (3/4)
55669 stderr: WebSocket server error: Port is already in use
|
E2E on windows-latest (Node 20) - (3/4)
55704 stderr: WebSocket server error: Port is already in use
|
E2E on windows-latest (Node 20) - (3/4)
55738 stderr: WebSocket server error: Port is already in use
|
Child Process Error:
e2e/07_router_standalone.spec.ts#L1
stderr: WebSocket server error: Port is already in use
|
E2E on windows-latest (Node 20) - (2/4)
55152 stderr: WebSocket server error: Port is already in use
|
E2E on windows-latest (Node 20) - (2/4)
55185 stderr: WebSocket server error: Port is already in use
|
E2E on windows-latest (Node 20) - (2/4)
55227 stderr: WebSocket server error: Port is already in use
|
E2E on windows-latest (Node 20) - (2/4)
55260 stderr: WebSocket server error: Port is already in use
|
E2E on windows-latest (Node 20) - (2/4)
55294 stderr: WebSocket server error: Port is already in use
|
E2E on windows-latest (Node 20) - (2/4)
55319 stderr: WebSocket server error: Port is already in use
|
E2E on windows-latest (Node 20) - (2/4)
55346 stderr: WebSocket server error: Port is already in use
|
E2E on windows-latest (Node 20) - (2/4)
55372 stderr: WebSocket server error: Port is already in use
|
E2E on windows-latest (Node 20) - (2/4)
55372 stderr: 3:19:15 AM [vite] warning:
D:/a/waku/waku/packages/waku/dist/lib/renderers/rsc-renderer.js
16 | const resolveClientEntry = isDev ? opts.resolveClientEntry : resolveClientEntryForPrd;
17 | const { default: { renderEntries }, loadModule } = entries;
18 | const { default: { renderToReadableStream, decodeReply } } = await (isDev ? import(RSDW_SERVER_MODULE_VALUE) : loadModule(RSDW_SERVER_MODULE));
| ^^^^^^^^^^^^^^^^^^^^^^^^
19 | const render = async (renderContext, input, searchParams)=>{
20 | const elements = await renderEntries.call(renderContext, input, searchParams);
The above dynamic import cannot be analyzed by Vite.
See https://github.com/rollup/plugins/tree/master/packages/dynamic-import-vars#limitations for supported dynamic import formats. If this is intended to be left as-is, you can use the /* @vite-ignore */ comment inside the import() call to suppress this warning.
Plugin: vite:import-analysis
File: D:/a/waku/waku/packages/waku/dist/lib/renderers/rsc-renderer.js
|
Child Process Error:
e2e/rsc-basic.spec.ts#L1
stderr: 3:16:43 AM [vite] warning:
/Users/runner/work/waku/waku/packages/waku/dist/lib/renderers/rsc-renderer.js
16 | const resolveClientEntry = isDev ? opts.resolveClientEntry : resolveClientEntryForPrd;
17 | const { default: { renderEntries }, loadModule } = entries;
18 | const { default: { renderToReadableStream, decodeReply } } = await (isDev ? import(RSDW_SERVER_MODULE_VALUE) : loadModule(RSDW_SERVER_MODULE));
| ^^^^^^^^^^^^^^^^^^^^^^^^
19 | const render = async (renderContext, input, searchParams)=>{
20 | const elements = await renderEntries.call(renderContext, input, searchParams);
The above dynamic import cannot be analyzed by Vite.
See https://github.com/rollup/plugins/tree/master/packages/dynamic-import-vars#limitations for supported dynamic import formats. If this is intended to be left as-is, you can use the /* @vite-ignore */ comment inside the import() call to suppress this warning.
Plugin: vite:import-analysis
File: /Users/runner/work/waku/waku/packages/waku/dist/lib/renderers/rsc-renderer.js
|
Child Process Error:
e2e/rsc-basic.spec.ts#L1
stderr: 3:16:43 AM [vite] warning:
/Users/runner/work/waku/waku/packages/waku/dist/lib/renderers/rsc-renderer.js
150| const resolveClientEntry = isDev ? opts.resolveClientEntry : resolveClientEntryForPrd;
151| const { default: { getSsrConfig }, loadModule } = entries;
152| const { renderToReadableStream } = await (isDev ? import(RSDW_SERVER_MODULE_VALUE) : loadModule(RSDW_SERVER_MODULE).then((m)=>m.default));
| ^^^^^^^^^^^^^^^^^^^^^^^^
153| const ssrConfig = await getSsrConfig?.(pathname, {
154| searchParams
The above dynamic import cannot be analyzed by Vite.
See https://github.com/rollup/plugins/tree/master/packages/dynamic-import-vars#limitations for supported dynamic import formats. If this is intended to be left as-is, you can use the /* @vite-ignore */ comment inside the import() call to suppress this warning.
Plugin: vite:import-analysis
File: /Users/runner/work/waku/waku/packages/waku/dist/lib/renderers/rsc-renderer.js
|
Child Process Error:
e2e/rsc-router.spec.ts#L1
stderr: 3:16:56 AM [vite] warning:
/Users/runner/work/waku/waku/packages/waku/dist/lib/renderers/rsc-renderer.js
16 | const resolveClientEntry = isDev ? opts.resolveClientEntry : resolveClientEntryForPrd;
17 | const { default: { renderEntries }, loadModule } = entries;
18 | const { default: { renderToReadableStream, decodeReply } } = await (isDev ? import(RSDW_SERVER_MODULE_VALUE) : loadModule(RSDW_SERVER_MODULE));
| ^^^^^^^^^^^^^^^^^^^^^^^^
19 | const render = async (renderContext, input, searchParams)=>{
20 | const elements = await renderEntries.call(renderContext, input, searchParams);
The above dynamic import cannot be analyzed by Vite.
See https://github.com/rollup/plugins/tree/master/packages/dynamic-import-vars#limitations for supported dynamic import formats. If this is intended to be left as-is, you can use the /* @vite-ignore */ comment inside the import() call to suppress this warning.
Plugin: vite:import-analysis
File: /Users/runner/work/waku/waku/packages/waku/dist/lib/renderers/rsc-renderer.js
|
Child Process Error:
e2e/rsc-router.spec.ts#L1
stderr: 3:16:56 AM [vite] warning:
/Users/runner/work/waku/waku/packages/waku/dist/lib/renderers/rsc-renderer.js
150| const resolveClientEntry = isDev ? opts.resolveClientEntry : resolveClientEntryForPrd;
151| const { default: { getSsrConfig }, loadModule } = entries;
152| const { renderToReadableStream } = await (isDev ? import(RSDW_SERVER_MODULE_VALUE) : loadModule(RSDW_SERVER_MODULE).then((m)=>m.default));
| ^^^^^^^^^^^^^^^^^^^^^^^^
153| const ssrConfig = await getSsrConfig?.(pathname, {
154| searchParams
The above dynamic import cannot be analyzed by Vite.
See https://github.com/rollup/plugins/tree/master/packages/dynamic-import-vars#limitations for supported dynamic import formats. If this is intended to be left as-is, you can use the /* @vite-ignore */ comment inside the import() call to suppress this warning.
Plugin: vite:import-analysis
File: /Users/runner/work/waku/waku/packages/waku/dist/lib/renderers/rsc-renderer.js
|
E2E on macos-latest (Node 18) - (3/4)
49743 stderr: 3:19:09 AM [vite] warning:
/Users/runner/work/waku/waku/packages/waku/dist/lib/renderers/rsc-renderer.js
16 | const resolveClientEntry = isDev ? opts.resolveClientEntry : resolveClientEntryForPrd;
17 | const { default: { renderEntries }, loadModule } = entries;
18 | const { default: { renderToReadableStream, decodeReply } } = await (isDev ? import(RSDW_SERVER_MODULE_VALUE) : loadModule(RSDW_SERVER_MODULE));
| ^^^^^^^^^^^^^^^^^^^^^^^^
19 | const render = async (renderContext, input, searchParams)=>{
20 | const elements = await renderEntries.call(renderContext, input, searchParams);
The above dynamic import cannot be analyzed by Vite.
See https://github.com/rollup/plugins/tree/master/packages/dynamic-import-vars#limitations for supported dynamic import formats. If this is intended to be left as-is, you can use the /* @vite-ignore */ comment inside the import() call to suppress this warning.
Plugin: vite:import-analysis
File: /Users/runner/work/waku/waku/packages/waku/dist/lib/renderers/rsc-renderer.js
|
E2E on macos-latest (Node 18) - (3/4)
49743 stderr: 3:19:09 AM [vite] warning:
/Users/runner/work/waku/waku/packages/waku/dist/lib/renderers/rsc-renderer.js
150| const resolveClientEntry = isDev ? opts.resolveClientEntry : resolveClientEntryForPrd;
151| const { default: { getSsrConfig }, loadModule } = entries;
152| const { renderToReadableStream } = await (isDev ? import(RSDW_SERVER_MODULE_VALUE) : loadModule(RSDW_SERVER_MODULE).then((m)=>m.default));
| ^^^^^^^^^^^^^^^^^^^^^^^^
153| const ssrConfig = await getSsrConfig?.(pathname, {
154| searchParams
The above dynamic import cannot be analyzed by Vite.
See https://github.com/rollup/plugins/tree/master/packages/dynamic-import-vars#limitations for supported dynamic import formats. If this is intended to be left as-is, you can use the /* @vite-ignore */ comment inside the import() call to suppress this warning.
Plugin: vite:import-analysis
File: /Users/runner/work/waku/waku/packages/waku/dist/lib/renderers/rsc-renderer.js
|
Child Process Error:
e2e/rsc-basic.spec.ts#L1
stderr: 3:16:55 AM [vite] warning:
D:/a/waku/waku/packages/waku/dist/lib/renderers/rsc-renderer.js
16 | const resolveClientEntry = isDev ? opts.resolveClientEntry : resolveClientEntryForPrd;
17 | const { default: { renderEntries }, loadModule } = entries;
18 | const { default: { renderToReadableStream, decodeReply } } = await (isDev ? import(RSDW_SERVER_MODULE_VALUE) : loadModule(RSDW_SERVER_MODULE));
| ^^^^^^^^^^^^^^^^^^^^^^^^
19 | const render = async (renderContext, input, searchParams)=>{
20 | const elements = await renderEntries.call(renderContext, input, searchParams);
The above dynamic import cannot be analyzed by Vite.
See https://github.com/rollup/plugins/tree/master/packages/dynamic-import-vars#limitations for supported dynamic import formats. If this is intended to be left as-is, you can use the /* @vite-ignore */ comment inside the import() call to suppress this warning.
Plugin: vite:import-analysis
File: D:/a/waku/waku/packages/waku/dist/lib/renderers/rsc-renderer.js
|
Child Process Error:
e2e/rsc-basic.spec.ts#L1
stderr: 3:16:55 AM [vite] warning:
D:/a/waku/waku/packages/waku/dist/lib/renderers/rsc-renderer.js
150| const resolveClientEntry = isDev ? opts.resolveClientEntry : resolveClientEntryForPrd;
151| const { default: { getSsrConfig }, loadModule } = entries;
152| const { renderToReadableStream } = await (isDev ? import(RSDW_SERVER_MODULE_VALUE) : loadModule(RSDW_SERVER_MODULE).then((m)=>m.default));
| ^^^^^^^^^^^^^^^^^^^^^^^^
153| const ssrConfig = await getSsrConfig?.(pathname, {
154| searchParams
The above dynamic import cannot be analyzed by Vite.
See https://github.com/rollup/plugins/tree/master/packages/dynamic-import-vars#limitations for supported dynamic import formats. If this is intended to be left as-is, you can use the /* @vite-ignore */ comment inside the import() call to suppress this warning.
Plugin: vite:import-analysis
File: D:/a/waku/waku/packages/waku/dist/lib/renderers/rsc-renderer.js
|
Child Process Error:
e2e/rsc-router.spec.ts#L1
stderr: 3:17:06 AM [vite] warning:
D:/a/waku/waku/packages/waku/dist/lib/renderers/rsc-renderer.js
16 | const resolveClientEntry = isDev ? opts.resolveClientEntry : resolveClientEntryForPrd;
17 | const { default: { renderEntries }, loadModule } = entries;
18 | const { default: { renderToReadableStream, decodeReply } } = await (isDev ? import(RSDW_SERVER_MODULE_VALUE) : loadModule(RSDW_SERVER_MODULE));
| ^^^^^^^^^^^^^^^^^^^^^^^^
19 | const render = async (renderContext, input, searchParams)=>{
20 | const elements = await renderEntries.call(renderContext, input, searchParams);
The above dynamic import cannot be analyzed by Vite.
See https://github.com/rollup/plugins/tree/master/packages/dynamic-import-vars#limitations for supported dynamic import formats. If this is intended to be left as-is, you can use the /* @vite-ignore */ comment inside the import() call to suppress this warning.
Plugin: vite:import-analysis
File: D:/a/waku/waku/packages/waku/dist/lib/renderers/rsc-renderer.js
|
Child Process Error:
e2e/rsc-router.spec.ts#L1
stderr: 3:17:06 AM [vite] warning:
D:/a/waku/waku/packages/waku/dist/lib/renderers/rsc-renderer.js
150| const resolveClientEntry = isDev ? opts.resolveClientEntry : resolveClientEntryForPrd;
151| const { default: { getSsrConfig }, loadModule } = entries;
152| const { renderToReadableStream } = await (isDev ? import(RSDW_SERVER_MODULE_VALUE) : loadModule(RSDW_SERVER_MODULE).then((m)=>m.default));
| ^^^^^^^^^^^^^^^^^^^^^^^^
153| const ssrConfig = await getSsrConfig?.(pathname, {
154| searchParams
The above dynamic import cannot be analyzed by Vite.
See https://github.com/rollup/plugins/tree/master/packages/dynamic-import-vars#limitations for supported dynamic import formats. If this is intended to be left as-is, you can use the /* @vite-ignore */ comment inside the import() call to suppress this warning.
Plugin: vite:import-analysis
File: D:/a/waku/waku/packages/waku/dist/lib/renderers/rsc-renderer.js
|
Child Process Error:
e2e/07_router_standalone.spec.ts#L1
stderr: WebSocket server error: Port is already in use
|
E2E on windows-latest (Node 18) - (3/4)
53549 stderr: WebSocket server error: Port is already in use
|
E2E on windows-latest (Node 18) - (3/4)
53581 stderr: WebSocket server error: Port is already in use
|
E2E on windows-latest (Node 18) - (3/4)
53622 stderr: WebSocket server error: Port is already in use
|
E2E on windows-latest (Node 18) - (3/4)
53656 stderr: WebSocket server error: Port is already in use
|
E2E on windows-latest (Node 18) - (3/4)
53690 stderr: WebSocket server error: Port is already in use
|
E2E on windows-latest (Node 20) - (1/4)
61833 stderr: 3:18:43 AM [vite] warning:
D:/a/waku/waku/packages/waku/dist/lib/renderers/rsc-renderer.js
16 | const resolveClientEntry = isDev ? opts.resolveClientEntry : resolveClientEntryForPrd;
17 | const { default: { renderEntries }, loadModule } = entries;
18 | const { default: { renderToReadableStream, decodeReply } } = await (isDev ? import(RSDW_SERVER_MODULE_VALUE) : loadModule(RSDW_SERVER_MODULE));
| ^^^^^^^^^^^^^^^^^^^^^^^^
19 | const render = async (renderContext, input, searchParams)=>{
20 | const elements = await renderEntries.call(renderContext, input, searchParams);
The above dynamic import cannot be analyzed by Vite.
See https://github.com/rollup/plugins/tree/master/packages/dynamic-import-vars#limitations for supported dynamic import formats. If this is intended to be left as-is, you can use the /* @vite-ignore */ comment inside the import() call to suppress this warning.
Plugin: vite:import-analysis
File: D:/a/waku/waku/packages/waku/dist/lib/renderers/rsc-renderer.js
|
E2E on windows-latest (Node 20) - (1/4)
61833 stderr: 3:18:43 AM [vite] warning:
D:/a/waku/waku/packages/waku/dist/lib/renderers/rsc-renderer.js
150| const resolveClientEntry = isDev ? opts.resolveClientEntry : resolveClientEntryForPrd;
151| const { default: { getSsrConfig }, loadModule } = entries;
152| const { renderToReadableStream } = await (isDev ? import(RSDW_SERVER_MODULE_VALUE) : loadModule(RSDW_SERVER_MODULE).then((m)=>m.default));
| ^^^^^^^^^^^^^^^^^^^^^^^^
153| const ssrConfig = await getSsrConfig?.(pathname, {
154| searchParams
The above dynamic import cannot be analyzed by Vite.
See https://github.com/rollup/plugins/tree/master/packages/dynamic-import-vars#limitations for supported dynamic import formats. If this is intended to be left as-is, you can use the /* @vite-ignore */ comment inside the import() call to suppress this warning.
Plugin: vite:import-analysis
File: D:/a/waku/waku/packages/waku/dist/lib/renderers/rsc-renderer.js
|
Child Process Error:
e2e/rsc-basic.spec.ts#L1
stderr: 3:19:38 AM [vite] warning:
D:/a/waku/waku/packages/waku/dist/lib/renderers/rsc-renderer.js
16 | const resolveClientEntry = isDev ? opts.resolveClientEntry : resolveClientEntryForPrd;
17 | const { default: { renderEntries }, loadModule } = entries;
18 | const { default: { renderToReadableStream, decodeReply } } = await (isDev ? import(RSDW_SERVER_MODULE_VALUE) : loadModule(RSDW_SERVER_MODULE));
| ^^^^^^^^^^^^^^^^^^^^^^^^
19 | const render = async (renderContext, input, searchParams)=>{
20 | const elements = await renderEntries.call(renderContext, input, searchParams);
The above dynamic import cannot be analyzed by Vite.
See https://github.com/rollup/plugins/tree/master/packages/dynamic-import-vars#limitations for supported dynamic import formats. If this is intended to be left as-is, you can use the /* @vite-ignore */ comment inside the import() call to suppress this warning.
Plugin: vite:import-analysis
File: D:/a/waku/waku/packages/waku/dist/lib/renderers/rsc-renderer.js
|
Child Process Error:
e2e/rsc-basic.spec.ts#L1
stderr: 3:19:38 AM [vite] warning:
D:/a/waku/waku/packages/waku/dist/lib/renderers/rsc-renderer.js
150| const resolveClientEntry = isDev ? opts.resolveClientEntry : resolveClientEntryForPrd;
151| const { default: { getSsrConfig }, loadModule } = entries;
152| const { renderToReadableStream } = await (isDev ? import(RSDW_SERVER_MODULE_VALUE) : loadModule(RSDW_SERVER_MODULE).then((m)=>m.default));
| ^^^^^^^^^^^^^^^^^^^^^^^^
153| const ssrConfig = await getSsrConfig?.(pathname, {
154| searchParams
The above dynamic import cannot be analyzed by Vite.
See https://github.com/rollup/plugins/tree/master/packages/dynamic-import-vars#limitations for supported dynamic import formats. If this is intended to be left as-is, you can use the /* @vite-ignore */ comment inside the import() call to suppress this warning.
Plugin: vite:import-analysis
File: D:/a/waku/waku/packages/waku/dist/lib/renderers/rsc-renderer.js
|
Child Process Error:
e2e/rsc-router.spec.ts#L1
stderr: 3:19:46 AM [vite] warning:
D:/a/waku/waku/packages/waku/dist/lib/renderers/rsc-renderer.js
16 | const resolveClientEntry = isDev ? opts.resolveClientEntry : resolveClientEntryForPrd;
17 | const { default: { renderEntries }, loadModule } = entries;
18 | const { default: { renderToReadableStream, decodeReply } } = await (isDev ? import(RSDW_SERVER_MODULE_VALUE) : loadModule(RSDW_SERVER_MODULE));
| ^^^^^^^^^^^^^^^^^^^^^^^^
19 | const render = async (renderContext, input, searchParams)=>{
20 | const elements = await renderEntries.call(renderContext, input, searchParams);
The above dynamic import cannot be analyzed by Vite.
See https://github.com/rollup/plugins/tree/master/packages/dynamic-import-vars#limitations for supported dynamic import formats. If this is intended to be left as-is, you can use the /* @vite-ignore */ comment inside the import() call to suppress this warning.
Plugin: vite:import-analysis
File: D:/a/waku/waku/packages/waku/dist/lib/renderers/rsc-renderer.js
|
Child Process Error:
e2e/rsc-router.spec.ts#L1
stderr: 3:19:46 AM [vite] warning:
D:/a/waku/waku/packages/waku/dist/lib/renderers/rsc-renderer.js
150| const resolveClientEntry = isDev ? opts.resolveClientEntry : resolveClientEntryForPrd;
151| const { default: { getSsrConfig }, loadModule } = entries;
152| const { renderToReadableStream } = await (isDev ? import(RSDW_SERVER_MODULE_VALUE) : loadModule(RSDW_SERVER_MODULE).then((m)=>m.default));
| ^^^^^^^^^^^^^^^^^^^^^^^^
153| const ssrConfig = await getSsrConfig?.(pathname, {
154| searchParams
The above dynamic import cannot be analyzed by Vite.
See https://github.com/rollup/plugins/tree/master/packages/dynamic-import-vars#limitations for supported dynamic import formats. If this is intended to be left as-is, you can use the /* @vite-ignore */ comment inside the import() call to suppress this warning.
Plugin: vite:import-analysis
File: D:/a/waku/waku/packages/waku/dist/lib/renderers/rsc-renderer.js
|
Child Process Error:
e2e/rsc-basic.spec.ts#L1
stderr: 3:20:01 AM [vite] warning:
/Users/runner/work/waku/waku/packages/waku/dist/lib/renderers/rsc-renderer.js
16 | const resolveClientEntry = isDev ? opts.resolveClientEntry : resolveClientEntryForPrd;
17 | const { default: { renderEntries }, loadModule } = entries;
18 | const { default: { renderToReadableStream, decodeReply } } = await (isDev ? import(RSDW_SERVER_MODULE_VALUE) : loadModule(RSDW_SERVER_MODULE));
| ^^^^^^^^^^^^^^^^^^^^^^^^
19 | const render = async (renderContext, input, searchParams)=>{
20 | const elements = await renderEntries.call(renderContext, input, searchParams);
The above dynamic import cannot be analyzed by Vite.
See https://github.com/rollup/plugins/tree/master/packages/dynamic-import-vars#limitations for supported dynamic import formats. If this is intended to be left as-is, you can use the /* @vite-ignore */ comment inside the import() call to suppress this warning.
Plugin: vite:import-analysis
File: /Users/runner/work/waku/waku/packages/waku/dist/lib/renderers/rsc-renderer.js
|
Child Process Error:
e2e/rsc-basic.spec.ts#L1
stderr: 3:20:01 AM [vite] warning:
/Users/runner/work/waku/waku/packages/waku/dist/lib/renderers/rsc-renderer.js
150| const resolveClientEntry = isDev ? opts.resolveClientEntry : resolveClientEntryForPrd;
151| const { default: { getSsrConfig }, loadModule } = entries;
152| const { renderToReadableStream } = await (isDev ? import(RSDW_SERVER_MODULE_VALUE) : loadModule(RSDW_SERVER_MODULE).then((m)=>m.default));
| ^^^^^^^^^^^^^^^^^^^^^^^^
153| const ssrConfig = await getSsrConfig?.(pathname, {
154| searchParams
The above dynamic import cannot be analyzed by Vite.
See https://github.com/rollup/plugins/tree/master/packages/dynamic-import-vars#limitations for supported dynamic import formats. If this is intended to be left as-is, you can use the /* @vite-ignore */ comment inside the import() call to suppress this warning.
Plugin: vite:import-analysis
File: /Users/runner/work/waku/waku/packages/waku/dist/lib/renderers/rsc-renderer.js
|
Child Process Error:
e2e/rsc-router.spec.ts#L1
stderr: 3:20:10 AM [vite] warning:
/Users/runner/work/waku/waku/packages/waku/dist/lib/renderers/rsc-renderer.js
16 | const resolveClientEntry = isDev ? opts.resolveClientEntry : resolveClientEntryForPrd;
17 | const { default: { renderEntries }, loadModule } = entries;
18 | const { default: { renderToReadableStream, decodeReply } } = await (isDev ? import(RSDW_SERVER_MODULE_VALUE) : loadModule(RSDW_SERVER_MODULE));
| ^^^^^^^^^^^^^^^^^^^^^^^^
19 | const render = async (renderContext, input, searchParams)=>{
20 | const elements = await renderEntries.call(renderContext, input, searchParams);
The above dynamic import cannot be analyzed by Vite.
See https://github.com/rollup/plugins/tree/master/packages/dynamic-import-vars#limitations for supported dynamic import formats. If this is intended to be left as-is, you can use the /* @vite-ignore */ comment inside the import() call to suppress this warning.
Plugin: vite:import-analysis
File: /Users/runner/work/waku/waku/packages/waku/dist/lib/renderers/rsc-renderer.js
|
Child Process Error:
e2e/rsc-router.spec.ts#L1
stderr: 3:20:10 AM [vite] warning:
/Users/runner/work/waku/waku/packages/waku/dist/lib/renderers/rsc-renderer.js
150| const resolveClientEntry = isDev ? opts.resolveClientEntry : resolveClientEntryForPrd;
151| const { default: { getSsrConfig }, loadModule } = entries;
152| const { renderToReadableStream } = await (isDev ? import(RSDW_SERVER_MODULE_VALUE) : loadModule(RSDW_SERVER_MODULE).then((m)=>m.default));
| ^^^^^^^^^^^^^^^^^^^^^^^^
153| const ssrConfig = await getSsrConfig?.(pathname, {
154| searchParams
The above dynamic import cannot be analyzed by Vite.
See https://github.com/rollup/plugins/tree/master/packages/dynamic-import-vars#limitations for supported dynamic import formats. If this is intended to be left as-is, you can use the /* @vite-ignore */ comment inside the import() call to suppress this warning.
Plugin: vite:import-analysis
File: /Users/runner/work/waku/waku/packages/waku/dist/lib/renderers/rsc-renderer.js
|
Child Process Error:
e2e/rsc-basic.spec.ts#L1
stderr: 3:20:30 AM [vite] warning:
/Users/runner/work/waku/waku/packages/waku/dist/lib/renderers/rsc-renderer.js
16 | const resolveClientEntry = isDev ? opts.resolveClientEntry : resolveClientEntryForPrd;
17 | const { default: { renderEntries }, loadModule } = entries;
18 | const { default: { renderToReadableStream, decodeReply } } = await (isDev ? import(RSDW_SERVER_MODULE_VALUE) : loadModule(RSDW_SERVER_MODULE));
| ^^^^^^^^^^^^^^^^^^^^^^^^
19 | const render = async (renderContext, input, searchParams)=>{
20 | const elements = await renderEntries.call(renderContext, input, searchParams);
The above dynamic import cannot be analyzed by Vite.
See https://github.com/rollup/plugins/tree/master/packages/dynamic-import-vars#limitations for supported dynamic import formats. If this is intended to be left as-is, you can use the /* @vite-ignore */ comment inside the import() call to suppress this warning.
Plugin: vite:import-analysis
File: /Users/runner/work/waku/waku/packages/waku/dist/lib/renderers/rsc-renderer.js
|
Child Process Error:
e2e/rsc-basic.spec.ts#L1
stderr: 3:20:30 AM [vite] warning:
/Users/runner/work/waku/waku/packages/waku/dist/lib/renderers/rsc-renderer.js
150| const resolveClientEntry = isDev ? opts.resolveClientEntry : resolveClientEntryForPrd;
151| const { default: { getSsrConfig }, loadModule } = entries;
152| const { renderToReadableStream } = await (isDev ? import(RSDW_SERVER_MODULE_VALUE) : loadModule(RSDW_SERVER_MODULE).then((m)=>m.default));
| ^^^^^^^^^^^^^^^^^^^^^^^^
153| const ssrConfig = await getSsrConfig?.(pathname, {
154| searchParams
The above dynamic import cannot be analyzed by Vite.
See https://github.com/rollup/plugins/tree/master/packages/dynamic-import-vars#limitations for supported dynamic import formats. If this is intended to be left as-is, you can use the /* @vite-ignore */ comment inside the import() call to suppress this warning.
Plugin: vite:import-analysis
File: /Users/runner/work/waku/waku/packages/waku/dist/lib/renderers/rsc-renderer.js
|
Child Process Error:
e2e/rsc-router.spec.ts#L1
stderr: 3:20:38 AM [vite] warning:
/Users/runner/work/waku/waku/packages/waku/dist/lib/renderers/rsc-renderer.js
16 | const resolveClientEntry = isDev ? opts.resolveClientEntry : resolveClientEntryForPrd;
17 | const { default: { renderEntries }, loadModule } = entries;
18 | const { default: { renderToReadableStream, decodeReply } } = await (isDev ? import(RSDW_SERVER_MODULE_VALUE) : loadModule(RSDW_SERVER_MODULE));
| ^^^^^^^^^^^^^^^^^^^^^^^^
19 | const render = async (renderContext, input, searchParams)=>{
20 | const elements = await renderEntries.call(renderContext, input, searchParams);
The above dynamic import cannot be analyzed by Vite.
See https://github.com/rollup/plugins/tree/master/packages/dynamic-import-vars#limitations for supported dynamic import formats. If this is intended to be left as-is, you can use the /* @vite-ignore */ comment inside the import() call to suppress this warning.
Plugin: vite:import-analysis
File: /Users/runner/work/waku/waku/packages/waku/dist/lib/renderers/rsc-renderer.js
|
Child Process Error:
e2e/rsc-router.spec.ts#L1
stderr: 3:20:38 AM [vite] warning:
/Users/runner/work/waku/waku/packages/waku/dist/lib/renderers/rsc-renderer.js
150| const resolveClientEntry = isDev ? opts.resolveClientEntry : resolveClientEntryForPrd;
151| const { default: { getSsrConfig }, loadModule } = entries;
152| const { renderToReadableStream } = await (isDev ? import(RSDW_SERVER_MODULE_VALUE) : loadModule(RSDW_SERVER_MODULE).then((m)=>m.default));
| ^^^^^^^^^^^^^^^^^^^^^^^^
153| const ssrConfig = await getSsrConfig?.(pathname, {
154| searchParams
The above dynamic import cannot be analyzed by Vite.
See https://github.com/rollup/plugins/tree/master/packages/dynamic-import-vars#limitations for supported dynamic import formats. If this is intended to be left as-is, you can use the /* @vite-ignore */ comment inside the import() call to suppress this warning.
Plugin: vite:import-analysis
File: /Users/runner/work/waku/waku/packages/waku/dist/lib/renderers/rsc-renderer.js
|
Child Process Error:
e2e/rsc-basic.spec.ts#L1
stderr: 3:19:57 AM [vite] warning:
/Users/runner/work/waku/waku/packages/waku/dist/lib/renderers/rsc-renderer.js
16 | const resolveClientEntry = isDev ? opts.resolveClientEntry : resolveClientEntryForPrd;
17 | const { default: { renderEntries }, loadModule } = entries;
18 | const { default: { renderToReadableStream, decodeReply } } = await (isDev ? import(RSDW_SERVER_MODULE_VALUE) : loadModule(RSDW_SERVER_MODULE));
| ^^^^^^^^^^^^^^^^^^^^^^^^
19 | const render = async (renderContext, input, searchParams)=>{
20 | const elements = await renderEntries.call(renderContext, input, searchParams);
The above dynamic import cannot be analyzed by Vite.
See https://github.com/rollup/plugins/tree/master/packages/dynamic-import-vars#limitations for supported dynamic import formats. If this is intended to be left as-is, you can use the /* @vite-ignore */ comment inside the import() call to suppress this warning.
Plugin: vite:import-analysis
File: /Users/runner/work/waku/waku/packages/waku/dist/lib/renderers/rsc-renderer.js
|
Child Process Error:
e2e/rsc-basic.spec.ts#L1
stderr: 3:19:57 AM [vite] warning:
/Users/runner/work/waku/waku/packages/waku/dist/lib/renderers/rsc-renderer.js
150| const resolveClientEntry = isDev ? opts.resolveClientEntry : resolveClientEntryForPrd;
151| const { default: { getSsrConfig }, loadModule } = entries;
152| const { renderToReadableStream } = await (isDev ? import(RSDW_SERVER_MODULE_VALUE) : loadModule(RSDW_SERVER_MODULE).then((m)=>m.default));
| ^^^^^^^^^^^^^^^^^^^^^^^^
153| const ssrConfig = await getSsrConfig?.(pathname, {
154| searchParams
The above dynamic import cannot be analyzed by Vite.
See https://github.com/rollup/plugins/tree/master/packages/dynamic-import-vars#limitations for supported dynamic import formats. If this is intended to be left as-is, you can use the /* @vite-ignore */ comment inside the import() call to suppress this warning.
Plugin: vite:import-analysis
File: /Users/runner/work/waku/waku/packages/waku/dist/lib/renderers/rsc-renderer.js
|
Child Process Error:
e2e/rsc-router.spec.ts#L1
stderr: 3:20:05 AM [vite] warning:
/Users/runner/work/waku/waku/packages/waku/dist/lib/renderers/rsc-renderer.js
16 | const resolveClientEntry = isDev ? opts.resolveClientEntry : resolveClientEntryForPrd;
17 | const { default: { renderEntries }, loadModule } = entries;
18 | const { default: { renderToReadableStream, decodeReply } } = await (isDev ? import(RSDW_SERVER_MODULE_VALUE) : loadModule(RSDW_SERVER_MODULE));
| ^^^^^^^^^^^^^^^^^^^^^^^^
19 | const render = async (renderContext, input, searchParams)=>{
20 | const elements = await renderEntries.call(renderContext, input, searchParams);
The above dynamic import cannot be analyzed by Vite.
See https://github.com/rollup/plugins/tree/master/packages/dynamic-import-vars#limitations for supported dynamic import formats. If this is intended to be left as-is, you can use the /* @vite-ignore */ comment inside the import() call to suppress this warning.
Plugin: vite:import-analysis
File: /Users/runner/work/waku/waku/packages/waku/dist/lib/renderers/rsc-renderer.js
|
Child Process Error:
e2e/rsc-router.spec.ts#L1
stderr: 3:20:05 AM [vite] warning:
/Users/runner/work/waku/waku/packages/waku/dist/lib/renderers/rsc-renderer.js
150| const resolveClientEntry = isDev ? opts.resolveClientEntry : resolveClientEntryForPrd;
151| const { default: { getSsrConfig }, loadModule } = entries;
152| const { renderToReadableStream } = await (isDev ? import(RSDW_SERVER_MODULE_VALUE) : loadModule(RSDW_SERVER_MODULE).then((m)=>m.default));
| ^^^^^^^^^^^^^^^^^^^^^^^^
153| const ssrConfig = await getSsrConfig?.(pathname, {
154| searchParams
The above dynamic import cannot be analyzed by Vite.
See https://github.com/rollup/plugins/tree/master/packages/dynamic-import-vars#limitations for supported dynamic import formats. If this is intended to be left as-is, you can use the /* @vite-ignore */ comment inside the import() call to suppress this warning.
Plugin: vite:import-analysis
File: /Users/runner/work/waku/waku/packages/waku/dist/lib/renderers/rsc-renderer.js
|
E2E on macos-latest (Node 20) - (3/4)
49748 stderr: 3:22:05 AM [vite] warning:
/Users/runner/work/waku/waku/packages/waku/dist/lib/renderers/rsc-renderer.js
16 | const resolveClientEntry = isDev ? opts.resolveClientEntry : resolveClientEntryForPrd;
17 | const { default: { renderEntries }, loadModule } = entries;
18 | const { default: { renderToReadableStream, decodeReply } } = await (isDev ? import(RSDW_SERVER_MODULE_VALUE) : loadModule(RSDW_SERVER_MODULE));
| ^^^^^^^^^^^^^^^^^^^^^^^^
19 | const render = async (renderContext, input, searchParams)=>{
20 | const elements = await renderEntries.call(renderContext, input, searchParams);
The above dynamic import cannot be analyzed by Vite.
See https://github.com/rollup/plugins/tree/master/packages/dynamic-import-vars#limitations for supported dynamic import formats. If this is intended to be left as-is, you can use the /* @vite-ignore */ comment inside the import() call to suppress this warning.
Plugin: vite:import-analysis
File: /Users/runner/work/waku/waku/packages/waku/dist/lib/renderers/rsc-renderer.js
|
E2E on macos-latest (Node 20) - (3/4)
49748 stderr: 3:22:05 AM [vite] warning:
/Users/runner/work/waku/waku/packages/waku/dist/lib/renderers/rsc-renderer.js
150| const resolveClientEntry = isDev ? opts.resolveClientEntry : resolveClientEntryForPrd;
151| const { default: { getSsrConfig }, loadModule } = entries;
152| const { renderToReadableStream } = await (isDev ? import(RSDW_SERVER_MODULE_VALUE) : loadModule(RSDW_SERVER_MODULE).then((m)=>m.default));
| ^^^^^^^^^^^^^^^^^^^^^^^^
153| const ssrConfig = await getSsrConfig?.(pathname, {
154| searchParams
The above dynamic import cannot be analyzed by Vite.
See https://github.com/rollup/plugins/tree/master/packages/dynamic-import-vars#limitations for supported dynamic import formats. If this is intended to be left as-is, you can use the /* @vite-ignore */ comment inside the import() call to suppress this warning.
Plugin: vite:import-analysis
File: /Users/runner/work/waku/waku/packages/waku/dist/lib/renderers/rsc-renderer.js
|
build
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, pnpm/action-setup@v2, actions/setup-node@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
test
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, pnpm/action-setup@v2, actions/setup-node@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
E2E on ubuntu-latest (Node 20) - (4/4)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, pnpm/action-setup@v2, actions/setup-node@v3, actions/cache@v3, actions/upload-artifact@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
E2E on ubuntu-latest (Node 18) - (4/4)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, pnpm/action-setup@v2, actions/setup-node@v3, actions/cache@v3, actions/upload-artifact@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
E2E on ubuntu-latest (Node 18) - (2/4)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, pnpm/action-setup@v2, actions/setup-node@v3, actions/cache@v3, actions/upload-artifact@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
E2E on ubuntu-latest (Node 20) - (2/4)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, pnpm/action-setup@v2, actions/setup-node@v3, actions/cache@v3, actions/upload-artifact@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
E2E on ubuntu-latest (Node 20) - (1/4)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, pnpm/action-setup@v2, actions/setup-node@v3, actions/cache@v3, actions/upload-artifact@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
E2E on ubuntu-latest (Node 18) - (1/4)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, pnpm/action-setup@v2, actions/setup-node@v3, actions/cache@v3, actions/upload-artifact@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
E2E on ubuntu-latest (Node 20) - (3/4)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, pnpm/action-setup@v2, actions/setup-node@v3, actions/cache@v3, actions/upload-artifact@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
E2E on ubuntu-latest (Node 18) - (3/4)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, pnpm/action-setup@v2, actions/setup-node@v3, actions/cache@v3, actions/upload-artifact@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
E2E on macos-latest (Node 20) - (2/4)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, pnpm/action-setup@v2, actions/setup-node@v3, actions/cache@v3, actions/upload-artifact@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
E2E on macos-latest (Node 18) - (2/4)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, pnpm/action-setup@v2, actions/setup-node@v3, actions/cache@v3, actions/upload-artifact@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
E2E on windows-latest (Node 20) - (4/4)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, pnpm/action-setup@v2, actions/setup-node@v3, actions/cache@v3, actions/upload-artifact@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
E2E on macos-latest (Node 18) - (1/4)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, pnpm/action-setup@v2, actions/setup-node@v3, actions/cache@v3, actions/upload-artifact@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
E2E on windows-latest (Node 18) - (4/4)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, pnpm/action-setup@v2, actions/setup-node@v3, actions/cache@v3, actions/upload-artifact@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
E2E on macos-latest (Node 20) - (1/4)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, pnpm/action-setup@v2, actions/setup-node@v3, actions/cache@v3, actions/upload-artifact@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
E2E on windows-latest (Node 18) - (1/4)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, pnpm/action-setup@v2, actions/setup-node@v3, actions/cache@v3, actions/upload-artifact@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
E2E on windows-latest (Node 18) - (2/4)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, pnpm/action-setup@v2, actions/setup-node@v3, actions/cache@v3, actions/upload-artifact@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
E2E on windows-latest (Node 20) - (3/4)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, pnpm/action-setup@v2, actions/setup-node@v3, actions/cache@v3, actions/upload-artifact@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
E2E on windows-latest (Node 20) - (2/4)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, pnpm/action-setup@v2, actions/setup-node@v3, actions/cache@v3, actions/upload-artifact@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
E2E on macos-latest (Node 18) - (3/4)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, pnpm/action-setup@v2, actions/setup-node@v3, actions/cache@v3, actions/upload-artifact@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
E2E on windows-latest (Node 18) - (3/4)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, pnpm/action-setup@v2, actions/setup-node@v3, actions/cache@v3, actions/upload-artifact@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
E2E on windows-latest (Node 20) - (1/4)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, pnpm/action-setup@v2, actions/setup-node@v3, actions/cache@v3, actions/upload-artifact@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
E2E on macos-latest (Node 20) - (4/4)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, pnpm/action-setup@v2, actions/setup-node@v3, actions/cache@v3, actions/upload-artifact@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
E2E on macos-latest (Node 18) - (4/4)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, pnpm/action-setup@v2, actions/setup-node@v3, actions/cache@v3, actions/upload-artifact@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
E2E on macos-latest (Node 20) - (3/4)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, pnpm/action-setup@v2, actions/setup-node@v3, actions/cache@v3, actions/upload-artifact@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
🎭 Playwright Run Summary
3 skipped
23 passed (33.7s)
|
🎭 Playwright Run Summary
3 skipped
23 passed (37.5s)
|
🎭 Playwright Run Summary
5 skipped
41 passed (2.2m)
|
🎭 Playwright Run Summary
5 skipped
41 passed (2.1m)
|
🎭 Playwright Run Summary
2 skipped
46 passed (2.5m)
|
🎭 Playwright Run Summary
2 skipped
46 passed (2.5m)
|
🎭 Playwright Run Summary
5 skipped
55 passed (2.6m)
|
🎭 Playwright Run Summary
5 skipped
55 passed (2.8m)
|
🎭 Playwright Run Summary
5 skipped
41 passed (2.3m)
|
🎭 Playwright Run Summary
5 skipped
41 passed (2.4m)
|
🎭 Playwright Run Summary
3 skipped
23 passed (47.2s)
|
🎭 Playwright Run Summary
2 skipped
46 passed (2.9m)
|
🎭 Playwright Run Summary
3 skipped
23 passed (47.3s)
|
🎭 Playwright Run Summary
2 skipped
46 passed (3.3m)
|
🎭 Playwright Run Summary
2 skipped
46 passed (3.1m)
|
🎭 Playwright Run Summary
5 skipped
41 passed (2.8m)
|
🎭 Playwright Run Summary
5 skipped
55 passed (3.4m)
|
🎭 Playwright Run Summary
5 skipped
41 passed (2.7m)
|
🎭 Playwright Run Summary
5 skipped
55 passed (3.5m)
|
🎭 Playwright Run Summary
5 skipped
55 passed (3.3m)
|
🎭 Playwright Run Summary
2 skipped
46 passed (3.0m)
|
🎭 Playwright Run Summary
3 skipped
23 passed (37.5s)
|
🎭 Playwright Run Summary
3 skipped
23 passed (38.1s)
|
🎭 Playwright Run Summary
5 skipped
55 passed (3.1m)
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
create-waku
Expired
|
125 KB |
|
waku
Expired
|
160 KB |
|