Support production #1108
Triggered via pull request
March 18, 2025 13:57
Status
Cancelled
Total duration
6h 2m 20s
Artifacts
–
verify.yml
on: pull_request
Prepare
57s
Matrix: prepare-test-cache
Matrix: pytest
Process test complexity
0s
Build and publish Python 🐍 distributions 📦 to TestPyPI
0s
Annotations
13 errors and 1 warning
|
Run pytest using Python 3.12
The operation was canceled.
|
|
Run pytest using Python 3.12:
tests/test_usb.py#L1220
TestStick.test_pulse_collection_production
AttributeError: 'PulseCollection' object has no attribute 'log_interval_consumption'
|
|
Run pytest using Python 3.12:
tests/test_usb.py#L969
TestStick.test_pulse_collection_consumption
AttributeError: 'PulseCollection' object has no attribute 'log_interval_consumption'
|
|
Run pytest using Python 3.12:
tests/test_usb.py#L932
TestStick.test_energy_circle
AssertionError: assert EnergyStatist...on_reset=None) == EnergyStatist...on_reset=None)
Omitting 13 identical items, use -vv to show
Differing attributes:
['log_interval_consumption']
Drill down into differing attribute log_interval_consumption:
log_interval_consumption: None != 60
|
|
Run pytest using Python 3.12
The job has exceeded the maximum execution time of 6h0m0s
|
|
Run pytest using Python 3.11
The operation was canceled.
|
|
Run pytest using Python 3.11:
tests/test_usb.py#L1220
TestStick.test_pulse_collection_production
AttributeError: 'PulseCollection' object has no attribute 'log_interval_consumption'
|
|
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#L969
TestStick.test_pulse_collection_consumption
AttributeError: 'PulseCollection' object has no attribute 'log_interval_consumption'
|
|
Run pytest using Python 3.11:
tests/test_usb.py#L932
TestStick.test_energy_circle
AssertionError: assert EnergyStatist...on_reset=None) == EnergyStatist...on_reset=None)
Omitting 13 identical items, use -vv to show
Differing attributes:
['log_interval_consumption']
Drill down into differing attribute log_interval_consumption:
log_interval_consumption: None != 60
|
|
Run pytest using Python 3.11
The job has exceeded the maximum execution time of 6h0m0s
|
|
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 0x7efc79cd6a80>
Traceback (most recent call last):
File "/opt/hostedtoolcache/Python/3.12.9/x64/lib/python3.12/pathlib.py", line 572, in _tail
return self._tail_cached
^^^^^^^^^^^^^^^^^
AttributeError: 'PurePosixPath' object has no attribute '_tail_cached'
During handling of the above exception, another exception occurred:
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
|