Skip to content

Bump paho-mqtt client to version 2.1.0 #238910

Bump paho-mqtt client to version 2.1.0

Bump paho-mqtt client to version 2.1.0 #238910

Triggered via pull request February 4, 2025 16:04
Status Cancelled
Total duration 22m 56s
Artifacts 17

ci.yaml

on: pull_request
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
56s
Check hassfest
Check all requirements
24s
Check all requirements
Check mypy
54s
Check mypy
Check pylint
7m 54s
Check pylint
Check pylint on tests
6m 23s
Check pylint on tests
Matrix: Audit licenses
Check ruff-format
16s
Check ruff-format
Check ruff
11s
Check ruff
Check other linters
1m 4s
Check other linters
Matrix: pytest-mariadb
Matrix: pytest-partial
Matrix: pytest-postgres
Split tests for full run
9m 50s
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 45 warnings
Audit licenses (3.13)
Process completed with exit code 1.
Run tests Python 3.13 (1)
Canceling since a higher priority waiting request for 'CI-136130' exists
Run tests Python 3.13 (1)
The operation was canceled.
Run tests Python 3.13 (2)
Canceling since a higher priority waiting request for 'CI-136130' exists
Run tests Python 3.13 (10)
Canceling since a higher priority waiting request for 'CI-136130' exists
Run tests Python 3.13 (10)
The operation was canceled.
Run tests Python 3.13 (2)
The operation was canceled.
Run tests Python 3.13 (4)
Canceling since a higher priority waiting request for 'CI-136130' exists
Run tests Python 3.13 (4)
The operation was canceled.
Run tests Python 3.13 (8)
Canceling since a higher priority waiting request for 'CI-136130' exists
Run tests Python 3.13 (8)
The operation was canceled.
Run tests Python 3.13 (5)
Canceling since a higher priority waiting request for 'CI-136130' exists
Run tests Python 3.13 (7)
Canceling since a higher priority waiting request for 'CI-136130' exists
Run tests Python 3.13 (7)
The operation was canceled.
Run tests Python 3.13 (5)
The operation was canceled.
Run tests Python 3.13 (9)
Canceling since a higher priority waiting request for 'CI-136130' exists
Run tests Python 3.13 (9)
The operation was canceled.
Run tests Python 3.13 (6)
Canceling since a higher priority waiting request for 'CI-136130' exists
Run tests Python 3.13 (6)
The operation was canceled.
Run tests Python 3.13 (3)
Canceling since a higher priority waiting request for 'CI-136130' exists
Run tests Python 3.13 (3)
The operation was canceled.
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.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 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 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 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 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 tests Python 3.13 (2): homeassistant/components/mqtt/client.py#L313
Callback API version 1 is deprecated, update to latest version
Run tests Python 3.13 (2): homeassistant/components/mqtt/client.py#L313
Callback API version 1 is deprecated, update to latest version
Run tests Python 3.13 (8): tests/patch_time.py#L18
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#L449
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#L1149
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 (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/
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

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
licenses-238910-3.13
126 KB
pip-freeze-3.13
12.1 KB
pytest-238910-3.13-mariadb-10.10.3
2.62 KB
pytest-238910-3.13-mariadb-10.11.2
2.64 KB
pytest-238910-3.13-mariadb-10.3.32
2.66 KB
pytest-238910-3.13-mariadb-10.6.10
2.64 KB
pytest-238910-3.13-mysql-8.0.32
2.6 KB
pytest-238910-3.13-postgres-12.14
2.31 KB
pytest-238910-3.13-postgres-15.2
2.31 KB
pytest_buckets
5.84 KB