Skip to content

Rewrite command parsing/serialization #211

Rewrite command parsing/serialization

Rewrite command parsing/serialization #211

Triggered via pull request November 7, 2023 19:39
Status Failure
Total duration 1m 54s
Artifacts

ci.yml

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

Annotations

45 errors
shared-ci / Run tests Python 3.12: tests/test_api.py#L60
test_commands AssertionError: assert False is True + where False = isinstance({'frame_length': <class 'zigpy.types.basic.uint16_t'>, 'ieee': <class 'zigpy.types.named.EUI64'>, 'mac_capability_flags': <class 'zigpy.types.basic.uint8_t'>, 'nwk': <class 'zigpy.types.named.NWK'>, ...}, tuple)
shared-ci / Run tests Python 3.12: tests/test_api.py#L81
test_command TypeError: Deconz._command() takes 2 positional arguments but 3 were given
shared-ci / Run tests Python 3.12: tests/test_api.py#L104
test_command_queue TypeError: Deconz._command() takes 2 positional arguments but 3 were given
shared-ci / Run tests Python 3.12: tests/test_api.py#L122
test_command_timeout TypeError: Deconz._command() takes 2 positional arguments but 3 were given
shared-ci / Run tests Python 3.12: tests/test_api.py#L142
test_command_not_connected TypeError: Deconz._command() takes 2 positional arguments but 3 were given
shared-ci / Run tests Python 3.12: tests/test_api.py#L165
test_api_frame TypeError: issubclass() arg 1 must be a class
shared-ci / Run tests Python 3.12: tests/test_api.py#L184
test_data_received ValueError: not enough values to unpack (expected 2, got 0)
shared-ci / Run tests Python 3.12: tests/test_api.py#L208
test_data_received_unk_status ValueError: not enough values to unpack (expected 2, got 0)
shared-ci / Run tests Python 3.12: tests/test_api.py#L237
test_simplified_beacon AttributeError: 'Deconz' object has no attribute '_handle_simplified_beacon'
shared-ci / Run tests Python 3.12: tests/test_api.py#L277
test_aps_data_confirm AttributeError: type object 'DeviceState' has no attribute 'APSDE_DATA_REQUEST_SLOTS_AVAILABLE'
shared-ci / Run tests Python 3.8.14
The job was canceled because "_3_12" failed.
shared-ci / Run tests Python 3.8.14: tests/test_api.py#L60
test_commands AssertionError: assert False is True + where False = isinstance({'frame_length': <class 'zigpy.types.basic.uint16_t'>, 'ieee': <class 'zigpy.types.named.EUI64'>, 'mac_capability_flags': <class 'zigpy.types.basic.uint8_t'>, 'nwk': <class 'zigpy.types.named.NWK'>, ...}, tuple)
shared-ci / Run tests Python 3.8.14: tests/test_api.py#L81
test_command TypeError: _command() takes 2 positional arguments but 3 were given
shared-ci / Run tests Python 3.8.14: tests/test_api.py#L104
test_command_queue TypeError: _command() takes 2 positional arguments but 3 were given
shared-ci / Run tests Python 3.8.14: tests/test_api.py#L122
test_command_timeout TypeError: _command() takes 2 positional arguments but 3 were given
shared-ci / Run tests Python 3.8.14: tests/test_api.py#L142
test_command_not_connected TypeError: _command() takes 2 positional arguments but 3 were given
shared-ci / Run tests Python 3.8.14: tests/test_api.py#L165
test_api_frame TypeError: issubclass() arg 1 must be a class
shared-ci / Run tests Python 3.8.14: tests/test_api.py#L184
test_data_received ValueError: not enough values to unpack (expected 2, got 0)
shared-ci / Run tests Python 3.8.14: tests/test_api.py#L208
test_data_received_unk_status ValueError: not enough values to unpack (expected 2, got 0)
shared-ci / Run tests Python 3.8.14: tests/test_api.py#L237
test_simplified_beacon AttributeError: 'Deconz' object has no attribute '_handle_simplified_beacon'
shared-ci / Run tests Python 3.8.14: tests/test_api.py#L277
test_aps_data_confirm AttributeError: type object 'DeviceState' has no attribute 'APSDE_DATA_REQUEST_SLOTS_AVAILABLE'
shared-ci / Run tests Python 3.11.0
The job was canceled because "_3_12" failed.
shared-ci / Run tests Python 3.11.0: tests/test_api.py#L60
test_commands AssertionError: assert False is True + where False = isinstance({'frame_length': <class 'zigpy.types.basic.uint16_t'>, 'ieee': <class 'zigpy.types.named.EUI64'>, 'mac_capability_flags': <class 'zigpy.types.basic.uint8_t'>, 'nwk': <class 'zigpy.types.named.NWK'>, ...}, tuple)
shared-ci / Run tests Python 3.11.0: tests/test_api.py#L81
test_command TypeError: Deconz._command() takes 2 positional arguments but 3 were given
shared-ci / Run tests Python 3.11.0: tests/test_api.py#L104
test_command_queue TypeError: Deconz._command() takes 2 positional arguments but 3 were given
shared-ci / Run tests Python 3.11.0: tests/test_api.py#L122
test_command_timeout TypeError: Deconz._command() takes 2 positional arguments but 3 were given
shared-ci / Run tests Python 3.11.0: tests/test_api.py#L142
test_command_not_connected TypeError: Deconz._command() takes 2 positional arguments but 3 were given
shared-ci / Run tests Python 3.11.0: tests/test_api.py#L165
test_api_frame TypeError: issubclass() arg 1 must be a class
shared-ci / Run tests Python 3.11.0: tests/test_api.py#L184
test_data_received ValueError: not enough values to unpack (expected 2, got 0)
shared-ci / Run tests Python 3.11.0: tests/test_api.py#L208
test_data_received_unk_status ValueError: not enough values to unpack (expected 2, got 0)
shared-ci / Run tests Python 3.11.0: tests/test_api.py#L237
test_simplified_beacon AttributeError: 'Deconz' object has no attribute '_handle_simplified_beacon'
shared-ci / Run tests Python 3.11.0: tests/test_api.py#L277
test_aps_data_confirm AttributeError: type object 'DeviceState' has no attribute 'APSDE_DATA_REQUEST_SLOTS_AVAILABLE'
shared-ci / Run tests Python 3.10.8
The job was canceled because "_3_12" failed.
shared-ci / Run tests Python 3.10.8
The operation was canceled.
shared-ci / Run tests Python 3.9.15
The job was canceled because "_3_12" failed.
shared-ci / Run tests Python 3.9.15: tests/test_api.py#L60
test_commands AssertionError: assert False is True + where False = isinstance({'frame_length': <class 'zigpy.types.basic.uint16_t'>, 'ieee': <class 'zigpy.types.named.EUI64'>, 'mac_capability_flags': <class 'zigpy.types.basic.uint8_t'>, 'nwk': <class 'zigpy.types.named.NWK'>, ...}, tuple)
shared-ci / Run tests Python 3.9.15: tests/test_api.py#L81
test_command TypeError: _command() takes 2 positional arguments but 3 were given
shared-ci / Run tests Python 3.9.15: tests/test_api.py#L104
test_command_queue TypeError: _command() takes 2 positional arguments but 3 were given
shared-ci / Run tests Python 3.9.15: tests/test_api.py#L122
test_command_timeout TypeError: _command() takes 2 positional arguments but 3 were given
shared-ci / Run tests Python 3.9.15: tests/test_api.py#L142
test_command_not_connected TypeError: _command() takes 2 positional arguments but 3 were given
shared-ci / Run tests Python 3.9.15: tests/test_api.py#L165
test_api_frame TypeError: issubclass() arg 1 must be a class
shared-ci / Run tests Python 3.9.15: tests/test_api.py#L184
test_data_received ValueError: not enough values to unpack (expected 2, got 0)
shared-ci / Run tests Python 3.9.15: tests/test_api.py#L208
test_data_received_unk_status ValueError: not enough values to unpack (expected 2, got 0)
shared-ci / Run tests Python 3.9.15: tests/test_api.py#L237
test_simplified_beacon AttributeError: 'Deconz' object has no attribute '_handle_simplified_beacon'
shared-ci / Run tests Python 3.9.15: tests/test_api.py#L277
test_aps_data_confirm AttributeError: type object 'DeviceState' has no attribute 'APSDE_DATA_REQUEST_SLOTS_AVAILABLE'