Skip to content

ecosystem-ci-from-pr #272

ecosystem-ci-from-pr

ecosystem-ci-from-pr #272

Manually triggered August 13, 2024 06:02
Status Failure
Total duration 5m 57s
Artifacts

ecosystem-ci-from-pr.yml

on: workflow_dispatch
Running for PR #11597
2s
Running for PR #11597
Matrix: execute-all
execute-selected-suite
0s
execute-selected-suite
update-comment
7s
update-comment
Fit to window
Zoom out
Zoom in

Annotations

35 errors
execute-all (vitepress)
Cannot find namespace 'NodeJS'.
execute-all (vitepress)
Cannot find name 'process'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.
execute-all (vitepress)
Cannot find name 'process'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig.
execute-all (vitepress)
Cannot find namespace 'NodeJS'.
execute-all (vitepress)
Process completed with exit code 1.
execute-all (vite-plugin-vue)
Process completed with exit code 1.
execute-all (language-tools)
Unused '@ts-expect-error' directive.
execute-all (language-tools)
Argument of type 'DefineComponent<{ foo: string; bar?: number | undefined; }, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, ParametersToFns<[e: "update", value: string] | [e: ...]>, ... 10 more ..., {}>' is not assignable to parameter of type 'never'.
execute-all (language-tools)
Argument of type 'DefineComponent<Props, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<...>, ... 7 more ..., {}>' is not assignable to parameter of type 'never'.
execute-all (language-tools)
Argument of type '<T>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: __VLS_Prettify<Pick<NonNullable<Awaited<typeof __VLS_setup>>, "attrs" | "emit" | "slots">>, __VLS_expose?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<...>) => VNode<...> & { ...; }' is not assignable to parameter of type 'never'.
execute-all (language-tools)
Argument of type 'DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, { 'update:modelValue': (modelValue: string) => any; ... 4 more ...; 'update:g': (g: string) => any; }, ... 10 more ..., {}>' is not assignable to parameter of type 'never'.
execute-all (language-tools)
Argument of type 'DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, ... 8 more ..., {}>' is not assignable to parameter of type 'never'.
execute-all (language-tools)
Argument of type '<T>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: __VLS_Prettify<Pick<NonNullable<Awaited<typeof __VLS_setup>>, "attrs" | "emit" | "slots">>, __VLS_expose?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<...>) => VNode<...> & { ...; }' is not assignable to parameter of type 'never'.
execute-all (language-tools)
Unused '@ts-expect-error' directive.
execute-all (language-tools)
Unused '@ts-expect-error' directive.
execute-all (language-tools)
Unused '@ts-expect-error' directive.
packages/nuxt/test/auto-imports.test.ts > imports:vue > should register hydrateOnIdle globally: workspace/nuxt/nuxt/packages/nuxt/test/auto-imports.test.ts#L194
AssertionError: expected [ 'withCtx', 'withDirectives', …(64) ] to include 'hydrateOnIdle' ❯ packages/nuxt/test/auto-imports.test.ts:194:67
packages/nuxt/test/auto-imports.test.ts > imports:vue > should register hydrateOnInteraction globally: workspace/nuxt/nuxt/packages/nuxt/test/auto-imports.test.ts#L194
AssertionError: expected [ 'withCtx', 'withDirectives', …(64) ] to include 'hydrateOnInteraction' ❯ packages/nuxt/test/auto-imports.test.ts:194:67
packages/nuxt/test/auto-imports.test.ts > imports:vue > should register hydrateOnMediaQuery globally: workspace/nuxt/nuxt/packages/nuxt/test/auto-imports.test.ts#L194
AssertionError: expected [ 'withCtx', 'withDirectives', …(64) ] to include 'hydrateOnMediaQuery' ❯ packages/nuxt/test/auto-imports.test.ts:194:67
packages/nuxt/test/auto-imports.test.ts > imports:vue > should register hydrateOnVisible globally: workspace/nuxt/nuxt/packages/nuxt/test/auto-imports.test.ts#L194
AssertionError: expected [ 'withCtx', 'withDirectives', …(64) ] to include 'hydrateOnVisible' ❯ packages/nuxt/test/auto-imports.test.ts:194:67
packages/nuxt/test/auto-imports.test.ts > imports:vue > should register useHost globally: workspace/nuxt/nuxt/packages/nuxt/test/auto-imports.test.ts#L194
AssertionError: expected [ 'withCtx', 'withDirectives', …(64) ] to include 'useHost' ❯ packages/nuxt/test/auto-imports.test.ts:194:67
packages/nuxt/test/auto-imports.test.ts > imports:vue > should register useId globally: workspace/nuxt/nuxt/packages/nuxt/test/auto-imports.test.ts#L194
AssertionError: expected [ 'withCtx', 'withDirectives', …(64) ] to include 'useId' ❯ packages/nuxt/test/auto-imports.test.ts:194:67
packages/nuxt/test/auto-imports.test.ts > imports:vue > should register useShadowRoot globally: workspace/nuxt/nuxt/packages/nuxt/test/auto-imports.test.ts#L194
AssertionError: expected [ 'withCtx', 'withDirectives', …(64) ] to include 'useShadowRoot' ❯ packages/nuxt/test/auto-imports.test.ts:194:67
packages/nuxt/test/auto-imports.test.ts > imports:vue > should register useTemplateRef globally: workspace/nuxt/nuxt/packages/nuxt/test/auto-imports.test.ts#L194
AssertionError: expected [ 'withCtx', 'withDirectives', …(64) ] to include 'useTemplateRef' ❯ packages/nuxt/test/auto-imports.test.ts:194:67
packages/nuxt/test/treeshake-client.test.ts > treeshake client only in ssr > should treeshake ClientOnly correctly in 'prod': workspace/nuxt/nuxt/packages/nuxt/test/treeshake-client.test.ts#L130
TypeError: object null is not iterable (cannot read property Symbol(Symbol.iterator)) ❯ packages/nuxt/test/treeshake-client.test.ts:130:26
packages/nuxt/test/treeshake-client.test.ts > treeshake client only in ssr > should treeshake ClientOnly correctly in 'dev': workspace/nuxt/nuxt/packages/nuxt/test/treeshake-client.test.ts#L130
TypeError: object null is not iterable (cannot read property Symbol(Symbol.iterator)) ❯ packages/nuxt/test/treeshake-client.test.ts:130:26
src/col/test/demo-ssr.spec.ts > should render demo and match snapshot: workspace/vant/vant/packages/vant/test/demo.ts#L37
Error: Snapshot `should render demo and match snapshot 1` mismatched - Expected + Received @@ -63,18 +63,18 @@ > <!--[--> span: 8 </div> <div - style + style="padding-left:10px;" class="van-col van-col--8" > <!--[--> span: 8 </div> <div - style + style="padding-left:13.333333333333332px;padding-right:1.7763568394002505e-15px;" class="van-col van-col--8" > <!--[--> span: 8 </div> @@ -91,11 +91,11 @@ > <!--[--> span: 12 </div> <div - style + style="padding-left:10px;" class="van-col van-col--12" > <!--[--> span: 12 </div> @@ -105,11 +105,11 @@ > <!--[--> span: 12 </div> <div - style + style="padding-left:10px;" class="van-col van-col--12" > <!--[--> span: 12 </div> ❯ test/demo.ts:37:20
execute-all (vant)
Process completed with exit code 1.
execute-all (vue-macros)
Process completed with exit code 1.
Unhandled error: workspace/vue-i18n/vue-i18n/packages/message-compiler/src/errors.ts#L89
SyntaxError: Need to install with `app.use` function ❯ Module.createCompileError packages/message-compiler/src/errors.ts:89:17 ❯ Module.createI18nError packages/vue-i18n-core/src/errors.ts:38:10 ❯ Module.useI18n packages/vue-i18n-core/src/i18n.ts:708:11 ❯ setup packages/vue-i18n-core/test/wc.test.ts:64:21 ❯ callWithErrorHandling node_modules/.pnpm/@VUE+runtime-core@3.5.0-beta.1-1ffe8b8/node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:206:19 ❯ setupStatefulComponent node_modules/.pnpm/@VUE+runtime-core@3.5.0-beta.1-1ffe8b8/node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:7884:25 ❯ setupComponent node_modules/.pnpm/@VUE+runtime-core@3.5.0-beta.1-1ffe8b8/node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:7845:36 ❯ mountComponent node_modules/.pnpm/@VUE+runtime-core@3.5.0-beta.1-1ffe8b8/node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5044:7 ❯ processComponent node_modules/.pnpm/@VUE+runtime-core@3.5.0-beta.1-1ffe8b8/node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5010:9 ❯ patch node_modules/.pnpm/@VUE+runtime-core@3.5.0-beta.1-1ffe8b8/node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:4539:11 ⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯ Serialized Error: { code: 27, domain: undefined } This error originated in "packages/vue-i18n-core/test/wc.test.ts" test file. It doesn't mean the error was thrown inside the file itself, but while it was running. The latest test that might've caused the error is "basic". It might mean one of the following: - The error was thrown, while Vitest was running this test. - If the error occurred after the test had been completed, this was the last documented test before it was thrown.
Unhandled error: workspace/vue-i18n/vue-i18n/packages/message-compiler/src/errors.ts#L89
SyntaxError: Need to install with `app.use` function ❯ Module.createCompileError packages/message-compiler/src/errors.ts:89:17 ❯ Module.createI18nError packages/vue-i18n-core/src/errors.ts:38:10 ❯ Module.useI18n packages/vue-i18n-core/src/i18n.ts:708:11 ❯ setup packages/vue-i18n-core/test/wc.test.ts:126:21 ❯ callWithErrorHandling node_modules/.pnpm/@VUE+runtime-core@3.5.0-beta.1-1ffe8b8/node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:206:19 ❯ setupStatefulComponent node_modules/.pnpm/@VUE+runtime-core@3.5.0-beta.1-1ffe8b8/node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:7884:25 ❯ setupComponent node_modules/.pnpm/@VUE+runtime-core@3.5.0-beta.1-1ffe8b8/node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:7845:36 ❯ mountComponent node_modules/.pnpm/@VUE+runtime-core@3.5.0-beta.1-1ffe8b8/node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5044:7 ❯ processComponent node_modules/.pnpm/@VUE+runtime-core@3.5.0-beta.1-1ffe8b8/node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:5010:9 ❯ patch node_modules/.pnpm/@VUE+runtime-core@3.5.0-beta.1-1ffe8b8/node_modules/@vue/runtime-core/dist/runtime-core.cjs.js:4539:11 ⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯ Serialized Error: { code: 27, domain: undefined } This error originated in "packages/vue-i18n-core/test/wc.test.ts" test file. It doesn't mean the error was thrown inside the file itself, but while it was running. The latest test that might've caused the error is "custom blocks". It might mean one of the following: - The error was thrown, while Vitest was running this test. - If the error occurred after the test had been completed, this was the last documented test before it was thrown.
packages/vue-i18n-core/test/i18n.test.ts > useI18n > Need to install with `provide` function: workspace/vue-i18n/vue-i18n/packages/vue-i18n-core/test/i18n.test.ts#L621
AssertionError: expected 'Need to install with `app.use` functi…' to deeply equal 'Need to install with `provide` functi…' - Expected + Received - Need to install with `provide` function + Need to install with `app.use` function ❯ packages/vue-i18n-core/test/i18n.test.ts:621:19
packages/vue-i18n-core/test/wc.test.ts > basic: workspace/vue-i18n/vue-i18n/packages/vue-i18n-core/test/wc.test.ts#L74
AssertionError: expected '' to be '<div>hello web components!</div>' // Object.is equality - Expected + Received - <div>hello web components!</div> ❯ packages/vue-i18n-core/test/wc.test.ts:74:42
packages/vue-i18n-core/test/wc.test.ts > custom blocks: workspace/vue-i18n/vue-i18n/packages/vue-i18n-core/test/wc.test.ts#L139
AssertionError: expected '' to be '<div>foo!</div>' // Object.is equality - Expected + Received - <div>foo!</div> ❯ packages/vue-i18n-core/test/wc.test.ts:139:39
execute-all (vue-i18n)
Process completed with exit code 1.