Skip to content

Output node_info.version as recognizable data #982

Output node_info.version as recognizable data

Output node_info.version as recognizable data #982

Triggered via pull request February 12, 2025 12:59
@bouwewbouwew
synchronize #203
improve-async
Status Failure
Total duration 3m 24s
Artifacts

verify.yml

on: pull_request
Ruff check and force
5s
Ruff check and force
Check commit
50s
Check commit
Matrix: prepare-test-cache
Matrix: pytest
Process test coverage
0s
Process test coverage
Run mypy
0s
Run mypy
Process test complexity
0s
Process test complexity
Build and publish Python 🐍 distributions 📦 to TestPyPI
0s
Build and publish Python 🐍 distributions 📦 to TestPyPI
Fit to window
Zoom out
Zoom in

Annotations

21 errors and 5 warnings
Run pytest using Python 3.11: tests/test_usb.py#L571
TestStick.test_stick_node_discovered_subscription IndexError: list index out of range
Run pytest using Python 3.11
Event loop is closed
Run pytest using Python 3.11
Event loop is closed
Run pytest using Python 3.11
Event loop is closed
Run pytest using Python 3.11: tests/test_usb.py#L670
TestStick.test_stick_node_join_subscription IndexError: list index out of range
Run pytest using Python 3.11: tests/test_usb.py#L698
TestStick.test_node_discovery IndexError: list index out of range
Run pytest using Python 3.11
Event loop is closed
Run pytest using Python 3.11
Event loop is closed
Run pytest using Python 3.11
Event loop is closed
Run pytest using Python 3.11
Event loop is closed
Run pytest using Python 3.12
The job was canceled because "_3_11" failed.
Run pytest using Python 3.12: tests/test_usb.py#L571
TestStick.test_stick_node_discovered_subscription IndexError: list index out of range
Run pytest using Python 3.12: tests/test_usb.py#L670
TestStick.test_stick_node_join_subscription IndexError: list index out of range
Run pytest using Python 3.12: tests/test_usb.py#L698
TestStick.test_node_discovery IndexError: list index out of range
Run pytest using Python 3.12: tests/test_usb.py#L768
TestStick.test_node_relay_and_power IndexError: list index out of range
Run pytest using Python 3.12: tests/test_usb.py#L888
TestStick.test_energy_circle IndexError: list index out of range
Run pytest using Python 3.12
Event loop is closed
Run pytest using Python 3.12
Event loop is closed
Run pytest using Python 3.12
Event loop is closed
Run pytest using Python 3.12
Event loop is closed
Run pytest using Python 3.12
Event loop is closed
Prepare
Cache not found for keys: usb-7-Linux-pre-commit-ebcb5e84a5934535c7a308b0ac11e2288e759095ed3ca6167d7919bd9b02e088, usb-7-Linux-pre-commit-
Check commit
Cache not found for keys: usb-7-Linux-pre-commit-ebcb5e84a5934535c7a308b0ac11e2288e759095ed3ca6167d7919bd9b02e088
Create pytest cache for Python 3.12
Cache not found for keys: usb-7-Linux-venv-3.12-73b5c1bd17313957ef6f927a34382cd8b6e8dd2e57924202318778bf4b0be342-eefbf6533dbd50d7eadff6c7b2fae9123d249a5759ed7b2cb50d37b30e28e6c3, usb-7-Linux-venv-3.12-73b5c1bd17313957ef6f927a34382cd8b6e8dd2e57924202318778bf4b0be342-eefbf6533dbd50d7eadff6c7b2fae9123d249a5759ed7b2cb50d37b30e28e6c3, usb-7-Linux-venv-3.12-73b5c1bd17313957ef6f927a34382cd8b6e8dd2e57924202318778bf4b0be342, usb-7-Linux-venv-3.12-
Create pytest cache for Python 3.11
Cache not found for keys: usb-7-Linux-venv-3.11-73b5c1bd17313957ef6f927a34382cd8b6e8dd2e57924202318778bf4b0be342-eefbf6533dbd50d7eadff6c7b2fae9123d249a5759ed7b2cb50d37b30e28e6c3, usb-7-Linux-venv-3.11-73b5c1bd17313957ef6f927a34382cd8b6e8dd2e57924202318778bf4b0be342-eefbf6533dbd50d7eadff6c7b2fae9123d249a5759ed7b2cb50d37b30e28e6c3, usb-7-Linux-venv-3.11-73b5c1bd17313957ef6f927a34382cd8b6e8dd2e57924202318778bf4b0be342, usb-7-Linux-venv-3.11-
Run pytest using Python 3.12: venv/lib/python3.12/site-packages/_pytest/unraisableexception.py#L85
Exception ignored in: <coroutine object StickReceiver._message_queue_worker at 0x7ff35a3e4d40> Traceback (most recent call last): File "/opt/hostedtoolcache/Python/3.12.9/x64/lib/python3.12/asyncio/queues.py", line 158, in get await getter GeneratorExit During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/runner/work/python-plugwise-usb/python-plugwise-usb/plugwise_usb/connection/receiver.py", line 283, in _message_queue_worker response: PlugwiseResponse = await self._message_queue.get() ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/opt/hostedtoolcache/Python/3.12.9/x64/lib/python3.12/asyncio/queues.py", line 160, in get getter.cancel() # Just in case getter is not done yet. ^^^^^^^^^^^^^^^ File "/opt/hostedtoolcache/Python/3.12.9/x64/lib/python3.12/asyncio/base_events.py", line 799, in call_soon self._check_closed() File "/opt/hostedtoolcache/Python/3.12.9/x64/lib/python3.12/asyncio/base_events.py", line 545, in _check_closed raise RuntimeError('Event loop is closed') RuntimeError: Event loop is closed