Skip to content

nuxt-ecosystem-ci

nuxt-ecosystem-ci #300

Re-run triggered September 10, 2024 21:39
Status Failure
Total duration 3m 39s
Artifacts

ecosystem-ci.yml

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

Annotations

46 errors
test-ecosystem (ui)
Unused '@ts-expect-error' directive.
test-ecosystem (ui)
Argument of type '{ exposeConfig: boolean; config: { darkMode: string; }; configPath: string[]; } | (Omit<{ exposeConfig: boolean; config: { darkMode: string; }; configPath: string[]; }, "config" | "exposeConfig"> & Omit<...> & { ...; })' is not assignable to parameter of type 'Partial<ModuleOptions>'.
test-ecosystem (ui)
Unused '@ts-expect-error' directive.
test-ecosystem (content)
The inferred type of 'ContentQuery' cannot be named without a reference to '../../../node_modules/nuxt/dist/app/composables/asyncData'. This is likely not portable. A type annotation is necessary.
test-ecosystem (ui)
Argument of type '{ exposeConfig: boolean; config: { darkMode: string; }; configPath: string[]; } | (Omit<{ exposeConfig: boolean; config: { darkMode: string; }; configPath: string[]; }, "config" | "exposeConfig"> & Omit<...> & { ...; })' is not assignable to parameter of type 'Partial<ModuleOptions>'.
test-ecosystem (ui)
Process completed with exit code 1.
test-ecosystem (nuxt-com)
Property 'links' does not exist on type 'CreateComponentPublicInstanceWithMixins<ToResolvedProps<{}, {}>, { logo: typeof logo; stats: typeof stats; metaSymbol: typeof metaSymbol; version: typeof version; mobileNav: typeof mobileNav; open: typeof open; dropdownItems: typeof dropdownItems; openLogoContext: typeof openLogoContext; }, ... 23 more ..., {}>'.
test-ecosystem (nuxt-com)
Property 'links' does not exist on type 'CreateComponentPublicInstanceWithMixins<ToResolvedProps<{}, {}>, { logo: typeof logo; stats: typeof stats; metaSymbol: typeof metaSymbol; version: typeof version; mobileNav: typeof mobileNav; open: typeof open; dropdownItems: typeof dropdownItems; openLogoContext: typeof openLogoContext; }, ... 23 more ..., {}>'.
test-ecosystem (nuxt-com)
Property 'id' does not exist on type 'CreateComponentPublicInstanceWithMixins<ToResolvedProps<{}, {}>, { generate: typeof generate; }, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, ... 18 more ..., {}>'.
test-ecosystem (nuxt-com)
Property 'id' does not exist on type 'CreateComponentPublicInstanceWithMixins<ToResolvedProps<{}, {}>, { generate: typeof generate; }, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, ... 18 more ..., {}>'.
test-ecosystem (nuxt-com)
Property 'id' does not exist on type 'CreateComponentPublicInstanceWithMixins<ToResolvedProps<{}, {}>, { generate: typeof generate; }, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, ... 18 more ..., {}>'.
test-ecosystem (nuxt-com)
Property 'id' does not exist on type 'CreateComponentPublicInstanceWithMixins<ToResolvedProps<{}, {}>, { generate: typeof generate; }, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, ... 18 more ..., {}>'.
test-ecosystem (nuxt-com)
Property 'id' does not exist on type 'CreateComponentPublicInstanceWithMixins<ToResolvedProps<{}, {}>, { generate: typeof generate; }, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, ... 18 more ..., {}>'.
test-ecosystem (nuxt-com)
Property 'id' does not exist on type 'CreateComponentPublicInstanceWithMixins<ToResolvedProps<{}, {}>, { generate: typeof generate; }, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, ... 18 more ..., {}>'.
test-ecosystem (nuxt-com)
Cannot find namespace 'Turnstile'.
test-ecosystem (nuxt-com)
Property 'links' does not exist on type 'CreateComponentPublicInstanceWithMixins<ToResolvedProps<{}, {}>, { logo: typeof logo; stats: typeof stats; metaSymbol: typeof metaSymbol; version: typeof version; mobileNav: typeof mobileNav; open: typeof open; dropdownItems: typeof dropdownItems; openLogoContext: typeof openLogoContext; }, ... 23 more ..., {}>'.
test/integration/endpoints/debug.test.ts > debug > basic: workspace/og-image/og-image/test/integration/endpoints/debug.test.ts#L18
Error: Snapshot `debug > basic 1` mismatched - Expected + Received @@ -1,8 +1,8 @@ { "compatibility": { - "chromium": "chrome-launcher", + "chromium": "playwright", "css-inline": "node", "resvg": "node", "satori": "node", "sharp": false, }, ❯ test/integration/endpoints/debug.test.ts:18:19
test/integration/endpoints/satori/html.test.ts > html > basic: workspace/og-image/og-image/test/integration/endpoints/satori/html.test.ts#L15
Error: Snapshot `html > basic 1` mismatched - Expected + Received @@ -10,18 +10,21 @@ width: 1200px; height: 600px; overflow: hidden; background-color: #fff; } - - div { + div { + display: flex; + } + div:has(div, p, ul, ol, li, blockquote, pre, hr, table, dl) { display: flex; flex-direction: column; } - div:not(:has( div, p, ul, ol, li, blockquote, pre, hr, table, dl)) { + div:not(:has(div, p, ul, ol, li, blockquote, pre, hr, table, dl)) { display: flex; flex-wrap: wrap; + gap: 12px; } svg[data-emoji] { display: inline-block; } ❯ test/integration/endpoints/satori/html.test.ts:15:18
test/integration/endpoints/satori/images.test.ts > image > basic: workspace/og-image/og-image/test/integration/endpoints/satori/images.test.ts#L21
Error: Expected image to match or be a close match to snapshot but was 46.74402777777778% different from snapshot (336557 differing pixels). See diff for details: /home/runner/work/ecosystem-ci/ecosystem-ci/workspace/og-image/og-image/test/integration/endpoints/satori/__image_snapshots__/__diff_output__/images-test-ts-image-basic-1-snap-diff.png ❯ test/integration/endpoints/satori/images.test.ts:21:30
test/integration/endpoints/satori/json.test.ts > json > basic: workspace/og-image/og-image/test/integration/endpoints/satori/json.test.ts#L16
Error: Snapshot `json > basic 1` mismatched - Expected + Received @@ -192,10 +192,11 @@ "type": "div", }, ], "style": { "display": "flex", + "flexDirection": "column", "height": "600px", "margin": "0 auto", "overflow": "hidden", "position": "relative", "width": "1200px", ❯ test/integration/endpoints/satori/json.test.ts:16:18
test/integration/endpoints/debug.test.ts > debug > basic: workspace/og-image/og-image/test/integration/endpoints/debug.test.ts#L18
Error: Snapshot `debug > basic 1` mismatched - Expected + Received @@ -1,8 +1,8 @@ { "compatibility": { - "chromium": "chrome-launcher", + "chromium": "playwright", "css-inline": "node", "resvg": "node", "satori": "node", "sharp": false, }, ❯ test/integration/endpoints/debug.test.ts:18:19
test/integration/endpoints/satori/html.test.ts > html > basic: workspace/og-image/og-image/test/integration/endpoints/satori/html.test.ts#L15
Error: Snapshot `html > basic 1` mismatched - Expected + Received @@ -10,18 +10,21 @@ width: 1200px; height: 600px; overflow: hidden; background-color: #fff; } - - div { + div { + display: flex; + } + div:has(div, p, ul, ol, li, blockquote, pre, hr, table, dl) { display: flex; flex-direction: column; } - div:not(:has( div, p, ul, ol, li, blockquote, pre, hr, table, dl)) { + div:not(:has(div, p, ul, ol, li, blockquote, pre, hr, table, dl)) { display: flex; flex-wrap: wrap; + gap: 12px; } svg[data-emoji] { display: inline-block; } ❯ test/integration/endpoints/satori/html.test.ts:15:18
test/integration/endpoints/satori/images.test.ts > image > basic: workspace/og-image/og-image/test/integration/endpoints/satori/images.test.ts#L21
Error: Expected image to match or be a close match to snapshot but was 46.74402777777778% different from snapshot (336557 differing pixels). See diff for details: /home/runner/work/ecosystem-ci/ecosystem-ci/workspace/og-image/og-image/test/integration/endpoints/satori/__image_snapshots__/__diff_output__/images-test-ts-image-basic-1-snap-diff.png ❯ test/integration/endpoints/satori/images.test.ts:21:30
test/integration/endpoints/satori/json.test.ts > json > basic: workspace/og-image/og-image/test/integration/endpoints/satori/json.test.ts#L16
Error: Snapshot `json > basic 1` mismatched - Expected + Received @@ -192,10 +192,11 @@ "type": "div", }, ], "style": { "display": "flex", + "flexDirection": "column", "height": "600px", "margin": "0 auto", "overflow": "hidden", "position": "relative", "width": "1200px", ❯ test/integration/endpoints/satori/json.test.ts:16:18
test-ecosystem (og-image)
Process completed with exit code 1.
test-ecosystem (elk)
Type 'U[] | UnwrapRefSimple<U>[]' is not assignable to type 'UnwrapRefSimple<U>[]'.
test-ecosystem (elk)
Expected 2 arguments, but got 1.
test-ecosystem (elk)
Cannot invoke an object which is possibly 'undefined'.
test-ecosystem (elk)
Expected 3 arguments, but got 2.
test-ecosystem (elk)
Cannot invoke an object which is possibly 'undefined'.
test-ecosystem (elk)
Expected 3 arguments, but got 2.
test-ecosystem (elk)
Type 'U[] | UnwrapRefSimple<U>[]' is not assignable to type 'UnwrapRefSimple<U>[]'.
test-ecosystem (elk)
Expected 2 arguments, but got 1.
test-ecosystem (elk)
Cannot invoke an object which is possibly 'undefined'.
test-ecosystem (elk)
Expected 3 arguments, but got 2.
specs/basic_usage.spec.ts > basic usage > nuxt context extension: workspace/i18n-module/i18n/specs/basic_usage.spec.ts#L97
SyntaxError: Unexpected end of JSON input ❯ specs/basic_usage.spec.ts:97:30
specs/basic_usage.spec.ts > basic usage > nuxt context extension: workspace/i18n-module/i18n/specs/basic_usage.spec.ts#L97
SyntaxError: Unexpected end of JSON input ❯ specs/basic_usage.spec.ts:97:30
specs/routing/composition.spec.ts > localeRoute > should work: workspace/i18n-module/i18n/specs/helper.ts#L11
TimeoutError: locator.innerText: Timeout 30000ms exceeded. Call log: - waiting for locator('#locale-route .index') ❯ Module.getText specs/helper.ts:11:42 ❯ Module.localeRouteTests specs/routing/routing-tests.ts:215:27 ❯ specs/routing/composition.spec.ts:30:5
specs/routing/composition.spec.ts > localeRoute > should work: workspace/i18n-module/i18n/specs/helper.ts#L11
TimeoutError: locator.innerText: Timeout 30000ms exceeded. Call log: - waiting for locator('#locale-route .index') ❯ Module.getText specs/helper.ts:11:42 ❯ Module.localeRouteTests specs/routing/routing-tests.ts:215:27 ❯ specs/routing/composition.spec.ts:30:5
specs/routing/composition.spec.ts > localeLocation > should work: workspace/i18n-module/i18n/specs/helper.ts#L11
TimeoutError: locator.innerText: Timeout 30000ms exceeded. Call log: - waiting for locator('#locale-location .index') ❯ Module.getText specs/helper.ts:11:42 ❯ Module.localeLocationTests specs/routing/routing-tests.ts:135:27 ❯ specs/routing/composition.spec.ts:36:5
specs/routing/composition.spec.ts > localeLocation > should work: workspace/i18n-module/i18n/specs/helper.ts#L11
TimeoutError: locator.innerText: Timeout 30000ms exceeded. Call log: - waiting for locator('#locale-location .index') ❯ Module.getText specs/helper.ts:11:42 ❯ Module.localeLocationTests specs/routing/routing-tests.ts:135:27 ❯ specs/routing/composition.spec.ts:36:5
specs/routing/legacy.spec.ts > localeRoute > should work: workspace/i18n-module/i18n/specs/helper.ts#L11
TimeoutError: locator.innerText: Timeout 30000ms exceeded. Call log: - waiting for locator('#locale-route .index') ❯ Module.getText specs/helper.ts:11:42 ❯ Module.localeRouteTests specs/routing/routing-tests.ts:215:27 ❯ specs/routing/legacy.spec.ts:31:5
specs/routing/legacy.spec.ts > localeRoute > should work: workspace/i18n-module/i18n/specs/helper.ts#L11
TimeoutError: locator.innerText: Timeout 30000ms exceeded. Call log: - waiting for locator('#locale-route .index') ❯ Module.getText specs/helper.ts:11:42 ❯ Module.localeRouteTests specs/routing/routing-tests.ts:215:27 ❯ specs/routing/legacy.spec.ts:31:5
specs/routing/legacy.spec.ts > localeLocation > should work: workspace/i18n-module/i18n/specs/helper.ts#L11
TimeoutError: locator.innerText: Timeout 30000ms exceeded. Call log: - waiting for locator('#locale-location .index') ❯ Module.getText specs/helper.ts:11:42 ❯ Module.localeLocationTests specs/routing/routing-tests.ts:135:27 ❯ specs/routing/legacy.spec.ts:37:5
specs/routing/legacy.spec.ts > localeLocation > should work: workspace/i18n-module/i18n/specs/helper.ts#L11
TimeoutError: locator.innerText: Timeout 30000ms exceeded. Call log: - waiting for locator('#locale-location .index') ❯ Module.getText specs/helper.ts:11:42 ❯ Module.localeLocationTests specs/routing/routing-tests.ts:135:27 ❯ specs/routing/legacy.spec.ts:37:5
test-ecosystem (werewolves-assistant)
Process completed with exit code 1.