Fix read-only share enforcement and auth throttling (#61) #520
ci.yml
on: push
nix-syntax
13s
lint
18m 56s
dev-check
9m 38s
test
35m 13s
e2e
41m 33s
coverage
19m 9s
build-windows
/
build-windows
5m 36s
Matrix: build-packages / build-packages
Annotations
12 errors, 3 warnings, and 1 notice
|
FlakeHub registration required.
Unable to authenticate to FlakeHub. Individuals must register at FlakeHub.com; Organizations must create an organization at FlakeHub.com.
|
|
FlakeHub registration required.
Unable to authenticate to FlakeHub. Individuals must register at FlakeHub.com; Organizations must create an organization at FlakeHub.com.
|
|
FlakeHub registration required.
Unable to authenticate to FlakeHub. Individuals must register at FlakeHub.com; Organizations must create an organization at FlakeHub.com.
|
|
FlakeHub registration required.
Unable to authenticate to FlakeHub. Individuals must register at FlakeHub.com; Organizations must create an organization at FlakeHub.com.
|
|
FlakeHub registration required.
Unable to authenticate to FlakeHub. Individuals must register at FlakeHub.com; Organizations must create an organization at FlakeHub.com.
|
|
FlakeHub registration required.
Unable to authenticate to FlakeHub. Individuals must register at FlakeHub.com; Organizations must create an organization at FlakeHub.com.
|
|
FlakeHub registration required.
Unable to authenticate to FlakeHub. Individuals must register at FlakeHub.com; Organizations must create an organization at FlakeHub.com.
|
|
[chromium] › tests/large-viewport.spec.ts:34:7 › renders at 4K-8px (3840x2160 @1x:
e2e/tests/large-viewport.spec.ts#L21
1) [chromium] › tests/large-viewport.spec.ts:34:7 › renders at 4K-8px (3840x2160 @1x, 8px) ───────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: locator.click: Test ended.
Call log:
- waiting for getByRole('button', { name: 'New terminal' }).first()
- locator resolved to <button>…</button>
- attempting click action
2 × waiting for element to be visible, enabled and stable
- element is visible, enabled and stable
- scrolling into view if needed
- done scrolling
- <div>…</div> from <div role="dialog" aria-modal="true" aria-label="Remotes">…</div> subtree intercepts pointer events
- retrying click action
- waiting 20ms
2 × waiting for element to be visible, enabled and stable
- element is visible, enabled and stable
- scrolling into view if needed
- done scrolling
- <div>…</div> from <div role="dialog" aria-modal="true" aria-label="Remotes">…</div> subtree intercepts pointer events
- retrying click action
- waiting 100ms
52 × waiting for element to be visible, enabled and stable
- element is visible, enabled and stable
- scrolling into view if needed
- done scrolling
- <div>…</div> from <div role="dialog" aria-modal="true" aria-label="Remotes">…</div> subtree intercepts pointer events
- retrying click action
- waiting 500ms
- waiting for element to be visible, enabled and stable
19 | const canvas = page.locator("canvas").first();
20 | if (!(await canvas.isVisible().catch(() => false))) {
> 21 | await page.getByRole("button", { name: "New terminal" }).first().click();
| ^
22 | }
23 | await expect(canvas).toBeVisible({ timeout: 10_000 });
24 | }
at authenticate (/home/runner/_work/blit/blit/e2e/tests/large-viewport.spec.ts:21:70)
at /home/runner/_work/blit/blit/e2e/tests/large-viewport.spec.ts:43:5
|
|
[chromium] › tests/large-viewport.spec.ts:34:7 › renders at 4K-8px (3840x2160 @1x:
e2e/tests/large-viewport.spec.ts#L0
1) [chromium] › tests/large-viewport.spec.ts:34:7 › renders at 4K-8px (3840x2160 @1x, 8px) ───────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Test timeout of 30000ms exceeded.
|
|
[chromium] › tests/large-viewport.spec.ts:34:7 › renders at 4K-8px (3840x2160 @1x:
e2e/tests/large-viewport.spec.ts#L21
1) [chromium] › tests/large-viewport.spec.ts:34:7 › renders at 4K-8px (3840x2160 @1x, 8px) ───────
Error: locator.click: Test ended.
Call log:
- waiting for getByRole('button', { name: 'New terminal' }).first()
- locator resolved to <button>…</button>
- attempting click action
2 × waiting for element to be visible, enabled and stable
- element is visible, enabled and stable
- scrolling into view if needed
- done scrolling
- <div>…</div> from <div role="dialog" aria-modal="true" aria-label="Remotes">…</div> subtree intercepts pointer events
- retrying click action
- waiting 20ms
2 × waiting for element to be visible, enabled and stable
- element is visible, enabled and stable
- scrolling into view if needed
- done scrolling
- <div>…</div> from <div role="dialog" aria-modal="true" aria-label="Remotes">…</div> subtree intercepts pointer events
- retrying click action
- waiting 100ms
53 × waiting for element to be visible, enabled and stable
- element is visible, enabled and stable
- scrolling into view if needed
- done scrolling
- <div>…</div> from <div role="dialog" aria-modal="true" aria-label="Remotes">…</div> subtree intercepts pointer events
- retrying click action
- waiting 500ms
19 | const canvas = page.locator("canvas").first();
20 | if (!(await canvas.isVisible().catch(() => false))) {
> 21 | await page.getByRole("button", { name: "New terminal" }).first().click();
| ^
22 | }
23 | await expect(canvas).toBeVisible({ timeout: 10_000 });
24 | }
at authenticate (/home/runner/_work/blit/blit/e2e/tests/large-viewport.spec.ts:21:70)
at /home/runner/_work/blit/blit/e2e/tests/large-viewport.spec.ts:43:5
|
|
[chromium] › tests/large-viewport.spec.ts:34:7 › renders at 4K-8px (3840x2160 @1x:
e2e/tests/large-viewport.spec.ts#L0
1) [chromium] › tests/large-viewport.spec.ts:34:7 › renders at 4K-8px (3840x2160 @1x, 8px) ───────
Test timeout of 30000ms exceeded.
|
|
FlakeHub registration required.
Unable to authenticate to FlakeHub. Individuals must register at FlakeHub.com; Organizations must create an organization at FlakeHub.com.
|
|
build-windows / build-windows
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/setup-node@v4, pnpm/action-setup@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
coverage
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/upload-artifact@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
e2e
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/upload-artifact@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
🎭 Playwright Run Summary
1 flaky
[chromium] › tests/large-viewport.spec.ts:34:7 › renders at 4K-8px (3840x2160 @1x, 8px) ────────
34 passed (1.4m)
|
Artifacts
Produced during runtime
| Name | Size | Digest | |
|---|---|---|---|
|
coverage-report
|
1.22 MB |
sha256:cbfc6374876959a48940a96180532c7a9a43db550b5dfd6d265e7b525da2b89a
|
|
|
playwright-report
Expired
|
332 KB |
sha256:784372e2e43c576be2ea6c154977f8c2f33fec4f9569d4755aba8ba5b3b13044
|
|