Skip to content

vite-ecosystem-ci

vite-ecosystem-ci #649

Triggered via schedule April 14, 2025 05:01
Status Failure
Total duration 30m 47s
Artifacts

ecosystem-ci.yml

on: schedule
Matrix: test-ecosystem
Fit to window
Zoom out
Zoom in

Annotations

17 errors and 5 notices
test-ecosystem (laravel)
Process completed with exit code 1.
test-ecosystem (laravel)
Cannot find module 'rollup' or its corresponding type declarations.
test-ecosystem (laravel)
Cannot find module 'rollup' or its corresponding type declarations.
test-ecosystem (vike)
Process completed with exit code 1.
test/preload/dev.spec.ts > preload tags > Preload Eager: workspace/vike/vike/test/preload/testRun.ts#L32
Error: Snapshot `preload tags > Preload Eager 2` mismatched - Expected + Received @@ -5,15 +5,14 @@ </head> <body> <div id="root"><div style="display:flex;max-width:900px;margin:auto"><div style="padding:20px;padding-top:20px;flex-shrink:0;display:flex;flex-direction:column;align-items:center;line-height:1.8em"><div style="margin-top:20px;margin-bottom:10px"><a href="/"><img src="/renderer/logo.svg" height="64" width="64"/></a></div><a class="navitem" href="/">Preload Default</a><a class="navitem" href="/preload-disabled">Preload Disabled</a><a class="navitem" href="/preload-images">Preload Images</a></div><div style="padding:20px;padding-bottom:50px;border-left:2px solid #eee;min-height:100vh"><h1>Eager</h1><p>This page showcases eager preloading (non-JavaScript assets are preloaded ASAP).</p></div></div></div> <script id="vike_pageContext" type="application/json">{"_urlRewrite":null,"pageId":"/pages/preload-eager","routeParams":{}}</script> <script type="module" async> - import RefreshRuntime from "/@react-refresh" + import { injectIntoGlobalHook } from "/@react-refresh" - RefreshRuntime.injectIntoGlobalHook(window) + injectIntoGlobalHook(window); - window.$RefreshReg$ = () => {} + window.$RefreshReg$ = () => {}; - window.$RefreshSig$ = () => (type) => type - window.__vite_plugin_react_preamble_installed__ = true + window.$RefreshSig$ = () => (type) => type; import "/@vite/client"; import "/@fs/$ROOT/vike/dist/esm/client/server-routing-runtime/entry.js"; </script> </body> </html>" ❯ test/preload/testRun.ts:32:20
test/preload/dev.spec.ts > preload tags > Preload Images: workspace/vike/vike/test/preload/testRun.ts#L27
Error: Snapshot `preload tags > Preload Images 2` mismatched - Expected + Received @@ -5,15 +5,14 @@ </head> <body> <div id="root"><div style="display:flex;max-width:900px;margin:auto"><div style="padding:20px;padding-top:20px;flex-shrink:0;display:flex;flex-direction:column;align-items:center;line-height:1.8em"><div style="margin-top:20px;margin-bottom:10px"><a href="/"><img src="/renderer/logo.svg" height="64" width="64"/></a></div><a class="navitem" href="/">Preload Default</a><a class="navitem" href="/preload-disabled">Preload Disabled</a><a class="navitem" href="/preload-images">Preload Images</a></div><div style="padding:20px;padding-bottom:50px;border-left:2px solid #eee;min-height:100vh"><h1>Preload Images</h1><p>This page showcases a custom strategy of preloading images.</p></div></div></div> <script id="vike_pageContext" type="application/json">{"_urlRewrite":null,"pageId":"/pages/preload-images","routeParams":{}}</script> <script type="module" async> - import RefreshRuntime from "/@react-refresh" + import { injectIntoGlobalHook } from "/@react-refresh" - RefreshRuntime.injectIntoGlobalHook(window) + injectIntoGlobalHook(window); - window.$RefreshReg$ = () => {} + window.$RefreshReg$ = () => {}; - window.$RefreshSig$ = () => (type) => type - window.__vite_plugin_react_preamble_installed__ = true + window.$RefreshSig$ = () => (type) => type; import "/@vite/client"; import "/@fs/$ROOT/vike/dist/esm/client/server-routing-runtime/entry.js"; </script> </body> </html>" ❯ test/preload/testRun.ts:27:20
test/preload/dev.spec.ts > preload tags > Preload Disabled: workspace/vike/vike/test/preload/testRun.ts#L22
Error: Snapshot `preload tags > Preload Disabled 2` mismatched - Expected + Received @@ -5,15 +5,14 @@ </head> <body> <div id="root"><div style="display:flex;max-width:900px;margin:auto"><div style="padding:20px;padding-top:20px;flex-shrink:0;display:flex;flex-direction:column;align-items:center;line-height:1.8em"><div style="margin-top:20px;margin-bottom:10px"><a href="/"><img src="/renderer/logo.svg" height="64" width="64"/></a></div><a class="navitem" href="/">Preload Default</a><a class="navitem" href="/preload-disabled">Preload Disabled</a><a class="navitem" href="/preload-images">Preload Images</a></div><div style="padding:20px;padding-bottom:50px;border-left:2px solid #eee;min-height:100vh"><h1>Preload Disabled</h1><p>This page showcases completely disabled preloading: the image nor the font are preloaded.</p></div></div></div> <script id="vike_pageContext" type="application/json">{"_urlRewrite":null,"pageId":"/pages/preload-disabled","routeParams":{}}</script> <script type="module" async> - import RefreshRuntime from "/@react-refresh" + import { injectIntoGlobalHook } from "/@react-refresh" - RefreshRuntime.injectIntoGlobalHook(window) + injectIntoGlobalHook(window); - window.$RefreshReg$ = () => {} + window.$RefreshReg$ = () => {}; - window.$RefreshSig$ = () => (type) => type - window.__vite_plugin_react_preamble_installed__ = true + window.$RefreshSig$ = () => (type) => type; import "/@vite/client"; import "/@fs/$ROOT/vike/dist/esm/client/server-routing-runtime/entry.js"; </script> </body> </html>" ❯ test/preload/testRun.ts:22:20
test/preload/dev.spec.ts > preload tags > Preload Default: workspace/vike/vike/test/preload/testRun.ts#L15
Error: Snapshot `preload tags > Preload Default 2` mismatched - Expected + Received @@ -5,15 +5,14 @@ </head> <body> <div id="root"><div style="display:flex;max-width:900px;margin:auto"><div style="padding:20px;padding-top:20px;flex-shrink:0;display:flex;flex-direction:column;align-items:center;line-height:1.8em"><div style="margin-top:20px;margin-bottom:10px"><a href="/"><img src="/renderer/logo.svg" height="64" width="64"/></a></div><a class="navitem" href="/">Preload Default</a><a class="navitem" href="/preload-disabled">Preload Disabled</a><a class="navitem" href="/preload-images">Preload Images</a></div><div style="padding:20px;padding-bottom:50px;border-left:2px solid #eee;min-height:100vh"><h1>Default</h1><p>This page showcases the default preloading strategy: in production, both the image and the font are preloaded.</p></div></div></div> <script id="vike_pageContext" type="application/json">{"_urlRewrite":null,"pageId":"/pages/index","routeParams":{}}</script> <script type="module" async> - import RefreshRuntime from "/@react-refresh" + import { injectIntoGlobalHook } from "/@react-refresh" - RefreshRuntime.injectIntoGlobalHook(window) + injectIntoGlobalHook(window); - window.$RefreshReg$ = () => {} + window.$RefreshReg$ = () => {}; - window.$RefreshSig$ = () => (type) => type - window.__vite_plugin_react_preamble_installed__ = true + window.$RefreshSig$ = () => (type) => type; import "/@vite/client"; import "/@fs/$ROOT/vike/dist/esm/client/server-routing-runtime/entry.js"; </script> </body> </html>" ❯ test/preload/testRun.ts:15:22
test/preload/dev.spec.ts > preload tags > Preload Eager: workspace/vike/vike/test/preload/testRun.ts#L32
Error: Snapshot `preload tags > Preload Eager 2` mismatched - Expected + Received @@ -5,15 +5,14 @@ </head> <body> <div id="root"><div style="display:flex;max-width:900px;margin:auto"><div style="padding:20px;padding-top:20px;flex-shrink:0;display:flex;flex-direction:column;align-items:center;line-height:1.8em"><div style="margin-top:20px;margin-bottom:10px"><a href="/"><img src="/renderer/logo.svg" height="64" width="64"/></a></div><a class="navitem" href="/">Preload Default</a><a class="navitem" href="/preload-disabled">Preload Disabled</a><a class="navitem" href="/preload-images">Preload Images</a></div><div style="padding:20px;padding-bottom:50px;border-left:2px solid #eee;min-height:100vh"><h1>Eager</h1><p>This page showcases eager preloading (non-JavaScript assets are preloaded ASAP).</p></div></div></div> <script id="vike_pageContext" type="application/json">{"_urlRewrite":null,"pageId":"/pages/preload-eager","routeParams":{}}</script> <script type="module" async> - import RefreshRuntime from "/@react-refresh" + import { injectIntoGlobalHook } from "/@react-refresh" - RefreshRuntime.injectIntoGlobalHook(window) + injectIntoGlobalHook(window); - window.$RefreshReg$ = () => {} + window.$RefreshReg$ = () => {}; - window.$RefreshSig$ = () => (type) => type - window.__vite_plugin_react_preamble_installed__ = true + window.$RefreshSig$ = () => (type) => type; import "/@vite/client"; import "/@fs/$ROOT/vike/dist/esm/client/server-routing-runtime/entry.js"; </script> </body> </html>" ❯ test/preload/testRun.ts:32:20
test/preload/dev.spec.ts > preload tags > Preload Images: workspace/vike/vike/test/preload/testRun.ts#L27
Error: Snapshot `preload tags > Preload Images 2` mismatched - Expected + Received @@ -5,15 +5,14 @@ </head> <body> <div id="root"><div style="display:flex;max-width:900px;margin:auto"><div style="padding:20px;padding-top:20px;flex-shrink:0;display:flex;flex-direction:column;align-items:center;line-height:1.8em"><div style="margin-top:20px;margin-bottom:10px"><a href="/"><img src="/renderer/logo.svg" height="64" width="64"/></a></div><a class="navitem" href="/">Preload Default</a><a class="navitem" href="/preload-disabled">Preload Disabled</a><a class="navitem" href="/preload-images">Preload Images</a></div><div style="padding:20px;padding-bottom:50px;border-left:2px solid #eee;min-height:100vh"><h1>Preload Images</h1><p>This page showcases a custom strategy of preloading images.</p></div></div></div> <script id="vike_pageContext" type="application/json">{"_urlRewrite":null,"pageId":"/pages/preload-images","routeParams":{}}</script> <script type="module" async> - import RefreshRuntime from "/@react-refresh" + import { injectIntoGlobalHook } from "/@react-refresh" - RefreshRuntime.injectIntoGlobalHook(window) + injectIntoGlobalHook(window); - window.$RefreshReg$ = () => {} + window.$RefreshReg$ = () => {}; - window.$RefreshSig$ = () => (type) => type - window.__vite_plugin_react_preamble_installed__ = true + window.$RefreshSig$ = () => (type) => type; import "/@vite/client"; import "/@fs/$ROOT/vike/dist/esm/client/server-routing-runtime/entry.js"; </script> </body> </html>" ❯ test/preload/testRun.ts:27:20
test/preload/dev.spec.ts > preload tags > Preload Disabled: workspace/vike/vike/test/preload/testRun.ts#L22
Error: Snapshot `preload tags > Preload Disabled 2` mismatched - Expected + Received @@ -5,15 +5,14 @@ </head> <body> <div id="root"><div style="display:flex;max-width:900px;margin:auto"><div style="padding:20px;padding-top:20px;flex-shrink:0;display:flex;flex-direction:column;align-items:center;line-height:1.8em"><div style="margin-top:20px;margin-bottom:10px"><a href="/"><img src="/renderer/logo.svg" height="64" width="64"/></a></div><a class="navitem" href="/">Preload Default</a><a class="navitem" href="/preload-disabled">Preload Disabled</a><a class="navitem" href="/preload-images">Preload Images</a></div><div style="padding:20px;padding-bottom:50px;border-left:2px solid #eee;min-height:100vh"><h1>Preload Disabled</h1><p>This page showcases completely disabled preloading: the image nor the font are preloaded.</p></div></div></div> <script id="vike_pageContext" type="application/json">{"_urlRewrite":null,"pageId":"/pages/preload-disabled","routeParams":{}}</script> <script type="module" async> - import RefreshRuntime from "/@react-refresh" + import { injectIntoGlobalHook } from "/@react-refresh" - RefreshRuntime.injectIntoGlobalHook(window) + injectIntoGlobalHook(window); - window.$RefreshReg$ = () => {} + window.$RefreshReg$ = () => {}; - window.$RefreshSig$ = () => (type) => type - window.__vite_plugin_react_preamble_installed__ = true + window.$RefreshSig$ = () => (type) => type; import "/@vite/client"; import "/@fs/$ROOT/vike/dist/esm/client/server-routing-runtime/entry.js"; </script> </body> </html>" ❯ test/preload/testRun.ts:22:20
test/preload/dev.spec.ts > preload tags > Preload Default: workspace/vike/vike/test/preload/testRun.ts#L15
Error: Snapshot `preload tags > Preload Default 2` mismatched - Expected + Received @@ -5,15 +5,14 @@ </head> <body> <div id="root"><div style="display:flex;max-width:900px;margin:auto"><div style="padding:20px;padding-top:20px;flex-shrink:0;display:flex;flex-direction:column;align-items:center;line-height:1.8em"><div style="margin-top:20px;margin-bottom:10px"><a href="/"><img src="/renderer/logo.svg" height="64" width="64"/></a></div><a class="navitem" href="/">Preload Default</a><a class="navitem" href="/preload-disabled">Preload Disabled</a><a class="navitem" href="/preload-images">Preload Images</a></div><div style="padding:20px;padding-bottom:50px;border-left:2px solid #eee;min-height:100vh"><h1>Default</h1><p>This page showcases the default preloading strategy: in production, both the image and the font are preloaded.</p></div></div></div> <script id="vike_pageContext" type="application/json">{"_urlRewrite":null,"pageId":"/pages/index","routeParams":{}}</script> <script type="module" async> - import RefreshRuntime from "/@react-refresh" + import { injectIntoGlobalHook } from "/@react-refresh" - RefreshRuntime.injectIntoGlobalHook(window) + injectIntoGlobalHook(window); - window.$RefreshReg$ = () => {} + window.$RefreshReg$ = () => {}; - window.$RefreshSig$ = () => (type) => type - window.__vite_plugin_react_preamble_installed__ = true + window.$RefreshSig$ = () => (type) => type; import "/@vite/client"; import "/@fs/$ROOT/vike/dist/esm/client/server-routing-runtime/entry.js"; </script> </body> </html>" ❯ test/preload/testRun.ts:15:22
test-ecosystem (vite-plugin-svelte)
Process completed with exit code 1.
test-ecosystem (storybook)
Process completed with exit code 1.
Child Process Error: workspace/waku/waku/e2e/utils.ts#L0
stderr: Error: Redirect at createCustomError (file:///home/runner/work/vite-ecosystem-ci/vite-ecosystem-ci/workspace/waku/waku/packages/waku/dist/lib/utils/custom-errors.js:20:17) at unstable_redirect (file:///home/runner/work/vite-ecosystem-ci/vite-ecosystem-ci/workspace/waku/waku/packages/waku/dist/router/define-router.js:62:52) at SyncPage (file:///home/runner/work/vite-ecosystem-ci/vite-ecosystem-ci/workspace/waku/waku/e2e/fixtures/ssr-redirect/src/pages/sync.tsx:7:46) at resolveErrorDev (/home/runner/work/vite-ecosystem-ci/vite-ecosystem-ci/workspace/waku/waku/e2e/fixtures/ssr-redirect/node_modules/.vite/waku-dev-server-main/deps_ssr/react-server-dom-webpack_client__edge.js?v=e0c66de5:4845:48) at processFullStringRow (/home/runner/work/vite-ecosystem-ci/vite-ecosystem-ci/workspace/waku/waku/e2e/fixtures/ssr-redirect/node_modules/.vite/waku-dev-server-main/deps_ssr/react-server-dom-webpack_client__edge.js?v=e0c66de5:5110:19) at processFullBinaryRow (/home/runner/work/vite-ecosystem-ci/vite-ecosystem-ci/workspace/waku/waku/e2e/fixtures/ssr-redirect/node_modules/.vite/waku-dev-server-main/deps_ssr/react-server-dom-webpack_client__edge.js?v=e0c66de5:5098:9) at progress (/home/runner/work/vite-ecosystem-ci/vite-ecosystem-ci/workspace/waku/waku/e2e/fixtures/ssr-redirect/node_modules/.vite/waku-dev-server-main/deps_ssr/react-server-dom-webpack_client__edge.js?v=e0c66de5:5273:80) { environmentName: 'Server', digest: '__WAKU_CUSTOM_ERROR__;{"status":307,"location":"/destination"}' }
Child Process Error: workspace/waku/waku/e2e/utils.ts#L0
stderr: Error: Not Found at SyncPage (/tmp/broken-linksuzKlvK/src/pages/dynamic-not-found/sync.tsx:5:3) at resolveErrorDev (/tmp/broken-linksuzKlvK/node_modules/.vite/waku-dev-server-main/deps_ssr/react-server-dom-webpack_client__edge.js:4843:48) at processFullStringRow (/tmp/broken-linksuzKlvK/node_modules/.vite/waku-dev-server-main/deps_ssr/react-server-dom-webpack_client__edge.js:5108:19) at processFullBinaryRow (/tmp/broken-linksuzKlvK/node_modules/.vite/waku-dev-server-main/deps_ssr/react-server-dom-webpack_client__edge.js:5096:9) at progress (/tmp/broken-linksuzKlvK/node_modules/.vite/waku-dev-server-main/deps_ssr/react-server-dom-webpack_client__edge.js:5271:80) { environmentName: 'Server', digest: '__WAKU_CUSTOM_ERROR__;{"status":404}' }
test-ecosystem (vite-environment-examples)
Process completed with exit code 1.
🎭 Playwright Run Summary
69 passed (14.9s)
🎭 Playwright Run Summary
73 passed (23.1s)
🎭 Playwright Run Summary
21 passed (18.7s)
🎭 Playwright Run Summary
21 passed (18.4s)
🎭 Playwright Run Summary
4 skipped 282 passed (12.7m)