vite-ecosystem-ci #870
Annotations
27 errors and 5 notices
|
test-ecosystem (marko)
Property 'fs' does not exist on type '{ filter: { id: RegExp; }; handler(id: any): any; }'.
|
|
test-ecosystem (marko)
'code' implicitly has type 'any' because it does not have a type annotation and is referenced directly or indirectly in its own initializer.
|
|
test-ecosystem (marko)
Parameter 'id' implicitly has an 'any' type.
|
|
test-ecosystem (marko)
'handler' implicitly has return type 'any' because it does not have a return type annotation and is referenced directly or indirectly in one of its return expressions.
|
|
test-ecosystem (marko)
Parameter 'importer' implicitly has an 'any' type.
|
|
test-ecosystem (marko)
Parameter 'source' implicitly has an 'any' type.
|
|
test-ecosystem (marko)
Parameter 'id' implicitly has an 'any' type.
|
|
test-ecosystem (marko)
Parameter 'importer' implicitly has an 'any' type.
|
|
test-ecosystem (marko)
Parameter 'source' implicitly has an 'any' type.
|
|
test-ecosystem (marko)
Cannot find module 'rolldown' or its corresponding type declarations.
|
|
test-ecosystem (react-router)
Process completed with exit code 1.
|
|
test-ecosystem (react-router)
Object literal may only specify known properties, and 'target' does not exist in type 'JsxOptions'.
|
|
test-ecosystem (react-router)
Object literal may only specify known properties, and 'target' does not exist in type 'JsxOptions'.
|
|
test-ecosystem (vitest)
Process completed with exit code 1.
|
|
test-ecosystem (vite-plugin-rsc)
Process completed with exit code 1.
|
|
[chromium] › e2e/starter.ts:121:3 › build-no-ssr › image assets:
workspace/vite-plugin-rsc/vite-plugin-react/packages/plugin-rsc/e2e/starter.ts#L110
2) [chromium] › e2e/starter.ts:121:3 › build-no-ssr › image assets ───────────────────────────────
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(locator).not.toHaveJSProperty(expected) failed
Locator: getByAltText('Vite logo')
Expected: not 0
Received: 0
Timeout: 5000ms
Call log:
- Expect "not toHaveJSProperty" with timeout 5000ms
- waiting for getByAltText('Vite logo')
9 × locator resolved to <img class="logo" alt="Vite logo" src="/vite.svg"/>
- unexpected value "0"
108 | await page.goto(f.url())
109 | await waitForHydration(page)
> 110 | await expect(page.getByAltText('Vite logo')).not.toHaveJSProperty(
| ^
111 | 'naturalWidth',
112 | 0,
113 | )
at /home/runner/work/vite-ecosystem-ci/vite-ecosystem-ci/workspace/vite-plugin-rsc/vite-plugin-react/packages/plugin-rsc/e2e/starter.ts:110:54
|
|
[chromium] › e2e/starter.ts:121:3 › build-no-ssr › image assets:
workspace/vite-plugin-rsc/vite-plugin-react/packages/plugin-rsc/e2e/starter.ts#L110
2) [chromium] › e2e/starter.ts:121:3 › build-no-ssr › image assets ───────────────────────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(locator).not.toHaveJSProperty(expected) failed
Locator: getByAltText('Vite logo')
Expected: not 0
Received: 0
Timeout: 5000ms
Call log:
- Expect "not toHaveJSProperty" with timeout 5000ms
- waiting for getByAltText('Vite logo')
9 × locator resolved to <img class="logo" alt="Vite logo" src="/vite.svg"/>
- unexpected value "0"
108 | await page.goto(f.url())
109 | await waitForHydration(page)
> 110 | await expect(page.getByAltText('Vite logo')).not.toHaveJSProperty(
| ^
111 | 'naturalWidth',
112 | 0,
113 | )
at /home/runner/work/vite-ecosystem-ci/vite-ecosystem-ci/workspace/vite-plugin-rsc/vite-plugin-react/packages/plugin-rsc/e2e/starter.ts:110:54
|
|
[chromium] › e2e/starter.ts:121:3 › build-no-ssr › image assets:
workspace/vite-plugin-rsc/vite-plugin-react/packages/plugin-rsc/e2e/starter.ts#L110
2) [chromium] › e2e/starter.ts:121:3 › build-no-ssr › image assets ───────────────────────────────
Error: expect(locator).not.toHaveJSProperty(expected) failed
Locator: getByAltText('Vite logo')
Expected: not 0
Received: 0
Timeout: 5000ms
Call log:
- Expect "not toHaveJSProperty" with timeout 5000ms
- waiting for getByAltText('Vite logo')
9 × locator resolved to <img class="logo" alt="Vite logo" src="/vite.svg"/>
- unexpected value "0"
108 | await page.goto(f.url())
109 | await waitForHydration(page)
> 110 | await expect(page.getByAltText('Vite logo')).not.toHaveJSProperty(
| ^
111 | 'naturalWidth',
112 | 0,
113 | )
at /home/runner/work/vite-ecosystem-ci/vite-ecosystem-ci/workspace/vite-plugin-rsc/vite-plugin-react/packages/plugin-rsc/e2e/starter.ts:110:54
|
|
[chromium] › e2e/starter.ts:121:3 › build-browser-mode › image assets:
workspace/vite-plugin-rsc/vite-plugin-react/packages/plugin-rsc/e2e/starter.ts#L110
1) [chromium] › e2e/starter.ts:121:3 › build-browser-mode › image assets ─────────────────────────
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(locator).not.toHaveJSProperty(expected) failed
Locator: getByAltText('Vite logo')
Expected: not 0
Received: 0
Timeout: 5000ms
Call log:
- Expect "not toHaveJSProperty" with timeout 5000ms
- waiting for getByAltText('Vite logo')
9 × locator resolved to <img class="logo" alt="Vite logo" src="/vite.svg"/>
- unexpected value "0"
108 | await page.goto(f.url())
109 | await waitForHydration(page)
> 110 | await expect(page.getByAltText('Vite logo')).not.toHaveJSProperty(
| ^
111 | 'naturalWidth',
112 | 0,
113 | )
at /home/runner/work/vite-ecosystem-ci/vite-ecosystem-ci/workspace/vite-plugin-rsc/vite-plugin-react/packages/plugin-rsc/e2e/starter.ts:110:54
|
|
[chromium] › e2e/starter.ts:121:3 › build-browser-mode › image assets:
workspace/vite-plugin-rsc/vite-plugin-react/packages/plugin-rsc/e2e/starter.ts#L110
1) [chromium] › e2e/starter.ts:121:3 › build-browser-mode › image assets ─────────────────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(locator).not.toHaveJSProperty(expected) failed
Locator: getByAltText('Vite logo')
Expected: not 0
Received: 0
Timeout: 5000ms
Call log:
- Expect "not toHaveJSProperty" with timeout 5000ms
- waiting for getByAltText('Vite logo')
9 × locator resolved to <img class="logo" alt="Vite logo" src="/vite.svg"/>
- unexpected value "0"
108 | await page.goto(f.url())
109 | await waitForHydration(page)
> 110 | await expect(page.getByAltText('Vite logo')).not.toHaveJSProperty(
| ^
111 | 'naturalWidth',
112 | 0,
113 | )
at /home/runner/work/vite-ecosystem-ci/vite-ecosystem-ci/workspace/vite-plugin-rsc/vite-plugin-react/packages/plugin-rsc/e2e/starter.ts:110:54
|
|
[chromium] › e2e/starter.ts:121:3 › build-browser-mode › image assets:
workspace/vite-plugin-rsc/vite-plugin-react/packages/plugin-rsc/e2e/starter.ts#L110
1) [chromium] › e2e/starter.ts:121:3 › build-browser-mode › image assets ─────────────────────────
Error: expect(locator).not.toHaveJSProperty(expected) failed
Locator: getByAltText('Vite logo')
Expected: not 0
Received: 0
Timeout: 5000ms
Call log:
- Expect "not toHaveJSProperty" with timeout 5000ms
- waiting for getByAltText('Vite logo')
9 × locator resolved to <img class="logo" alt="Vite logo" src="/vite.svg"/>
- unexpected value "0"
108 | await page.goto(f.url())
109 | await waitForHydration(page)
> 110 | await expect(page.getByAltText('Vite logo')).not.toHaveJSProperty(
| ^
111 | 'naturalWidth',
112 | 0,
113 | )
at /home/runner/work/vite-ecosystem-ci/vite-ecosystem-ci/workspace/vite-plugin-rsc/vite-plugin-react/packages/plugin-rsc/e2e/starter.ts:110:54
|
|
test-ecosystem (waku)
stderr: npm warn Unknown env config "save-workspace-protocol". This will stop working in the next major version of npm. See `npm help npmrc` for supported config options.
|
|
Child Process Error:
workspace/waku/waku/e2e/utils.ts#L0
stderr: 5:46:21 AM [vite] (rsc) Internal Server Error
Transform failed with 1 error:
[PARSE_ERROR] Error: Expected `>` but found `<`
╭─[ src/pages/index.tsx:7:20 ]
│
7 │ <pEdited Page</p>
│ ┬
│ ╰── `>` expected
───╯
at transformWithOxc (file:///home/runner/work/vite-ecosystem-ci/vite-ecosystem-ci/workspace/waku/waku/node_modules/.pnpm/vite@file+..+..+vite+packages+vite_@types+node@25.6.0_esbuild@0.28.0_jiti@2.6.1_terser@5.46.1_tsx@4.19.4_yaml@2.8.3/node_modules/vite/dist/node/chunks/node.js:3343:19)
at TransformPluginContext.transform (file:///home/runner/work/vite-ecosystem-ci/vite-ecosystem-ci/workspace/waku/waku/node_modules/.pnpm/vite@file+..+..+vite+packages+vite_@types+node@25.6.0_esbuild@0.28.0_jiti@2.6.1_terser@5.46.1_tsx@4.19.4_yaml@2.8.3/node_modules/vite/dist/node/chunks/node.js:3411:26)
at EnvironmentPluginContainer.transform (file:///home/runner/work/vite-ecosystem-ci/vite-ecosystem-ci/workspace/waku/waku/node_modules/.pnpm/vite@file+..+..+vite+packages+vite_@types+node@25.6.0_esbuild@0.28.0_jiti@2.6.1_terser@5.46.1_tsx@4.19.4_yaml@2.8.3/node_modules/vite/dist/node/chunks/node.js:30164:51)
at async loadAndTransform (file:///home/runner/work/vite-ecosystem-ci/vite-ecosystem-ci/workspace/waku/waku/node_modules/.pnpm/vite@file+..+..+vite+packages+vite_@types+node@25.6.0_esbuild@0.28.0_jiti@2.6.1_terser@5.46.1_tsx@4.19.4_yaml@2.8.3/node_modules/vite/dist/node/chunks/node.js:24512:26)
at async MinimalPluginContext.hotUpdate (file:///home/runner/work/vite-ecosystem-ci/vite-ecosystem-ci/workspace/waku/waku/node_modules/.pnpm/@vitejs+plugin-rsc@file+..+vite-plugin-react+packages+plugin-rsc_react-dom@19.2.5_react_c62bc6a26d3b563e456ce939f6b8b0de/node_modules/@vitejs/plugin-rsc/dist/plugin-DMfc_Eqq.js:844:8)
at async handleHMRUpdate (file:///home/runner/work/vite-ecosystem-ci/vite-ecosystem-ci/workspace/waku/waku/node_modules/.pnpm/vite@file+..+..+vite+packages+vite_@types+node@25.6.0_esbuild@0.28.0_jiti@2.6.1_terser@5.46.1_tsx@4.19.4_yaml@2.8.3/node_modules/vite/dist/node/chunks/node.js:26715:29)
at async onHMRUpdate (file:///home/runner/work/vite-ecosystem-ci/vite-ecosystem-ci/workspace/waku/waku/node_modules/.pnpm/vite@file+..+..+vite+packages+vite_@types+node@25.6.0_esbuild@0.28.0_jiti@2.6.1_terser@5.46.1_tsx@4.19.4_yaml@2.8.3/node_modules/vite/dist/node/chunks/node.js:26222:35)
at async onFileChange (file:///home/runner/work/vite-ecosystem-ci/vite-ecosystem-ci/workspace/waku/waku/node_modules/.pnpm/vite@file+..+..+vite+packages+vite_@types+node@25.6.0_esbuild@0.28.0_jiti@2.6.1_terser@5.46.1_tsx@4.19.4_yaml@2.8.3/node_modules/vite/dist/node/chunks/node.js:26247:3)
|
|
test-ecosystem (waku)
stderr:
WARNING: your worker config (at `wrangler.jsonc`) contains the following configuration options which are ignored since they are not applicable when using Vite:
- `no_bundle`, `rules` which are not relevant in the context of a Vite project
|
|
test-ecosystem (astro)
Process completed with exit code 1.
|
|
test-ecosystem (qwik)
The job has exceeded the maximum execution time of 30m0s
|
|
test-ecosystem (qwik)
The operation was canceled.
|
|
🎭 Playwright Run Summary
21 passed (14.2s)
|
|
🎭 Playwright Run Summary
71 passed (15.7s)
|
|
🎭 Playwright Run Summary
75 passed (27.2s)
|
|
🎭 Playwright Run Summary
2 failed
[chromium] › e2e/starter.ts:121:3 › build-browser-mode › image assets ──────────────────────────
[chromium] › e2e/starter.ts:121:3 › build-no-ssr › image assets ────────────────────────────────
106 skipped
496 passed (4.2m)
|
|
🎭 Playwright Run Summary
114 skipped
482 passed (7.2m)
|