Skip to content

Zigpy application-level retries #476

Zigpy application-level retries

Zigpy application-level retries #476

Triggered via pull request March 18, 2025 22:50
Status Failure
Total duration 1m 49s
Artifacts

ci.yml

on: pull_request
Matrix: shared-ci / Prepare base dependencies
Matrix: shared-ci / pytest
shared-ci  /  Run pre-commit
55s
shared-ci / Run pre-commit
shared-ci  /  Process test coverage
0s
shared-ci / Process test coverage
Fit to window
Zoom out
Zoom in

Annotations

23 errors
shared-ci / Run tests Python 3.12
Process completed with exit code 1.
shared-ci / Run tests Python 3.12: tests/application/test_requests.py#L696
test_request_recovery_assoc_remove[Status.SUCCESS-True-FormedLaunchpadCC26X2R1] zigpy.exceptions.DeliveryError: Failed to send request: <Status.MAC_TRANSACTION_EXPIRED: 240>
shared-ci / Run tests Python 3.12: tests/application/test_requests.py#L581
test_request_recovery_route_rediscovery_af[FormedLaunchpadCC26X2R1] zigpy.exceptions.DeliveryError: Failed to send request: <Status.NWK_NO_ROUTE: 205>
shared-ci / Run tests Python 3.13
Process completed with exit code 1.
shared-ci / Run tests Python 3.13: tests/application/test_requests.py#L696
test_request_recovery_assoc_remove[Status.SUCCESS-True-FormedLaunchpadCC26X2R1] zigpy.exceptions.DeliveryError: Failed to send request: <Status.MAC_TRANSACTION_EXPIRED: 240>
shared-ci / Run tests Python 3.13: tests/application/test_requests.py#L581
test_request_recovery_route_rediscovery_af[FormedLaunchpadCC26X2R1] zigpy.exceptions.DeliveryError: Failed to send request: <Status.NWK_NO_ROUTE: 205>
shared-ci / Run tests Python 3.13
The strategy configuration was canceled because "shared-ci.pytest._3_12" failed
shared-ci / Run tests Python 3.10.8
The operation was canceled.
shared-ci / Run tests Python 3.10.8: tests/application/test_requests.py#L696
test_request_recovery_assoc_remove[Status.SUCCESS-True-FormedLaunchpadCC26X2R1] zigpy.exceptions.DeliveryError: Failed to send request: <Status.MAC_TRANSACTION_EXPIRED: 240>
shared-ci / Run tests Python 3.10.8: tests/application/test_requests.py#L581
test_request_recovery_route_rediscovery_af[FormedLaunchpadCC26X2R1] zigpy.exceptions.DeliveryError: Failed to send request: <Status.NWK_NO_ROUTE: 205>
shared-ci / Run tests Python 3.10.8
The strategy configuration was canceled because "shared-ci.pytest._3_12" failed
shared-ci / Run tests Python 3.9.15
The operation was canceled.
shared-ci / Run tests Python 3.9.15: tests/application/test_requests.py#L696
test_request_recovery_assoc_remove[Status.SUCCESS-True-FormedLaunchpadCC26X2R1] zigpy.exceptions.DeliveryError: Failed to send request: <Status.MAC_TRANSACTION_EXPIRED: 240>
shared-ci / Run tests Python 3.9.15: tests/application/test_requests.py#L581
test_request_recovery_route_rediscovery_af[FormedLaunchpadCC26X2R1] zigpy.exceptions.DeliveryError: Failed to send request: <Status.NWK_NO_ROUTE: 205>
shared-ci / Run tests Python 3.9.15
The strategy configuration was canceled because "shared-ci.pytest._3_12" failed
shared-ci / Run tests Python 3.11.0
The operation was canceled.
shared-ci / Run tests Python 3.11.0
Event loop is closed
shared-ci / Run tests Python 3.11.0
Event loop is closed
shared-ci / Run tests Python 3.11.0
Event loop is closed
shared-ci / Run tests Python 3.11.0: tests/application/test_requests.py#L696
test_request_recovery_assoc_remove[Status.SUCCESS-True-FormedLaunchpadCC26X2R1] zigpy.exceptions.DeliveryError: Failed to send request: <Status.MAC_TRANSACTION_EXPIRED: 240>
shared-ci / Run tests Python 3.11.0: tests/application/test_requests.py#L581
test_request_recovery_route_rediscovery_af[FormedLaunchpadCC26X2R1] zigpy.exceptions.DeliveryError: Failed to send request: <Status.NWK_NO_ROUTE: 205>
shared-ci / Run tests Python 3.11.0: venv/lib/python3.11/site-packages/_pytest/runner.py#L341
test_on_zdo_device_join_and_announce_fast[FormedLaunchpadCC26X2R1] pytest.PytestUnraisableExceptionWarning: Exception ignored in: <coroutine object Device._initialize at 0x7f08b411d120> Traceback (most recent call last): File "/home/runner/work/zigpy-znp/zigpy-znp/venv/lib/python3.11/site-packages/zigpy/device.py", line 381, in request return await req.result ^^^^^^^^^^^^^^^^ GeneratorExit During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/runner/work/zigpy-znp/zigpy-znp/venv/lib/python3.11/site-packages/zigpy/device.py", line 377, in request with self._pending.new(sequence) as req: File "/home/runner/work/zigpy-znp/zigpy-znp/venv/lib/python3.11/site-packages/zigpy/util.py", line 289, in __exit__ self.result.cancel() File "/opt/hostedtoolcache/Python/3.11.0/x64/lib/python3.11/asyncio/base_events.py", line 758, in call_soon self._check_closed() File "/opt/hostedtoolcache/Python/3.11.0/x64/lib/python3.11/asyncio/base_events.py", line 519, in _check_closed raise RuntimeError('Event loop is closed') RuntimeError: Event loop is closed During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/home/runner/work/zigpy-znp/zigpy-znp/venv/lib/python3.11/site-packages/zigpy/device.py", line 258, in _initialize await self.get_node_descriptor() File "/home/runner/work/zigpy-znp/zigpy-znp/venv/lib/python3.11/site-packages/zigpy/device.py", line 220, in get_node_descriptor status, _, node_desc = await self.zdo.Node_Desc_req( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/runner/work/zigpy-znp/zigpy-znp/venv/lib/python3.11/site-packages/zigpy/zdo/__init__.py", line 67, in request return await self._device.request( ^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/runner/work/zigpy-znp/zigpy-znp/venv/lib/python3.11/site-packages/zigpy/device.py", line 371, in request async with self._limit_concurrency(priority=priority): File "/opt/hostedtoolcache/Python/3.11.0/x64/lib/python3.11/contextlib.py", line 254, in __aexit__ raise RuntimeError("generator didn't stop after athrow()") RuntimeError: generator didn't stop after athrow()
shared-ci / Run tests Python 3.11.0
The strategy configuration was canceled because "shared-ci.pytest._3_12" failed