dev #2780
Triggered via deployment
May 21, 2024 22:09
czibuildbot
dev
c04955e
Status
Failure
Total duration
31m 40s
Artifacts
2
deploy-happy-stack.yml
on: deployment
upgrade
7m 41s
Matrix: run-e2e-tests
e2e-logged-in-test
5m 43s
functional-test
22m 24s
performance-test
11s
github-tag-and-release
0s
status
4s
Annotations
11 errors, 29 warnings, and 6 notices
[chromium] › tests/features/cellGuide/cellGuide.test.ts:918:11 › Cell Guide › CellGuide Card › Ontology Viewer › Explorer link's href updates based on organism and tissue filter selection:
frontend/tests/features/cellGuide/cellGuide.test.ts#L1
1) [chromium] › tests/features/cellGuide/cellGuide.test.ts:918:11 › Cell Guide › CellGuide Card › Ontology Viewer › Explorer link's href updates based on organism and tissue filter selection
Test timeout of 300000ms exceeded.
|
[chromium] › tests/features/cellGuide/cellGuide.test.ts:918:11 › Cell Guide › CellGuide Card › Ontology Viewer › Explorer link's href updates based on organism and tissue filter selection:
frontend/tests/features/cellGuide/cellGuide.test.ts#L925
1) [chromium] › tests/features/cellGuide/cellGuide.test.ts:918:11 › Cell Guide › CellGuide Card › Ontology Viewer › Explorer link's href updates based on organism and tissue filter selection
Error: locator.getAttribute: Test timeout of 300000ms exceeded.
Call log:
- waiting for getByTestId('cellguide-open-integrated-embedding')
923 | const linkHrefBeforeSelection = await page
924 | .getByTestId(CELLGUIDE_OPEN_INTEGRATED_EMBEDDING_TEST_ID)
> 925 | .getAttribute("href");
| ^
926 |
927 | expect(linkHrefBeforeSelection).not.toContain("mus_musculus");
928 |
at /home/runner/work/single-cell-data-portal/single-cell-data-portal/frontend/tests/features/cellGuide/cellGuide.test.ts:925:12
|
[chromium] › tests/features/cellGuide/cellGuide.test.ts:918:11 › Cell Guide › CellGuide Card › Ontology Viewer › Explorer link's href updates based on organism and tissue filter selection:
frontend/tests/features/cellGuide/cellGuide.test.ts#L1
1) [chromium] › tests/features/cellGuide/cellGuide.test.ts:918:11 › Cell Guide › CellGuide Card › Ontology Viewer › Explorer link's href updates based on organism and tissue filter selection
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Test timeout of 300000ms exceeded.
|
[chromium] › tests/features/cellGuide/cellGuide.test.ts:918:11 › Cell Guide › CellGuide Card › Ontology Viewer › Explorer link's href updates based on organism and tissue filter selection:
frontend/tests/features/cellGuide/cellGuide.test.ts#L925
1) [chromium] › tests/features/cellGuide/cellGuide.test.ts:918:11 › Cell Guide › CellGuide Card › Ontology Viewer › Explorer link's href updates based on organism and tissue filter selection
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: locator.getAttribute: Test timeout of 300000ms exceeded.
Call log:
- waiting for getByTestId('cellguide-open-integrated-embedding')
923 | const linkHrefBeforeSelection = await page
924 | .getByTestId(CELLGUIDE_OPEN_INTEGRATED_EMBEDDING_TEST_ID)
> 925 | .getAttribute("href");
| ^
926 |
927 | expect(linkHrefBeforeSelection).not.toContain("mus_musculus");
928 |
at /home/runner/work/single-cell-data-portal/single-cell-data-portal/frontend/tests/features/cellGuide/cellGuide.test.ts:925:12
|
[chromium] › tests/features/cellGuide/cellGuide.test.ts:918:11 › Cell Guide › CellGuide Card › Ontology Viewer › Explorer link's href updates based on organism and tissue filter selection:
frontend/tests/features/cellGuide/cellGuide.test.ts#L1
1) [chromium] › tests/features/cellGuide/cellGuide.test.ts:918:11 › Cell Guide › CellGuide Card › Ontology Viewer › Explorer link's href updates based on organism and tissue filter selection
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Test timeout of 300000ms exceeded.
|
[chromium] › tests/features/cellGuide/cellGuide.test.ts:918:11 › Cell Guide › CellGuide Card › Ontology Viewer › Explorer link's href updates based on organism and tissue filter selection:
frontend/tests/features/cellGuide/cellGuide.test.ts#L925
1) [chromium] › tests/features/cellGuide/cellGuide.test.ts:918:11 › Cell Guide › CellGuide Card › Ontology Viewer › Explorer link's href updates based on organism and tissue filter selection
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: locator.getAttribute: Test timeout of 300000ms exceeded.
Call log:
- waiting for getByTestId('cellguide-open-integrated-embedding')
923 | const linkHrefBeforeSelection = await page
924 | .getByTestId(CELLGUIDE_OPEN_INTEGRATED_EMBEDDING_TEST_ID)
> 925 | .getAttribute("href");
| ^
926 |
927 | expect(linkHrefBeforeSelection).not.toContain("mus_musculus");
928 |
at /home/runner/work/single-cell-data-portal/single-cell-data-portal/frontend/tests/features/cellGuide/cellGuide.test.ts:925:12
|
[chromium] › tests/features/cellGuide/cellGuide.test.ts:1225:11 › Cell Guide › CellGuide Card › Tissue Card › Explorer link's href updates based on organism filter selection:
frontend/tests/features/cellGuide/cellGuide.test.ts#L1
2) [chromium] › tests/features/cellGuide/cellGuide.test.ts:1225:11 › Cell Guide › CellGuide Card › Tissue Card › Explorer link's href updates based on organism filter selection
Test timeout of 300000ms exceeded.
|
[chromium] › tests/features/cellGuide/cellGuide.test.ts:1225:11 › Cell Guide › CellGuide Card › Tissue Card › Explorer link's href updates based on organism filter selection:
frontend/tests/features/cellGuide/cellGuide.test.ts#L1235
2) [chromium] › tests/features/cellGuide/cellGuide.test.ts:1225:11 › Cell Guide › CellGuide Card › Tissue Card › Explorer link's href updates based on organism filter selection
Error: locator.getAttribute: Test timeout of 300000ms exceeded.
Call log:
- waiting for getByTestId('cellguide-open-integrated-embedding')
1233 | const linkHrefBeforeSelection = await page
1234 | .getByTestId(CELLGUIDE_OPEN_INTEGRATED_EMBEDDING_TEST_ID)
> 1235 | .getAttribute("href");
| ^
1236 |
1237 | expect(linkHrefBeforeSelection).not.toContain("mus_musculus");
1238 |
at /home/runner/work/single-cell-data-portal/single-cell-data-portal/frontend/tests/features/cellGuide/cellGuide.test.ts:1235:12
|
[chromium] › tests/features/cellGuide/cellGuide.test.ts:1225:11 › Cell Guide › CellGuide Card › Tissue Card › Explorer link's href updates based on organism filter selection:
frontend/tests/features/cellGuide/cellGuide.test.ts#L1
2) [chromium] › tests/features/cellGuide/cellGuide.test.ts:1225:11 › Cell Guide › CellGuide Card › Tissue Card › Explorer link's href updates based on organism filter selection
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Test timeout of 300000ms exceeded.
|
[chromium] › tests/features/cellGuide/cellGuide.test.ts:1225:11 › Cell Guide › CellGuide Card › Tissue Card › Explorer link's href updates based on organism filter selection:
frontend/tests/features/cellGuide/cellGuide.test.ts#L1235
2) [chromium] › tests/features/cellGuide/cellGuide.test.ts:1225:11 › Cell Guide › CellGuide Card › Tissue Card › Explorer link's href updates based on organism filter selection
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: locator.getAttribute: Test timeout of 300000ms exceeded.
Call log:
- waiting for getByTestId('cellguide-open-integrated-embedding')
1233 | const linkHrefBeforeSelection = await page
1234 | .getByTestId(CELLGUIDE_OPEN_INTEGRATED_EMBEDDING_TEST_ID)
> 1235 | .getAttribute("href");
| ^
1236 |
1237 | expect(linkHrefBeforeSelection).not.toContain("mus_musculus");
1238 |
at /home/runner/work/single-cell-data-portal/single-cell-data-portal/frontend/tests/features/cellGuide/cellGuide.test.ts:1235:12
|
e2e-test
Process completed with exit code 1.
|
upgrade
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, avakar/set-deployment-status@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
upgrade
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, avakar/set-deployment-status@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
upgrade
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
upgrade
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
performance-test
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
performance-test
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
e2e-tests chromium 2 of 5
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/upload-artifact@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
e2e-tests chromium 2 of 5
No files were found with the provided path: /home/runner/work/single-cell-data-portal/single-cell-data-portal/frontend/playwright-report. No artifacts will be uploaded.
|
e2e-tests chromium 3 of 5
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/upload-artifact@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
e2e-tests chromium 3 of 5
No files were found with the provided path: /home/runner/work/single-cell-data-portal/single-cell-data-portal/frontend/playwright-report. No artifacts will be uploaded.
|
e2e-logged-in-test
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions/upload-artifact@v2, avakar/set-deployment-status@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
e2e-logged-in-test
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/upload-artifact@v2, avakar/set-deployment-status@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
e2e-logged-in-test
No files were found with the provided path: frontend/playwright-report/. No artifacts will be uploaded.
|
e2e-logged-in-test
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
e2e-logged-in-test
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
e2e-tests chromium 4 of 5
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/upload-artifact@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
e2e-tests chromium 4 of 5
No files were found with the provided path: /home/runner/work/single-cell-data-portal/single-cell-data-portal/frontend/playwright-report. No artifacts will be uploaded.
|
e2e-tests chromium 5 of 5
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/upload-artifact@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
e2e-tests chromium 5 of 5
No files were found with the provided path: /home/runner/work/single-cell-data-portal/single-cell-data-portal/frontend/playwright-report. No artifacts will be uploaded.
|
functional-test
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, avakar/set-deployment-status@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
functional-test
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, avakar/set-deployment-status@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
functional-test
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
functional-test
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
e2e-tests chromium 1 of 5
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/upload-artifact@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
e2e-test
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: avakar/set-deployment-status@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
e2e-test
The following actions uses node12 which is deprecated and will be forced to run on node16: avakar/set-deployment-status@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
e2e-test
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
e2e-test
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
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: "all-blob-reports", "playwright-report chromium 1 of 5".
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
1 skipped
57 passed (4.4s)
|
🎭 Playwright Run Summary
1 skipped
56 passed (4.2s)
|
🎭 Playwright Run Summary
16 passed (4.0m)
|
🎭 Playwright Run Summary
3 skipped
54 passed (4.5m)
|
🎭 Playwright Run Summary
2 skipped
55 passed (6.7m)
|
🎭 Playwright Run Summary
1 failed
[chromium] › tests/features/cellGuide/cellGuide.test.ts:918:11 › Cell Guide › CellGuide Card › Ontology Viewer › Explorer link's href updates based on organism and tissue filter selection
1 flaky
[chromium] › tests/features/cellGuide/cellGuide.test.ts:1225:11 › Cell Guide › CellGuide Card › Tissue Card › Explorer link's href updates based on organism filter selection
2 skipped
22 did not run
32 passed (20.3m)
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
all-blob-reports
Expired
|
136 MB |
|
playwright-report chromium 1 of 5
Expired
|
144 MB |
|