Skip to content

ecosystem-ci

ecosystem-ci #338

Manually triggered July 31, 2024 08:16
Status Failure
Total duration 6m 31s
Artifacts

ecosystem-ci.yml

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

Annotations

17 errors
test-ecosystem (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'.
test-ecosystem (language-tools)
Argument of type 'any' is not assignable to parameter of type 'never'.
test-ecosystem (language-tools)
Argument of type 'any' is not assignable to parameter of type 'never'.
test-ecosystem (language-tools)
Argument of type 'any' is not assignable to parameter of type 'never'.
test-ecosystem (language-tools)
Argument of type 'any' is not assignable to parameter of type 'never'.
test-ecosystem (language-tools)
Argument of type 'any' is not assignable to parameter of type 'never'.
test-ecosystem (language-tools)
Argument of type 'any' is not assignable to parameter of type 'never'.
test-ecosystem (language-tools)
Unused '@ts-expect-error' directive.
test-ecosystem (language-tools)
Property 'foo' does not exist on type 'CreateComponentPublicInstance<Readonly<ExtractPropTypes<{}>>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, ... 12 more ..., {}>'.
test-ecosystem (language-tools)
Property 'foo' does not exist on type 'CreateComponentPublicInstance<Readonly<ExtractPropTypes<{}>>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, ... 12 more ..., {}>'.
packages/macros/tests/fixtures.test.ts > fixtures > tests/fixtures/error-diff-lang.vue: workspace/vue-macros/unplugin-vue-macros/packages/config/src/config.ts#L14
AtomicsWaitError: Unexpected error ❯ _Lock.lock node_modules/.pnpm/[email protected]/node_modules/make-synchronized/index.mjs:93:11 ❯ request node_modules/.pnpm/[email protected]/node_modules/make-synchronized/index.mjs:126:8 ❯ ThreadsWorker.#sendActionToWorker node_modules/.pnpm/[email protected]/node_modules/make-synchronized/index.mjs:182:61 ❯ ThreadsWorker.sendAction node_modules/.pnpm/[email protected]/node_modules/make-synchronized/index.mjs:142:36 ❯ _Synchronizer.apply node_modules/.pnpm/[email protected]/node_modules/make-synchronized/index.mjs:261:25 ❯ node_modules/.pnpm/[email protected]/node_modules/make-synchronized/index.mjs:267:40 ❯ Module.loadConfig packages/config/src/config.ts:14:10 ❯ Module.resolveOptions packages/config/src/options.ts:107:18 ❯ packages/macros/src/index.ts:54:21 ❯ Module.default node_modules/.pnpm/[email protected]_@[email protected][email protected][email protected][email protected]_vite@5_al2r76b4x47b3nqxpvakvosw6i/node_modules/unplugin-combine/dist/chunk-KKP43MIQ.mjs:116:25 ⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯ Serialized Error: { code: 'not-equal' }
test-ecosystem (vue-macros)
Process completed with exit code 1.
test/basic.test.ts > server components/islands > /islands: workspace/nuxt/nuxt/test/basic.test.ts#L1807
Error: locator.click: Error: strict mode violation: locator('.server-with-nested-client button') resolved to 2 elements: 1) <button> Inc </button> aka locator('.server-with-nested-client > div > div > div > button').first() 2) <button> Inc </button> aka locator('.server-with-nested-client > div > div > div:nth-child(2) > button') Call log: - waiting for locator('.server-with-nested-client button') ❯ test/basic.test.ts:1807:63
test/basic.test.ts > component islands > render async component: workspace/nuxt/nuxt/test/basic.test.ts#L2117
Error: Snapshot `component islands > render async component 1` mismatched - Expected + Received @@ -7,22 +7,22 @@ "slots": { "default": { "props": [], }, "fallback": { - "fallback": "<!--[--><div style="display:contents;"><div>fall slot -- index: 0</div><div class="fallback-slot-content"> wonderful fallback </div></div><div style="display:contents;"><div>back slot -- index: 1</div><div class="fallback-slot-content"> wonderful fallback </div></div><!--]--><!--teleport anchor-->", + "fallback": "<!--teleport start anchor--><!--[--><div style="display:contents;"><div>fall slot -- index: 0</div><div class="fallback-slot-content"> wonderful fallback </div></div><div style="display:contents;"><div>back slot -- index: 1</div><div class="fallback-slot-content"> wonderful fallback </div></div><!--]--><!--teleport anchor-->", "props": [ { "t": "fall", }, { "t": "back", }, ], }, "hello": { - "fallback": "<!--[--><div style="display:contents;"><div> fallback slot -- index: 0</div></div><div style="display:contents;"><div> fallback slot -- index: 1</div></div><div style="display:contents;"><div> fallback slot -- index: 2</div></div><!--]--><!--teleport anchor-->", + "fallback": "<!--teleport start anchor--><!--[--><div style="display:contents;"><div> fallback slot -- index: 0</div></div><div style="display:contents;"><div> fallback slot -- index: 1</div></div><div style="display:contents;"><div> fallback slot -- index: 2</div></div><!--]--><!--teleport anchor-->", "props": [ { "t": 0, }, { ❯ test/basic.test.ts:2117:20
test/basic.test.ts > component islands > render server component with selective client hydration: workspace/nuxt/nuxt/test/basic.test.ts#L2224
Error: Snapshot `component islands > render server component with selective client hydration 3` mismatched - Expected + Received - "<div class="sugar-counter"> Sugar Counter 12 x 1 = 12 <button> Inc </button></div><!--teleport anchor-->" + "<!--teleport start anchor--><div class="sugar-counter"> Sugar Counter 12 x 1 = 12 <button> Inc </button></div><!--teleport anchor-->" ❯ test/basic.test.ts:2224:44
test/basic.test.ts > teleports > should render teleports to app teleports element: workspace/nuxt/nuxt/test/basic.test.ts#L2606
AssertionError: expected '<!DOCTYPE html><html data-capo=""><h…' to contain '<div><!--teleport start--><!--telepor…' - Expected + Received - <div><!--teleport start--><!--teleport end--><h1>Normal content</h1></div></div></div><span id="nuxt-teleport"><div>Nuxt Teleport</div><!--teleport anchor--></span><script + <!DOCTYPE html><html data-capo=""><head><meta charset="utf-8"><meta name="viewport" content="width=1024, initial-scale=1"><style>:root{--global:"global";--asset:url(/_nuxt/css-only-asset.CHDU4H3o.svg);--public-asset:url(/css-only-public-asset.svg)}</style><style>:root{--plugin:"plugin"}</style><link rel="stylesheet" href="/_nuxt/entry.Dq-uEdvV.css"><link rel="modulepreload" as="script" crossorigin href="/_nuxt/CemfyJKf.js"><link rel="modulepreload" as="script" crossorigin href="/_nuxt/D3QyW7AV.js"><link rel="modulepreload" as="script" crossorigin href="/_nuxt/CEvMmFC5.js"><link rel="modulepreload" as="script" crossorigin href="/_nuxt/C4v8X7kp.js"><link rel="modulepreload" as="script" crossorigin href="/_nuxt/J4dt7FML.js"><link rel="modulepreload" as="script" crossorigin href="/_nuxt/Dmzy762F.js"><link rel="modulepreload" as="script" crossorigin href="/_nuxt/B8xFkYCm.js"><link rel="modulepreload" as="script" crossorigin href="/_nuxt/CW-szQSg.js"><link rel="modulepreload" as="script" crossorigin href="/_nuxt/D3-RWgVh.js"><link rel="modulepreload" as="script" crossorigin href="/_nuxt/C0Ndop0_.js"><link rel="modulepreload" as="script" crossorigin href="/_nuxt/BnIstbIN.js"><link rel="modulepreload" as="script" crossorigin href="/_nuxt/lI51FNSc.js"><link rel="modulepreload" as="script" crossorigin href="/_nuxt/Dp8zs9Lx.js"><link rel="modulepreload" as="script" crossorigin href="/_nuxt/Dtzjpdhp.js"><link rel="modulepreload" as="script" crossorigin href="/_nuxt/OQVJ-u-W.js"><link rel="modulepreload" as="script" crossorigin href="/_nuxt/DfJFhkYQ.js"><link rel="modulepreload" as="script" crossorigin href="/_nuxt/Q8qKw5ry.js"><link rel="modulepreload" as="script" crossorigin href="/_nuxt/B1zwxNA6.js"><link rel="modulepreload" as="script" crossorigin href="/_nuxt/DlAUqK2U.js"><link rel="modulepreload" as="script" crossorigin href="/_nuxt/IyhT2XP4.js"><link rel="modulepreload" as="script" crossorigin href="/_nuxt/BNnHItfE.js"><link rel="modulepreload" as="script" crossorigin href="/_nuxt/-GPKZIux.js"><link rel="modulepreload" as="script" crossorigin href="/_nuxt/BQZ2a1Uo.js"><link rel="modulepreload" as="script" crossorigin href="/_nuxt/Crg1k2n_.js"><link rel="prefetch" as="script" crossorigin href="/_nuxt/BS6MvAyw.js"><link rel="prefetch" as="script" crossorigin href="/_nuxt/B9psdx7v.js"><link rel="prefetch" as="script" crossorigin href="/_nuxt/C3tGJXiS.js"><link rel="prefetch" as="script" crossorigin href="/_nuxt/CyzwxTcG.js"><link rel="prefetch" as="script" crossorigin href="/_nuxt/CXSUaE7E.js"><link rel="prefetch" as="script" crossorigin href="/_nuxt/B3gAt7D6.js"><meta name="description" content="Nuxt Fixture"><title>- Fixture</title><script type="module" src="/_nuxt/CemfyJKf.js" crossorigin></script></head><body><div id="__nuxt"><div><div class="nuxt-loading-indicator" style="position:fixed;top:0;right:0;left:0;pointer-events:none;width:auto;height:3px;opacity:0;background:repeating-linear-gradient(to right,#00dc82 0%,#34cdfe 50%,#0047e1 100%);background-size:Infinity% auto;transform:scaleX(0%);transform-origin:left;transition:transform 0.1s, height 0.4s, opacity 0.4s;z-index:999999;" id="loading-indicator"></div><div>Extended layout from foo</div><div><!--teleport start--><!--teleport end--><h1>Normal content</h1></div></div></div><span id="nuxt-teleport"><!--teleport start anchor--><div>Nuxt Teleport</div><!--teleport anchor--></span><script type="application/json" id="__NUXT_DATA__" data-ssr="true">[["ShallowReactive",1],{"data":2,"state":7,"once":9,"_errors":10,"serverRendered":12,"path":13,"blinkable":14,"prerenderedAt":16},["ShallowReactive",3],{"hey":4},{"foo":5,"baz":6},"bar","qux",["Reactive",8],{},["Set"],["ShallowReactive",11],{"hey":-1},true,"/nuxt-teleport",["BlinkingText",15],"_",1722414162878]</script
test-ecosystem (nuxt)
Process completed with exit code 1.