Skip to content

Fix h5netcdf backend module detection and ros3 tests #20762

Fix h5netcdf backend module detection and ros3 tests

Fix h5netcdf backend module detection and ros3 tests #20762

Triggered via pull request April 1, 2026 10:59
Status Success
Total duration 23m 52s
Artifacts 16

ci.yaml

on: pull_request
detect ci trigger
5s
detect ci trigger
Event File
5s
Event File
cache-pixi-lock
8s
cache-pixi-lock
Matrix: test
Fit to window
Zoom out
Zoom in

Annotations

152 warnings
Workflow syntax warning: .github/workflows/ci.yaml#L133
.github/workflows/ci.yaml (Line: 133, Col: 13): Conditional expression contains literal text outside replacement tokens. This will cause the expression to always evaluate to truthy. Did you mean to put the entire expression inside ${{ }}?
ubuntu-latest | test-py313 (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 | test-py313 (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 | test-py311-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 | test-py311-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 | test-py311-bare-min-and-scipy
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 | test-py311-bare-min-and-scipy
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 | test-py311-with-typing (mypy)
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 | test-py311-with-typing (mypy)
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 | test-py313-no-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 | test-py313-no-numba: .pixi/envs/test-py313-no-numba/lib/python3.13/site-packages/pandas/core/dtypes/common.py#L1885
Data type alias 'a' was deprecated in NumPy 2.0. Use the 'S' alias instead.
ubuntu-latest | test-py313-no-numba: .pixi/envs/test-py313-no-numba/lib/python3.13/site-packages/pandas/core/dtypes/common.py#L1885
Data type alias 'a' was deprecated in NumPy 2.0. Use the 'S' alias instead.
ubuntu-latest | test-py313-no-numba: .pixi/envs/test-py313-no-numba/lib/python3.13/site-packages/pandas/core/dtypes/common.py#L1885
Data type alias 'a' was deprecated in NumPy 2.0. Use the 'S' alias instead.
ubuntu-latest | test-py313-no-numba: .pixi/envs/test-py313-no-numba/lib/python3.13/site-packages/pandas/core/dtypes/common.py#L1885
Data type alias 'a' was deprecated in NumPy 2.0. Use the 'S' alias instead.
ubuntu-latest | test-py313-no-numba: .pixi/envs/test-py313-no-numba/lib/python3.13/site-packages/pandas/core/dtypes/common.py#L1885
Data type alias 'a' was deprecated in NumPy 2.0. Use the 'S' alias instead.
ubuntu-latest | test-py313-no-numba: .pixi/envs/test-py313-no-numba/lib/python3.13/site-packages/pandas/core/dtypes/common.py#L1885
Data type alias 'a' was deprecated in NumPy 2.0. Use the 'S' alias instead.
ubuntu-latest | test-py313-no-numba: .pixi/envs/test-py313-no-numba/lib/python3.13/site-packages/pandas/core/dtypes/common.py#L1885
Data type alias 'a' was deprecated in NumPy 2.0. Use the 'S' alias instead.
ubuntu-latest | test-py313-no-numba: .pixi/envs/test-py313-no-numba/lib/python3.13/site-packages/pandas/core/dtypes/common.py#L1885
Data type alias 'a' was deprecated in NumPy 2.0. Use the 'S' alias instead.
ubuntu-latest | test-py313-no-numba: .pixi/envs/test-py313-no-numba/lib/python3.13/site-packages/_pytest/unraisableexception.py#L67
Exception ignored in: <function PickleableFileManager.__del__ at 0x7fabbbcd2520> Traceback (most recent call last): File "/home/runner/work/xarray/xarray/xarray/backends/file_manager.py", line 415, in __del__ warnings.warn( ~~~~~~~~~~~~~^ f"deallocating {self}, but file is not already closed. " ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ...<2 lines>... stacklevel=2, ^^^^^^^^^^^^^ ) ^ RuntimeWarning: deallocating <closed PickleableFileManager>, but file is not already closed. This may indicate a bug. Enable tracemalloc to get traceback where the object was allocated. See https://docs.pytest.org/en/stable/how-to/capture-warnings.html#resource-warnings for more info.
ubuntu-latest | test-py313-no-numba: .pixi/envs/test-py313-no-numba/lib/python3.13/site-packages/_pytest/unraisableexception.py#L67
Exception ignored in: <function PickleableFileManager.__del__ at 0x7fabbbcd2520> Traceback (most recent call last): File "/home/runner/work/xarray/xarray/xarray/backends/file_manager.py", line 415, in __del__ warnings.warn( ~~~~~~~~~~~~~^ f"deallocating {self}, but file is not already closed. " ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ...<2 lines>... stacklevel=2, ^^^^^^^^^^^^^ ) ^ RuntimeWarning: deallocating <closed PickleableFileManager>, but file is not already closed. This may indicate a bug. Enable tracemalloc to get traceback where the object was allocated. See https://docs.pytest.org/en/stable/how-to/capture-warnings.html#resource-warnings for more info.
ubuntu-latest | test-py313-no-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.
macos-latest | test-py313
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 | test-py313: .pixi/envs/test-py313/lib/python3.13/site-packages/pandas/core/dtypes/common.py#L1885
Data type alias 'a' was deprecated in NumPy 2.0. Use the 'S' alias instead.
macos-latest | test-py313: .pixi/envs/test-py313/lib/python3.13/site-packages/pandas/core/dtypes/common.py#L1885
Data type alias 'a' was deprecated in NumPy 2.0. Use the 'S' alias instead.
macos-latest | test-py313: .pixi/envs/test-py313/lib/python3.13/site-packages/pandas/core/dtypes/common.py#L1885
Data type alias 'a' was deprecated in NumPy 2.0. Use the 'S' alias instead.
macos-latest | test-py313: .pixi/envs/test-py313/lib/python3.13/site-packages/pandas/core/dtypes/common.py#L1885
Data type alias 'a' was deprecated in NumPy 2.0. Use the 'S' alias instead.
macos-latest | test-py313: .pixi/envs/test-py313/lib/python3.13/site-packages/pandas/core/dtypes/common.py#L1885
Data type alias 'a' was deprecated in NumPy 2.0. Use the 'S' alias instead.
macos-latest | test-py313: .pixi/envs/test-py313/lib/python3.13/site-packages/pandas/core/dtypes/common.py#L1885
Data type alias 'a' was deprecated in NumPy 2.0. Use the 'S' alias instead.
macos-latest | test-py313: .pixi/envs/test-py313/lib/python3.13/site-packages/pandas/core/dtypes/common.py#L1885
Data type alias 'a' was deprecated in NumPy 2.0. Use the 'S' alias instead.
macos-latest | test-py313: .pixi/envs/test-py313/lib/python3.13/site-packages/pandas/core/dtypes/common.py#L1885
Data type alias 'a' was deprecated in NumPy 2.0. Use the 'S' alias instead.
macos-latest | test-py313: .pixi/envs/test-py313/lib/python3.13/site-packages/_pytest/unraisableexception.py#L67
Exception ignored in: <function PickleableFileManager.__del__ at 0x11c62be20> Traceback (most recent call last): File "/Users/runner/work/xarray/xarray/xarray/backends/file_manager.py", line 415, in __del__ warnings.warn( ~~~~~~~~~~~~~^ f"deallocating {self}, but file is not already closed. " ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ...<2 lines>... stacklevel=2, ^^^^^^^^^^^^^ ) ^ RuntimeWarning: deallocating <closed PickleableFileManager>, but file is not already closed. This may indicate a bug. Enable tracemalloc to get traceback where the object was allocated. See https://docs.pytest.org/en/stable/how-to/capture-warnings.html#resource-warnings for more info.
macos-latest | test-py313: .pixi/envs/test-py313/lib/python3.13/site-packages/_pytest/unraisableexception.py#L67
Exception ignored in: <function PickleableFileManager.__del__ at 0x11c62be20> Traceback (most recent call last): File "/Users/runner/work/xarray/xarray/xarray/backends/file_manager.py", line 415, in __del__ warnings.warn( ~~~~~~~~~~~~~^ f"deallocating {self}, but file is not already closed. " ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ...<2 lines>... stacklevel=2, ^^^^^^^^^^^^^ ) ^ RuntimeWarning: deallocating <closed PickleableFileManager>, but file is not already closed. This may indicate a bug. Enable tracemalloc to get traceback where the object was allocated. See https://docs.pytest.org/en/stable/how-to/capture-warnings.html#resource-warnings for more info.
macos-latest | test-py313
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 | test-py311-min-versions
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 | test-py311-min-versions: .pixi/envs/test-py311-min-versions/lib/python3.11/site-packages/numcodecs/__init__.py#L106
crc32c usage is deprecated since numcodecs v0.16.4. It is recommended to install google_crc32c instead.
ubuntu-latest | test-py311-min-versions: .pixi/envs/test-py311-min-versions/lib/python3.11/site-packages/numcodecs/__init__.py#L106
crc32c usage is deprecated since numcodecs v0.16.4. It is recommended to install google_crc32c instead.
ubuntu-latest | test-py311-min-versions: .pixi/envs/test-py311-min-versions/lib/python3.11/site-packages/numcodecs/__init__.py#L106
crc32c usage is deprecated since numcodecs v0.16.4. It is recommended to install google_crc32c instead.
ubuntu-latest | test-py311-min-versions: .pixi/envs/test-py311-min-versions/lib/python3.11/site-packages/numcodecs/__init__.py#L106
crc32c usage is deprecated since numcodecs v0.16.4. It is recommended to install google_crc32c instead.
ubuntu-latest | test-py311-min-versions: .pixi/envs/test-py311-min-versions/lib/python3.11/site-packages/numcodecs/__init__.py#L106
crc32c usage is deprecated since numcodecs v0.16.4. It is recommended to install google_crc32c instead.
ubuntu-latest | test-py311-min-versions
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 | test-py313-no-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 | test-py313-no-dask: .pixi/envs/test-py313-no-dask/lib/python3.12/site-packages/_pytest/unraisableexception.py#L67
Exception ignored in: <function PickleableFileManager.__del__ at 0x7fc666aa4860> Traceback (most recent call last): File "/home/runner/work/xarray/xarray/xarray/backends/file_manager.py", line 415, in __del__ warnings.warn( RuntimeWarning: deallocating <closed PickleableFileManager>, but file is not already closed. This may indicate a bug. Enable tracemalloc to get traceback where the object was allocated. See https://docs.pytest.org/en/stable/how-to/capture-warnings.html#resource-warnings for more info.
ubuntu-latest | test-py313-no-dask: .pixi/envs/test-py313-no-dask/lib/python3.12/site-packages/webob/compat.py#L5
'cgi' is deprecated and slated for removal in Python 3.13
ubuntu-latest | test-py313-no-dask: .pixi/envs/test-py313-no-dask/lib/python3.12/site-packages/webob/compat.py#L5
'cgi' is deprecated and slated for removal in Python 3.13
ubuntu-latest | test-py313-no-dask: .pixi/envs/test-py313-no-dask/lib/python3.12/site-packages/webob/compat.py#L5
'cgi' is deprecated and slated for removal in Python 3.13
ubuntu-latest | test-py313-no-dask: .pixi/envs/test-py313-no-dask/lib/python3.12/site-packages/webob/compat.py#L5
'cgi' is deprecated and slated for removal in Python 3.13
ubuntu-latest | test-py313-no-dask: .pixi/envs/test-py313-no-dask/lib/python3.12/site-packages/webob/compat.py#L5
'cgi' is deprecated and slated for removal in Python 3.13
ubuntu-latest | test-py313-no-dask: .pixi/envs/test-py313-no-dask/lib/python3.12/site-packages/webob/compat.py#L5
'cgi' is deprecated and slated for removal in Python 3.13
ubuntu-latest | test-py313-no-dask: .pixi/envs/test-py313-no-dask/lib/python3.12/site-packages/webob/compat.py#L5
'cgi' is deprecated and slated for removal in Python 3.13
ubuntu-latest | test-py313-no-dask: .pixi/envs/test-py313-no-dask/lib/python3.12/site-packages/webob/compat.py#L5
'cgi' is deprecated and slated for removal in Python 3.13
ubuntu-latest | test-py313-no-dask: .pixi/envs/test-py313-no-dask/lib/python3.12/site-packages/webob/compat.py#L5
'cgi' is deprecated and slated for removal in Python 3.13
ubuntu-latest | test-py313-no-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 | test-py311
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 | test-py311: .pixi/envs/test-py311/lib/python3.11/site-packages/_pytest/unraisableexception.py#L67
Exception ignored in: <function PickleableFileManager.__del__ at 0x7efd5817a340> Traceback (most recent call last): File "/home/runner/work/xarray/xarray/xarray/backends/file_manager.py", line 415, in __del__ warnings.warn( RuntimeWarning: deallocating <closed PickleableFileManager>, but file is not already closed. This may indicate a bug. Enable tracemalloc to get traceback where the object was allocated. See https://docs.pytest.org/en/stable/how-to/capture-warnings.html#resource-warnings for more info.
ubuntu-latest | test-py311: .pixi/envs/test-py311/lib/python3.11/site-packages/webob/compat.py#L5
'cgi' is deprecated and slated for removal in Python 3.13
ubuntu-latest | test-py311: .pixi/envs/test-py311/lib/python3.11/site-packages/webob/compat.py#L5
'cgi' is deprecated and slated for removal in Python 3.13
ubuntu-latest | test-py311: .pixi/envs/test-py311/lib/python3.11/site-packages/webob/compat.py#L5
'cgi' is deprecated and slated for removal in Python 3.13
ubuntu-latest | test-py311: .pixi/envs/test-py311/lib/python3.11/site-packages/webob/compat.py#L5
'cgi' is deprecated and slated for removal in Python 3.13
ubuntu-latest | test-py311: .pixi/envs/test-py311/lib/python3.11/site-packages/webob/compat.py#L5
'cgi' is deprecated and slated for removal in Python 3.13
ubuntu-latest | test-py311: .pixi/envs/test-py311/lib/python3.11/site-packages/webob/compat.py#L5
'cgi' is deprecated and slated for removal in Python 3.13
ubuntu-latest | test-py311: .pixi/envs/test-py311/lib/python3.11/site-packages/webob/compat.py#L5
'cgi' is deprecated and slated for removal in Python 3.13
ubuntu-latest | test-py311: .pixi/envs/test-py311/lib/python3.11/site-packages/webob/compat.py#L5
'cgi' is deprecated and slated for removal in Python 3.13
ubuntu-latest | test-py311: .pixi/envs/test-py311/lib/python3.11/site-packages/webob/compat.py#L5
'cgi' is deprecated and slated for removal in Python 3.13
ubuntu-latest | test-py311
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 | test-py313
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 | test-py313: .pixi/envs/test-py313/lib/python3.13/site-packages/pandas/core/dtypes/common.py#L1885
Data type alias 'a' was deprecated in NumPy 2.0. Use the 'S' alias instead.
ubuntu-latest | test-py313: .pixi/envs/test-py313/lib/python3.13/site-packages/pandas/core/dtypes/common.py#L1885
Data type alias 'a' was deprecated in NumPy 2.0. Use the 'S' alias instead.
ubuntu-latest | test-py313: .pixi/envs/test-py313/lib/python3.13/site-packages/pandas/core/dtypes/common.py#L1885
Data type alias 'a' was deprecated in NumPy 2.0. Use the 'S' alias instead.
ubuntu-latest | test-py313: .pixi/envs/test-py313/lib/python3.13/site-packages/pandas/core/dtypes/common.py#L1885
Data type alias 'a' was deprecated in NumPy 2.0. Use the 'S' alias instead.
ubuntu-latest | test-py313: .pixi/envs/test-py313/lib/python3.13/site-packages/pandas/core/dtypes/common.py#L1885
Data type alias 'a' was deprecated in NumPy 2.0. Use the 'S' alias instead.
ubuntu-latest | test-py313: .pixi/envs/test-py313/lib/python3.13/site-packages/pandas/core/dtypes/common.py#L1885
Data type alias 'a' was deprecated in NumPy 2.0. Use the 'S' alias instead.
ubuntu-latest | test-py313: .pixi/envs/test-py313/lib/python3.13/site-packages/pandas/core/dtypes/common.py#L1885
Data type alias 'a' was deprecated in NumPy 2.0. Use the 'S' alias instead.
ubuntu-latest | test-py313: .pixi/envs/test-py313/lib/python3.13/site-packages/pandas/core/dtypes/common.py#L1885
Data type alias 'a' was deprecated in NumPy 2.0. Use the 'S' alias instead.
ubuntu-latest | test-py313: .pixi/envs/test-py313/lib/python3.13/site-packages/_pytest/unraisableexception.py#L67
Exception ignored in: <function PickleableFileManager.__del__ at 0x7f5397fcef20> Traceback (most recent call last): File "/home/runner/work/xarray/xarray/xarray/backends/file_manager.py", line 415, in __del__ warnings.warn( ~~~~~~~~~~~~~^ f"deallocating {self}, but file is not already closed. " ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ...<2 lines>... stacklevel=2, ^^^^^^^^^^^^^ ) ^ RuntimeWarning: deallocating <closed PickleableFileManager>, but file is not already closed. This may indicate a bug. Enable tracemalloc to get traceback where the object was allocated. See https://docs.pytest.org/en/stable/how-to/capture-warnings.html#resource-warnings for more info.
ubuntu-latest | test-py313: .pixi/envs/test-py313/lib/python3.13/site-packages/_pytest/unraisableexception.py#L67
Exception ignored in: <function PickleableFileManager.__del__ at 0x7f5397fcef20> Traceback (most recent call last): File "/home/runner/work/xarray/xarray/xarray/backends/file_manager.py", line 415, in __del__ warnings.warn( ~~~~~~~~~~~~~^ f"deallocating {self}, but file is not already closed. " ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ...<2 lines>... stacklevel=2, ^^^^^^^^^^^^^ ) ^ RuntimeWarning: deallocating <closed PickleableFileManager>, but file is not already closed. This may indicate a bug. Enable tracemalloc to get traceback where the object was allocated. See https://docs.pytest.org/en/stable/how-to/capture-warnings.html#resource-warnings for more info.
ubuntu-latest | test-py313
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 | test-py311
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 | test-py311: .pixi/envs/test-py311/lib/python3.11/site-packages/_pytest/unraisableexception.py#L67
Exception ignored in: <function PickleableFileManager.__del__ at 0x11c0be5c0> Traceback (most recent call last): File "/Users/runner/work/xarray/xarray/xarray/backends/file_manager.py", line 415, in __del__ warnings.warn( RuntimeWarning: deallocating <closed PickleableFileManager>, but file is not already closed. This may indicate a bug. Enable tracemalloc to get traceback where the object was allocated. See https://docs.pytest.org/en/stable/how-to/capture-warnings.html#resource-warnings for more info.
macos-latest | test-py311: .pixi/envs/test-py311/lib/python3.11/site-packages/webob/compat.py#L5
'cgi' is deprecated and slated for removal in Python 3.13
macos-latest | test-py311: .pixi/envs/test-py311/lib/python3.11/site-packages/webob/compat.py#L5
'cgi' is deprecated and slated for removal in Python 3.13
macos-latest | test-py311: .pixi/envs/test-py311/lib/python3.11/site-packages/webob/compat.py#L5
'cgi' is deprecated and slated for removal in Python 3.13
macos-latest | test-py311: .pixi/envs/test-py311/lib/python3.11/site-packages/webob/compat.py#L5
'cgi' is deprecated and slated for removal in Python 3.13
macos-latest | test-py311: .pixi/envs/test-py311/lib/python3.11/site-packages/webob/compat.py#L5
'cgi' is deprecated and slated for removal in Python 3.13
macos-latest | test-py311: .pixi/envs/test-py311/lib/python3.11/site-packages/webob/compat.py#L5
'cgi' is deprecated and slated for removal in Python 3.13
macos-latest | test-py311: .pixi/envs/test-py311/lib/python3.11/site-packages/webob/compat.py#L5
'cgi' is deprecated and slated for removal in Python 3.13
macos-latest | test-py311: .pixi/envs/test-py311/lib/python3.11/site-packages/webob/compat.py#L5
'cgi' is deprecated and slated for removal in Python 3.13
macos-latest | test-py311: .pixi/envs/test-py311/lib/python3.11/site-packages/webob/compat.py#L5
'cgi' is deprecated and slated for removal in Python 3.13
macos-latest | test-py311
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 | test-py311
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 | test-py311: .pixi\envs\test-py311\Lib\site-packages\_pytest\unraisableexception.py#L67
Exception ignored in: <function PickleableFileManager.__del__ at 0x000001D5A385B100> Traceback (most recent call last): File "D:\a\xarray\xarray\xarray\backends\file_manager.py", line 415, in __del__ warnings.warn( RuntimeWarning: deallocating <closed PickleableFileManager>, but file is not already closed. This may indicate a bug. Enable tracemalloc to get traceback where the object was allocated. See https://docs.pytest.org/en/stable/how-to/capture-warnings.html#resource-warnings for more info.
windows-latest | test-py311: .pixi\envs\test-py311\Lib\site-packages\webob\compat.py#L5
'cgi' is deprecated and slated for removal in Python 3.13
windows-latest | test-py311: .pixi\envs\test-py311\Lib\site-packages\webob\compat.py#L5
'cgi' is deprecated and slated for removal in Python 3.13
windows-latest | test-py311: .pixi\envs\test-py311\Lib\site-packages\webob\compat.py#L5
'cgi' is deprecated and slated for removal in Python 3.13
windows-latest | test-py311: .pixi\envs\test-py311\Lib\site-packages\webob\compat.py#L5
'cgi' is deprecated and slated for removal in Python 3.13
windows-latest | test-py311: .pixi\envs\test-py311\Lib\site-packages\webob\compat.py#L5
'cgi' is deprecated and slated for removal in Python 3.13
windows-latest | test-py311: .pixi\envs\test-py311\Lib\site-packages\webob\compat.py#L5
'cgi' is deprecated and slated for removal in Python 3.13
windows-latest | test-py311: .pixi\envs\test-py311\Lib\site-packages\webob\compat.py#L5
'cgi' is deprecated and slated for removal in Python 3.13
windows-latest | test-py311: .pixi\envs\test-py311\Lib\site-packages\webob\compat.py#L5
'cgi' is deprecated and slated for removal in Python 3.13
windows-latest | test-py311: .pixi\envs\test-py311\Lib\site-packages\webob\compat.py#L5
'cgi' is deprecated and slated for removal in Python 3.13
windows-latest | test-py311
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 | test-py313
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 | test-py313: .pixi\envs\test-py313\Lib\site-packages\pandas\core\dtypes\common.py#L1885
Data type alias 'a' was deprecated in NumPy 2.0. Use the 'S' alias instead.
windows-latest | test-py313: .pixi\envs\test-py313\Lib\site-packages\pandas\core\dtypes\common.py#L1885
Data type alias 'a' was deprecated in NumPy 2.0. Use the 'S' alias instead.
windows-latest | test-py313: .pixi\envs\test-py313\Lib\site-packages\pandas\core\dtypes\common.py#L1885
Data type alias 'a' was deprecated in NumPy 2.0. Use the 'S' alias instead.
windows-latest | test-py313: .pixi\envs\test-py313\Lib\site-packages\pandas\core\dtypes\common.py#L1885
Data type alias 'a' was deprecated in NumPy 2.0. Use the 'S' alias instead.
windows-latest | test-py313: .pixi\envs\test-py313\Lib\site-packages\pandas\core\dtypes\common.py#L1885
Data type alias 'a' was deprecated in NumPy 2.0. Use the 'S' alias instead.
windows-latest | test-py313: .pixi\envs\test-py313\Lib\site-packages\pandas\core\dtypes\common.py#L1885
Data type alias 'a' was deprecated in NumPy 2.0. Use the 'S' alias instead.
windows-latest | test-py313: .pixi\envs\test-py313\Lib\site-packages\pandas\core\dtypes\common.py#L1885
Data type alias 'a' was deprecated in NumPy 2.0. Use the 'S' alias instead.
windows-latest | test-py313: .pixi\envs\test-py313\Lib\site-packages\pandas\core\dtypes\common.py#L1885
Data type alias 'a' was deprecated in NumPy 2.0. Use the 'S' alias instead.
windows-latest | test-py313: .pixi\envs\test-py313\Lib\site-packages\_pytest\unraisableexception.py#L67
Exception ignored in: <function PickleableFileManager.__del__ at 0x000001A9B5942840> Traceback (most recent call last): File "D:\a\xarray\xarray\xarray\backends\file_manager.py", line 415, in __del__ warnings.warn( ~~~~~~~~~~~~~^ f"deallocating {self}, but file is not already closed. " ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ...<2 lines>... stacklevel=2, ^^^^^^^^^^^^^ ) ^ RuntimeWarning: deallocating <closed PickleableFileManager>, but file is not already closed. This may indicate a bug. Enable tracemalloc to get traceback where the object was allocated. See https://docs.pytest.org/en/stable/how-to/capture-warnings.html#resource-warnings for more info.
windows-latest | test-py313: .pixi\envs\test-py313\Lib\site-packages\_pytest\unraisableexception.py#L67
Exception ignored in: <function PickleableFileManager.__del__ at 0x000001A9B5942840> Traceback (most recent call last): File "D:\a\xarray\xarray\xarray\backends\file_manager.py", line 415, in __del__ warnings.warn( ~~~~~~~~~~~~~^ f"deallocating {self}, but file is not already closed. " ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ...<2 lines>... stacklevel=2, ^^^^^^^^^^^^^ ) ^ RuntimeWarning: deallocating <closed PickleableFileManager>, but file is not already closed. This may indicate a bug. Enable tracemalloc to get traceback where the object was allocated. See https://docs.pytest.org/en/stable/how-to/capture-warnings.html#resource-warnings for more info.
windows-latest | test-py313
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 | test-py313-with-typing
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 | test-py313-with-typing: .pixi/envs/test-py313-with-typing/lib/python3.13/site-packages/_pytest/unraisableexception.py#L67
Exception ignored in: <function PickleableFileManager.__del__ at 0x7f0d9803eac0> Traceback (most recent call last): File "/home/runner/work/xarray/xarray/xarray/backends/file_manager.py", line 415, in __del__ warnings.warn( ~~~~~~~~~~~~~^ f"deallocating {self}, but file is not already closed. " ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ...<2 lines>... stacklevel=2, ^^^^^^^^^^^^^ ) ^ RuntimeWarning: deallocating <closed PickleableFileManager>, but file is not already closed. This may indicate a bug. Enable tracemalloc to get traceback where the object was allocated. See https://docs.pytest.org/en/stable/how-to/capture-warnings.html#resource-warnings for more info.
ubuntu-latest | test-py313-with-typing: .pixi/envs/test-py313-with-typing/lib/python3.13/site-packages/_pytest/unraisableexception.py#L67
Exception ignored in: <function PickleableFileManager.__del__ at 0x7f0d9803eac0> Traceback (most recent call last): File "/home/runner/work/xarray/xarray/xarray/backends/file_manager.py", line 415, in __del__ warnings.warn( ~~~~~~~~~~~~~^ f"deallocating {self}, but file is not already closed. " ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ...<2 lines>... stacklevel=2, ^^^^^^^^^^^^^ ) ^ RuntimeWarning: deallocating <closed PickleableFileManager>, but file is not already closed. This may indicate a bug. Enable tracemalloc to get traceback where the object was allocated. See https://docs.pytest.org/en/stable/how-to/capture-warnings.html#resource-warnings for more info.
ubuntu-latest | test-py313-with-typing
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.

Artifacts

Produced during runtime
Name Size Digest
Event File
4.12 KB
sha256:827c835702f3c103ff73bdd1078613549cdbd46cb474489490d8a27e25191818
Test results for OS Linux pixi-env test-py311 pytest-addopts
207 KB
sha256:e20bef3e19436b9b1661d784df6689836fa104d62399d8fec460e11d842ed59d
Test results for OS Linux pixi-env test-py311-bare-min-and-scipy pytest-addopts
155 KB
sha256:aee8ea5c7d4909a1363d75a2633e00b50903c507eefab6d8d3501e65bbecfaf5
Test results for OS Linux pixi-env test-py311-bare-minimum pytest-addopts
155 KB
sha256:016a2bf288e0d56d94b4c38f8066333aa3e4e6ecf9474def0720901d101d70f6
Test results for OS Linux pixi-env test-py311-min-versions pytest-addopts
207 KB
sha256:5ae174750479974dc8acd962d74563a26eaa2ee28913585312f796007b49bd7a
Test results for OS Linux pixi-env test-py311-with-typing pytest-addopts mypy
827 Bytes
sha256:aa2a7dce6d32942015dcf947c965bb019333bffd95ef13c836dc08bda484dedf
Test results for OS Linux pixi-env test-py313 pytest-addopts
205 KB
sha256:599098db82aac872088f269d5a298e62eaae8f7808f17abdf37dde0f2c930836
Test results for OS Linux pixi-env test-py313 pytest-addopts flaky
844 Bytes
sha256:ef91025b95ae18f369aeea2626a1df86609090a9fb0bf8d33b436ee801123a07
Test results for OS Linux pixi-env test-py313-no-dask pytest-addopts
204 KB
sha256:f2815e9c02b2c73ef262c0712db14bde0c64664c4a990743fd98a292731ac77c
Test results for OS Linux pixi-env test-py313-no-numba pytest-addopts
206 KB
sha256:cd08da3aa4382cad01d6a816b3410a67083869e74d3f6be5a372cc9f3019b058
Test results for OS Linux pixi-env test-py313-with-typing pytest-addopts
165 KB
sha256:f008d774d6d4173d0e45ecdc6c24550b2a21cf445ff0ddefce6bece9a5463966
Test results for OS Windows pixi-env test-py311 pytest-addopts
216 KB
sha256:4ad0fc77b12775a3879f317072253d14f516775c44aa0c56e7911507416125bc
Test results for OS Windows pixi-env test-py313 pytest-addopts
216 KB
sha256:624a83ae8b15a234fc1e4a67627fd567235a72bad929ce1240ce4fdcf3cb4427
Test results for OS macOS pixi-env test-py311 pytest-addopts
214 KB
sha256:2ac6fcca712e8d93d7a842e13985ed467d22add25743a1b9e62a033c9c67a6ab
Test results for OS macOS pixi-env test-py313 pytest-addopts
211 KB
sha256:2b3761b29f78b465b5b49c7a34795b3692c255f4746885c9616962533fa6e9e2
pixi-lock
280 KB
sha256:e2ff6252a8b286745731c034ea7979b071457d07ce9f72e3fccdb1162a0e34dd