Bump @types/node from 22.13.8 to 22.13.10 in the types group #2078
Annotations
6 errors, 28 warnings, and 12 notices
[firefox] › tests/e2e/specs/images/bulk-optimization.spec.ts:15:7 › Images › Bulk optimization › optimizes all images:
tests/e2e/specs/images/bulk-optimization.spec.ts#L103
1) [firefox] › tests/e2e/specs/images/bulk-optimization.spec.ts:15:7 › Images › Bulk optimization › optimizes all images
TimeoutError: locator.getAttribute: Timeout 10000ms exceeded.
Call log:
- waiting for getByRole('region', { name: 'Editor settings' }).getByRole('button', { name: 'Media Experiments' })
101 | } );
102 | const isClosed =
> 103 | ( await mediaExperimentsPanel.getAttribute(
| ^
104 | 'aria-expanded'
105 | ) ) === 'false';
106 | // eslint-disable-next-line playwright/no-conditional-in-test
at /home/runner/work/media-experiments/media-experiments/tests/e2e/specs/images/bulk-optimization.spec.ts:103:35
|
[firefox] › tests/e2e/specs/images/cover.spec.ts:35:8 › Cover Block › uploads a file and allows optimizing it afterwards › uses jpeg@browser to convert to image/jpeg:
tests/e2e/specs/images/cover.spec.ts#L155
2) [firefox] › tests/e2e/specs/images/cover.spec.ts:35:8 › Cover Block › uploads a file and allows optimizing it afterwards › uses jpeg@browser to convert to image/jpeg
TimeoutError: locator.click: Timeout 10000ms exceeded.
Call log:
- waiting for getByRole('region', { name: 'Editor settings' }).getByRole('button', { name: 'Compress' })
153 | .getByRole( 'region', { name: 'Editor settings' } )
154 | .getByRole( 'button', { name: 'Compress' } )
> 155 | .click();
| ^
156 |
157 | await expect(
158 | page
at /home/runner/work/media-experiments/media-experiments/tests/e2e/specs/images/cover.spec.ts:155:7
|
[firefox] › tests/e2e/specs/images/optimizing.spec.ts:67:8 › Images › uploads a file and allows optimizing it afterwards › uses avif@vips to convert to image/avif:
tests/e2e/specs/images/optimizing.spec.ts#L190
1) [firefox] › tests/e2e/specs/images/optimizing.spec.ts:67:8 › Images › uploads a file and allows optimizing it afterwards › uses avif@vips to convert to image/avif
TimeoutError: locator.click: Timeout 10000ms exceeded.
Call log:
- waiting for getByRole('region', { name: 'Editor settings' }).getByRole('button', { name: 'Compress' })
188 | .getByRole( 'region', { name: 'Editor settings' } )
189 | .getByRole( 'button', { name: 'Compress' } )
> 190 | .click();
| ^
191 |
192 | await expect(
193 | page
at /home/runner/work/media-experiments/media-experiments/tests/e2e/specs/images/optimizing.spec.ts:190:7
|
[chromium] › tests/e2e/specs/images/media-text.spec.ts:35:8 › Media & Text › uploads a file and allows optimizing it afterwards › uses jpeg@vips to convert to image/jpeg:
tests/e2e/specs/images/media-text.spec.ts#L153
1) [chromium] › tests/e2e/specs/images/media-text.spec.ts:35:8 › Media & Text › uploads a file and allows optimizing it afterwards › uses jpeg@vips to convert to image/jpeg
TimeoutError: locator.click: Timeout 10000ms exceeded.
Call log:
- waiting for getByRole('region', { name: 'Editor settings' }).getByRole('button', { name: 'Compress' })
151 | .getByRole( 'region', { name: 'Editor settings' } )
152 | .getByRole( 'button', { name: 'Compress' } )
> 153 | .click();
| ^
154 |
155 | await expect(
156 | page
at /home/runner/work/media-experiments/media-experiments/tests/e2e/specs/images/media-text.spec.ts:153:7
|
[chromium] › tests/e2e/specs/images/featured-image.spec.ts:36:9 › Post Featured Image › Block › uploads a file and allows optimizing it afterwards › uses jpeg@browser to convert to image/jpeg:
tests/e2e/specs/images/featured-image.spec.ts#L87
1) [chromium] › tests/e2e/specs/images/featured-image.spec.ts:36:9 › Post Featured Image › Block › uploads a file and allows optimizing it afterwards › uses jpeg@browser to convert to image/jpeg
Error: Timed out 5000ms waiting for expect(locator).toHaveText(expected)
Locator: getByRole('region', { name: 'Editor settings' }).getByRole('tabpanel', { name: 'Settings' })
Expected pattern: /Mime type: image\/png/
Received string: "SettingsLink to PostResolutionThumbnailMediumFull SizeSelect the size of the source image.Media ExperimentsAdvanced"
Call log:
- expect.toHaveText with timeout 5000ms
- waiting for getByRole('region', { name: 'Editor settings' }).getByRole('tabpanel', { name: 'Settings' })
2 × locator resolved to <div role="tabpanel" data-open="true" data-enter="true" id="tabs-1-settings-view" class="css-qi2azi enfox0g0" aria-labelledby="tabs-1-settings">…</div>
- unexpected value "SettingsLink to PostMedia ExperimentsAdvanced"
7 × locator resolved to <div role="tabpanel" data-open="true" data-enter="true" id="tabs-1-settings-view" class="css-qi2azi enfox0g0" aria-labelledby="tabs-1-settings">…</div>
- unexpected value "SettingsLink to PostResolutionThumbnailMediumFull SizeSelect the size of the source image.Media ExperimentsAdvanced"
85 | } );
86 |
> 87 | await expect( settingsPanel ).toHaveText(
| ^
88 | /Mime type: image\/png/
89 | );
90 |
at /home/runner/work/media-experiments/media-experiments/tests/e2e/specs/images/featured-image.spec.ts:87:36
|
[chromium] › tests/e2e/specs/images/media-text.spec.ts:35:8 › Media & Text › uploads a file and allows optimizing it afterwards › uses jpeg@browser to convert to image/jpeg:
tests/e2e/specs/images/media-text.spec.ts#L153
2) [chromium] › tests/e2e/specs/images/media-text.spec.ts:35:8 › Media & Text › uploads a file and allows optimizing it afterwards › uses jpeg@browser to convert to image/jpeg
TimeoutError: locator.click: Timeout 10000ms exceeded.
Call log:
- waiting for getByRole('region', { name: 'Editor settings' }).getByRole('button', { name: 'Compress' })
151 | .getByRole( 'region', { name: 'Editor settings' } )
152 | .getByRole( 'button', { name: 'Compress' } )
> 153 | .click();
| ^
154 |
155 | await expect(
156 | page
at /home/runner/work/media-experiments/media-experiments/tests/e2e/specs/images/media-text.spec.ts:153:7
|
E2E Tests (trunk + GB ) (3/4)
Failed to save: Failed to CreateCacheEntry: Received non-retryable error: Failed request: (409) Conflict: cache entry with the same key, version, and scope already exists
|
E2E Tests (trunk + GB ) (3/4)
Cache not found for keys: node-cache-Linux-x64-npm-eeff19cdba8c64075680f0fcad78217e77bccb65b6294d1c7257da0fdf4714b8
|
E2E Tests (trunk) (3/4)
Failed to save: Failed to CreateCacheEntry: Received non-retryable error: Failed request: (409) Conflict: cache entry with the same key, version, and scope already exists
|
E2E Tests (trunk) (3/4)
Cache not found for keys: node-cache-Linux-x64-npm-eeff19cdba8c64075680f0fcad78217e77bccb65b6294d1c7257da0fdf4714b8
|
E2E Tests (trunk) (2/4)
Cache not found for keys: node-cache-Linux-x64-npm-eeff19cdba8c64075680f0fcad78217e77bccb65b6294d1c7257da0fdf4714b8
|
E2E Tests (trunk) (2/4)
Failed to save: Failed to CreateCacheEntry: Received non-retryable error: Failed request: (409) Conflict: cache entry with the same key, version, and scope already exists
|
E2E Tests (latest) (3/4)
Cache not found for keys: node-cache-Linux-x64-npm-eeff19cdba8c64075680f0fcad78217e77bccb65b6294d1c7257da0fdf4714b8
|
E2E Tests (latest) (3/4)
Unexpected input(s) 'file', valid inputs are ['base_sha', 'binary', 'codecov_yml_path', 'commit_parent', 'directory', 'disable_file_fixes', 'disable_search', 'disable_safe_directory', 'disable_telem', 'dry_run', 'env_vars', 'exclude', 'fail_ci_if_error', 'files', 'flags', 'force', 'git_service', 'gcov_args', 'gcov_executable', 'gcov_ignore', 'gcov_include', 'handle_no_reports_found', 'job_code', 'name', 'network_filter', 'network_prefix', 'os', 'override_branch', 'override_build', 'override_build_url', 'override_commit', 'override_pr', 'plugins', 'recurse_submodules', 'report_code', 'report_type', 'root_dir', 'run_command', 'skip_validation', 'slug', 'swift_project', 'token', 'url', 'use_legacy_upload_endpoint', 'use_oidc', 'use_pypi', 'verbose', 'version', 'working-directory']
|
E2E Tests (latest) (3/4)
Failed to save: Failed to CreateCacheEntry: Received non-retryable error: Failed request: (409) Conflict: cache entry with the same key, version, and scope already exists
|
E2E Tests (trunk + GB ) (2/4)
Cache not found for keys: node-cache-Linux-x64-npm-eeff19cdba8c64075680f0fcad78217e77bccb65b6294d1c7257da0fdf4714b8
|
E2E Tests (trunk + GB ) (2/4)
Failed to save: Failed to CreateCacheEntry: Received non-retryable error: Failed request: (409) Conflict: cache entry with the same key, version, and scope already exists
|
E2E Tests (latest) (2/4)
Cache not found for keys: node-cache-Linux-x64-npm-eeff19cdba8c64075680f0fcad78217e77bccb65b6294d1c7257da0fdf4714b8
|
E2E Tests (latest) (2/4)
Unexpected input(s) 'file', valid inputs are ['base_sha', 'binary', 'codecov_yml_path', 'commit_parent', 'directory', 'disable_file_fixes', 'disable_search', 'disable_safe_directory', 'disable_telem', 'dry_run', 'env_vars', 'exclude', 'fail_ci_if_error', 'files', 'flags', 'force', 'git_service', 'gcov_args', 'gcov_executable', 'gcov_ignore', 'gcov_include', 'handle_no_reports_found', 'job_code', 'name', 'network_filter', 'network_prefix', 'os', 'override_branch', 'override_build', 'override_build_url', 'override_commit', 'override_pr', 'plugins', 'recurse_submodules', 'report_code', 'report_type', 'root_dir', 'run_command', 'skip_validation', 'slug', 'swift_project', 'token', 'url', 'use_legacy_upload_endpoint', 'use_oidc', 'use_pypi', 'verbose', 'version', 'working-directory']
|
E2E Tests (latest) (2/4)
Failed to save: Failed to CreateCacheEntry: Received non-retryable error: Failed request: (409) Conflict: cache entry with the same key, version, and scope already exists
|
E2E Tests (trunk) (4/4)
Cache not found for keys: node-cache-Linux-x64-npm-eeff19cdba8c64075680f0fcad78217e77bccb65b6294d1c7257da0fdf4714b8
|
E2E Tests (trunk) (4/4)
Failed to save: Failed to CreateCacheEntry: Received non-retryable error: Failed request: (409) Conflict: cache entry with the same key, version, and scope already exists
|
E2E Tests (trunk + GB ) (4/4)
Failed to save: Failed to CreateCacheEntry: Received non-retryable error: Failed request: (409) Conflict: cache entry with the same key, version, and scope already exists
|
E2E Tests (trunk + GB ) (4/4)
Cache not found for keys: node-cache-Linux-x64-npm-eeff19cdba8c64075680f0fcad78217e77bccb65b6294d1c7257da0fdf4714b8
|
E2E Tests (latest) (4/4)
Failed to save: Failed to CreateCacheEntry: Received non-retryable error: Failed request: (409) Conflict: cache entry with the same key, version, and scope already exists
|
E2E Tests (latest) (4/4)
Unexpected input(s) 'file', valid inputs are ['base_sha', 'binary', 'codecov_yml_path', 'commit_parent', 'directory', 'disable_file_fixes', 'disable_search', 'disable_safe_directory', 'disable_telem', 'dry_run', 'env_vars', 'exclude', 'fail_ci_if_error', 'files', 'flags', 'force', 'git_service', 'gcov_args', 'gcov_executable', 'gcov_ignore', 'gcov_include', 'handle_no_reports_found', 'job_code', 'name', 'network_filter', 'network_prefix', 'os', 'override_branch', 'override_build', 'override_build_url', 'override_commit', 'override_pr', 'plugins', 'recurse_submodules', 'report_code', 'report_type', 'root_dir', 'run_command', 'skip_validation', 'slug', 'swift_project', 'token', 'url', 'use_legacy_upload_endpoint', 'use_oidc', 'use_pypi', 'verbose', 'version', 'working-directory']
|
E2E Tests (latest) (4/4)
Cache not found for keys: node-cache-Linux-x64-npm-eeff19cdba8c64075680f0fcad78217e77bccb65b6294d1c7257da0fdf4714b8
|
E2E Tests (trunk) (1/4)
Cache not found for keys: node-cache-Linux-x64-npm-eeff19cdba8c64075680f0fcad78217e77bccb65b6294d1c7257da0fdf4714b8
|
E2E Tests (trunk) (1/4)
Failed to save: Failed to CreateCacheEntry: Received non-retryable error: Failed request: (409) Conflict: cache entry with the same key, version, and scope already exists
|
E2E Tests (trunk + GB ) (1/4)
Cache not found for keys: node-cache-Linux-x64-npm-eeff19cdba8c64075680f0fcad78217e77bccb65b6294d1c7257da0fdf4714b8
|
E2E Tests (trunk + GB ) (1/4)
Failed to save: Failed to CreateCacheEntry: Received non-retryable error: Failed request: (409) Conflict: cache entry with the same key, version, and scope already exists
|
E2E Tests (latest) (1/4)
Unexpected input(s) 'file', valid inputs are ['base_sha', 'binary', 'codecov_yml_path', 'commit_parent', 'directory', 'disable_file_fixes', 'disable_search', 'disable_safe_directory', 'disable_telem', 'dry_run', 'env_vars', 'exclude', 'fail_ci_if_error', 'files', 'flags', 'force', 'git_service', 'gcov_args', 'gcov_executable', 'gcov_ignore', 'gcov_include', 'handle_no_reports_found', 'job_code', 'name', 'network_filter', 'network_prefix', 'os', 'override_branch', 'override_build', 'override_build_url', 'override_commit', 'override_pr', 'plugins', 'recurse_submodules', 'report_code', 'report_type', 'root_dir', 'run_command', 'skip_validation', 'slug', 'swift_project', 'token', 'url', 'use_legacy_upload_endpoint', 'use_oidc', 'use_pypi', 'verbose', 'version', 'working-directory']
|
E2E Tests (latest) (1/4)
Failed to save: Failed to CreateCacheEntry: Received non-retryable error: Failed request: (409) Conflict: cache entry with the same key, version, and scope already exists
|
E2E Tests (latest) (1/4)
Cache not found for keys: node-cache-Linux-x64-npm-eeff19cdba8c64075680f0fcad78217e77bccb65b6294d1c7257da0fdf4714b8
|
🎭 Playwright Run Summary
2 flaky
[firefox] › tests/e2e/specs/images/bulk-optimization.spec.ts:15:7 › Images › Bulk optimization › optimizes all images
[firefox] › tests/e2e/specs/images/cover.spec.ts:35:8 › Cover Block › uploads a file and allows optimizing it afterwards › uses jpeg@browser to convert to image/jpeg
21 skipped
32 passed (5.4m)
|
🎭 Playwright Run Summary
21 skipped
34 passed (4.8m)
|
🎭 Playwright Run Summary
23 skipped
38 passed (6.5m)
|
🎭 Playwright Run Summary
21 skipped
34 passed (5.3m)
|
🎭 Playwright Run Summary
23 skipped
38 passed (7.5m)
|
🎭 Playwright Run Summary
23 skipped
38 passed (7.6m)
|
🎭 Playwright Run Summary
10 skipped
47 passed (8.7m)
|
🎭 Playwright Run Summary
1 flaky
[firefox] › tests/e2e/specs/images/optimizing.spec.ts:67:8 › Images › uploads a file and allows optimizing it afterwards › uses avif@vips to convert to image/avif
10 skipped
46 passed (9.0m)
|
🎭 Playwright Run Summary
10 skipped
47 passed (8.9m)
|
🎭 Playwright Run Summary
1 flaky
[chromium] › tests/e2e/specs/images/media-text.spec.ts:35:8 › Media & Text › uploads a file and allows optimizing it afterwards › uses jpeg@vips to convert to image/jpeg
57 passed (9.8m)
|
🎭 Playwright Run Summary
2 flaky
[chromium] › tests/e2e/specs/images/featured-image.spec.ts:36:9 › Post Featured Image › Block › uploads a file and allows optimizing it afterwards › uses jpeg@browser to convert to image/jpeg
[chromium] › tests/e2e/specs/images/media-text.spec.ts:35:8 › Media & Text › uploads a file and allows optimizing it afterwards › uses jpeg@browser to convert to image/jpeg
56 passed (10.1m)
|
🎭 Playwright Run Summary
58 passed (12.0m)
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
failures-artifacts-latest-1-4
|
1.74 MB |
|
failures-artifacts-latest-2-4
|
5.04 MB |
|
failures-artifacts-latest-3-4
|
345 KB |
|
failures-artifacts-latest-4-4
|
365 KB |
|
failures-artifacts-trunk-1-4
|
7.57 MB |
|
failures-artifacts-trunk-2-4
|
616 Bytes |
|
failures-artifacts-trunk-3-4
|
614 Bytes |
|
failures-artifacts-trunk-4-4
|
613 Bytes |
|
failures-artifacts-trunk-gb-1-4
|
10.4 MB |
|
failures-artifacts-trunk-gb-2-4
|
617 Bytes |
|
failures-artifacts-trunk-gb-3-4
|
19.7 MB |
|
failures-artifacts-trunk-gb-4-4
|
9.53 MB |
|