vite-ecosystem-ci #650
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 (nuxt)
Process completed with exit code 1.
|
test/basic.test.ts > server components/islands > /islands:
workspace/nuxt/nuxt/test/basic.test.ts#L1942
Error: locator.waitFor: Error: strict mode violation: locator('.box').getByText('"number": 101,') resolved to 2 elements:
1) <pre data-v-dd33c011="">{↵ "number": 101,↵ "str": "hello world",↵ "obj…</pre> aka getByText('{ "number": 101, "str": "').first()
2) <pre data-v-dd33c011="">{↵ "number": 101,↵ "str": "hello world",↵ "obj…</pre> aka locator('#wrapped-client-only').getByText('{ "number": 101, "str": "')
Call log:
- waiting for locator('.box').getByText('"number": 101,') to be visible
❯ test/basic.test.ts:1942:60
|
test/basic.test.ts > server components/islands > /islands:
workspace/nuxt/nuxt/test/basic.test.ts#L1942
Error: locator.waitFor: Error: strict mode violation: locator('.box').getByText('"number": 101,') resolved to 2 elements:
1) <pre data-v-dd33c011="">{↵ "number": 101,↵ "str": "hello world",↵ "obj…</pre> aka getByText('{ "number": 101, "str": "').first()
2) <pre data-v-dd33c011="">{↵ "number": 101,↵ "str": "hello world",↵ "obj…</pre> aka locator('#wrapped-client-only').getByText('{ "number": 101, "str": "')
Call log:
- waiting for locator('.box').getByText('"number": 101,') to be visible
❯ test/basic.test.ts:1942:60
|
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
|
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-links7yIPF1/src/pages/dynamic-not-found/sync.tsx:5:3)
at resolveErrorDev (/tmp/broken-links7yIPF1/node_modules/.vite/waku-dev-server-main/deps_ssr/react-server-dom-webpack_client__edge.js:4843:48)
at processFullStringRow (/tmp/broken-links7yIPF1/node_modules/.vite/waku-dev-server-main/deps_ssr/react-server-dom-webpack_client__edge.js:5108:19)
at processFullBinaryRow (/tmp/broken-links7yIPF1/node_modules/.vite/waku-dev-server-main/deps_ssr/react-server-dom-webpack_client__edge.js:5096:9)
at progress (/tmp/broken-links7yIPF1/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}'
}
|
🎭 Playwright Run Summary
21 passed (18.6s)
|
🎭 Playwright Run Summary
21 passed (18.2s)
|
🎭 Playwright Run Summary
69 passed (14.6s)
|
🎭 Playwright Run Summary
73 passed (23.2s)
|
🎭 Playwright Run Summary
4 skipped
282 passed (13.0m)
|