Skip to content

Include extra metadata in backup WS API (#137296) #238902

Include extra metadata in backup WS API (#137296)

Include extra metadata in backup WS API (#137296) #238902

Triggered via push February 4, 2025 14:57
Status Cancelled
Total duration 17m 42s
Artifacts 16

ci.yaml

on: push
Collect information & changes data
14s
Collect information & changes data
Matrix: Prepare dependencies
Prepare pre-commit base
13s
Prepare pre-commit base
Matrix: lint-hadolint
Check hassfest
47s
Check hassfest
Check all requirements
23s
Check all requirements
Check mypy
1m 6s
Check mypy
Check pylint
8m 5s
Check pylint
Check pylint on tests
5m 58s
Check pylint on tests
Matrix: Audit licenses
Check ruff-format
10s
Check ruff-format
Check ruff
17s
Check ruff
Check other linters
1m 18s
Check other linters
Matrix: pytest-mariadb
Matrix: pytest-partial
Matrix: pytest-postgres
Split tests for full run
8m 48s
Split tests for full run
Upload test coverage to Codecov (partial suite)
0s
Upload test coverage to Codecov (partial suite)
Matrix: pytest-full
Upload test coverage to Codecov (full suite)
0s
Upload test coverage to Codecov (full suite)
Fit to window
Zoom out
Zoom in

Annotations

21 errors and 43 warnings
Run postgres:15.2 tests Python 3.13
Canceling since a higher priority waiting request for 'CI-refs/heads/dev' exists
Run tests Python 3.13 (8)
Canceling since a higher priority waiting request for 'CI-refs/heads/dev' exists
Run tests Python 3.13 (8)
The operation was canceled.
Run tests Python 3.13 (7)
Canceling since a higher priority waiting request for 'CI-refs/heads/dev' exists
Run tests Python 3.13 (7)
The operation was canceled.
Run tests Python 3.13 (3)
Canceling since a higher priority waiting request for 'CI-refs/heads/dev' exists
Run tests Python 3.13 (6)
Canceling since a higher priority waiting request for 'CI-refs/heads/dev' exists
Run tests Python 3.13 (6)
The operation was canceled.
Run tests Python 3.13 (3)
The operation was canceled.
Run tests Python 3.13 (5)
Canceling since a higher priority waiting request for 'CI-refs/heads/dev' exists
Run tests Python 3.13 (5)
The operation was canceled.
Run tests Python 3.13 (2)
Canceling since a higher priority waiting request for 'CI-refs/heads/dev' exists
Run tests Python 3.13 (2)
The operation was canceled.
Run tests Python 3.13 (1)
Canceling since a higher priority waiting request for 'CI-refs/heads/dev' exists
Run tests Python 3.13 (1)
The operation was canceled.
Run tests Python 3.13 (9)
Canceling since a higher priority waiting request for 'CI-refs/heads/dev' exists
Run tests Python 3.13 (9)
The operation was canceled.
Run tests Python 3.13 (10)
Canceling since a higher priority waiting request for 'CI-refs/heads/dev' exists
Run tests Python 3.13 (10)
The operation was canceled.
Run tests Python 3.13 (4)
Canceling since a higher priority waiting request for 'CI-refs/heads/dev' exists
Run tests Python 3.13 (4)
The operation was canceled.
Run mariadb:10.11.2 tests Python 3.13: tests/components/recorder/db_schema_9.py#L31
The ``declarative_base()`` function is now available as sqlalchemy.orm.declarative_base(). (deprecated since: 2.0)
Run mariadb:10.3.32 tests Python 3.13: tests/components/recorder/db_schema_9.py#L31
The ``declarative_base()`` function is now available as sqlalchemy.orm.declarative_base(). (deprecated since: 2.0)
Run mariadb:10.10.3 tests Python 3.13: tests/components/recorder/db_schema_9.py#L31
The ``declarative_base()`` function is now available as sqlalchemy.orm.declarative_base(). (deprecated since: 2.0)
Run postgres:12.14 tests Python 3.13: tests/components/recorder/db_schema_9.py#L31
The ``declarative_base()`` function is now available as sqlalchemy.orm.declarative_base(). (deprecated since: 2.0)
Run mariadb:10.6.10 tests Python 3.13: tests/components/recorder/db_schema_9.py#L31
The ``declarative_base()`` function is now available as sqlalchemy.orm.declarative_base(). (deprecated since: 2.0)
Run mysql:8.0.32 tests Python 3.13: tests/components/recorder/db_schema_9.py#L31
The ``declarative_base()`` function is now available as sqlalchemy.orm.declarative_base(). (deprecated since: 2.0)
Run postgres:15.2 tests Python 3.13: tests/components/recorder/db_schema_9.py#L31
The ``declarative_base()`` function is now available as sqlalchemy.orm.declarative_base(). (deprecated since: 2.0)
Run tests Python 3.13 (8): opt/hostedtoolcache/Python/3.13.1/x64/lib/python3.13/traceback.py#L293
coroutine 'AsyncMockMixin._execute_mock_call' was never awaited Coroutine created at (most recent call last) File "/home/runner/work/core/core/venv/lib/python3.13/site-packages/pluggy/_callers.py", line 103, in _multicall res = hook_impl.function(*args) File "/home/runner/work/core/core/venv/lib/python3.13/site-packages/_pytest/python.py", line 159, in pytest_pyfunc_call result = testfunction(**testargs) File "/home/runner/work/core/core/venv/lib/python3.13/site-packages/pytest_asyncio/plugin.py", line 1052, in inner _loop.run_until_complete(task) File "/opt/hostedtoolcache/Python/3.13.1/x64/lib/python3.13/asyncio/base_events.py", line 707, in run_until_complete self.run_forever() File "/opt/hostedtoolcache/Python/3.13.1/x64/lib/python3.13/asyncio/base_events.py", line 678, in run_forever self._run_once() File "/opt/hostedtoolcache/Python/3.13.1/x64/lib/python3.13/asyncio/base_events.py", line 2025, in _run_once handle._run() File "/opt/hostedtoolcache/Python/3.13.1/x64/lib/python3.13/asyncio/events.py", line 89, in _run self._context.run(self._callback, *self._args) File "/home/runner/work/core/core/homeassistant/components/hassio/coordinator.py", line 530, in _update_addon_info info_dict = info.to_dict() File "/opt/hostedtoolcache/Python/3.13.1/x64/lib/python3.13/unittest/mock.py", line 1167, in __call__ return self._mock_call(*args, **kwargs) File "/opt/hostedtoolcache/Python/3.13.1/x64/lib/python3.13/unittest/mock.py", line 1171, in _mock_call return self._execute_mock_call(*args, **kwargs)
Run tests Python 3.13 (8): opt/hostedtoolcache/Python/3.13.1/x64/lib/python3.13/traceback.py#L293
coroutine 'AsyncMockMixin._execute_mock_call' was never awaited Coroutine created at (most recent call last) File "/home/runner/work/core/core/venv/lib/python3.13/site-packages/pluggy/_callers.py", line 103, in _multicall res = hook_impl.function(*args) File "/home/runner/work/core/core/venv/lib/python3.13/site-packages/_pytest/python.py", line 159, in pytest_pyfunc_call result = testfunction(**testargs) File "/home/runner/work/core/core/venv/lib/python3.13/site-packages/pytest_asyncio/plugin.py", line 1052, in inner _loop.run_until_complete(task) File "/opt/hostedtoolcache/Python/3.13.1/x64/lib/python3.13/asyncio/base_events.py", line 707, in run_until_complete self.run_forever() File "/opt/hostedtoolcache/Python/3.13.1/x64/lib/python3.13/asyncio/base_events.py", line 678, in run_forever self._run_once() File "/opt/hostedtoolcache/Python/3.13.1/x64/lib/python3.13/asyncio/base_events.py", line 2025, in _run_once handle._run() File "/opt/hostedtoolcache/Python/3.13.1/x64/lib/python3.13/asyncio/events.py", line 89, in _run self._context.run(self._callback, *self._args) File "/home/runner/work/core/core/homeassistant/components/hassio/coordinator.py", line 530, in _update_addon_info info_dict = info.to_dict() File "/opt/hostedtoolcache/Python/3.13.1/x64/lib/python3.13/unittest/mock.py", line 1167, in __call__ return self._mock_call(*args, **kwargs) File "/opt/hostedtoolcache/Python/3.13.1/x64/lib/python3.13/unittest/mock.py", line 1171, in _mock_call return self._execute_mock_call(*args, **kwargs)
Run tests Python 3.13 (8): opt/hostedtoolcache/Python/3.13.1/x64/lib/python3.13/traceback.py#L293
coroutine 'AsyncMockMixin._execute_mock_call' was never awaited Coroutine created at (most recent call last) File "/home/runner/work/core/core/venv/lib/python3.13/site-packages/pluggy/_callers.py", line 103, in _multicall res = hook_impl.function(*args) File "/home/runner/work/core/core/venv/lib/python3.13/site-packages/_pytest/python.py", line 159, in pytest_pyfunc_call result = testfunction(**testargs) File "/home/runner/work/core/core/venv/lib/python3.13/site-packages/pytest_asyncio/plugin.py", line 1052, in inner _loop.run_until_complete(task) File "/opt/hostedtoolcache/Python/3.13.1/x64/lib/python3.13/asyncio/base_events.py", line 707, in run_until_complete self.run_forever() File "/opt/hostedtoolcache/Python/3.13.1/x64/lib/python3.13/asyncio/base_events.py", line 678, in run_forever self._run_once() File "/opt/hostedtoolcache/Python/3.13.1/x64/lib/python3.13/asyncio/base_events.py", line 2025, in _run_once handle._run() File "/opt/hostedtoolcache/Python/3.13.1/x64/lib/python3.13/asyncio/events.py", line 89, in _run self._context.run(self._callback, *self._args) File "/home/runner/work/core/core/homeassistant/components/hassio/coordinator.py", line 530, in _update_addon_info info_dict = info.to_dict() File "/opt/hostedtoolcache/Python/3.13.1/x64/lib/python3.13/unittest/mock.py", line 1167, in __call__ return self._mock_call(*args, **kwargs) File "/opt/hostedtoolcache/Python/3.13.1/x64/lib/python3.13/unittest/mock.py", line 1171, in _mock_call return self._execute_mock_call(*args, **kwargs)
Run tests Python 3.13 (8): opt/hostedtoolcache/Python/3.13.1/x64/lib/python3.13/traceback.py#L293
coroutine 'AsyncMockMixin._execute_mock_call' was never awaited Coroutine created at (most recent call last) File "/home/runner/work/core/core/venv/lib/python3.13/site-packages/pluggy/_callers.py", line 103, in _multicall res = hook_impl.function(*args) File "/home/runner/work/core/core/venv/lib/python3.13/site-packages/_pytest/python.py", line 159, in pytest_pyfunc_call result = testfunction(**testargs) File "/home/runner/work/core/core/venv/lib/python3.13/site-packages/pytest_asyncio/plugin.py", line 1052, in inner _loop.run_until_complete(task) File "/opt/hostedtoolcache/Python/3.13.1/x64/lib/python3.13/asyncio/base_events.py", line 707, in run_until_complete self.run_forever() File "/opt/hostedtoolcache/Python/3.13.1/x64/lib/python3.13/asyncio/base_events.py", line 678, in run_forever self._run_once() File "/opt/hostedtoolcache/Python/3.13.1/x64/lib/python3.13/asyncio/base_events.py", line 2025, in _run_once handle._run() File "/opt/hostedtoolcache/Python/3.13.1/x64/lib/python3.13/asyncio/events.py", line 89, in _run self._context.run(self._callback, *self._args) File "/home/runner/work/core/core/homeassistant/components/hassio/coordinator.py", line 530, in _update_addon_info info_dict = info.to_dict() File "/opt/hostedtoolcache/Python/3.13.1/x64/lib/python3.13/unittest/mock.py", line 1167, in __call__ return self._mock_call(*args, **kwargs) File "/opt/hostedtoolcache/Python/3.13.1/x64/lib/python3.13/unittest/mock.py", line 1171, in _mock_call return self._execute_mock_call(*args, **kwargs)
Run tests Python 3.13 (8): opt/hostedtoolcache/Python/3.13.1/x64/lib/python3.13/unittest/mock.py#L2191
coroutine 'AsyncMockMixin._execute_mock_call' was never awaited Coroutine created at (most recent call last) File "/home/runner/work/core/core/venv/lib/python3.13/site-packages/pluggy/_callers.py", line 103, in _multicall res = hook_impl.function(*args) File "/home/runner/work/core/core/venv/lib/python3.13/site-packages/_pytest/python.py", line 159, in pytest_pyfunc_call result = testfunction(**testargs) File "/home/runner/work/core/core/venv/lib/python3.13/site-packages/pytest_asyncio/plugin.py", line 1052, in inner _loop.run_until_complete(task) File "/opt/hostedtoolcache/Python/3.13.1/x64/lib/python3.13/asyncio/base_events.py", line 707, in run_until_complete self.run_forever() File "/opt/hostedtoolcache/Python/3.13.1/x64/lib/python3.13/asyncio/base_events.py", line 678, in run_forever self._run_once() File "/opt/hostedtoolcache/Python/3.13.1/x64/lib/python3.13/asyncio/base_events.py", line 2025, in _run_once handle._run() File "/opt/hostedtoolcache/Python/3.13.1/x64/lib/python3.13/asyncio/events.py", line 89, in _run self._context.run(self._callback, *self._args) File "/home/runner/work/core/core/homeassistant/components/hassio/coordinator.py", line 530, in _update_addon_info info_dict = info.to_dict() File "/opt/hostedtoolcache/Python/3.13.1/x64/lib/python3.13/unittest/mock.py", line 1167, in __call__ return self._mock_call(*args, **kwargs) File "/opt/hostedtoolcache/Python/3.13.1/x64/lib/python3.13/unittest/mock.py", line 1171, in _mock_call return self._execute_mock_call(*args, **kwargs)
Run tests Python 3.13 (8): tests/conftest.py#L276
coroutine 'AsyncMockMixin._execute_mock_call' was never awaited Coroutine created at (most recent call last) File "/home/runner/work/core/core/venv/lib/python3.13/site-packages/pluggy/_callers.py", line 103, in _multicall res = hook_impl.function(*args) File "/home/runner/work/core/core/venv/lib/python3.13/site-packages/_pytest/python.py", line 159, in pytest_pyfunc_call result = testfunction(**testargs) File "/home/runner/work/core/core/venv/lib/python3.13/site-packages/pytest_asyncio/plugin.py", line 1052, in inner _loop.run_until_complete(task) File "/opt/hostedtoolcache/Python/3.13.1/x64/lib/python3.13/asyncio/base_events.py", line 707, in run_until_complete self.run_forever() File "/opt/hostedtoolcache/Python/3.13.1/x64/lib/python3.13/asyncio/base_events.py", line 678, in run_forever self._run_once() File "/opt/hostedtoolcache/Python/3.13.1/x64/lib/python3.13/asyncio/base_events.py", line 2025, in _run_once handle._run() File "/opt/hostedtoolcache/Python/3.13.1/x64/lib/python3.13/asyncio/events.py", line 89, in _run self._context.run(self._callback, *self._args) File "/home/runner/work/core/core/homeassistant/components/hassio/coordinator.py", line 530, in _update_addon_info info_dict = info.to_dict() File "/opt/hostedtoolcache/Python/3.13.1/x64/lib/python3.13/unittest/mock.py", line 1167, in __call__ return self._mock_call(*args, **kwargs) File "/opt/hostedtoolcache/Python/3.13.1/x64/lib/python3.13/unittest/mock.py", line 1171, in _mock_call return self._execute_mock_call(*args, **kwargs)
Run tests Python 3.13 (3): venv/lib/python3.13/site-packages/gql/transport/websockets_base.py#L11
websockets.client.WebSocketClientProtocol is deprecated
Run tests Python 3.13 (3): venv/lib/python3.13/site-packages/websockets/legacy/__init__.py#L6
websockets.legacy is deprecated; see https://websockets.readthedocs.io/en/stable/howto/upgrade.html for upgrade instructions
Run tests Python 3.13 (3): venv/lib/python3.13/site-packages/gql/transport/websockets_base.py#L11
websockets.client.WebSocketClientProtocol is deprecated
Run tests Python 3.13 (3): venv/lib/python3.13/site-packages/websockets/legacy/__init__.py#L6
websockets.legacy is deprecated; see https://websockets.readthedocs.io/en/stable/howto/upgrade.html for upgrade instructions
Run tests Python 3.13 (3): venv/lib/python3.13/site-packages/gql/transport/websockets_base.py#L11
websockets.client.WebSocketClientProtocol is deprecated
Run tests Python 3.13 (3): venv/lib/python3.13/site-packages/websockets/legacy/__init__.py#L6
websockets.legacy is deprecated; see https://websockets.readthedocs.io/en/stable/howto/upgrade.html for upgrade instructions
Run tests Python 3.13 (3): venv/lib/python3.13/site-packages/gql/transport/websockets_base.py#L11
websockets.client.WebSocketClientProtocol is deprecated
Run tests Python 3.13 (3): venv/lib/python3.13/site-packages/websockets/legacy/__init__.py#L6
websockets.legacy is deprecated; see https://websockets.readthedocs.io/en/stable/howto/upgrade.html for upgrade instructions
Run tests Python 3.13 (3): venv/lib/python3.13/site-packages/gql/transport/websockets_base.py#L11
websockets.client.WebSocketClientProtocol is deprecated
Run tests Python 3.13 (3): venv/lib/python3.13/site-packages/websockets/legacy/__init__.py#L6
websockets.legacy is deprecated; see https://websockets.readthedocs.io/en/stable/howto/upgrade.html for upgrade instructions
Run tests Python 3.13 (5): venv/lib/python3.13/site-packages/websockets/legacy/__init__.py#L6
websockets.legacy is deprecated; see https://websockets.readthedocs.io/en/stable/howto/upgrade.html for upgrade instructions
Run tests Python 3.13 (5): venv/lib/python3.13/site-packages/bluecurrent_api/websocket.py#L8
websockets.client.WebSocketClientProtocol is deprecated
Run tests Python 3.13 (5): venv/lib/python3.13/site-packages/bluecurrent_api/websocket.py#L9
websockets.exceptions.InvalidStatusCode is deprecated
Run tests Python 3.13 (5): venv/lib/python3.13/site-packages/websockets/legacy/__init__.py#L6
websockets.legacy is deprecated; see https://websockets.readthedocs.io/en/stable/howto/upgrade.html for upgrade instructions
Run tests Python 3.13 (5): venv/lib/python3.13/site-packages/bluecurrent_api/websocket.py#L8
websockets.client.WebSocketClientProtocol is deprecated
Run tests Python 3.13 (5): venv/lib/python3.13/site-packages/bluecurrent_api/websocket.py#L9
websockets.exceptions.InvalidStatusCode is deprecated
Run tests Python 3.13 (5): venv/lib/python3.13/site-packages/websockets/legacy/__init__.py#L6
websockets.legacy is deprecated; see https://websockets.readthedocs.io/en/stable/howto/upgrade.html for upgrade instructions
Run tests Python 3.13 (9): venv/lib/python3.13/site-packages/websockets/legacy/__init__.py#L6
websockets.legacy is deprecated; see https://websockets.readthedocs.io/en/stable/howto/upgrade.html for upgrade instructions
Run tests Python 3.13 (9): venv/lib/python3.13/site-packages/websockets/legacy/__init__.py#L6
websockets.legacy is deprecated; see https://websockets.readthedocs.io/en/stable/howto/upgrade.html for upgrade instructions
Run tests Python 3.13 (9): venv/lib/python3.13/site-packages/websockets/legacy/__init__.py#L6
websockets.legacy is deprecated; see https://websockets.readthedocs.io/en/stable/howto/upgrade.html for upgrade instructions
Run tests Python 3.13 (9): venv/lib/python3.13/site-packages/websockets/legacy/__init__.py#L6
websockets.legacy is deprecated; see https://websockets.readthedocs.io/en/stable/howto/upgrade.html for upgrade instructions
Run tests Python 3.13 (9): venv/lib/python3.13/site-packages/websockets/legacy/__init__.py#L6
websockets.legacy is deprecated; see https://websockets.readthedocs.io/en/stable/howto/upgrade.html for upgrade instructions
Run tests Python 3.13 (9): venv/lib/python3.13/site-packages/slack/deprecation.py#L14
slack package is deprecated. Please use slack_sdk.web/webhook/rtm package instead. For more info, go to https://slack.dev/python-slack-sdk/v3-migration/
Run tests Python 3.13 (9): venv/lib/python3.13/site-packages/slack/deprecation.py#L14
slack.errors package is deprecated. Please use slack_sdk.errors package instead. For more info, go to https://slack.dev/python-slack-sdk/v3-migration/
Run tests Python 3.13 (9): venv/lib/python3.13/site-packages/slack/deprecation.py#L14
slack package is deprecated. Please use slack_sdk.web/webhook/rtm package instead. For more info, go to https://slack.dev/python-slack-sdk/v3-migration/
Run tests Python 3.13 (9): venv/lib/python3.13/site-packages/slack/deprecation.py#L14
slack.errors package is deprecated. Please use slack_sdk.errors package instead. For more info, go to https://slack.dev/python-slack-sdk/v3-migration/
Run tests Python 3.13 (9): venv/lib/python3.13/site-packages/slack/deprecation.py#L14
slack package is deprecated. Please use slack_sdk.web/webhook/rtm package instead. For more info, go to https://slack.dev/python-slack-sdk/v3-migration/

Artifacts

Produced during runtime
Name Size
coverage-3.13-mariadb-10.10.3
16.5 KB
coverage-3.13-mariadb-10.11.2
16.5 KB
coverage-3.13-mariadb-10.3.32
16.5 KB
coverage-3.13-mariadb-10.6.10
16.5 KB
coverage-3.13-mysql-8.0.32
16.5 KB
coverage-3.13-postgres-12.14
16.5 KB
coverage-3.13-postgres-15.2
16.5 KB
pip-freeze-3.13
12.1 KB
pytest-238902-3.13-mariadb-10.10.3
2.64 KB
pytest-238902-3.13-mariadb-10.11.2
2.64 KB
pytest-238902-3.13-mariadb-10.3.32
2.66 KB
pytest-238902-3.13-mariadb-10.6.10
2.65 KB
pytest-238902-3.13-mysql-8.0.32
2.6 KB
pytest-238902-3.13-postgres-12.14
2.31 KB
pytest-238902-3.13-postgres-15.2
2.31 KB
pytest_buckets
5.84 KB