Skip to content

chore(deps-dev): Bump maturin in /server in the server-dev-build group #38942

chore(deps-dev): Bump maturin in /server in the server-dev-build group

chore(deps-dev): Bump maturin in /server in the server-dev-build group #38942

Triggered via push September 7, 2026 07:17
Status Success
Total duration 23m 43s
Artifacts 3

ci.yml

on: push
Matrix: rust / test-rust-non-linux
python  /  (🐧 Linux only): 🐍 Python server tests
4m 22s
python / (🐧 Linux only): 🐍 Python server tests
rust  /  🐧 Linux: 🦀 Rust tests
6m 35s
rust / 🐧 Linux: 🦀 Rust tests
docs  /  Build & Check documentations
docs / Build & Check documentations
Matrix: web / 🌐 Web playwright tests
web  /  playwright-reports
20s
web / playwright-reports
⭐ CI is happy ⭐
3s
⭐ CI is happy ⭐
Fit to window
Zoom out
Zoom in

Annotations

6 errors and 1 notice
[Chromium] › tests/e2e/specs/workspaces_list.spec.ts:240:3 › Switch between tabs in small display: ../../../../../github/workspace/client/tests/e2e/specs/workspaces_list.spec.ts#L34
5) [Chromium] › tests/e2e/specs/workspaces_list.spec.ts:240:3 › Switch between tabs in small display Error: expect(locator).toHaveClass(expected) failed Locator: locator('.workspace-categories-menu').locator('.workspace-categories-menu-item').nth(2) Expected pattern: /active/ Received string: "workspace-categories-menu-item" Timeout: 5000ms Call log: - Expect "toHaveClass" with timeout 5000ms - waiting for locator('.workspace-categories-menu').locator('.workspace-categories-menu-item').nth(2) 14 × locator resolved to <div data-v-84334eb2="" class="workspace-categories-menu-item">…</div> - unexpected value "workspace-categories-menu-item" 32 | const menuItems = categoriesMenu.locator('.workspace-categories-menu-item'); 33 | > 34 | await expect(menuItems.nth(activeIndex)).toHaveClass(/active/); | ^ 35 | 36 | for (let i = 0; i < totalCategories; i++) { 37 | if (i === activeIndex) continue; at verifyActiveCategory (/github/workspace/client/tests/e2e/specs/workspaces_list.spec.ts:34:44) at /github/workspace/client/tests/e2e/specs/workspaces_list.spec.ts:273:11
[Chromium] › tests/e2e/specs/create_organization_custom.spec.ts:336:3 › Go through custom org creation process with authority key on small display: ../../../../../github/workspace/client/tests/e2e/specs/create_organization_custom.spec.ts#L399
4) [Chromium] › tests/e2e/specs/create_organization_custom.spec.ts:336:3 › Go through custom org creation process with authority key on small display Error: Has disabled attribute 397 | await expect(userNext).toHaveDisabledAttribute(); 398 | await fillIonInput(userInfoContainer.locator('ion-input').nth(1), DEFAULT_USER_INFORMATION.email); > 399 | await expect(userNext).toNotHaveDisabledAttribute(); | ^ 400 | 401 | await userNext.click(); 402 | at /github/workspace/client/tests/e2e/specs/create_organization_custom.spec.ts:399:28
[Chromium] › tests/e2e/specs/client_area_custom_order.spec.ts:5:1 › Test initial status: ../../../../../github/workspace/client/tests/e2e/helpers/fixtures.ts#L665
3) [Chromium] › tests/e2e/specs/client_area_custom_order.spec.ts:5:1 › Test initial status ─────── Error: Element has a 'disabled' attribute. at helpers/fixtures.ts:665 663 | 664 | await expect(loginButton).toHaveText('Log in'); > 665 | await expect(loginButton).toBeTrulyEnabled(); | ^ 666 | await loginButton.click(); 667 | await expect(home).toHaveURL(/.+\/clientArea$/); 668 | at Object.clientAreaCustomOrder (/github/workspace/client/tests/e2e/helpers/fixtures.ts:665:31)
[Chromium] › tests/e2e/specs/async_enrollment.spec.ts:83:3 › Async enrollment using pki: ../../../../../github/workspace/client/tests/e2e/helpers/testbed.ts#L45
2) [Chromium] › tests/e2e/specs/async_enrollment.spec.ts:83:3 › Async enrollment using pki ─────── Error: page.evaluate: Target page, context or browser has been closed at helpers/testbed.ts:45 43 | 44 | export async function dropTestbed(page: Page): Promise<void> { > 45 | await page.evaluate(async () => { | ^ 46 | if ('TESTING_CONFIG_PATH' in window) { 47 | await window.libparsec.testDropTestbed(window.TESTING_CONFIG_PATH as string); 48 | } at dropTestbed (/github/workspace/client/tests/e2e/helpers/testbed.ts:45:14) at _Page.release (/github/workspace/client/tests/e2e/helpers/fixtures.ts:201:15) at /github/workspace/client/tests/e2e/specs/async_enrollment.spec.ts:199:16
[Chromium] › tests/e2e/specs/async_enrollment.spec.ts:83:3 › Async enrollment using pki: client/tests/e2e/specs/async_enrollment.spec.ts#L0
2) [Chromium] › tests/e2e/specs/async_enrollment.spec.ts:83:3 › Async enrollment using pki ─────── Test timeout of 60000ms exceeded.
[Chromium] › tests/e2e/specs/account_create_org.spec.ts:15:1 › Account create org custom server with server matching: ../../../../../github/workspace/client/tests/e2e/specs/account_create_org.spec.ts#L34
1) [Chromium] › tests/e2e/specs/account_create_org.spec.ts:15:1 › Account create org custom server with server matching Error: Has disabled attribute 32 | await fillIonInput(orgServerContainer.locator('ion-input').nth(0), uniqueOrgName); 33 | await fillIonInput(orgServerContainer.locator('ion-input').nth(1), page.orgInfo.serverAddr); > 34 | await expect(orgNext).toNotHaveDisabledAttribute(); | ^ 35 | await orgNext.click(); 36 | 37 | // Auto-filled by Parsec Account at /github/workspace/client/tests/e2e/specs/account_create_org.spec.ts:34:25
🎭 Playwright Run Summary
5 flaky [Chromium] › tests/e2e/specs/account_create_org.spec.ts:15:1 › Account create org custom server with server matching [Chromium] › tests/e2e/specs/async_enrollment.spec.ts:83:3 › Async enrollment using pki ──────── [Chromium] › tests/e2e/specs/client_area_custom_order.spec.ts:5:1 › Test initial status ──────── [Chromium] › tests/e2e/specs/create_organization_custom.spec.ts:336:3 › Go through custom org creation process with authority key on small display [Chromium] › tests/e2e/specs/workspaces_list.spec.ts:240:3 › Switch between tabs in small display 14 skipped 672 passed (20.1m)

Artifacts

Produced during runtime
Name Size Digest
blob-report-1 Expired
20.1 MB
sha256:acd1798a37f2670d4ea9bc95ab655354582da8f209f1ca9e91c657aee3dbcfda
blob-report-2 Expired
3.72 MB
sha256:089da92ea1a4b986f1a6279712319656edbcd84dae8e81f26c69e8210800e5fe
playwright-report
24.7 MB
sha256:b7a9b0a53085e2a6ede9d20bb4c711b652beaed15de87c749e8af3deb6b23cb0