Skip to content

chore(deps)(deps): bump indexmap from 2.11.3 to 2.11.4 #142

chore(deps)(deps): bump indexmap from 2.11.3 to 2.11.4

chore(deps)(deps): bump indexmap from 2.11.3 to 2.11.4 #142

Triggered via pull request September 22, 2025 10:01
Status Failure
Total duration 24m 7s
Artifacts

ci-native.yml

on: pull_request
Matrix: build-tauri / build-tauri
Waiting for pending jobs
test-desktop
0s
test-desktop
Matrix: build-rust
build-tauri  /  summary
build-tauri / summary
test-suite
0s
test-suite
Matrix: build-docker / build-and-push
Waiting for pending jobs
Matrix: package-repository
build-docker  /  build-summary
build-docker / build-summary
security-scan
security-scan
cleanup
3s
cleanup
summary
4s
summary
release
0s
release
Fit to window
Zoom out
Zoom in

Annotations

11 errors and 3 warnings
src/lib/BackButton.test.ts > BackButton > is hidden on home (/) by default: desktop/src/lib/BackButton.test.ts#L56
Error: expect(element).not.toBeInTheDocument() expected document not to contain element, found <button aria-label="Go back" class="button is-light back-button svelte-rnsqpo" title="Go back" > <span class="icon svelte-rnsqpo" > <i class="fas fa-arrow-left" /> </span> <span class="back-text svelte-rnsqpo" > Back </span> </button> instead ❯ src/lib/BackButton.test.ts:56:24
src/lib/BackButton.integration.test.ts > BackButton Integration Tests > Chat Component > BackButton in Chat has correct fallback path: desktop/src/lib/Chat/ContextEditModal.svelte#L1136
Error: [vitest] No "Modal" export is defined on the "svelma" mock. Did you forget to return it from "vi.mock"? If you need to partially mock a module, you can use "importOriginal" helper inside: vi.mock(import("svelma"), async (importOriginal) => { const actual = await importOriginal() return { ...actual, // your mocked methods } }) ❯ create_fragment src/lib/Chat/ContextEditModal.svelte:1136:37 ❯ init node_modules/svelte/internal/index.mjs:2180:37 ❯ new ContextEditModal$ src/lib/Chat/ContextEditModal.svelte:1408:33 ❯ create_fragment src/lib/Chat/Chat.svelte:1525:22 ❯ init node_modules/svelte/internal/index.mjs:2180:37 ❯ new Chat$ src/lib/Chat/Chat.svelte:2685:33 ❯ mount node_modules/@testing-library/svelte/src/core/legacy.js:25:21 ❯ Module.render node_modules/@testing-library/svelte/src/pure.js:75:26
src/lib/BackButton.integration.test.ts > BackButton Integration Tests > Chat Component > renders BackButton in Chat component: desktop/src/lib/Chat/ContextEditModal.svelte#L1136
Error: [vitest] No "Modal" export is defined on the "svelma" mock. Did you forget to return it from "vi.mock"? If you need to partially mock a module, you can use "importOriginal" helper inside: vi.mock(import("svelma"), async (importOriginal) => { const actual = await importOriginal() return { ...actual, // your mocked methods } }) ❯ create_fragment src/lib/Chat/ContextEditModal.svelte:1136:37 ❯ init node_modules/svelte/internal/index.mjs:2180:37 ❯ new ContextEditModal$ src/lib/Chat/ContextEditModal.svelte:1408:33 ❯ create_fragment src/lib/Chat/Chat.svelte:1525:22 ❯ init node_modules/svelte/internal/index.mjs:2180:37 ❯ new Chat$ src/lib/Chat/Chat.svelte:2685:33 ❯ mount node_modules/@testing-library/svelte/src/core/legacy.js:25:21 ❯ Module.render node_modules/@testing-library/svelte/src/pure.js:75:26
src/__tests__/contextIntegration.test.ts > Context Management Integration > should handle error cases gracefully: desktop/src/__tests__/contextIntegration.test.ts#L147
TypeError: fetch failed ❯ src/__tests__/contextIntegration.test.ts:147:29 Caused by: Caused by: Error: connect ECONNREFUSED 127.0.0.1:8080 ⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯ Serialized Error: { errno: -111, code: 'ECONNREFUSED', syscall: 'connect', address: '127.0.0.1', port: 8080 }
src/__tests__/contextIntegration.test.ts > Context Management Integration > should create conversations and add context via API: desktop/src/__tests__/contextIntegration.test.ts#L39
TypeError: fetch failed ❯ src/__tests__/contextIntegration.test.ts:39:30 Caused by: Caused by: Error: connect ECONNREFUSED 127.0.0.1:8080 ⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯ Serialized Error: { errno: -111, code: 'ECONNREFUSED', syscall: 'connect', address: '127.0.0.1', port: 8080 }
src/__tests__/contextEditWorkflow.e2e.test.ts > Context Edit Workflow E2E Tests > Error Handling in E2E Flow > should handle server errors gracefully during context operations: desktop/src/__tests__/contextEditWorkflow.e2e.test.ts#L276
AssertionError: expected "error" to be called with arguments: [ StringContaining{…} ] Number of calls: 0 Ignored nodes: comments, script, style <html> <head /> <body> <div> <button aria-label="Go back" class="button is-light back-button svelte-rnsqpo" title="Go back" > <span class="icon svelte-rnsqpo" > <i class="fas fa-arrow-left" /> </span> <span class="back-text svelte-rnsqpo" > Back </span> </button> <section class="section" data-testid="chat-interface" > <div class="container" > <div class="columns svelte-rbq0zi" > <div class="column is-8" > <h2 class="title is-4" > Chat </h2> <p class="subtitle is-6" > Role: selected </p> <div class="chat-window svelte-rbq0zi" data-testid="chat-messages" > </div> <div class="field has-addons chat-input svelte-rbq0zi" > <div class="control is-expanded" > <textarea class="textarea" data-testid="chat-input" placeholder="Type your message and press Enter..." rows="3" /> </div> <div class="control" > <button class="button is-primary" data-testid="send-message-button" disabled="" > <span class="icon" > <i class="fas fa-paper-plane" /> </span> </button> </div> </div> </div> <div class="column is-4" > <div class="box context-panel svelte-rbq0zi" data-testid="context-panel" > <div class="level is-mobile" > <div class="level-left" > <div class="level-item" > <h4 class="title is-5" > Context </h4> <div class="buttons has-addons" > <button class="button is-small is-primary" data-testid="show-add-context-button" > <span class="icon is-small" > <i class="fas fa-plus" /> </span> <span> Add </span> </button> <button class="button is-small is-info" data-testid="kg-search-button" > <span class="icon is-small" > <i class="fa
src/__tests__/contextEditWorkflow.e2e.test.ts > Context Edit Workflow E2E Tests > Complete Context Management Workflow > should handle multiple context items correctly: desktop/node_modules/@testing-library/dom/dist/@testing-library/dom.esm.js#L1136
TestingLibraryElementError: Unable to find an element with the text: First Context Item. This could be because the text is broken up by multiple elements. In this case, you can provide a function for your text matcher to make your matcher more flexible. Ignored nodes: comments, script, style <body> <div> <button aria-label="Go back" class="button is-light back-button svelte-rnsqpo" title="Go back" > <span class="icon svelte-rnsqpo" > <i class="fas fa-arrow-left" /> </span> <span class="back-text svelte-rnsqpo" > Back </span> </button> <section class="section" data-testid="chat-interface" > <div class="container" > <div class="columns svelte-rbq0zi" > <div class="column is-8" > <h2 class="title is-4" > Chat </h2> <p class="subtitle is-6" > Role: selected </p> <div class="chat-window svelte-rbq0zi" data-testid="chat-messages" > </div> <div class="field has-addons chat-input svelte-rbq0zi" > <div class="control is-expanded" > <textarea class="textarea" data-testid="chat-input" placeholder="Type your message and press Enter..." rows="3" /> </div> <div class="control" > <button class="button is-primary" data-testid="send-message-button" disabled="" > <span class="icon" > <i class="fas fa-paper-plane" /> </span> </button> </div> </div> </div> <div class="column is-4" > <div class="box context-panel svelte-rbq0zi" data-testid="context-panel" > <div class="level is-mobile" > <div class="level-left" > <div class="level-item" > <h4 class="title is-5" > Context </h4> <div class="buttons has-addons" > <button class="button is-small is-primary" data-testid="show-add-context-button" > <span class="icon is-small" > <i class="fas fa-plus" /> </span> <span> Add </span> </button> <button class="button is-small is-info" data-testid="kg-search-button" > <span class="icon is-small" > <i class="fas fa-sitemap" /> </span> <span>
src/__tests__/contextEditWorkflow.e2e.test.ts > Context Edit Workflow E2E Tests > Complete Context Management Workflow > should persist context changes across server round-trips: desktop/node_modules/@testing-library/dom/dist/@testing-library/dom.esm.js#L1136
TestingLibraryElementError: Unable to find an element with the text: Persistent Context Test. This could be because the text is broken up by multiple elements. In this case, you can provide a function for your text matcher to make your matcher more flexible. Ignored nodes: comments, script, style <body> <div> <button aria-label="Go back" class="button is-light back-button svelte-rnsqpo" title="Go back" > <span class="icon svelte-rnsqpo" > <i class="fas fa-arrow-left" /> </span> <span class="back-text svelte-rnsqpo" > Back </span> </button> <section class="section" data-testid="chat-interface" > <div class="container" > <div class="columns svelte-rbq0zi" > <div class="column is-8" > <h2 class="title is-4" > Chat </h2> <p class="subtitle is-6" > Role: selected </p> <div class="chat-window svelte-rbq0zi" data-testid="chat-messages" > </div> <div class="field has-addons chat-input svelte-rbq0zi" > <div class="control is-expanded" > <textarea class="textarea" data-testid="chat-input" placeholder="Type your message and press Enter..." rows="3" /> </div> <div class="control" > <button class="button is-primary" data-testid="send-message-button" disabled="" > <span class="icon" > <i class="fas fa-paper-plane" /> </span> </button> </div> </div> </div> <div class="column is-4" > <div class="box context-panel svelte-rbq0zi" data-testid="context-panel" > <div class="level is-mobile" > <div class="level-left" > <div class="level-item" > <h4 class="title is-5" > Context </h4> <div class="buttons has-addons" > <button class="button is-small is-primary" data-testid="show-add-context-button" > <span class="icon is-small" > <i class="fas fa-plus" /> </span> <span> Add </span> </button> <button class="button is-small is-info" data-testid="kg-search-button" > <span class="icon is-small" > <i class="fas fa-sitemap" /> </span> <span>
src/__tests__/contextEditWorkflow.e2e.test.ts > Context Edit Workflow E2E Tests > Complete Context Management Workflow > should handle context with summary field end-to-end: desktop/node_modules/@testing-library/dom/dist/@testing-library/dom.esm.js#L339
TestingLibraryElementError: Unable to find an element by: [data-testid="context-summary-textarea"] Ignored nodes: comments, script, style <body> <div> <button aria-label="Go back" class="button is-light back-button svelte-rnsqpo" title="Go back" > <span class="icon svelte-rnsqpo" > <i class="fas fa-arrow-left" /> </span> <span class="back-text svelte-rnsqpo" > Back </span> </button> <section class="section" data-testid="chat-interface" > <div class="container" > <div class="columns svelte-rbq0zi" > <div class="column is-8" > <h2 class="title is-4" > Chat </h2> <p class="subtitle is-6" > Role: selected </p> <div class="chat-window svelte-rbq0zi" data-testid="chat-messages" > </div> <div class="field has-addons chat-input svelte-rbq0zi" > <div class="control is-expanded" > <textarea class="textarea" data-testid="chat-input" placeholder="Type your message and press Enter..." rows="3" /> </div> <div class="control" > <button class="button is-primary" data-testid="send-message-button" disabled="" > <span class="icon" > <i class="fas fa-paper-plane" /> </span> </button> </div> </div> </div> <div class="column is-4" > <div class="box context-panel svelte-rbq0zi" data-testid="context-panel" > <div class="level is-mobile" > <div class="level-left" > <div class="level-item" > <h4 class="title is-5" > Context </h4> <div class="buttons has-addons" > <button class="button is-small is-primary" data-testid="show-add-context-button" > <span class="icon is-small" > <i class="fas fa-plus" /> </span> <span> Add </span> </button> <button class="button is-small is-info" data-testid="kg-search-button" > <span class="icon is-small" > <i class="fas fa-sitemap" /> </span> <span> KG Search </span> </button> </div> </div> </div>
src/__tests__/contextEditWorkflow.e2e.test.ts > Context Edit Workflow E2E Tests > Complete Context Management Workflow > should add, edit, and delete context through the UI: desktop/node_modules/@testing-library/dom/dist/@testing-library/dom.esm.js#L1136
TestingLibraryElementError: Unable to find an element with the text: E2E Test Document. This could be because the text is broken up by multiple elements. In this case, you can provide a function for your text matcher to make your matcher more flexible. Ignored nodes: comments, script, style <body> <div> <button aria-label="Go back" class="button is-light back-button svelte-rnsqpo" title="Go back" > <span class="icon svelte-rnsqpo" > <i class="fas fa-arrow-left" /> </span> <span class="back-text svelte-rnsqpo" > Back </span> </button> <section class="section" data-testid="chat-interface" > <div class="container" > <div class="columns svelte-rbq0zi" > <div class="column is-8" > <h2 class="title is-4" > Chat </h2> <p class="subtitle is-6" > Role: selected </p> <div class="chat-window svelte-rbq0zi" data-testid="chat-messages" > </div> <div class="field has-addons chat-input svelte-rbq0zi" > <div class="control is-expanded" > <textarea class="textarea" data-testid="chat-input" placeholder="Type your message and press Enter..." rows="3" /> </div> <div class="control" > <button class="button is-primary" data-testid="send-message-button" disabled="" > <span class="icon" > <i class="fas fa-paper-plane" /> </span> </button> </div> </div> </div> <div class="column is-4" > <div class="box context-panel svelte-rbq0zi" data-testid="context-panel" > <div class="level is-mobile" > <div class="level-left" > <div class="level-item" > <h4 class="title is-5" > Context </h4> <div class="buttons has-addons" > <button class="button is-small is-primary" data-testid="show-add-context-button" > <span class="icon is-small" > <i class="fas fa-plus" /> </span> <span> Add </span> </button> <button class="button is-small is-info" data-testid="kg-search-button" > <span class="icon is-small" > <i class="fas fa-sitemap" /> </span> <span>
lint-and-format
Process completed with exit code 101.
setup
The process '/usr/bin/git' failed with exit code 128
build-frontend / build
The process '/usr/bin/git' failed with exit code 128
lint-and-format
The process '/usr/bin/git' failed with exit code 128