Video playback #5641
Triggered via pull request
October 2, 2024 21:22
Status
Failure
Total duration
1h 28m 34s
Billable time
2h 4m
Artifacts
2
pr.yml
on: pull_request
Matrix: test / test-python
build
/
changes
31s
build
/
build
3m 58s
lint
/
eslint
2m 49s
test
/
test-app
3m 40s
e2e
/
test-e2e
1h 28m
teams
0s
all-tests
0s
Annotations
10 errors, 20 warnings, and 1 notice
[chromium] › oss/specs/groups/ima-vid.spec.ts:118:1 › check modal playback and tagging behavior:
e2e-pw/src/oss/poms/modal/index.ts#L255
1) [chromium] › oss/specs/groups/ima-vid.spec.ts:118:1 › check modal playback and tagging behavior
TimeoutError: page.waitForFunction: Timeout 10000ms exceeded.
at oss/poms/modal/index.ts:255
253 |
254 | async waitForSampleLoadDomAttribute(allowErrorInfo = false) {
> 255 | return this.page.waitForFunction(
| ^
256 | (allowErrorInfo) => {
257 | if (
258 | allowErrorInfo &&
at ModalPom.waitForSampleLoadDomAttribute (/home/runner/work/fiftyone/fiftyone/e2e-pw/src/oss/poms/modal/index.ts:255:22)
at /home/runner/work/fiftyone/fiftyone/e2e-pw/src/oss/specs/groups/ima-vid.spec.ts:120:15
|
[chromium] › oss/specs/groups/ima-vid.spec.ts:118:1 › check modal playback and tagging behavior:
e2e-pw/src/oss/poms/modal/index.ts#L255
1) [chromium] › oss/specs/groups/ima-vid.spec.ts:118:1 › check modal playback and tagging behavior
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
TimeoutError: page.waitForFunction: Timeout 10000ms exceeded.
at oss/poms/modal/index.ts:255
253 |
254 | async waitForSampleLoadDomAttribute(allowErrorInfo = false) {
> 255 | return this.page.waitForFunction(
| ^
256 | (allowErrorInfo) => {
257 | if (
258 | allowErrorInfo &&
at ModalPom.waitForSampleLoadDomAttribute (/home/runner/work/fiftyone/fiftyone/e2e-pw/src/oss/poms/modal/index.ts:255:22)
at /home/runner/work/fiftyone/fiftyone/e2e-pw/src/oss/specs/groups/ima-vid.spec.ts:120:15
|
[chromium] › oss/specs/groups/ima-vid.spec.ts:118:1 › check modal playback and tagging behavior:
e2e-pw/src/oss/poms/modal/index.ts#L255
1) [chromium] › oss/specs/groups/ima-vid.spec.ts:118:1 › check modal playback and tagging behavior
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
TimeoutError: page.waitForFunction: Timeout 10000ms exceeded.
at oss/poms/modal/index.ts:255
253 |
254 | async waitForSampleLoadDomAttribute(allowErrorInfo = false) {
> 255 | return this.page.waitForFunction(
| ^
256 | (allowErrorInfo) => {
257 | if (
258 | allowErrorInfo &&
at ModalPom.waitForSampleLoadDomAttribute (/home/runner/work/fiftyone/fiftyone/e2e-pw/src/oss/poms/modal/index.ts:255:22)
at /home/runner/work/fiftyone/fiftyone/e2e-pw/src/oss/specs/groups/ima-vid.spec.ts:120:15
|
[chromium] › oss/specs/groups/ima-vid.spec.ts:118:1 › check modal playback and tagging behavior:
e2e-pw/src/oss/poms/modal/index.ts#L255
1) [chromium] › oss/specs/groups/ima-vid.spec.ts:118:1 › check modal playback and tagging behavior
Retry #3 ───────────────────────────────────────────────────────────────────────────────────────
TimeoutError: page.waitForFunction: Timeout 10000ms exceeded.
at oss/poms/modal/index.ts:255
253 |
254 | async waitForSampleLoadDomAttribute(allowErrorInfo = false) {
> 255 | return this.page.waitForFunction(
| ^
256 | (allowErrorInfo) => {
257 | if (
258 | allowErrorInfo &&
at ModalPom.waitForSampleLoadDomAttribute (/home/runner/work/fiftyone/fiftyone/e2e-pw/src/oss/poms/modal/index.ts:255:22)
at /home/runner/work/fiftyone/fiftyone/e2e-pw/src/oss/specs/groups/ima-vid.spec.ts:120:15
|
[chromium] › oss/specs/groups/large-groups.spec.ts:56:3 › mp4 group carousel:
e2e-pw/src/oss/specs/groups/large-groups.spec.ts#L1
2) [chromium] › oss/specs/groups/large-groups.spec.ts:56:3 › mp4 group carousel ──────────────────
Test timeout of 60000ms exceeded.
|
[chromium] › oss/specs/groups/large-groups.spec.ts:56:3 › mp4 group carousel:
e2e-pw/src/oss/poms/modal/modal-sidebar.ts#L79
2) [chromium] › oss/specs/groups/large-groups.spec.ts:56:3 › mp4 group carousel ──────────────────
Error: locator.click: Test timeout of 60000ms exceeded.
Call log:
- waiting for getByTestId('modal').getByTestId('sidebar').getByTestId('sidebar-group-entry-GROUP')
- locator resolved to <div data-cy="sidebar-group-entry-GROUP">…</div>
- attempting click action
- waiting for element to be visible, enabled and stable
- element is not stable
- retrying click action, attempt #1
- waiting for element to be visible, enabled and stable
- element was detached from the DOM, retrying
at oss/poms/modal/modal-sidebar.ts:79
77 |
78 | async toggleSidebarGroup(name: string) {
> 79 | await this.locator.getByTestId(`sidebar-group-entry-${name}`).click();
| ^
80 | }
81 | }
82 |
at ModalSidebarPom.toggleSidebarGroup (/home/runner/work/fiftyone/fiftyone/e2e-pw/src/oss/poms/modal/modal-sidebar.ts:79:67)
at /home/runner/work/fiftyone/fiftyone/e2e-pw/src/oss/specs/groups/large-groups.spec.ts:65:25
|
[chromium] › oss/specs/groups/large-groups.spec.ts:56:3 › mp4 group carousel:
e2e-pw/src/oss/specs/groups/large-groups.spec.ts#L1
2) [chromium] › oss/specs/groups/large-groups.spec.ts:56:3 › mp4 group carousel ──────────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Test timeout of 60000ms exceeded.
|
[chromium] › oss/specs/groups/large-groups.spec.ts:56:3 › mp4 group carousel:
e2e-pw/src/oss/poms/modal/modal-sidebar.ts#L79
2) [chromium] › oss/specs/groups/large-groups.spec.ts:56:3 › mp4 group carousel ──────────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: locator.click: Test timeout of 60000ms exceeded.
Call log:
- waiting for getByTestId('modal').getByTestId('sidebar').getByTestId('sidebar-group-entry-GROUP')
- locator resolved to <div data-cy="sidebar-group-entry-GROUP">…</div>
- attempting click action
- waiting for element to be visible, enabled and stable
- element was detached from the DOM, retrying
at oss/poms/modal/modal-sidebar.ts:79
77 |
78 | async toggleSidebarGroup(name: string) {
> 79 | await this.locator.getByTestId(`sidebar-group-entry-${name}`).click();
| ^
80 | }
81 | }
82 |
at ModalSidebarPom.toggleSidebarGroup (/home/runner/work/fiftyone/fiftyone/e2e-pw/src/oss/poms/modal/modal-sidebar.ts:79:67)
at /home/runner/work/fiftyone/fiftyone/e2e-pw/src/oss/specs/groups/large-groups.spec.ts:65:25
|
[chromium] › oss/specs/groups/large-groups.spec.ts:56:3 › mp4 group carousel:
e2e-pw/src/oss/specs/groups/large-groups.spec.ts#L1
2) [chromium] › oss/specs/groups/large-groups.spec.ts:56:3 › mp4 group carousel ──────────────────
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Test timeout of 60000ms exceeded.
|
[chromium] › oss/specs/groups/large-groups.spec.ts:56:3 › mp4 group carousel:
e2e-pw/src/oss/poms/modal/modal-sidebar.ts#L79
2) [chromium] › oss/specs/groups/large-groups.spec.ts:56:3 › mp4 group carousel ──────────────────
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: locator.click: Test timeout of 60000ms exceeded.
Call log:
- waiting for getByTestId('modal').getByTestId('sidebar').getByTestId('sidebar-group-entry-GROUP')
- locator resolved to <div data-cy="sidebar-group-entry-GROUP">…</div>
- attempting click action
- waiting for element to be visible, enabled and stable
- element was detached from the DOM, retrying
at oss/poms/modal/modal-sidebar.ts:79
77 |
78 | async toggleSidebarGroup(name: string) {
> 79 | await this.locator.getByTestId(`sidebar-group-entry-${name}`).click();
| ^
80 | }
81 | }
82 |
at ModalSidebarPom.toggleSidebarGroup (/home/runner/work/fiftyone/fiftyone/e2e-pw/src/oss/poms/modal/modal-sidebar.ts:79:67)
at /home/runner/work/fiftyone/fiftyone/e2e-pw/src/oss/specs/groups/large-groups.spec.ts:65:25
|
lint / eslint:
app/packages/operators/src/CustomPanel.tsx#L37
React Hook useEffect has missing dependencies: 'panelId' and 'setPanelCloseEffect'. Either include them or remove the dependency array
|
lint / eslint:
app/packages/operators/src/CustomPanel.tsx#L101
React Hook useEffect has a missing dependency: 'dimensions'. Either include it or remove the dependency array
|
lint / eslint:
app/packages/operators/src/built-in-operators.ts#L815
'ctx' is defined but never used. Allowed unused args must match /^_/u
|
lint / eslint
'ctx' is defined but never used. Allowed unused args must match /^_/u
|
lint / eslint
'ctx' is defined but never used. Allowed unused args must match /^_/u
|
lint / eslint
'ctx' is defined but never used. Allowed unused args must match /^_/u
|
lint / eslint
'ctx' is defined but never used. Allowed unused args must match /^_/u
|
lint / eslint
'path' is never reassigned. Use 'const' instead
|
lint / eslint
'value' is never reassigned. Use 'const' instead
|
lint / eslint
'ctx' is defined but never used. Allowed unused args must match /^_/u
|
test / test-python (ubuntu-latest-m, 3.10)
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/
|
test / test-python (ubuntu-latest-m, 3.9)
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/
|
test / test-python (ubuntu-latest-m, 3.11)
Codecov: Failed to properly create commit: The process '/home/runner/work/_actions/codecov/codecov-action/v4/dist/codecov' failed with exit code 1
|
test / test-python (ubuntu-latest-m, 3.11)
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/
|
Slow Test:
e2e-pw/[chromium] › oss/specs/smoke-tests/field-visibility.spec.ts#L1
e2e-pw/[chromium] › oss/specs/smoke-tests/field-visibility.spec.ts took 53.3s
|
Slow Test:
e2e-pw/[chromium] › oss/specs/smoke-tests/saved-views.spec.ts#L1
e2e-pw/[chromium] › oss/specs/smoke-tests/saved-views.spec.ts took 25.9s
|
Slow Test:
e2e-pw/[chromium] › oss/specs/sidebar/sidebar.spec.ts#L1
e2e-pw/[chromium] › oss/specs/sidebar/sidebar.spec.ts took 17.6s
|
Slow Test:
e2e-pw/[chromium] › oss/specs/operators/prompt.spec.ts#L1
e2e-pw/[chromium] › oss/specs/operators/prompt.spec.ts took 15.9s
|
e2e / test-e2e
Unexpected input(s) 'working-directory', valid inputs are ['path', 'key', 'restore-keys', 'upload-chunk-size', 'enableCrossOsArchive', 'fail-on-cache-miss', 'lookup-only', 'save-always']
|
e2e / test-e2e
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/
|
🎭 Playwright Run Summary
18 failed
[chromium] › oss/specs/groups/ima-vid.spec.ts:118:1 › check modal playback and tagging behavior
[chromium] › oss/specs/groups/large-groups.spec.ts:56:3 › mp4 group carousel ───────────────────
[chromium] › oss/specs/groups/large-groups.spec.ts:56:3 › png group carousel ───────────────────
[chromium] › oss/specs/groups/nested-dynamic-groups.spec.ts:116:1 › dynamic groups of groups works
[chromium] › oss/specs/groups/sparse-dynamic-groups.spec.ts:59:1 › left slice (default) ────────
[chromium] › oss/specs/groups/sparse-dynamic-groups.spec.ts:88:1 › right slice ─────────────────
[chromium] › oss/specs/groups/sparse-groups.spec.ts:54:3 › mp4 default slice ───────────────────
[chromium] › oss/specs/groups/sparse-groups.spec.ts:70:3 › mp4 shared slice ────────────────────
[chromium] › oss/specs/groups/sparse-groups.spec.ts:96:3 › mp4 second slice ────────────────────
[chromium] › oss/specs/groups/sparse-groups.spec.ts:54:3 › png default slice ───────────────────
[chromium] › oss/specs/groups/sparse-groups.spec.ts:70:3 › png shared slice ────────────────────
[chromium] › oss/specs/groups/sparse-groups.spec.ts:96:3 › png second slice ────────────────────
[chromium] › oss/specs/operators/panels-modal.spec.ts:41:1 › Modal Panels: Counter ─────────────
[chromium] › oss/specs/regression-tests/grid-page.spec.ts:50:1 › modal group carousel has correct second page (all 21 samples)
[chromium] › oss/specs/regression-tests/grid-page.spec.ts:65:1 › modal dynamic group carousel has correct second page (all 21 samples)
[chromium] › oss/specs/selection.spec.ts:70:3 › mp4 modal selection ────────────────────────────
[chromium] › oss/specs/selection.spec.ts:70:3 › png modal selection ────────────────────────────
[chromium] › oss/specs/smoke-tests/summary-fields.spec.ts:44:3 › summary fields › modal sidebar summary fields render
11 flaky
[chromium] › oss/specs/grid-tagging.spec.ts:42:1 › grid tagging ────────────────────────────────
[chromium] › oss/specs/groups/dynamic-groups.spec.ts:70:3 › pcd dynamic group pagination bar ───
[chromium] › oss/specs/groups/dynamic-groups.spec.ts:70:3 › png dynamic group pagination bar ───
[chromium] › oss/specs/modal/linking.spec.ts:52:1 › group linking ──────────────────────────────
[chromium] › oss/specs/regression-tests/group-video/group-video-label.spec.ts:87:3 › groups video labels › video plays with correct label for each slice
[chromium] › oss/specs/regression-tests/index-page.spec.ts:24:1 › index page ───────────────────
[chromium] › oss/specs/smoke-tests/embeddings.spec.ts:62:3 › embeddings on quickstart dataset › lasso samples work
[chromium] › oss/specs/smoke-tests/quickstart-groups.spec.ts:79:5 › quickstart-groups › modal › navigation works
[chromium] › oss/specs/smoke-tests/quickstart-groups.spec.ts:104:5 › quickstart-groups › modal › group media visibility toggle works
[chromium] › oss/specs/smoke-tests/quickstart-groups.spec.ts:139:3 › quickstart-groups › modal with grid filter
[chromium] › oss/specs/smoke-tests/quickstart.spec.ts:80:3 › quickstart › selection bookmark ───
2 skipped
76 passed (1.4h)
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
dist
Expired
|
19.7 MB |
|
playwright-report
Expired
|
748 MB |
|