Skip to content

build(deps): bump cryptography from 43.0.3 to 46.0.2 #794

build(deps): bump cryptography from 43.0.3 to 46.0.2

build(deps): bump cryptography from 43.0.3 to 46.0.2 #794

Triggered via pull request October 15, 2025 16:07
Status Failure
Total duration 7m 21s
Artifacts 2

ui_notebooks_test.yaml

on: pull_request
verify-3_widget_example
6m 8s
verify-3_widget_example
Fit to window
Zoom out
Zoom in

Annotations

7 errors and 1 notice
verify-3_widget_example
Process completed with exit code 1.
tests/widget_notebook_example.test.ts:28:7 › Visual Regression › Run notebook: ui-tests/tests/widget_notebook_example.test.ts#L91
1) tests/widget_notebook_example.test.ts:28:7 › Visual Regression › Run notebook, capture cell outputs, and test widgets TimeoutError: proxy.waitForSelector: Timeout 10000ms exceeded. Call log: - waiting for locator('text=Ray Cluster: \'widgettest\' has successfully been created') to be visible 89 | await button.click(); 90 | > 91 | const successMessage = await page.waitForSelector('text=Ray Cluster: \'widgettest\' has successfully been created', { timeout: 10000 }); | ^ 92 | expect(successMessage).not.toBeNull(); 93 | 94 | const resourcesMessage = await page.waitForSelector('text=Waiting for requested resources to be set up...'); at /home/runner/work/codeflare-sdk/codeflare-sdk/ui-tests/tests/widget_notebook_example.test.ts:91:41 at interactWithWidget (/home/runner/work/codeflare-sdk/codeflare-sdk/ui-tests/tests/widget_notebook_example.test.ts:186:7) at /home/runner/work/codeflare-sdk/codeflare-sdk/ui-tests/tests/widget_notebook_example.test.ts:88:5
tests/widget_notebook_example.test.ts:28:7 › Visual Regression › Run notebook: ui-tests/tests/widget_notebook_example.test.ts#L63
1) tests/widget_notebook_example.test.ts:28:7 › Visual Regression › Run notebook, capture cell outputs, and test widgets Error: expect(Buffer).toMatchSnapshot(expected) 681 pixels (ratio 0.01 of all image pixels) are different. Expected: /home/runner/work/codeflare-sdk/codeflare-sdk/ui-tests/tests/widget_notebook_example.test.ts-snapshots/widgets-cell-5-linux.png Received: /home/runner/work/codeflare-sdk/codeflare-sdk/ui-tests/test-results/tests-widget_notebook_exam-c3288-ll-outputs-and-test-widgets/widgets-cell-5-actual.png Diff: /home/runner/work/codeflare-sdk/codeflare-sdk/ui-tests/test-results/tests-widget_notebook_exam-c3288-ll-outputs-and-test-widgets/widgets-cell-5-diff.png 61 | 62 | if (captures[i]) { > 63 | expect.soft(captures[i]).toMatchSnapshot(image); // Compare pre-existing capture | ^ 64 | continue; 65 | } 66 | } at /home/runner/work/codeflare-sdk/codeflare-sdk/ui-tests/tests/widget_notebook_example.test.ts:63:34
tests/widget_notebook_example.test.ts:28:7 › Visual Regression › Run notebook: ui-tests/tests/widget_notebook_example.test.ts#L63
1) tests/widget_notebook_example.test.ts:28:7 › Visual Regression › Run notebook, capture cell outputs, and test widgets Error: expect(Buffer).toMatchSnapshot(expected) 31 pixels (ratio 0.01 of all image pixels) are different. Expected: /home/runner/work/codeflare-sdk/codeflare-sdk/ui-tests/tests/widget_notebook_example.test.ts-snapshots/widgets-cell-4-linux.png Received: /home/runner/work/codeflare-sdk/codeflare-sdk/ui-tests/test-results/tests-widget_notebook_exam-c3288-ll-outputs-and-test-widgets/widgets-cell-4-actual.png Diff: /home/runner/work/codeflare-sdk/codeflare-sdk/ui-tests/test-results/tests-widget_notebook_exam-c3288-ll-outputs-and-test-widgets/widgets-cell-4-diff.png 61 | 62 | if (captures[i]) { > 63 | expect.soft(captures[i]).toMatchSnapshot(image); // Compare pre-existing capture | ^ 64 | continue; 65 | } 66 | } at /home/runner/work/codeflare-sdk/codeflare-sdk/ui-tests/tests/widget_notebook_example.test.ts:63:34
tests/widget_notebook_example.test.ts:28:7 › Visual Regression › Run notebook: ui-tests/tests/widget_notebook_example.test.ts#L63
1) tests/widget_notebook_example.test.ts:28:7 › Visual Regression › Run notebook, capture cell outputs, and test widgets Error: expect(Buffer).toMatchSnapshot(expected) 415 pixels (ratio 0.01 of all image pixels) are different. Expected: /home/runner/work/codeflare-sdk/codeflare-sdk/ui-tests/tests/widget_notebook_example.test.ts-snapshots/widgets-cell-3-linux.png Received: /home/runner/work/codeflare-sdk/codeflare-sdk/ui-tests/test-results/tests-widget_notebook_exam-c3288-ll-outputs-and-test-widgets/widgets-cell-3-actual.png Diff: /home/runner/work/codeflare-sdk/codeflare-sdk/ui-tests/test-results/tests-widget_notebook_exam-c3288-ll-outputs-and-test-widgets/widgets-cell-3-diff.png 61 | 62 | if (captures[i]) { > 63 | expect.soft(captures[i]).toMatchSnapshot(image); // Compare pre-existing capture | ^ 64 | continue; 65 | } 66 | } at /home/runner/work/codeflare-sdk/codeflare-sdk/ui-tests/tests/widget_notebook_example.test.ts:63:34
tests/widget_notebook_example.test.ts:28:7 › Visual Regression › Run notebook: ui-tests/tests/widget_notebook_example.test.ts#L63
1) tests/widget_notebook_example.test.ts:28:7 › Visual Regression › Run notebook, capture cell outputs, and test widgets Error: expect(Buffer).toMatchSnapshot(expected) 1592 pixels (ratio 0.01 of all image pixels) are different. Expected: /home/runner/work/codeflare-sdk/codeflare-sdk/ui-tests/tests/widget_notebook_example.test.ts-snapshots/widgets-cell-2-linux.png Received: /home/runner/work/codeflare-sdk/codeflare-sdk/ui-tests/test-results/tests-widget_notebook_exam-c3288-ll-outputs-and-test-widgets/widgets-cell-2-actual.png Diff: /home/runner/work/codeflare-sdk/codeflare-sdk/ui-tests/test-results/tests-widget_notebook_exam-c3288-ll-outputs-and-test-widgets/widgets-cell-2-diff.png 61 | 62 | if (captures[i]) { > 63 | expect.soft(captures[i]).toMatchSnapshot(image); // Compare pre-existing capture | ^ 64 | continue; 65 | } 66 | } at /home/runner/work/codeflare-sdk/codeflare-sdk/ui-tests/tests/widget_notebook_example.test.ts:63:34
tests/widget_notebook_example.test.ts:28:7 › Visual Regression › Run notebook: ui-tests/tests/widget_notebook_example.test.ts#L63
1) tests/widget_notebook_example.test.ts:28:7 › Visual Regression › Run notebook, capture cell outputs, and test widgets Error: expect(Buffer).toMatchSnapshot(expected) 315 pixels (ratio 0.01 of all image pixels) are different. Expected: /home/runner/work/codeflare-sdk/codeflare-sdk/ui-tests/tests/widget_notebook_example.test.ts-snapshots/widgets-cell-0-linux.png Received: /home/runner/work/codeflare-sdk/codeflare-sdk/ui-tests/test-results/tests-widget_notebook_exam-c3288-ll-outputs-and-test-widgets/widgets-cell-0-actual.png Diff: /home/runner/work/codeflare-sdk/codeflare-sdk/ui-tests/test-results/tests-widget_notebook_exam-c3288-ll-outputs-and-test-widgets/widgets-cell-0-diff.png 61 | 62 | if (captures[i]) { > 63 | expect.soft(captures[i]).toMatchSnapshot(image); // Compare pre-existing capture | ^ 64 | continue; 65 | } 66 | } at /home/runner/work/codeflare-sdk/codeflare-sdk/ui-tests/tests/widget_notebook_example.test.ts:63:34
🎭 Playwright Run Summary
1 failed tests/widget_notebook_example.test.ts:28:7 › Visual Regression › Run notebook, capture cell outputs, and test widgets

Artifacts

Produced during runtime
Name Size Digest
ipywidgets-test-assets
1.36 MB
sha256:270eb9cdefb89dc55d8f9503d83f16cb53327eea3e0dd72e47e52f5961b466c3
ipywidgets-test-report
1.54 MB
sha256:5162755d01896a48e469d9912a75e87d78f67842c69dd61d03ee2bd33756f1dc