Skip to content

Implement Datetime date entity #2956

Implement Datetime date entity

Implement Datetime date entity #2956

Triggered via pull request February 17, 2024 04:27
Status Failure
Total duration 1m 23s
Artifacts

ci.yml

on: pull_request
Matrix: ci
Fit to window
Zoom out
Zoom in

Annotations

59 errors and 7 warnings
py 3.11 on ubuntu-latest (skip_cython): aioesphomeapi/__init__.py#L2
E0611: No name 'BluetoothLERawAdvertisement' in module 'aioesphomeapi.api_pb2' (no-name-in-module)
py 3.11 on ubuntu-latest (skip_cython): aioesphomeapi/__init__.py#L2
E0611: No name 'BluetoothLERawAdvertisementsResponse' in module 'aioesphomeapi.api_pb2' (no-name-in-module)
py 3.11 on ubuntu-latest (skip_cython): aioesphomeapi/log_reader.py#L10
E0611: No name 'SubscribeLogsResponse' in module 'aioesphomeapi.api_pb2' (no-name-in-module)
py 3.11 on ubuntu-latest (skip_cython): aioesphomeapi/client_callbacks.py#L9
E0611: No name 'BluetoothConnectionsFreeResponse' in module 'aioesphomeapi.api_pb2' (no-name-in-module)
py 3.11 on ubuntu-latest (skip_cython): aioesphomeapi/client_callbacks.py#L9
E0611: No name 'BluetoothDeviceConnectionResponse' in module 'aioesphomeapi.api_pb2' (no-name-in-module)
py 3.11 on ubuntu-latest (skip_cython): aioesphomeapi/client_callbacks.py#L9
E0611: No name 'BluetoothGATTErrorResponse' in module 'aioesphomeapi.api_pb2' (no-name-in-module)
py 3.11 on ubuntu-latest (skip_cython): aioesphomeapi/client_callbacks.py#L9
E0611: No name 'BluetoothGATTGetServicesDoneResponse' in module 'aioesphomeapi.api_pb2' (no-name-in-module)
py 3.11 on ubuntu-latest (skip_cython): aioesphomeapi/client_callbacks.py#L9
E0611: No name 'BluetoothGATTGetServicesResponse' in module 'aioesphomeapi.api_pb2' (no-name-in-module)
py 3.11 on ubuntu-latest (skip_cython): aioesphomeapi/client_callbacks.py#L9
E0611: No name 'BluetoothGATTNotifyDataResponse' in module 'aioesphomeapi.api_pb2' (no-name-in-module)
py 3.11 on ubuntu-latest (skip_cython): aioesphomeapi/client_callbacks.py#L9
E0611: No name 'BluetoothGATTNotifyResponse' in module 'aioesphomeapi.api_pb2' (no-name-in-module)
py 3.10 on ubuntu-latest (skip_cython)
await waiter
py 3.10 on ubuntu-latest (skip_cython)
await self._async_create_endpoints()
py 3.10 on ubuntu-latest (skip_cython)
transport, protocol = await loop.create_datagram_endpoint(
py 3.10 on ubuntu-latest (skip_cython)
transport.close()
py 3.10 on ubuntu-latest (skip_cython)
self._loop.call_soon(self._call_connection_lost, None)
py 3.10 on ubuntu-latest (skip_cython)
self._check_closed()
py 3.10 on ubuntu-latest (skip_cython)
raise RuntimeError('Event loop is closed')
py 3.12 on ubuntu-latest (skip_cython)
await waiter
py 3.12 on ubuntu-latest (skip_cython)
await self._async_create_endpoints()
py 3.12 on ubuntu-latest (skip_cython)
transport, protocol = await loop.create_datagram_endpoint(
py 3.12 on ubuntu-latest (skip_cython)
transport.close()
py 3.12 on ubuntu-latest (skip_cython)
self._loop.call_soon(self._call_connection_lost, None)
py 3.12 on ubuntu-latest (skip_cython)
self._check_closed()
py 3.12 on ubuntu-latest (skip_cython)
raise RuntimeError('Event loop is closed')
py 3.9 on ubuntu-latest (skip_cython)
await waiter
py 3.9 on ubuntu-latest (skip_cython)
await self._async_create_endpoints()
py 3.9 on ubuntu-latest (skip_cython)
transport, protocol = await loop.create_datagram_endpoint(
py 3.9 on ubuntu-latest (skip_cython)
transport.close()
py 3.9 on ubuntu-latest (skip_cython)
self._loop.call_soon(self._call_connection_lost, None)
py 3.9 on ubuntu-latest (skip_cython)
self._check_closed()
py 3.9 on ubuntu-latest (skip_cython)
raise RuntimeError('Event loop is closed')
py 3.11 on ubuntu-latest (use_cython)
await waiter
py 3.11 on ubuntu-latest (use_cython)
await self._async_create_endpoints()
py 3.11 on ubuntu-latest (use_cython)
transport, protocol = await loop.create_datagram_endpoint(
py 3.11 on ubuntu-latest (use_cython)
transport.close()
py 3.11 on ubuntu-latest (use_cython)
self._loop.call_soon(self._call_connection_lost, None)
py 3.11 on ubuntu-latest (use_cython)
self._check_closed()
py 3.11 on ubuntu-latest (use_cython)
raise RuntimeError('Event loop is closed')
py 3.9 on ubuntu-latest (use_cython)
await waiter
py 3.9 on ubuntu-latest (use_cython)
await self._async_create_endpoints()
py 3.9 on ubuntu-latest (use_cython)
transport, protocol = await loop.create_datagram_endpoint(
py 3.9 on ubuntu-latest (use_cython)
transport.close()
py 3.9 on ubuntu-latest (use_cython)
self._loop.call_soon(self._call_connection_lost, None)
py 3.9 on ubuntu-latest (use_cython)
self._check_closed()
py 3.9 on ubuntu-latest (use_cython)
raise RuntimeError('Event loop is closed')
py 3.12 on ubuntu-latest (use_cython)
await waiter
py 3.12 on ubuntu-latest (use_cython)
await self._async_create_endpoints()
py 3.12 on ubuntu-latest (use_cython)
transport, protocol = await loop.create_datagram_endpoint(
py 3.12 on ubuntu-latest (use_cython)
transport.close()
py 3.12 on ubuntu-latest (use_cython)
self._loop.call_soon(self._call_connection_lost, None)
py 3.12 on ubuntu-latest (use_cython)
self._check_closed()
py 3.12 on ubuntu-latest (use_cython)
raise RuntimeError('Event loop is closed')
py 3.10 on ubuntu-latest (use_cython)
await waiter
py 3.10 on ubuntu-latest (use_cython)
await self._async_create_endpoints()
py 3.10 on ubuntu-latest (use_cython)
transport, protocol = await loop.create_datagram_endpoint(
py 3.10 on ubuntu-latest (use_cython)
transport.close()
py 3.10 on ubuntu-latest (use_cython)
self._loop.call_soon(self._call_connection_lost, None)
py 3.10 on ubuntu-latest (use_cython)
self._check_closed()
py 3.10 on ubuntu-latest (use_cython)
raise RuntimeError('Event loop is closed')
py 3.10 on ubuntu-latest (skip_cython)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: codecov/codecov-action@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
py 3.12 on ubuntu-latest (skip_cython)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: codecov/codecov-action@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
py 3.9 on ubuntu-latest (skip_cython)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: codecov/codecov-action@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
py 3.11 on ubuntu-latest (use_cython)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: codecov/codecov-action@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
py 3.9 on ubuntu-latest (use_cython)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: codecov/codecov-action@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
py 3.12 on ubuntu-latest (use_cython)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: codecov/codecov-action@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
py 3.10 on ubuntu-latest (use_cython)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: codecov/codecov-action@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.