Faster chunk checking for backend datasets #15545
ci.yaml
on: pull_request
detect ci trigger
3s
Event File
3s
Matrix: test
Annotations
82 errors and 19 warnings
macos-latest py3.10:
xarray/tests/test_backends.py#L5824
test_open_dataset_chunking_zarr[auto]
UserWarning: The specified chunks separate the stored chunks along dimension "x" starting at index 300. This could degrade performance. Instead, consider rechunking after loading.
|
macos-latest py3.10:
xarray/tests/test_backends.py#L5824
test_open_dataset_chunking_zarr[chunks5]
UserWarning: The specified chunks separate the stored chunks along dimension "x" starting at index 200. This could degrade performance. Instead, consider rechunking after loading.
|
macos-latest py3.10:
xarray/tests/test_backends.py#L5855
test_chunking_consintency[auto]
ValueError: zip() argument 2 is shorter than argument 1
|
macos-latest py3.10:
xarray/tests/test_backends.py#L5855
test_chunking_consintency[chunks3]
ValueError: zip() argument 2 is shorter than argument 1
|
macos-latest py3.10:
xarray/tests/test_backends.py#L5855
test_chunking_consintency[chunks5]
ValueError: zip() argument 2 is shorter than argument 1
|
macos-latest py3.10:
xarray/tests/test_backends.py#L2412
TestZarrWriteEmpty.test_warning_on_bad_chunks[2]
Failed: DID NOT WARN. No warnings of type (<class 'UserWarning'>,) were emitted.
Emitted warnings: [].
|
macos-latest py3.10:
xarray/tests/test_backends_api.py#L198
TestPreferredChunks.test_join_chunks[shape2-pref_chunks2-req_chunks2]
UserWarning: The specified chunks separate the stored chunks along dimension "dim_0" starting at index 4. This could degrade performance. Instead, consider rechunking after loading.
|
macos-latest py3.10:
xarray/tests/test_backends_api.py#L198
TestPreferredChunks.test_join_chunks[shape5-pref_chunks5-req_chunks5]
UserWarning: The specified chunks separate the stored chunks along dimension "dim_0" starting at index 2. This could degrade performance. Instead, consider rechunking after loading.
|
macos-latest py3.10:
xarray/tests/test_backends_api.py#L198
TestPreferredChunks.test_join_chunks[shape6-pref_chunks6-req_chunks6]
UserWarning: The specified chunks separate the stored chunks along dimension "dim_0" starting at index 2. This could degrade performance. Instead, consider rechunking after loading.
|
macos-latest py3.10:
xarray/tests/test_backends_api.py#L198
TestPreferredChunks.test_join_chunks[shape7-pref_chunks7-req_chunks7]
UserWarning: The specified chunks separate the stored chunks along dimension "dim_0" starting at index 4. This could degrade performance. Instead, consider rechunking after loading.
|
ubuntu-latest py3.10 min-all-deps:
xarray/tests/test_backends.py#L2412
TestZarrDictStore.test_warning_on_bad_chunks[2]
Failed: DID NOT WARN. No warnings of type (<class 'UserWarning'>,) were emitted.
Emitted warnings: [].
|
ubuntu-latest py3.10 min-all-deps:
xarray/tests/test_backends.py#L2412
TestZarrDirectoryStore.test_warning_on_bad_chunks[2]
Failed: DID NOT WARN. No warnings of type (<class 'UserWarning'>,) were emitted.
Emitted warnings: [].
|
ubuntu-latest py3.10 min-all-deps:
xarray/tests/test_backends.py#L2412
TestZarrWriteEmpty.test_warning_on_bad_chunks[2]
Failed: DID NOT WARN. No warnings of type (<class 'UserWarning'>,) were emitted.
Emitted warnings: [].
|
ubuntu-latest py3.10 min-all-deps:
xarray/tests/test_backends.py#L5855
test_chunking_consintency[auto]
ValueError: zip() argument 2 is shorter than argument 1
|
ubuntu-latest py3.10 min-all-deps:
xarray/tests/test_backends.py#L5855
test_chunking_consintency[chunks3]
ValueError: zip() argument 2 is shorter than argument 1
|
ubuntu-latest py3.10 min-all-deps:
xarray/tests/test_backends.py#L5855
test_chunking_consintency[chunks5]
ValueError: zip() argument 2 is shorter than argument 1
|
ubuntu-latest py3.10 min-all-deps:
xarray/tests/test_backends_api.py#L197
TestPreferredChunks.test_join_chunks[shape2-pref_chunks2-req_chunks2]
AssertionError: Got 1 unexpected warning(s): ['UserWarning(\'The specified chunks separate the stored chunks along dimension "dim_0" starting at index 4. This could degrade performance. Instead, consider rechunking after loading.\'))']
|
ubuntu-latest py3.10 min-all-deps:
xarray/tests/test_backends_api.py#L197
TestPreferredChunks.test_join_chunks[shape5-pref_chunks5-req_chunks5]
AssertionError: Got 1 unexpected warning(s): ['UserWarning(\'The specified chunks separate the stored chunks along dimension "dim_0" starting at index 2. This could degrade performance. Instead, consider rechunking after loading.\'))']
|
ubuntu-latest py3.10 min-all-deps:
xarray/tests/test_backends_api.py#L197
TestPreferredChunks.test_join_chunks[shape6-pref_chunks6-req_chunks6]
AssertionError: Got 1 unexpected warning(s): ['UserWarning(\'The specified chunks separate the stored chunks along dimension "dim_0" starting at index 2. This could degrade performance. Instead, consider rechunking after loading.\'))']
|
ubuntu-latest py3.10 min-all-deps:
xarray/tests/test_backends_api.py#L197
TestPreferredChunks.test_join_chunks[shape7-pref_chunks7-req_chunks7]
AssertionError: Got 2 unexpected warning(s): ['UserWarning(\'The specified chunks separate the stored chunks along dimension "dim_0" starting at index 4. This could degrade performance. Instead, consider rechunking after loading.\'))', 'UserWarning(\'The specified chunks separate the stored chunks along dimension "dim_1" starting at index 2. This could degrade performance. Instead, consider rechunking after loading.\'))']
|
ubuntu-latest py3.12 all-but-numba:
xarray/tests/test_backends.py#L5824
test_open_dataset_chunking_zarr[auto]
UserWarning: The specified chunks separate the stored chunks along dimension "x" starting at index 300. This could degrade performance. Instead, consider rechunking after loading.
|
ubuntu-latest py3.12 all-but-numba:
xarray/tests/test_backends.py#L5824
test_open_dataset_chunking_zarr[chunks5]
UserWarning: The specified chunks separate the stored chunks along dimension "x" starting at index 200. This could degrade performance. Instead, consider rechunking after loading.
|
ubuntu-latest py3.12 all-but-numba:
xarray/tests/test_backends.py#L5855
test_chunking_consintency[auto]
ValueError: zip() argument 2 is shorter than argument 1
|
ubuntu-latest py3.12 all-but-numba:
xarray/tests/test_backends.py#L5855
test_chunking_consintency[chunks3]
ValueError: zip() argument 2 is shorter than argument 1
|
ubuntu-latest py3.12 all-but-numba:
xarray/tests/test_backends.py#L5855
test_chunking_consintency[chunks5]
ValueError: zip() argument 2 is shorter than argument 1
|
ubuntu-latest py3.12 all-but-numba:
xarray/tests/test_backends_api.py#L198
TestPreferredChunks.test_join_chunks[shape2-pref_chunks2-req_chunks2]
UserWarning: The specified chunks separate the stored chunks along dimension "dim_0" starting at index 4. This could degrade performance. Instead, consider rechunking after loading.
|
ubuntu-latest py3.12 all-but-numba:
xarray/tests/test_backends_api.py#L198
TestPreferredChunks.test_join_chunks[shape5-pref_chunks5-req_chunks5]
UserWarning: The specified chunks separate the stored chunks along dimension "dim_0" starting at index 2. This could degrade performance. Instead, consider rechunking after loading.
|
ubuntu-latest py3.12 all-but-numba:
xarray/tests/test_backends_api.py#L198
TestPreferredChunks.test_join_chunks[shape6-pref_chunks6-req_chunks6]
UserWarning: The specified chunks separate the stored chunks along dimension "dim_0" starting at index 2. This could degrade performance. Instead, consider rechunking after loading.
|
ubuntu-latest py3.12 all-but-numba:
xarray/tests/test_backends_api.py#L198
TestPreferredChunks.test_join_chunks[shape7-pref_chunks7-req_chunks7]
UserWarning: The specified chunks separate the stored chunks along dimension "dim_0" starting at index 4. This could degrade performance. Instead, consider rechunking after loading.
|
ubuntu-latest py3.12 all-but-numba:
xarray/tests/test_backends.py#L2412
TestZarrWriteEmpty.test_warning_on_bad_chunks[2]
Failed: DID NOT WARN. No warnings of type (<class 'UserWarning'>,) were emitted.
Emitted warnings: [].
|
ubuntu-latest py3.10:
xarray/tests/test_backends.py#L5824
test_open_dataset_chunking_zarr[auto]
UserWarning: The specified chunks separate the stored chunks along dimension "x" starting at index 300. This could degrade performance. Instead, consider rechunking after loading.
|
ubuntu-latest py3.10:
xarray/tests/test_backends.py#L5824
test_open_dataset_chunking_zarr[chunks5]
UserWarning: The specified chunks separate the stored chunks along dimension "x" starting at index 200. This could degrade performance. Instead, consider rechunking after loading.
|
ubuntu-latest py3.10:
xarray/tests/test_backends.py#L5855
test_chunking_consintency[auto]
ValueError: zip() argument 2 is shorter than argument 1
|
ubuntu-latest py3.10:
xarray/tests/test_backends.py#L5855
test_chunking_consintency[chunks3]
ValueError: zip() argument 2 is shorter than argument 1
|
ubuntu-latest py3.10:
xarray/tests/test_backends.py#L5855
test_chunking_consintency[chunks5]
ValueError: zip() argument 2 is shorter than argument 1
|
ubuntu-latest py3.10:
xarray/tests/test_backends.py#L2412
TestZarrWriteEmpty.test_warning_on_bad_chunks[2]
Failed: DID NOT WARN. No warnings of type (<class 'UserWarning'>,) were emitted.
Emitted warnings: [].
|
ubuntu-latest py3.10:
xarray/tests/test_backends_api.py#L198
TestPreferredChunks.test_join_chunks[shape2-pref_chunks2-req_chunks2]
UserWarning: The specified chunks separate the stored chunks along dimension "dim_0" starting at index 4. This could degrade performance. Instead, consider rechunking after loading.
|
ubuntu-latest py3.10:
xarray/tests/test_backends_api.py#L198
TestPreferredChunks.test_join_chunks[shape5-pref_chunks5-req_chunks5]
UserWarning: The specified chunks separate the stored chunks along dimension "dim_0" starting at index 2. This could degrade performance. Instead, consider rechunking after loading.
|
ubuntu-latest py3.10:
xarray/tests/test_backends_api.py#L198
TestPreferredChunks.test_join_chunks[shape6-pref_chunks6-req_chunks6]
UserWarning: The specified chunks separate the stored chunks along dimension "dim_0" starting at index 2. This could degrade performance. Instead, consider rechunking after loading.
|
ubuntu-latest py3.10:
xarray/tests/test_backends_api.py#L198
TestPreferredChunks.test_join_chunks[shape7-pref_chunks7-req_chunks7]
UserWarning: The specified chunks separate the stored chunks along dimension "dim_0" starting at index 4. This could degrade performance. Instead, consider rechunking after loading.
|
macos-latest py3.12:
xarray/tests/test_backends.py#L5824
test_open_dataset_chunking_zarr[auto]
UserWarning: The specified chunks separate the stored chunks along dimension "x" starting at index 300. This could degrade performance. Instead, consider rechunking after loading.
|
macos-latest py3.12:
xarray/tests/test_backends.py#L5824
test_open_dataset_chunking_zarr[chunks5]
UserWarning: The specified chunks separate the stored chunks along dimension "x" starting at index 200. This could degrade performance. Instead, consider rechunking after loading.
|
macos-latest py3.12:
xarray/tests/test_backends.py#L5855
test_chunking_consintency[auto]
ValueError: zip() argument 2 is shorter than argument 1
|
macos-latest py3.12:
xarray/tests/test_backends.py#L5855
test_chunking_consintency[chunks3]
ValueError: zip() argument 2 is shorter than argument 1
|
macos-latest py3.12:
xarray/tests/test_backends.py#L5855
test_chunking_consintency[chunks5]
ValueError: zip() argument 2 is shorter than argument 1
|
macos-latest py3.12:
xarray/tests/test_backends_api.py#L198
TestPreferredChunks.test_join_chunks[shape2-pref_chunks2-req_chunks2]
UserWarning: The specified chunks separate the stored chunks along dimension "dim_0" starting at index 4. This could degrade performance. Instead, consider rechunking after loading.
|
macos-latest py3.12:
xarray/tests/test_backends_api.py#L198
TestPreferredChunks.test_join_chunks[shape5-pref_chunks5-req_chunks5]
UserWarning: The specified chunks separate the stored chunks along dimension "dim_0" starting at index 2. This could degrade performance. Instead, consider rechunking after loading.
|
macos-latest py3.12:
xarray/tests/test_backends_api.py#L198
TestPreferredChunks.test_join_chunks[shape6-pref_chunks6-req_chunks6]
UserWarning: The specified chunks separate the stored chunks along dimension "dim_0" starting at index 2. This could degrade performance. Instead, consider rechunking after loading.
|
macos-latest py3.12:
xarray/tests/test_backends_api.py#L198
TestPreferredChunks.test_join_chunks[shape7-pref_chunks7-req_chunks7]
UserWarning: The specified chunks separate the stored chunks along dimension "dim_0" starting at index 4. This could degrade performance. Instead, consider rechunking after loading.
|
macos-latest py3.12:
xarray/tests/test_backends.py#L2412
TestZarrWriteEmpty.test_warning_on_bad_chunks[2]
Failed: DID NOT WARN. No warnings of type (<class 'UserWarning'>,) were emitted.
Emitted warnings: [].
|
ubuntu-latest py3.12:
xarray/tests/test_backends.py#L5824
test_open_dataset_chunking_zarr[auto]
UserWarning: The specified chunks separate the stored chunks along dimension "x" starting at index 300. This could degrade performance. Instead, consider rechunking after loading.
|
ubuntu-latest py3.12:
xarray/tests/test_backends.py#L5824
test_open_dataset_chunking_zarr[chunks5]
UserWarning: The specified chunks separate the stored chunks along dimension "x" starting at index 200. This could degrade performance. Instead, consider rechunking after loading.
|
ubuntu-latest py3.12:
xarray/tests/test_backends.py#L5855
test_chunking_consintency[auto]
ValueError: zip() argument 2 is shorter than argument 1
|
ubuntu-latest py3.12:
xarray/tests/test_backends.py#L5855
test_chunking_consintency[chunks3]
ValueError: zip() argument 2 is shorter than argument 1
|
ubuntu-latest py3.12:
xarray/tests/test_backends.py#L5855
test_chunking_consintency[chunks5]
ValueError: zip() argument 2 is shorter than argument 1
|
ubuntu-latest py3.12:
xarray/tests/test_backends_api.py#L198
TestPreferredChunks.test_join_chunks[shape2-pref_chunks2-req_chunks2]
UserWarning: The specified chunks separate the stored chunks along dimension "dim_0" starting at index 4. This could degrade performance. Instead, consider rechunking after loading.
|
ubuntu-latest py3.12:
xarray/tests/test_backends_api.py#L198
TestPreferredChunks.test_join_chunks[shape5-pref_chunks5-req_chunks5]
UserWarning: The specified chunks separate the stored chunks along dimension "dim_0" starting at index 2. This could degrade performance. Instead, consider rechunking after loading.
|
ubuntu-latest py3.12:
xarray/tests/test_backends_api.py#L198
TestPreferredChunks.test_join_chunks[shape6-pref_chunks6-req_chunks6]
UserWarning: The specified chunks separate the stored chunks along dimension "dim_0" starting at index 2. This could degrade performance. Instead, consider rechunking after loading.
|
ubuntu-latest py3.12:
xarray/tests/test_backends_api.py#L198
TestPreferredChunks.test_join_chunks[shape7-pref_chunks7-req_chunks7]
UserWarning: The specified chunks separate the stored chunks along dimension "dim_0" starting at index 4. This could degrade performance. Instead, consider rechunking after loading.
|
ubuntu-latest py3.12:
xarray/tests/test_backends.py#L2412
TestZarrWriteEmpty.test_warning_on_bad_chunks[2]
Failed: DID NOT WARN. No warnings of type (<class 'UserWarning'>,) were emitted.
Emitted warnings: [].
|
windows-latest py3.12
Canceling since a higher priority waiting request for 'CI-refs/pull/9808/merge' exists
|
windows-latest py3.12:
xarray\tests\test_backends.py#L5824
test_open_dataset_chunking_zarr[auto]
UserWarning: The specified chunks separate the stored chunks along dimension "x" starting at index 300. This could degrade performance. Instead, consider rechunking after loading.
|
windows-latest py3.12:
xarray\tests\test_backends.py#L5824
test_open_dataset_chunking_zarr[chunks5]
UserWarning: The specified chunks separate the stored chunks along dimension "x" starting at index 200. This could degrade performance. Instead, consider rechunking after loading.
|
windows-latest py3.12:
xarray\tests\test_backends.py#L5855
test_chunking_consintency[auto]
ValueError: zip() argument 2 is shorter than argument 1
|
windows-latest py3.12:
xarray\tests\test_backends.py#L5855
test_chunking_consintency[chunks3]
ValueError: zip() argument 2 is shorter than argument 1
|
windows-latest py3.12:
xarray\tests\test_backends.py#L5855
test_chunking_consintency[chunks5]
ValueError: zip() argument 2 is shorter than argument 1
|
windows-latest py3.12:
xarray\tests\test_backends_api.py#L198
TestPreferredChunks.test_join_chunks[shape2-pref_chunks2-req_chunks2]
UserWarning: The specified chunks separate the stored chunks along dimension "dim_0" starting at index 4. This could degrade performance. Instead, consider rechunking after loading.
|
windows-latest py3.12:
xarray\tests\test_backends_api.py#L198
TestPreferredChunks.test_join_chunks[shape5-pref_chunks5-req_chunks5]
UserWarning: The specified chunks separate the stored chunks along dimension "dim_0" starting at index 2. This could degrade performance. Instead, consider rechunking after loading.
|
windows-latest py3.12:
xarray\tests\test_backends_api.py#L198
TestPreferredChunks.test_join_chunks[shape6-pref_chunks6-req_chunks6]
UserWarning: The specified chunks separate the stored chunks along dimension "dim_0" starting at index 2. This could degrade performance. Instead, consider rechunking after loading.
|
windows-latest py3.12:
xarray\tests\test_backends_api.py#L198
TestPreferredChunks.test_join_chunks[shape7-pref_chunks7-req_chunks7]
UserWarning: The specified chunks separate the stored chunks along dimension "dim_0" starting at index 4. This could degrade performance. Instead, consider rechunking after loading.
|
windows-latest py3.12:
xarray\tests\test_backends.py#L1723
TestNetCDF4Data.test_auto_chunking_is_based_on_disk_chunk_sizes
PermissionError: [WinError 32] The process cannot access the file because it is being used by another process: 'C:\\Users\\RUNNER~1\\AppData\\Local\\Temp\\tmpzdn8gqf_\\temp-156.nc'
|
windows-latest py3.10
Canceling since a higher priority waiting request for 'CI-refs/pull/9808/merge' exists
|
windows-latest py3.10:
xarray\tests\test_backends.py#L5824
test_open_dataset_chunking_zarr[auto]
UserWarning: The specified chunks separate the stored chunks along dimension "x" starting at index 300. This could degrade performance. Instead, consider rechunking after loading.
|
windows-latest py3.10:
xarray\tests\test_backends.py#L5824
test_open_dataset_chunking_zarr[chunks5]
UserWarning: The specified chunks separate the stored chunks along dimension "x" starting at index 200. This could degrade performance. Instead, consider rechunking after loading.
|
windows-latest py3.10:
xarray\tests\test_backends.py#L5855
test_chunking_consintency[auto]
ValueError: zip() argument 2 is shorter than argument 1
|
windows-latest py3.10:
xarray\tests\test_backends.py#L5855
test_chunking_consintency[chunks3]
ValueError: zip() argument 2 is shorter than argument 1
|
windows-latest py3.10:
xarray\tests\test_backends.py#L5855
test_chunking_consintency[chunks5]
ValueError: zip() argument 2 is shorter than argument 1
|
windows-latest py3.10:
xarray\tests\test_backends_api.py#L198
TestPreferredChunks.test_join_chunks[shape2-pref_chunks2-req_chunks2]
UserWarning: The specified chunks separate the stored chunks along dimension "dim_0" starting at index 4. This could degrade performance. Instead, consider rechunking after loading.
|
windows-latest py3.10:
xarray\tests\test_backends_api.py#L198
TestPreferredChunks.test_join_chunks[shape5-pref_chunks5-req_chunks5]
UserWarning: The specified chunks separate the stored chunks along dimension "dim_0" starting at index 2. This could degrade performance. Instead, consider rechunking after loading.
|
windows-latest py3.10:
xarray\tests\test_backends_api.py#L198
TestPreferredChunks.test_join_chunks[shape6-pref_chunks6-req_chunks6]
UserWarning: The specified chunks separate the stored chunks along dimension "dim_0" starting at index 2. This could degrade performance. Instead, consider rechunking after loading.
|
windows-latest py3.10:
xarray\tests\test_backends_api.py#L198
TestPreferredChunks.test_join_chunks[shape7-pref_chunks7-req_chunks7]
UserWarning: The specified chunks separate the stored chunks along dimension "dim_0" starting at index 4. This could degrade performance. Instead, consider rechunking after loading.
|
windows-latest py3.10:
xarray\tests\test_backends.py#L1723
TestNetCDF4Data.test_auto_chunking_is_based_on_disk_chunk_sizes
PermissionError: [WinError 32] The process cannot access the file because it is being used by another process: 'C:\\Users\\RUNNER~1\\AppData\\Local\\Temp\\tmpkwwtdgma\\temp-156.nc'
|
ubuntu-latest py3.10 bare-minimum
Input 'save-always' has been deprecated with message: save-always does not work as intended and will be removed in a future release.
A separate `actions/cache/restore` step should be used instead.
See https://github.com/actions/cache/tree/main/save#always-save-cache for more details.
|
ubuntu-latest py3.10 bare-minimum
Unexpected input(s) 'file', valid inputs are ['binary', 'codecov_yml_path', 'commit_parent', 'directory', 'disable_file_fixes', 'disable_search', 'disable_safe_directory', 'dry_run', 'env_vars', 'exclude', 'fail_ci_if_error', 'files', 'flags', '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', 'report_code', 'report_type', 'root_dir', 'skip_validation', 'slug', 'swift_project', 'token', 'url', 'use_legacy_upload_endpoint', 'use_oidc', 'verbose', 'version', 'working-directory']
|
ubuntu-latest py3.10 bare-minimum
Input 'save-always' has been deprecated with message: save-always does not work as intended and will be removed in a future release.
A separate `actions/cache/restore` step should be used instead.
See https://github.com/actions/cache/tree/main/save#always-save-cache for more details.
|
ubuntu-latest py3.12 flaky
Input 'save-always' has been deprecated with message: save-always does not work as intended and will be removed in a future release.
A separate `actions/cache/restore` step should be used instead.
See https://github.com/actions/cache/tree/main/save#always-save-cache for more details.
|
ubuntu-latest py3.12 flaky
Input 'save-always' has been deprecated with message: save-always does not work as intended and will be removed in a future release.
A separate `actions/cache/restore` step should be used instead.
See https://github.com/actions/cache/tree/main/save#always-save-cache for more details.
|
ubuntu-latest py3.12 flaky
Unexpected input(s) 'file', valid inputs are ['binary', 'codecov_yml_path', 'commit_parent', 'directory', 'disable_file_fixes', 'disable_search', 'disable_safe_directory', 'dry_run', 'env_vars', 'exclude', 'fail_ci_if_error', 'files', 'flags', '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', 'report_code', 'report_type', 'root_dir', 'skip_validation', 'slug', 'swift_project', 'token', 'url', 'use_legacy_upload_endpoint', 'use_oidc', 'verbose', 'version', 'working-directory']
|
ubuntu-latest py3.11 all-but-dask
Unexpected input(s) 'file', valid inputs are ['binary', 'codecov_yml_path', 'commit_parent', 'directory', 'disable_file_fixes', 'disable_search', 'disable_safe_directory', 'dry_run', 'env_vars', 'exclude', 'fail_ci_if_error', 'files', 'flags', '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', 'report_code', 'report_type', 'root_dir', 'skip_validation', 'slug', 'swift_project', 'token', 'url', 'use_legacy_upload_endpoint', 'use_oidc', 'verbose', 'version', 'working-directory']
|
ubuntu-latest py3.11 all-but-dask
Input 'save-always' has been deprecated with message: save-always does not work as intended and will be removed in a future release.
A separate `actions/cache/restore` step should be used instead.
See https://github.com/actions/cache/tree/main/save#always-save-cache for more details.
|
ubuntu-latest py3.11 all-but-dask
Input 'save-always' has been deprecated with message: save-always does not work as intended and will be removed in a future release.
A separate `actions/cache/restore` step should be used instead.
See https://github.com/actions/cache/tree/main/save#always-save-cache for more details.
|
macos-latest py3.10
Input 'save-always' has been deprecated with message: save-always does not work as intended and will be removed in a future release.
A separate `actions/cache/restore` step should be used instead.
See https://github.com/actions/cache/tree/main/save#always-save-cache for more details.
|
ubuntu-latest py3.10 min-all-deps
Input 'save-always' has been deprecated with message: save-always does not work as intended and will be removed in a future release.
A separate `actions/cache/restore` step should be used instead.
See https://github.com/actions/cache/tree/main/save#always-save-cache for more details.
|
ubuntu-latest py3.12 all-but-numba
Input 'save-always' has been deprecated with message: save-always does not work as intended and will be removed in a future release.
A separate `actions/cache/restore` step should be used instead.
See https://github.com/actions/cache/tree/main/save#always-save-cache for more details.
|
ubuntu-latest py3.10
Input 'save-always' has been deprecated with message: save-always does not work as intended and will be removed in a future release.
A separate `actions/cache/restore` step should be used instead.
See https://github.com/actions/cache/tree/main/save#always-save-cache for more details.
|
macos-latest py3.12
Input 'save-always' has been deprecated with message: save-always does not work as intended and will be removed in a future release.
A separate `actions/cache/restore` step should be used instead.
See https://github.com/actions/cache/tree/main/save#always-save-cache for more details.
|
ubuntu-latest py3.12
Input 'save-always' has been deprecated with message: save-always does not work as intended and will be removed in a future release.
A separate `actions/cache/restore` step should be used instead.
See https://github.com/actions/cache/tree/main/save#always-save-cache for more details.
|
windows-latest py3.12
No files were found with the provided path: pytest.xml. No artifacts will be uploaded.
|
windows-latest py3.12
Input 'save-always' has been deprecated with message: save-always does not work as intended and will be removed in a future release.
A separate `actions/cache/restore` step should be used instead.
See https://github.com/actions/cache/tree/main/save#always-save-cache for more details.
|
windows-latest py3.10
Input 'save-always' has been deprecated with message: save-always does not work as intended and will be removed in a future release.
A separate `actions/cache/restore` step should be used instead.
See https://github.com/actions/cache/tree/main/save#always-save-cache for more details.
|
windows-latest py3.10
No files were found with the provided path: pytest.xml. No artifacts will be uploaded.
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
Event File
|
3.64 KB |
|
Test results for Linux-3.10
|
155 KB |
|
Test results for Linux-3.10 bare-minimum
|
123 KB |
|
Test results for Linux-3.10 min-all-deps
|
170 KB |
|
Test results for Linux-3.11 all-but-dask
|
163 KB |
|
Test results for Linux-3.12
|
153 KB |
|
Test results for Linux-3.12 all-but-numba
|
151 KB |
|
Test results for Linux-3.12 flaky
|
663 Bytes |
|
Test results for macOS-3.10
|
159 KB |
|
Test results for macOS-3.12
|
163 KB |
|