bump: lexcial 0.1.0 #696
Annotations
13 errors, 7 warnings, and 1 notice
Build on dev container
buildx failed with: ERROR: failed to solve: process "/usr/local/bin/_dockerfile_shell.sh : && micromamba config append channels conda-forge && micromamba env create --yes -c conda-forge --name datalayer --file /tmp/environment.yml && micromamba clean --all --force-pkgs-dirs --yes ;" did not complete successfully: exit code: 1
|
[chromium] › stories/Cell.test.ts:9:5 › Default:
packages/react/stories/Cell.test.ts#L10
1) [chromium] › stories/Cell.test.ts:9:5 › Default ───────────────────────────────────────────────
Error: page.goto: net::ERR_CONNECTION_REFUSED at http://localhost:6006/iframe.html?id=components-cell--default
Call log:
- navigating to "http://localhost:6006/iframe.html?id=components-cell--default", waiting until "load"
8 |
9 | test('Default', async ({ page }) => {
> 10 | await page.goto(
| ^
11 | 'http://localhost:6006/iframe.html?id=components-cell--default'
12 | );
13 |
at /home/runner/work/jupyter-ui/jupyter-ui/packages/react/stories/Cell.test.ts:10:14
|
[chromium] › stories/Cell.test.ts:9:5 › Default:
packages/react/stories/Cell.test.ts#L10
1) [chromium] › stories/Cell.test.ts:9:5 › Default ───────────────────────────────────────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: page.goto: net::ERR_CONNECTION_REFUSED at http://localhost:6006/iframe.html?id=components-cell--default
Call log:
- navigating to "http://localhost:6006/iframe.html?id=components-cell--default", waiting until "load"
8 |
9 | test('Default', async ({ page }) => {
> 10 | await page.goto(
| ^
11 | 'http://localhost:6006/iframe.html?id=components-cell--default'
12 | );
13 |
at /home/runner/work/jupyter-ui/jupyter-ui/packages/react/stories/Cell.test.ts:10:14
|
[chromium] › stories/Cell.test.ts:9:5 › Default:
packages/react/stories/Cell.test.ts#L10
1) [chromium] › stories/Cell.test.ts:9:5 › Default ───────────────────────────────────────────────
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: page.goto: net::ERR_CONNECTION_REFUSED at http://localhost:6006/iframe.html?id=components-cell--default
Call log:
- navigating to "http://localhost:6006/iframe.html?id=components-cell--default", waiting until "load"
8 |
9 | test('Default', async ({ page }) => {
> 10 | await page.goto(
| ^
11 | 'http://localhost:6006/iframe.html?id=components-cell--default'
12 | );
13 |
at /home/runner/work/jupyter-ui/jupyter-ui/packages/react/stories/Cell.test.ts:10:14
|
[chromium] › stories/Cell.test.ts:27:5 › Lite Python:
packages/react/stories/Cell.test.ts#L28
2) [chromium] › stories/Cell.test.ts:27:5 › Lite Python ──────────────────────────────────────────
Error: page.goto: net::ERR_CONNECTION_REFUSED at http://localhost:6006/iframe.html?id=components-cell--lite-python
Call log:
- navigating to "http://localhost:6006/iframe.html?id=components-cell--lite-python", waiting until "load"
26 |
27 | test('Lite Python', async ({ page }) => {
> 28 | await page.goto(
| ^
29 | 'http://localhost:6006/iframe.html?id=components-cell--lite-python'
30 | );
31 | await page.getByLabel('Code Cell Content with Output').waitFor();
at /home/runner/work/jupyter-ui/jupyter-ui/packages/react/stories/Cell.test.ts:28:14
|
[chromium] › stories/Cell.test.ts:27:5 › Lite Python:
packages/react/stories/Cell.test.ts#L28
2) [chromium] › stories/Cell.test.ts:27:5 › Lite Python ──────────────────────────────────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: page.goto: net::ERR_CONNECTION_REFUSED at http://localhost:6006/iframe.html?id=components-cell--lite-python
Call log:
- navigating to "http://localhost:6006/iframe.html?id=components-cell--lite-python", waiting until "load"
26 |
27 | test('Lite Python', async ({ page }) => {
> 28 | await page.goto(
| ^
29 | 'http://localhost:6006/iframe.html?id=components-cell--lite-python'
30 | );
31 | await page.getByLabel('Code Cell Content with Output').waitFor();
at /home/runner/work/jupyter-ui/jupyter-ui/packages/react/stories/Cell.test.ts:28:14
|
[chromium] › stories/Cell.test.ts:27:5 › Lite Python:
packages/react/stories/Cell.test.ts#L28
2) [chromium] › stories/Cell.test.ts:27:5 › Lite Python ──────────────────────────────────────────
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: page.goto: net::ERR_CONNECTION_REFUSED at http://localhost:6006/iframe.html?id=components-cell--lite-python
Call log:
- navigating to "http://localhost:6006/iframe.html?id=components-cell--lite-python", waiting until "load"
26 |
27 | test('Lite Python', async ({ page }) => {
> 28 | await page.goto(
| ^
29 | 'http://localhost:6006/iframe.html?id=components-cell--lite-python'
30 | );
31 | await page.getByLabel('Code Cell Content with Output').waitFor();
at /home/runner/work/jupyter-ui/jupyter-ui/packages/react/stories/Cell.test.ts:28:14
|
[chromium] › stories/Console.test.ts:9:5 › Default:
packages/react/stories/Console.test.ts#L10
3) [chromium] › stories/Console.test.ts:9:5 › Default ────────────────────────────────────────────
Error: page.goto: net::ERR_CONNECTION_REFUSED at http://localhost:6006/iframe.html?id=components-console--default
Call log:
- navigating to "http://localhost:6006/iframe.html?id=components-console--default", waiting until "load"
8 |
9 | test('Default', async ({ page }) => {
> 10 | await page.goto(
| ^
11 | 'http://localhost:6006/iframe.html?id=components-console--default'
12 | );
13 |
at /home/runner/work/jupyter-ui/jupyter-ui/packages/react/stories/Console.test.ts:10:14
|
[chromium] › stories/Console.test.ts:9:5 › Default:
packages/react/stories/Console.test.ts#L10
3) [chromium] › stories/Console.test.ts:9:5 › Default ────────────────────────────────────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: page.goto: net::ERR_CONNECTION_REFUSED at http://localhost:6006/iframe.html?id=components-console--default
Call log:
- navigating to "http://localhost:6006/iframe.html?id=components-console--default", waiting until "load"
8 |
9 | test('Default', async ({ page }) => {
> 10 | await page.goto(
| ^
11 | 'http://localhost:6006/iframe.html?id=components-console--default'
12 | );
13 |
at /home/runner/work/jupyter-ui/jupyter-ui/packages/react/stories/Console.test.ts:10:14
|
[chromium] › stories/Console.test.ts:9:5 › Default:
packages/react/stories/Console.test.ts#L10
3) [chromium] › stories/Console.test.ts:9:5 › Default ────────────────────────────────────────────
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: page.goto: net::ERR_CONNECTION_REFUSED at http://localhost:6006/iframe.html?id=components-console--default
Call log:
- navigating to "http://localhost:6006/iframe.html?id=components-console--default", waiting until "load"
8 |
9 | test('Default', async ({ page }) => {
> 10 | await page.goto(
| ^
11 | 'http://localhost:6006/iframe.html?id=components-console--default'
12 | );
13 |
at /home/runner/work/jupyter-ui/jupyter-ui/packages/react/stories/Console.test.ts:10:14
|
[chromium] › stories/Console.test.ts:26:5 › Lite Python:
packages/react/stories/Console.test.ts#L27
4) [chromium] › stories/Console.test.ts:26:5 › Lite Python ───────────────────────────────────────
Error: page.goto: net::ERR_CONNECTION_REFUSED at http://localhost:6006/iframe.html?id=components-console--lite-python
Call log:
- navigating to "http://localhost:6006/iframe.html?id=components-console--lite-python", waiting until "load"
25 |
26 | test('Lite Python', async ({ page }) => {
> 27 | await page.goto(
| ^
28 | 'http://localhost:6006/iframe.html?id=components-console--lite-python'
29 | );
30 |
at /home/runner/work/jupyter-ui/jupyter-ui/packages/react/stories/Console.test.ts:27:14
|
Stories visual tests
Error: Process from config.webServer was not able to start. Exit code: 1
|
Stories visual tests
Process completed with exit code 1.
|
Run build on ubuntu-latest
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Run build on ubuntu-latest
warning libmamba 'repo.anaconda.com', a commercial channel hosted by Anaconda.com, is used.
warning libmamba Please make sure you understand Anaconda Terms of Services.
warning libmamba See: https://legal.anaconda.com/policies/en/
|
Run build on ubuntu-latest
warning libmamba 'repo.anaconda.com', a commercial channel hosted by Anaconda.com, is used.
warning libmamba Please make sure you understand Anaconda Terms of Services.
warning libmamba See: https://legal.anaconda.com/policies/en/
warning libmamba 'repo.anaconda.com', a commercial channel hosted by Anaconda.com, is used.
warning libmamba Please make sure you understand Anaconda Terms of Services.
warning libmamba See: https://legal.anaconda.com/policies/en/
warning libmamba 'repo.anaconda.com', a commercial channel hosted by Anaconda.com, is used.
warning libmamba Please make sure you understand Anaconda Terms of Services.
warning libmamba See: https://legal.anaconda.com/policies/en/
warning libmamba 'repo.anaconda.com', a commercial channel hosted by Anaconda.com, is used.
warning libmamba Please make sure you understand Anaconda Terms of Services.
warning libmamba See: https://legal.anaconda.com/policies/en/
warning libmamba 'repo.anaconda.com', a commercial channel hosted by Anaconda.com, is used.
warning libmamba Please make sure you understand Anaconda Terms of Services.
warning libmamba See: https://legal.anaconda.com/policies/en/
warning libmamba 'repo.anaconda.com', a commercial channel hosted by Anaconda.com, is used.
warning libmamba Please make sure you understand Anaconda Terms of Services.
warning libmamba See: https://legal.anaconda.com/policies/en/
warning libmamba 'repo.anaconda.com', a commercial channel hosted by Anaconda.com, is used.
warning libmamba Please make sure you understand Anaconda Terms of Services.
warning libmamba See: https://legal.anaconda.com/policies/en/
|
Run build on ubuntu-latest
warning libmamba You are using 'pip' as an additional package manager.
Be aware that packages installed with 'pip' are managed independently from 'conda-forge' channel.
|
Build on dev container
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Stories visual tests
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Deprecation notice: v1, v2, and v3 of the artifact actions
The following artifacts were uploaded using a version of actions/upload-artifact that is scheduled for deprecation: "jupyter-react-test".
Please update your workflow to use v4 of the artifact actions.
Learn more: https://github.blog/changelog/2024-04-16-deprecation-notice-v3-of-the-artifact-actions/
|
🎭 Playwright Run Summary
8 failed
[chromium] › stories/Cell.test.ts:9:5 › Default ────────────────────────────────────────────────
[chromium] › stories/Cell.test.ts:27:5 › Lite Python ───────────────────────────────────────────
[chromium] › stories/Console.test.ts:9:5 › Default ─────────────────────────────────────────────
[chromium] › stories/Console.test.ts:26:5 › Lite Python ────────────────────────────────────────
[chromium] › stories/Console.test.ts:45:5 › Lite JavaScript ────────────────────────────────────
[chromium] › stories/Notebook.test.ts:9:5 › Default ────────────────────────────────────────────
[chromium] › stories/Notebook.test.ts:31:5 › Lite Python ───────────────────────────────────────
[chromium] › stories/Notebook.test.ts:56:5 › Lite Python Init ──────────────────────────────────
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
jupyter-react-test
|
39.2 KB |
|