Skip to content

vitest-ecosystem-ci #139

vitest-ecosystem-ci

vitest-ecosystem-ci #139

Triggered via schedule May 1, 2024 05:11
Status Failure
Total duration 25m 8s
Artifacts

ecosystem-ci.yml

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

Annotations

13 errors and 14 warnings
test/Chunk.test.ts > Chunk > remove: workspace/effect/effect/packages/effect/test/Chunk.test.ts#L101
AssertionError: expected { _id: 'Chunk', values: [] } to deeply equal { _id: 'Chunk', values: [] } Compared values serialize to the same structure. Printing internal object structure without calling `toJSON` instead. - Expected + Received Object { "backing": Object { + "_tag": "IArray", + "array": Array [], + }, + "depth": 0, + "left": Object { + "backing": Object { "_tag": "IEmpty", }, "depth": 0, "left": [Circular], "length": 0, "right": [Circular], + }, + "length": 0, + "right": Object { + "backing": Object { + "_tag": "IEmpty", + }, + "depth": 0, + "left": [Circular], + "length": 0, + "right": [Circular], + }, } ❯ test/Chunk.test.ts:101:50
test/Chunk.test.ts > Chunk > chunksOf: workspace/effect/effect/packages/effect/test/Chunk.test.ts#L106
AssertionError: expected { _id: 'Chunk', values: [] } to deeply equal { _id: 'Chunk', values: [] } Compared values serialize to the same structure. Printing internal object structure without calling `toJSON` instead. - Expected + Received Object { "backing": Object { + "_tag": "IArray", + "array": Array [], + }, + "depth": 0, + "left": Object { + "backing": Object { "_tag": "IEmpty", }, "depth": 0, "left": [Circular], "length": 0, "right": [Circular], + }, + "length": 0, + "right": Object { + "backing": Object { + "_tag": "IEmpty", + }, + "depth": 0, + "left": [Circular], + "length": 0, + "right": [Circular], + }, } ❯ test/Chunk.test.ts:106:52
test/Chunk.test.ts > Chunk > dropRight > Given a Chunk and an amount to drop above the length > should return an empty chunk: workspace/effect/effect/packages/effect/test/Chunk.test.ts#L512
AssertionError: expected { _id: 'Chunk', values: [] } to deeply equal { _id: 'Chunk', values: [] } Compared values serialize to the same structure. Printing internal object structure without calling `toJSON` instead. - Expected + Received Object { "backing": Object { - "_tag": "IArray", - "array": Array [], - }, - "depth": 0, - "left": Object { - "backing": Object { "_tag": "IEmpty", }, "depth": 0, "left": [Circular], "length": 0, "right": [Circular], - }, - "length": 0, - "right": Object { - "backing": Object { - "_tag": "IEmpty", - }, - "depth": 0, - "left": [Circular], - "length": 0, - "right": [Circular], - }, } ❯ test/Chunk.test.ts:512:54
test/Chunk.test.ts > Chunk > dropWhile > Given a Chunk and a criteria that applies to the whole chunk > should return an empty chunk: workspace/effect/effect/packages/effect/test/Chunk.test.ts#L532
AssertionError: expected { _id: 'Chunk', values: [] } to deeply equal { _id: 'Chunk', values: [] } Compared values serialize to the same structure. Printing internal object structure without calling `toJSON` instead. - Expected + Received Object { "backing": Object { - "_tag": "IArray", - "array": Array [], - }, - "depth": 0, - "left": Object { - "backing": Object { "_tag": "IEmpty", }, "depth": 0, "left": [Circular], "length": 0, "right": [Circular], - }, - "length": 0, - "right": Object { - "backing": Object { - "_tag": "IEmpty", - }, - "depth": 0, - "left": [Circular], - "length": 0, - "right": [Circular], - }, } ❯ test/Chunk.test.ts:532:56
test/Chunk.test.ts > Chunk > map: workspace/effect/effect/packages/effect/test/Chunk.test.ts#L672
AssertionError: expected { _id: 'Chunk', values: [] } to deeply equal { _id: 'Chunk', values: [] } Compared values serialize to the same structure. Printing internal object structure without calling `toJSON` instead. - Expected + Received Object { "backing": Object { + "_tag": "IArray", + "array": Array [], + }, + "depth": 0, + "left": Object { + "backing": Object { "_tag": "IEmpty", }, "depth": 0, "left": [Circular], "length": 0, "right": [Circular], + }, + "length": 0, + "right": Object { + "backing": Object { + "_tag": "IEmpty", + }, + "depth": 0, + "left": [Circular], + "length": 0, + "right": [Circular], + }, } ❯ test/Chunk.test.ts:672:52
test/Chunk.test.ts > Chunk > partition: workspace/effect/effect/packages/effect/test/Chunk.test.ts#L683
AssertionError: expected [ { _id: 'Chunk', values: [] }, …(1) ] to deeply equal [ { _id: 'Chunk', values: [] }, …(1) ] Compared values serialize to the same structure. Printing internal object structure without calling `toJSON` instead. - Expected + Received Array [ Object { "backing": Object { + "_tag": "IArray", + "array": Array [], + }, + "depth": 0, + "left": Object { + "backing": Object { "_tag": "IEmpty", }, "depth": 0, "left": [Circular], "length": 0, "right": [Circular], + }, + "length": 0, + "right": Object { + "backing": Object { + "_tag": "IEmpty", + }, + "depth": 0, + "left": [Circular], + "length": 0, + "right": [Circular], + }, }, Object { + "backing": Object { + "_tag": "IArray", + "array": Array [], + }, + "depth": 0, + "left": Object { + "backing": Object { + "_tag": "IEmpty", + }, + "depth": 0, + "left": [Circular], + "length": 0, + "right": [Circular], + }, + "length": 0, + "right": Object { "backing": Object { "_tag": "IEmpty", }, "depth": 0, "left": [Circular], "length": 0, "right": [Circular], + }, }, ] ❯ test/Chunk.test.ts:683:58
test/Chunk.test.ts > Chunk > partitionMap: workspace/effect/effect/packages/effect/test/Chunk.test.ts#L691
AssertionError: expected [ { _id: 'Chunk', values: [] }, …(1) ] to deeply equal [ { _id: 'Chunk', values: [] }, …(1) ] Compared values serialize to the same structure. Printing internal object structure without calling `toJSON` instead. - Expected + Received Array [ Object { "backing": Object { + "_tag": "IArray", + "array": Array [], + }, + "depth": 0, + "left": Object { + "backing": Object { "_tag": "IEmpty", }, "depth": 0, "left": [Circular], "length": 0, "right": [Circular], + }, + "length": 0, + "right": Object { + "backing": Object { + "_tag": "IEmpty", + }, + "depth": 0, + "left": [Circular], + "length": 0, + "right": [Circular], + }, }, Object { + "backing": Object { + "_tag": "IArray", + "array": Array [], + }, + "depth": 0, + "left": Object { + "backing": Object { + "_tag": "IEmpty", + }, + "depth": 0, + "left": [Circular], + "length": 0, + "right": [Circular], + }, + "length": 0, + "right": Object { "backing": Object { "_tag": "IEmpty", }, "depth": 0, "left": [Circular], "length": 0, "right": [Circular], + }, }, ] ❯ test/Chunk.test.ts:691:57
test/Chunk.test.ts > Chunk > separate: workspace/effect/effect/packages/effect/test/Chunk.test.ts#L699
AssertionError: expected [ { _id: 'Chunk', values: [] }, …(1) ] to deeply equal [ { _id: 'Chunk', values: [] }, …(1) ] Compared values serialize to the same structure. Printing internal object structure without calling `toJSON` instead. - Expected + Received Array [ Object { "backing": Object { + "_tag": "IArray", + "array": Array [], + }, + "depth": 0, + "left": Object { + "backing": Object { "_tag": "IEmpty", }, "depth": 0, "left": [Circular], "length": 0, "right": [Circular], + }, + "length": 0, + "right": Object { + "backing": Object { + "_tag": "IEmpty", + }, + "depth": 0, + "left": [Circular], + "length": 0, + "right": [Circular], + }, }, Object { + "backing": Object { + "_tag": "IArray", + "array": Array [], + }, + "depth": 0, + "left": Object { + "backing": Object { + "_tag": "IEmpty", + }, + "depth": 0, + "left": [Circular], + "length": 0, + "right": [Circular], + }, + "length": 0, + "right": Object { "backing": Object { "_tag": "IEmpty", }, "depth": 0, "left": [Circular], "length": 0, "right": [Circular], + }, }, ] ❯ test/Chunk.test.ts:699:43
test/Chunk.test.ts > Chunk > split: workspace/effect/effect/packages/effect/test/Chunk.test.ts#L712
AssertionError: expected { _id: 'Chunk', values: [] } to deeply equal { _id: 'Chunk', values: [] } Compared values serialize to the same structure. Printing internal object structure without calling `toJSON` instead. - Expected + Received Object { "backing": Object { + "_tag": "IArray", + "array": Array [], + }, + "depth": 0, + "left": Object { + "backing": Object { "_tag": "IEmpty", }, "depth": 0, "left": [Circular], "length": 0, "right": [Circular], + }, + "length": 0, + "right": Object { + "backing": Object { + "_tag": "IEmpty", + }, + "depth": 0, + "left": [Circular], + "length": 0, + "right": [Circular], + }, } ❯ test/Chunk.test.ts:712:49
test/Chunk.test.ts > Chunk > tail: workspace/effect/effect/packages/effect/test/Chunk.test.ts#L729
AssertionError: expected { _id: 'Option', _tag: 'Some', …(1) } to deeply equal { _id: 'Option', _tag: 'Some', …(1) } Compared values have no visual difference. ❯ test/Chunk.test.ts:729:45
packages/kit/src/resolve.test.ts > resolvePath > should resolve paths correctly: workspace/nuxt/nuxt/packages/kit/src/resolve.test.ts#L23
AssertionError: expected '/home/runner/work/vitest-ecosystem-ci…' to be '/home/runner/work/vitest-ecosystem-ci…' // Object.is equality - Expected + Received - /home/runner/work/vitest-ecosystem-ci/vitest-ecosystem-ci/workspace/nuxt/nuxt/.nuxt/app.config + /home/runner/work/vitest-ecosystem-ci/vitest-ecosystem-ci/workspace/nuxt/nuxt/.nuxt/app.config.mjs ❯ packages/kit/src/resolve.test.ts:23:51
packages/kit/src/resolve.test.ts > resolvePath > should resolve paths correctly: workspace/nuxt/nuxt/packages/kit/src/resolve.test.ts#L23
AssertionError: expected '/home/runner/work/vitest-ecosystem-ci…' to be '/home/runner/work/vitest-ecosystem-ci…' // Object.is equality - Expected + Received - /home/runner/work/vitest-ecosystem-ci/vitest-ecosystem-ci/workspace/nuxt/nuxt/.nuxt/app.config + /home/runner/work/vitest-ecosystem-ci/vitest-ecosystem-ci/workspace/nuxt/nuxt/.nuxt/app.config.mjs ❯ packages/kit/src/resolve.test.ts:23:51
test-ecosystem (nuxt)
Process completed with exit code 1.
test-ecosystem (vitest-github-actions-reporter)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
test-ecosystem (vitest-browser-simple)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
test-ecosystem (aria-live-capture)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
test-ecosystem (vitest-reporters-large)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
test-ecosystem (elk)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
test-ecosystem (zustand)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
test-ecosystem (vitest-vscode)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
test-ecosystem (vitest-sonar-reporter)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
test-ecosystem (vite)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
test-ecosystem (vue)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
test-ecosystem (nuxt-test-utils)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
test-ecosystem (effect)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
test-ecosystem (nuxt)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
test-ecosystem (vitest-coverage-large)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.