Skip to content

ecosystem-ci-from-pr #390

ecosystem-ci-from-pr

ecosystem-ci-from-pr #390

Manually triggered November 7, 2024 08:02
Status Failure
Total duration 6m 19s
Artifacts

ecosystem-ci-from-pr.yml

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

Annotations

15 errors
packages/nuxt/__tests__/nuxt.spec.ts > works with nuxt > works on ssr: workspace/pinia/pinia/packages/nuxt/__tests__/nuxt.spec.ts#L33
FetchError: [GET] "http://127.0.0.1:34769/": 500 Internal Server Error ❯ $fetchRaw2 node_modules/.pnpm/[email protected]/node_modules/ofetch/dist/shared/ofetch.03887fc3.mjs:311:14 ❯ $fetch2 node_modules/.pnpm/[email protected]/node_modules/ofetch/dist/shared/ofetch.03887fc3.mjs:316:15 ❯ packages/nuxt/__tests__/nuxt.spec.ts:33:18 ⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯ Serialized Error: { request: 'http://127.0.0.1:34769/', options: { headers: { constructor: 'Function<Headers>', append: 'Function<append>', delete: 'Function<delete>', get: 'Function<get>', set: 'Function<set>', getSetCookie: 'Function<getSetCookie>', has: 'Function<has>', forEach: 'Function<forEach>', keys: 'Function<keys>', values: 'Function<values>', entries: 'Function<entries>' }, retry: +0 }, response: { _data: { url: '/', statusCode: 500, statusMessage: '', message: 'internal server error', stack: '' }, constructor: 'Function<Response>', type: 'basic', url: 'http://127.0.0.1:34769/', redirected: false, status: 500, ok: false, statusText: 'Internal Server Error', headers: { constructor: 'Function<Headers>', append: 'Function<append>', delete: 'Function<delete>', get: 'Function<get>', has: 'Function<has>', set: 'Function<set>', getSetCookie: 'Function<getSetCookie>', keys: 'Function<keys>', values: 'Function<values>', entries: 'Function<entries>', forEach: 'Function<forEach>' }, body: { constructor: 'Function<ReadableStream>', locked: true, cancel: 'Function<cancel>', getReader: 'Function<getReader>', pipeThrough: 'Function<pipeThrough>', pipeTo: 'Function<pipeTo>', tee: 'Function<tee>', values: 'Function<values>' }, bodyUsed: true, clone: 'Function<clone>', blob: 'Function<blob>', arrayBuffer: 'Function<arrayBuffer>', text: 'Function<text>', json: 'Function<json>', formData: 'Function<formData>' }, data: { url: '/', statusCode: 500, statusMessage: '', message: 'internal server error', stack: '' }, status: 500, statusCode: 500, statusText: 'Internal Server Error', statusMessage: 'Internal Server Error' }
packages/nuxt/__tests__/nuxt.spec.ts > works with nuxt > drops state that is marked with skipHydrate: workspace/pinia/pinia/packages/nuxt/__tests__/nuxt.spec.ts#L38
FetchError: [GET] "http://127.0.0.1:34769/skip-hydrate": 500 Internal Server Error ❯ $fetchRaw2 node_modules/.pnpm/[email protected]/node_modules/ofetch/dist/shared/ofetch.03887fc3.mjs:311:14 ❯ $fetch2 node_modules/.pnpm/[email protected]/node_modules/ofetch/dist/shared/ofetch.03887fc3.mjs:316:15 ❯ packages/nuxt/__tests__/nuxt.spec.ts:38:18 ⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯ Serialized Error: { request: 'http://127.0.0.1:34769/skip-hydrate', options: { headers: { constructor: 'Function<Headers>', append: 'Function<append>', delete: 'Function<delete>', get: 'Function<get>', set: 'Function<set>', getSetCookie: 'Function<getSetCookie>', has: 'Function<has>', forEach: 'Function<forEach>', keys: 'Function<keys>', values: 'Function<values>', entries: 'Function<entries>' }, retry: +0 }, response: { _data: { url: '/skip-hydrate', statusCode: 500, statusMessage: '', message: 'internal server error', stack: '' }, constructor: 'Function<Response>', type: 'basic', url: 'http://127.0.0.1:34769/skip-hydrate', redirected: false, status: 500, ok: false, statusText: 'Internal Server Error', headers: { constructor: 'Function<Headers>', append: 'Function<append>', delete: 'Function<delete>', get: 'Function<get>', has: 'Function<has>', set: 'Function<set>', getSetCookie: 'Function<getSetCookie>', keys: 'Function<keys>', values: 'Function<values>', entries: 'Function<entries>', forEach: 'Function<forEach>' }, body: { constructor: 'Function<ReadableStream>', locked: true, cancel: 'Function<cancel>', getReader: 'Function<getReader>', pipeThrough: 'Function<pipeThrough>', pipeTo: 'Function<pipeTo>', tee: 'Function<tee>', values: 'Function<values>' }, bodyUsed: true, clone: 'Function<clone>', blob: 'Function<blob>', arrayBuffer: 'Function<arrayBuffer>', text: 'Function<text>', json: 'Function<json>', formData: 'Function<formData>' }, data: { url: '/skip-hydrate', statusCode: 500, statusMessage: '', message: 'internal server error', stack: '' }, status: 500, statusCode: 500, statusText: 'Internal Server Error', statusMessage: 'Internal Server Error' }
packages/testing/src/testing.spec.ts > Testing > plugins > can override getters added in plugins: workspace/pinia/pinia/packages/testing/src/testing.spec.ts#L268
AssertionError: expected undefined to be 6 // Object.is equality - Expected: 6 + Received: undefined ❯ packages/testing/src/testing.spec.ts:268:30
packages/testing/src/testing.spec.ts > Testing > getters > allows overriding getters: workspace/pinia/pinia/packages/testing/src/testing.spec.ts#L295
AssertionError: expected undefined to be 4 // Object.is equality - Expected: 4 + Received: undefined ❯ packages/testing/src/testing.spec.ts:295:30
packages/testing/src/testing.spec.ts > Testing > plugins > can override getters added in plugins: workspace/pinia/pinia/packages/testing/src/testing.spec.ts#L268
AssertionError: expected undefined to be 6 // Object.is equality - Expected: 6 + Received: undefined ❯ packages/testing/src/testing.spec.ts:268:30
packages/testing/src/testing.spec.ts > Testing > getters > allows overriding getters: workspace/pinia/pinia/packages/testing/src/testing.spec.ts#L295
AssertionError: expected undefined to be 4 // Object.is equality - Expected: 4 + Received: undefined ❯ packages/testing/src/testing.spec.ts:295:30
execute-all (pinia)
Process completed with exit code 1.
execute-all (language-tools)
Expression expected.",
execute-all (language-tools)
Expression expected.",
execute-all (language-tools)
Property 'notExist' does not exist on type 'CreateComponentPublicInstanceWithMixins<ToResolvedProps<{}, {}>, { exist: typeof exist; }, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, ... 18 more ..., {}>'.",
execute-all (language-tools)
Property 'notExist' does not exist on type 'CreateComponentPublicInstanceWithMixins<ToResolvedProps<{}, {}>, { exist: typeof exist; }, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, ... 18 more ..., {}>'.",
execute-all (language-tools)
Unused '@ts-expect-error' directive.",
execute-all (language-tools)
Argument of type '<T>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: __VLS_PrettifyLocal<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'.",
packages/tsc/tests/typecheck.spec.ts > vue-tsc > TypeScript - Stable: workspace/language-tools/language-tools/packages/tsc/tests/typecheck.spec.ts#L10
Error: Snapshot `vue-tsc > TypeScript - Stable 1` mismatched - Expected + Received @@ -4,6 +4,7 @@ "test-workspace/tsc/failureFixtures/#3632/script.vue(3,1): error TS1109: Expression expected.", "test-workspace/tsc/failureFixtures/#3632/scriptSetup.vue(3,1): error TS1109: Expression expected.", "test-workspace/tsc/failureFixtures/directives/main.vue(4,6): error TS2339: Property 'notExist' does not exist on type 'CreateComponentPublicInstanceWithMixins<ToResolvedProps<{}, {}>, { exist: typeof exist; }, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, ... 18 more ..., {}>'.", "test-workspace/tsc/failureFixtures/directives/main.vue(9,6): error TS2339: Property 'notExist' does not exist on type 'CreateComponentPublicInstanceWithMixins<ToResolvedProps<{}, {}>, { exist: typeof exist; }, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, ... 18 more ..., {}>'.", "test-workspace/tsc/failureFixtures/directives/main.vue(12,2): error TS2578: Unused '@ts-expect-error' directive.", + "test-workspace/tsc/passedFixtures/vue3.4/components/main.vue(88,11): error TS2345: Argument of type '<T>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: __VLS_PrettifyLocal<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'.", ] ❯ packages/tsc/tests/typecheck.spec.ts:10:5
execute-all (language-tools)
Process completed with exit code 1.