Skip to content

step 3 for middleware architecture #3362

step 3 for middleware architecture

step 3 for middleware architecture #3362

Re-run triggered March 3, 2024 09:03
Status Success
Total duration 6m 57s
Artifacts 4

ci.yml

on: pull_request
Matrix: e2e
Fit to window
Zoom out
Zoom in

Annotations

186 errors, 26 warnings, and 24 notices
E2E on windows-latest (Node 18) - (1/4)
54520 stderr: 8:47:32 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)
54520 stderr: 8:47:32 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 windows-latest (Node 18) - (1/4)
54539 stderr: 8:47:34 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)
54539 stderr: 8:47:34 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 windows-latest (Node 18) - (1/4)
54594 stderr: Error: The render was aborted by the server without a reason. at abort (D:\a\waku\waku\node_modules\.pnpm\react-dom@18.3.0-canary-6c3b8dbfe-20240226_react@18.3.0-canary-6c3b8dbfe-20240226\node_modules\react-dom\cjs\react-dom-server.edge.development.js:11785:42) at Object.cancel (D:\a\waku\waku\node_modules\.pnpm\react-dom@18.3.0-canary-6c3b8dbfe-20240226_react@18.3.0-canary-6c3b8dbfe-20240226\node_modules\react-dom\cjs\react-dom-server.edge.development.js:11831:11) at readableByteStreamControllerCancelSteps (node:internal/webstreams/readablestream:3017:37) at [kCancel] (node:internal/webstreams/readablestream:1165:12) at ensureIsPromise (node:internal/webstreams/util:192:19) at readableStreamCancel (node:internal/webstreams/readablestream:1882:5) at node:internal/webstreams/readablestream:1429:15 at complete (node:internal/webstreams/readablestream:1312:9) at shutdownWithAnAction (node:internal/webstreams/readablestream:1308:5) at node:internal/webstreams/readablestream:1428:14 at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
Child Process Error: e2e/rsc-basic.spec.ts#L1
stderr: 8:49:26 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: 8:49:26 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: 8:49:34 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: 8:49:34 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 windows-latest (Node 20) - (1/4)
62990 stderr: 8:46:58 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)
62990 stderr: 8:46:58 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 windows-latest (Node 20) - (1/4)
63009 stderr: 8:47:00 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)
63009 stderr: 8:47:00 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 windows-latest (Node 20) - (1/4)
63064 stderr: Error: The render was aborted by the server without a reason. at abort (D:\a\waku\waku\node_modules\.pnpm\react-dom@18.3.0-canary-6c3b8dbfe-20240226_react@18.3.0-canary-6c3b8dbfe-20240226\node_modules\react-dom\cjs\react-dom-server.edge.development.js:11785:42) at Object.cancel (D:\a\waku\waku\node_modules\.pnpm\react-dom@18.3.0-canary-6c3b8dbfe-20240226_react@18.3.0-canary-6c3b8dbfe-20240226\node_modules\react-dom\cjs\react-dom-server.edge.development.js:11831:11) at readableByteStreamControllerCancelSteps (node:internal/webstreams/readablestream:3121:37) at [kCancel] (node:internal/webstreams/readablestream:1189:12) at ensureIsPromise (node:internal/webstreams/util:185:19) at readableStreamCancel (node:internal/webstreams/readablestream:1986:5) at node:internal/webstreams/readablestream:1511:15 at complete (node:internal/webstreams/readablestream:1400:9) at shutdownWithAnAction (node:internal/webstreams/readablestream:1396:5) at node:internal/webstreams/readablestream:1510:14 at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
Child Process Error: e2e/rsc-basic.spec.ts#L1
stderr: 8:48:48 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: 8:48:48 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: 8:48:56 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 ubuntu-latest (Node 18) - (1/4)
35337 stderr: 8:45:32 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: 8:48:56 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 ubuntu-latest (Node 18) - (1/4)
35337 stderr: 8:45:32 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)
37871 stderr: 8:45:34 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)
37871 stderr: 8:45:34 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)
32805 stderr: Error: The render was aborted by the server without a reason. at abort (/home/runner/work/waku/waku/node_modules/.pnpm/react-dom@18.3.0-canary-6c3b8dbfe-20240226_react@18.3.0-canary-6c3b8dbfe-20240226/node_modules/react-dom/cjs/react-dom-server.edge.development.js:11785:42) at Object.cancel (/home/runner/work/waku/waku/node_modules/.pnpm/react-dom@18.3.0-canary-6c3b8dbfe-20240226_react@18.3.0-canary-6c3b8dbfe-20240226/node_modules/react-dom/cjs/react-dom-server.edge.development.js:11831:11) at readableByteStreamControllerCancelSteps (node:internal/webstreams/readablestream:3017:37) at [kCancel] (node:internal/webstreams/readablestream:1165:12) at ensureIsPromise (node:internal/webstreams/util:192:19) at readableStreamCancel (node:internal/webstreams/readablestream:1882:5) at node:internal/webstreams/readablestream:1429:15 at complete (node:internal/webstreams/readablestream:1312:9) at shutdownWithAnAction (node:internal/webstreams/readablestream:1308:5) at node:internal/webstreams/readablestream:1428:14 at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
Child Process Error: e2e/rsc-basic.spec.ts#L1
stderr: 8:47:15 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: 8:47:15 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: 8:47:22 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: 8:47:22 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 20) - (1/4)
34301 stderr: 8:45:31 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)
34301 stderr: 8:45:31 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 20) - (1/4)
42929 stderr: 8:45:33 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)
42929 stderr: 8:45:33 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 20) - (1/4)
40373 stderr: Error: The render was aborted by the server without a reason. at abort (/home/runner/work/waku/waku/node_modules/.pnpm/react-dom@18.3.0-canary-6c3b8dbfe-20240226_react@18.3.0-canary-6c3b8dbfe-20240226/node_modules/react-dom/cjs/react-dom-server.edge.development.js:11785:42) at Object.cancel (/home/runner/work/waku/waku/node_modules/.pnpm/react-dom@18.3.0-canary-6c3b8dbfe-20240226_react@18.3.0-canary-6c3b8dbfe-20240226/node_modules/react-dom/cjs/react-dom-server.edge.development.js:11831:11) at readableByteStreamControllerCancelSteps (node:internal/webstreams/readablestream:3121:37) at [kCancel] (node:internal/webstreams/readablestream:1189:12) at ensureIsPromise (node:internal/webstreams/util:185:19) at readableStreamCancel (node:internal/webstreams/readablestream:1986:5) at node:internal/webstreams/readablestream:1511:15 at complete (node:internal/webstreams/readablestream:1400:9) at shutdownWithAnAction (node:internal/webstreams/readablestream:1396:5) at node:internal/webstreams/readablestream:1510:14 at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
E2E on macos-latest (Node 18) - (1/4)
49769 stderr: 8:46:49 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)
49818 stderr: 8:51:26 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: 8:47:14 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 macos-latest (Node 18) - (1/4)
49769 stderr: 8:46:49 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) - (1/4)
49818 stderr: 8:51:26 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: 8:47:14 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 macos-latest (Node 20) - (1/4)
49837 stderr: 8:51: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
E2E on macos-latest (Node 18) - (1/4)
49788 stderr: 8:46:51 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: 8:47:21 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 macos-latest (Node 20) - (1/4)
49837 stderr: 8:51: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
E2E on macos-latest (Node 18) - (1/4)
49788 stderr: 8:46:51 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: 8:47:21 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 macos-latest (Node 20) - (1/4)
49899 stderr: Error: The render was aborted by the server without a reason. at abort (/Users/runner/work/waku/waku/node_modules/.pnpm/react-dom@18.3.0-canary-6c3b8dbfe-20240226_react@18.3.0-canary-6c3b8dbfe-20240226/node_modules/react-dom/cjs/react-dom-server.edge.development.js:11785:42) at Object.cancel (/Users/runner/work/waku/waku/node_modules/.pnpm/react-dom@18.3.0-canary-6c3b8dbfe-20240226_react@18.3.0-canary-6c3b8dbfe-20240226/node_modules/react-dom/cjs/react-dom-server.edge.development.js:11831:11) at readableByteStreamControllerCancelSteps (node:internal/webstreams/readablestream:3121:37) at [kCancel] (node:internal/webstreams/readablestream:1189:12) at ensureIsPromise (node:internal/webstreams/util:185:19) at readableStreamCancel (node:internal/webstreams/readablestream:1986:5) at node:internal/webstreams/readablestream:1511:15 at complete (node:internal/webstreams/readablestream:1400:9) at shutdownWithAnAction (node:internal/webstreams/readablestream:1396:5) at node:internal/webstreams/readablestream:1510:14 at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
E2E on macos-latest (Node 18) - (1/4)
49850 stderr: Error: The render was aborted by the server without a reason. at abort (/Users/runner/work/waku/waku/node_modules/.pnpm/react-dom@18.3.0-canary-6c3b8dbfe-20240226_react@18.3.0-canary-6c3b8dbfe-20240226/node_modules/react-dom/cjs/react-dom-server.edge.development.js:11785:42) at Object.cancel (/Users/runner/work/waku/waku/node_modules/.pnpm/react-dom@18.3.0-canary-6c3b8dbfe-20240226_react@18.3.0-canary-6c3b8dbfe-20240226/node_modules/react-dom/cjs/react-dom-server.edge.development.js:11831:11) at readableByteStreamControllerCancelSteps (node:internal/webstreams/readablestream:3017:37) at [kCancel] (node:internal/webstreams/readablestream:1165:12) at ensureIsPromise (node:internal/webstreams/util:192:19) at readableStreamCancel (node:internal/webstreams/readablestream:1882:5) at node:internal/webstreams/readablestream:1429:15 at complete (node:internal/webstreams/readablestream:1312:9) at shutdownWithAnAction (node:internal/webstreams/readablestream:1308:5) at node:internal/webstreams/readablestream:1428:14 at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
Child Process Error: e2e/rsc-basic.spec.ts#L1
stderr: 8:54:06 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)
50177 stderr: Error: The render was aborted by the server without a reason. at abort (/Users/runner/work/waku/waku/node_modules/.pnpm/react-dom@18.3.0-canary-6c3b8dbfe-20240226_react@18.3.0-canary-6c3b8dbfe-20240226/node_modules/react-dom/cjs/react-dom-server.edge.development.js:11785:42) at Object.cancel (/Users/runner/work/waku/waku/node_modules/.pnpm/react-dom@18.3.0-canary-6c3b8dbfe-20240226_react@18.3.0-canary-6c3b8dbfe-20240226/node_modules/react-dom/cjs/react-dom-server.edge.development.js:11831:11) at readableByteStreamControllerCancelSteps (node:internal/webstreams/readablestream:3017:37) at [kCancel] (node:internal/webstreams/readablestream:1165:12) at ensureIsPromise (node:internal/webstreams/util:192:19) at readableStreamCancel (node:internal/webstreams/readablestream:1882:5) at node:internal/webstreams/readablestream:1429:15 at complete (node:internal/webstreams/readablestream:1312:9) at shutdownWithAnAction (node:internal/webstreams/readablestream:1308:5) at node:internal/webstreams/readablestream:1428:14 at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
Child Process Error: e2e/rsc-basic.spec.ts#L1
stderr: 8:54:06 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: 8:48:47 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: 8:54:18 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: 8:48:47 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: 8:54:18 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: 8:48:55 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: 8:48:55 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/07_router_standalone.spec.ts#L1
stderr: WebSocket server error: Port is already in use
E2E on ubuntu-latest (Node 18) - (2/4)
39531 stderr: WebSocket server error: Port is already in use
E2E on ubuntu-latest (Node 18) - (2/4)
36217 stderr: WebSocket server error: Port is already in use
E2E on ubuntu-latest (Node 18) - (2/4)
42109 stderr: WebSocket server error: Port is already in use
E2E on ubuntu-latest (Node 18) - (2/4)
35565 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 ubuntu-latest (Node 18) - (2/4)
45455 stderr: WebSocket server error: Port is already in use
E2E on windows-latest (Node 18) - (2/4)
64902 stderr: WebSocket server error: Port is already in use
E2E on ubuntu-latest (Node 18) - (2/4)
36807 stderr: WebSocket server error: Port is already in use
E2E on windows-latest (Node 18) - (2/4)
64921 stderr: WebSocket server error: Port is already in use
E2E on ubuntu-latest (Node 18) - (2/4)
40833 stderr: WebSocket server error: Port is already in use
E2E on windows-latest (Node 18) - (2/4)
64967 stderr: WebSocket server error: Port is already in use
E2E on ubuntu-latest (Node 18) - (2/4)
35101 stderr: WebSocket server error: Port is already in use
E2E on windows-latest (Node 18) - (2/4)
64987 stderr: WebSocket server error: Port is already in use
E2E on ubuntu-latest (Node 18) - (2/4)
39041 stderr: WebSocket server error: Port is already in use
E2E on windows-latest (Node 18) - (2/4)
65058 stderr: WebSocket server error: Port is already in use
E2E on windows-latest (Node 18) - (2/4)
65075 stderr: WebSocket server error: Port is already in use
E2E on windows-latest (Node 18) - (2/4)
65130 stderr: WebSocket server error: Port is already in use
E2E on windows-latest (Node 18) - (2/4)
65148 stderr: WebSocket server error: Port is already in use
E2E on windows-latest (Node 18) - (2/4)
65199 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 ubuntu-latest (Node 20) - (2/4)
33071 stderr: WebSocket server error: Port is already in use
E2E on ubuntu-latest (Node 20) - (2/4)
38387 stderr: WebSocket server error: Port is already in use
E2E on ubuntu-latest (Node 20) - (2/4)
40695 stderr: WebSocket server error: Port is already in use
E2E on ubuntu-latest (Node 20) - (2/4)
37305 stderr: WebSocket server error: Port is already in use
E2E on ubuntu-latest (Node 20) - (2/4)
34161 stderr: WebSocket server error: Port is already in use
E2E on ubuntu-latest (Node 20) - (2/4)
42647 stderr: WebSocket server error: Port is already in use
E2E on ubuntu-latest (Node 20) - (2/4)
41341 stderr: WebSocket server error: Port is already in use
E2E on ubuntu-latest (Node 20) - (2/4)
38679 stderr: WebSocket server error: Port is already in use
E2E on macos-latest (Node 18) - (2/4)
49922 stderr: 8:46:39 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 ubuntu-latest (Node 20) - (2/4)
35685 stderr: WebSocket server error: Port is already in use
E2E on macos-latest (Node 18) - (2/4)
49922 stderr: 8:46:39 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)
49941 stderr: 8:46:41 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)
49941 stderr: 8:46:41 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)
50003 stderr: Error: The render was aborted by the server without a reason. at abort (/Users/runner/work/waku/waku/node_modules/.pnpm/react-dom@18.3.0-canary-6c3b8dbfe-20240226_react@18.3.0-canary-6c3b8dbfe-20240226/node_modules/react-dom/cjs/react-dom-server.edge.development.js:11785:42) at Object.cancel (/Users/runner/work/waku/waku/node_modules/.pnpm/react-dom@18.3.0-canary-6c3b8dbfe-20240226_react@18.3.0-canary-6c3b8dbfe-20240226/node_modules/react-dom/cjs/react-dom-server.edge.development.js:11831:11) at readableByteStreamControllerCancelSteps (node:internal/webstreams/readablestream:3017:37) at [kCancel] (node:internal/webstreams/readablestream:1165:12) at ensureIsPromise (node:internal/webstreams/util:192:19) at readableStreamCancel (node:internal/webstreams/readablestream:1882:5) at node:internal/webstreams/readablestream:1429:15 at complete (node:internal/webstreams/readablestream:1312:9) at shutdownWithAnAction (node:internal/webstreams/readablestream:1308:5) at node:internal/webstreams/readablestream:1428:14 at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
E2E on macos-latest (Node 20) - (2/4)
49944 stderr: 8:51:07 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)
49944 stderr: 8:51:07 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: 8:43:26 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 8:43:26 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 macos-latest (Node 20) - (2/4)
49963 stderr: 8:51: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
Child Process Error: e2e/rsc-router.spec.ts#L1
stderr: 8:43: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
E2E on macos-latest (Node 20) - (2/4)
49963 stderr: 8:51: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
E2E on macos-latest (Node 20) - (2/4)
50025 stderr: Error: The render was aborted by the server without a reason. at abort (/Users/runner/work/waku/waku/node_modules/.pnpm/react-dom@18.3.0-canary-6c3b8dbfe-20240226_react@18.3.0-canary-6c3b8dbfe-20240226/node_modules/react-dom/cjs/react-dom-server.edge.development.js:11785:42) at Object.cancel (/Users/runner/work/waku/waku/node_modules/.pnpm/react-dom@18.3.0-canary-6c3b8dbfe-20240226_react@18.3.0-canary-6c3b8dbfe-20240226/node_modules/react-dom/cjs/react-dom-server.edge.development.js:11831:11) at readableByteStreamControllerCancelSteps (node:internal/webstreams/readablestream:3121:37) at [kCancel] (node:internal/webstreams/readablestream:1189:12) at ensureIsPromise (node:internal/webstreams/util:185:19) at readableStreamCancel (node:internal/webstreams/readablestream:1986:5) at node:internal/webstreams/readablestream:1511:15 at complete (node:internal/webstreams/readablestream:1400:9) at shutdownWithAnAction (node:internal/webstreams/readablestream:1396:5) at node:internal/webstreams/readablestream:1510:14 at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
Child Process Error: e2e/rsc-router.spec.ts#L1
stderr: 8:43: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/07_router_standalone.spec.ts#L1
stderr: WebSocket server error: Port is already in use
E2E on ubuntu-latest (Node 18) - (3/4)
33039 stderr: WebSocket server error: Port is already in use
E2E on ubuntu-latest (Node 18) - (3/4)
45559 stderr: WebSocket server error: Port is already in use
E2E on ubuntu-latest (Node 18) - (3/4)
42229 stderr: WebSocket server error: Port is already in use
E2E on ubuntu-latest (Node 18) - (3/4)
33707 stderr: WebSocket server error: Port is already in use
E2E on ubuntu-latest (Node 18) - (3/4)
35161 stderr: WebSocket server error: Port is already in use
E2E on ubuntu-latest (Node 18) - (3/4)
34369 stderr: WebSocket server error: Port is already in use
Child Process Error: e2e/rsc-basic.spec.ts#L1
stderr: 8:45: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: 8:45:15 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: 8:45: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
Child Process Error: e2e/rsc-router.spec.ts#L1
stderr: 8:45: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: 8:43:28 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
Child Process Error: e2e/rsc-basic.spec.ts#L1
stderr: 8:43:28 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 windows-latest (Node 20) - (3/4)
62290 stderr: WebSocket server error: Port is already in use
Child Process Error: e2e/rsc-router.spec.ts#L1
stderr: 8:43: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
E2E on windows-latest (Node 20) - (3/4)
62306 stderr: WebSocket server error: Port is already in use
Child Process Error: e2e/rsc-router.spec.ts#L1
stderr: 8:43: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
E2E on windows-latest (Node 20) - (3/4)
62352 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) - (3/4)
62372 stderr: WebSocket server error: Port is already in use
E2E on ubuntu-latest (Node 20) - (3/4)
43223 stderr: WebSocket server error: Port is already in use
E2E on windows-latest (Node 20) - (3/4)
62441 stderr: WebSocket server error: Port is already in use
E2E on ubuntu-latest (Node 20) - (3/4)
37163 stderr: WebSocket server error: Port is already in use
E2E on ubuntu-latest (Node 20) - (3/4)
34921 stderr: WebSocket server error: Port is already in use
E2E on ubuntu-latest (Node 20) - (3/4)
41675 stderr: WebSocket server error: Port is already in use
Child Process Error: e2e/rsc-basic.spec.ts#L1
stderr: 8:45: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
E2E on ubuntu-latest (Node 20) - (3/4)
46315 stderr: WebSocket server error: Port is already in use
Child Process Error: e2e/rsc-basic.spec.ts#L1
stderr: 8:45:15 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: 8:45: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
Child Process Error: e2e/rsc-router.spec.ts#L1
stderr: 8:45: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/07_router_standalone.spec.ts#L1
stderr: WebSocket server error: Port is already in use
E2E on windows-latest (Node 18) - (3/4)
58300 stderr: WebSocket server error: Port is already in use
E2E on windows-latest (Node 18) - (3/4)
58320 stderr: WebSocket server error: Port is already in use
E2E on windows-latest (Node 18) - (3/4)
58367 stderr: WebSocket server error: Port is already in use
E2E on windows-latest (Node 18) - (3/4)
58388 stderr: WebSocket server error: Port is already in use
E2E on windows-latest (Node 18) - (3/4)
58458 stderr: WebSocket server error: Port is already in use
Child Process Error: e2e/rsc-basic.spec.ts#L1
stderr: 8:44: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-basic.spec.ts#L1
stderr: 8:44: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-router.spec.ts#L1
stderr: 8:44: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 8:44: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
E2E on macos-latest (Node 18) - (3/4)
49998 stderr: 8:48:04 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)
49998 stderr: 8:48:04 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)
50017 stderr: 8:48:06 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)
50017 stderr: 8:48:06 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)
50079 stderr: Error: The render was aborted by the server without a reason. at abort (/Users/runner/work/waku/waku/node_modules/.pnpm/react-dom@18.3.0-canary-6c3b8dbfe-20240226_react@18.3.0-canary-6c3b8dbfe-20240226/node_modules/react-dom/cjs/react-dom-server.edge.development.js:11785:42) at Object.cancel (/Users/runner/work/waku/waku/node_modules/.pnpm/react-dom@18.3.0-canary-6c3b8dbfe-20240226_react@18.3.0-canary-6c3b8dbfe-20240226/node_modules/react-dom/cjs/react-dom-server.edge.development.js:11831:11) at readableByteStreamControllerCancelSteps (node:internal/webstreams/readablestream:3017:37) at [kCancel] (node:internal/webstreams/readablestream:1165:12) at ensureIsPromise (node:internal/webstreams/util:192:19) at readableStreamCancel (node:internal/webstreams/readablestream:1882:5) at node:internal/webstreams/readablestream:1429:15 at complete (node:internal/webstreams/readablestream:1312:9) at shutdownWithAnAction (node:internal/webstreams/readablestream:1308:5) at node:internal/webstreams/readablestream:1428:14 at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
Child Process Error: e2e/rsc-basic.spec.ts#L1
stderr: 8:50:18 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: 8:50:18 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: 8:50:27 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: 8:50:27 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)
50177 stderr: 8:53:13 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)
50177 stderr: 8:53:13 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)
50196 stderr: 8:53:16 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)
50196 stderr: 8:53:16 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)
50258 stderr: Error: The render was aborted by the server without a reason. at abort (/Users/runner/work/waku/waku/node_modules/.pnpm/react-dom@18.3.0-canary-6c3b8dbfe-20240226_react@18.3.0-canary-6c3b8dbfe-20240226/node_modules/react-dom/cjs/react-dom-server.edge.development.js:11785:42) at Object.cancel (/Users/runner/work/waku/waku/node_modules/.pnpm/react-dom@18.3.0-canary-6c3b8dbfe-20240226_react@18.3.0-canary-6c3b8dbfe-20240226/node_modules/react-dom/cjs/react-dom-server.edge.development.js:11831:11) at readableByteStreamControllerCancelSteps (node:internal/webstreams/readablestream:3121:37) at [kCancel] (node:internal/webstreams/readablestream:1189:12) at ensureIsPromise (node:internal/webstreams/util:185:19) at readableStreamCancel (node:internal/webstreams/readablestream:1986:5) at node:internal/webstreams/readablestream:1511:15 at complete (node:internal/webstreams/readablestream:1400:9) at shutdownWithAnAction (node:internal/webstreams/readablestream:1396:5) at node:internal/webstreams/readablestream:1510:14 at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
Child Process Error: e2e/rsc-basic.spec.ts#L1
stderr: 8:43:25 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: 8:45:35 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: 8:43:25 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: 8:45:35 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: 8:43:32 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: 8:45: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: 8:43:32 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: 8:45: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: 8:51:25 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: 8:51:25 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: 8:51:34 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: 8:51:34 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: 8:43:21 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: 8:43:21 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: 8:43:28 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: 8:43:28 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: 8:50:33 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: 8:50:33 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: 8:50:49 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: 8:50:49 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: 8:46:05 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: 8:46:05 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: 8:46:17 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: 8:46:17 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) - (2/4)
49655 stderr: WebSocket server error: Port is already in use
E2E on windows-latest (Node 20) - (2/4)
49690 stderr: WebSocket server error: Port is already in use
E2E on windows-latest (Node 20) - (2/4)
49736 stderr: WebSocket server error: Port is already in use
E2E on windows-latest (Node 20) - (2/4)
49757 stderr: WebSocket server error: Port is already in use
E2E on windows-latest (Node 20) - (2/4)
49823 stderr: WebSocket server error: Port is already in use
E2E on windows-latest (Node 20) - (2/4)
49841 stderr: WebSocket server error: Port is already in use
E2E on windows-latest (Node 20) - (2/4)
49891 stderr: WebSocket server error: Port is already in use
E2E on windows-latest (Node 20) - (2/4)
49908 stderr: WebSocket server error: Port is already in use
E2E on windows-latest (Node 20) - (2/4)
49960 stderr: WebSocket server error: Port is already in use
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/.
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/.
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 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) - (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 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 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 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 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 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 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 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 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 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 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 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 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 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/.
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 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 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 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 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 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/.
🎭 Playwright Run Summary
2 skipped 66 passed (4.8m)
🎭 Playwright Run Summary
2 skipped 66 passed (4.6m)
🎭 Playwright Run Summary
2 skipped 66 passed (4.1m)
🎭 Playwright Run Summary
2 skipped 66 passed (4.0m)
🎭 Playwright Run Summary
2 skipped 66 passed (6.9m)
🎭 Playwright Run Summary
1 flaky [chromium] › examples-smoke.spec.ts:157:9 › smoke test on 14_react-tweet: dev --with-ssr › check title 2 skipped 65 passed (4.9m)
🎭 Playwright Run Summary
5 skipped 77 passed (4.2m)
🎭 Playwright Run Summary
5 skipped 77 passed (5.1m)
🎭 Playwright Run Summary
5 skipped 77 passed (4.0m)
🎭 Playwright Run Summary
5 skipped 77 passed (4.5m)
🎭 Playwright Run Summary
5 skipped 77 passed (6.7m)
🎭 Playwright Run Summary
5 skipped 83 passed (4.4m)
🎭 Playwright Run Summary
5 skipped 83 passed (5.2m)
🎭 Playwright Run Summary
5 skipped 83 passed (4.2m)
🎭 Playwright Run Summary
5 skipped 83 passed (5.4m)
🎭 Playwright Run Summary
5 skipped 83 passed (5.5m)
🎭 Playwright Run Summary
5 skipped 83 passed (4.7m)
🎭 Playwright Run Summary
3 skipped 23 passed (35.1s)
🎭 Playwright Run Summary
3 skipped 23 passed (46.6s)
🎭 Playwright Run Summary
3 skipped 23 passed (37.8s)
🎭 Playwright Run Summary
3 skipped 23 passed (34.2s)
🎭 Playwright Run Summary
3 skipped 23 passed (55.6s)
🎭 Playwright Run Summary
3 skipped 23 passed (47.3s)
🎭 Playwright Run Summary
5 skipped 77 passed (5.0m)

Artifacts

Produced during runtime
Name Size
playwright-report-macos-latest-18-1 Expired
157 KB
playwright-report-windows-latest-20-2 Expired
1.86 KB