Skip to content

Avoid buffer copy on read #3548

Avoid buffer copy on read

Avoid buffer copy on read #3548

Triggered via pull request January 29, 2025 03:29
Status Cancelled
Total duration 1m 45s
Artifacts

ci.yml

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

Annotations

98 errors
py 3.11 on ubuntu-latest (skip_cython)
await waiter
py 3.11 on ubuntu-latest (skip_cython)
await self._async_create_endpoints()
py 3.11 on ubuntu-latest (skip_cython)
transport, protocol = await loop.create_datagram_endpoint( # type: ignore[type-var]
py 3.11 on ubuntu-latest (skip_cython)
transport.close()
py 3.11 on ubuntu-latest (skip_cython)
self._loop.call_soon(self._call_connection_lost, None)
py 3.11 on ubuntu-latest (skip_cython)
self._check_closed()
py 3.11 on ubuntu-latest (skip_cython)
raise RuntimeError('Event loop is closed')
py 3.12 on macos-latest (skip_cython)
await waiter
py 3.12 on macos-latest (skip_cython)
await self._async_create_endpoints()
py 3.12 on macos-latest (skip_cython)
transport, protocol = await loop.create_datagram_endpoint( # type: ignore[type-var]
py 3.12 on macos-latest (skip_cython)
transport.close()
py 3.12 on macos-latest (skip_cython)
self._loop.call_soon(self._call_connection_lost, None)
py 3.12 on macos-latest (skip_cython)
self._check_closed()
py 3.12 on macos-latest (skip_cython)
raise RuntimeError('Event loop is closed')
py 3.12 on ubuntu-latest (skip_cython): aioesphomeapi/_frame_helper/base.py#L126
Incompatible return value type (got "bytes", expected "Optional[memoryview[int]]") [return-value]
py 3.12 on ubuntu-latest (skip_cython)
Process completed with exit code 1.
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( # type: ignore[type-var]
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.13 on ubuntu-latest (skip_cython)
await waiter
py 3.13 on ubuntu-latest (skip_cython)
await self._async_create_endpoints()
py 3.13 on ubuntu-latest (skip_cython)
transport, protocol = await loop.create_datagram_endpoint( # type: ignore[type-var]
py 3.13 on ubuntu-latest (skip_cython)
transport.close()
py 3.13 on ubuntu-latest (skip_cython)
self._loop.call_soon(self._call_connection_lost, None)
py 3.13 on ubuntu-latest (skip_cython)
self._check_closed()
py 3.13 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( # type: ignore[type-var]
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.13 on macos-latest (skip_cython)
await waiter
py 3.13 on macos-latest (skip_cython)
await self._async_create_endpoints()
py 3.13 on macos-latest (skip_cython)
transport, protocol = await loop.create_datagram_endpoint( # type: ignore[type-var]
py 3.13 on macos-latest (skip_cython)
transport.close()
py 3.13 on macos-latest (skip_cython)
self._loop.call_soon(self._call_connection_lost, None)
py 3.13 on macos-latest (skip_cython)
self._check_closed()
py 3.13 on macos-latest (skip_cython)
raise RuntimeError('Event loop is closed')
py 3.10 on ubuntu-latest (use_cython)
result: TResult | None = func()
py 3.10 on ubuntu-latest (use_cython)
lambda: runtest_hook(item=item, **kwds), when=when, reraise=reraise
py 3.10 on ubuntu-latest (use_cython)
return self._hookexec(self.name, self._hookimpls.copy(), kwargs, firstresult)
py 3.10 on ubuntu-latest (use_cython)
return self._inner_hookexec(hook_name, methods, kwargs, firstresult)
py 3.10 on ubuntu-latest (use_cython)
return outcome.get_result()
py 3.10 on ubuntu-latest (use_cython)
raise exc.with_traceback(exc.__traceback__)
py 3.10 on ubuntu-latest (use_cython)
teardown.throw(outcome._exception)
py 3.10 on ubuntu-latest (use_cython)
yield from thread_exception_runtest_hook()
py 3.10 on ubuntu-latest (use_cython)
yield
py 3.10 on ubuntu-latest (use_cython)
teardown.throw(outcome._exception)
py 3.11 on ubuntu-latest (use_cython)
result: TResult | None = func()
py 3.11 on ubuntu-latest (use_cython)
lambda: runtest_hook(item=item, **kwds), when=when, reraise=reraise
py 3.11 on ubuntu-latest (use_cython)
return self._hookexec(self.name, self._hookimpls.copy(), kwargs, firstresult)
py 3.11 on ubuntu-latest (use_cython)
return self._inner_hookexec(hook_name, methods, kwargs, firstresult)
py 3.11 on ubuntu-latest (use_cython)
return outcome.get_result()
py 3.11 on ubuntu-latest (use_cython)
raise exc.with_traceback(exc.__traceback__)
py 3.11 on ubuntu-latest (use_cython)
teardown.throw(outcome._exception)
py 3.11 on ubuntu-latest (use_cython)
yield from thread_exception_runtest_hook()
py 3.11 on ubuntu-latest (use_cython)
yield
py 3.11 on ubuntu-latest (use_cython)
teardown.throw(outcome._exception)
py 3.12 on ubuntu-latest (use_cython)
result: TResult | None = func()
py 3.12 on ubuntu-latest (use_cython)
lambda: runtest_hook(item=item, **kwds), when=when, reraise=reraise
py 3.12 on ubuntu-latest (use_cython)
return self._hookexec(self.name, self._hookimpls.copy(), kwargs, firstresult)
py 3.12 on ubuntu-latest (use_cython)
return self._inner_hookexec(hook_name, methods, kwargs, firstresult)
py 3.12 on ubuntu-latest (use_cython)
return outcome.get_result()
py 3.12 on ubuntu-latest (use_cython)
raise exc.with_traceback(exc.__traceback__)
py 3.12 on ubuntu-latest (use_cython)
teardown.throw(outcome._exception)
py 3.12 on ubuntu-latest (use_cython)
yield from thread_exception_runtest_hook()
py 3.12 on ubuntu-latest (use_cython)
yield
py 3.12 on ubuntu-latest (use_cython)
teardown.throw(outcome._exception)
py 3.12 on windows-latest (skip_cython)
Canceling since a higher priority waiting request for 'CI-1040' exists
py 3.12 on windows-latest (skip_cython)
The operation was canceled.
py 3.9 on ubuntu-latest (use_cython)
Canceling since a higher priority waiting request for 'CI-1040' exists
py 3.9 on ubuntu-latest (use_cython)
result: TResult | None = func()
py 3.9 on ubuntu-latest (use_cython)
lambda: runtest_hook(item=item, **kwds), when=when, reraise=reraise
py 3.9 on ubuntu-latest (use_cython)
return self._hookexec(self.name, self._hookimpls.copy(), kwargs, firstresult)
py 3.9 on ubuntu-latest (use_cython)
return self._inner_hookexec(hook_name, methods, kwargs, firstresult)
py 3.9 on ubuntu-latest (use_cython)
return outcome.get_result()
py 3.9 on ubuntu-latest (use_cython)
raise exc.with_traceback(exc.__traceback__)
py 3.9 on ubuntu-latest (use_cython)
teardown.throw(outcome._exception)
py 3.9 on ubuntu-latest (use_cython)
yield from thread_exception_runtest_hook()
py 3.9 on ubuntu-latest (use_cython)
yield
py 3.9 on ubuntu-latest (use_cython)
teardown.throw(outcome._exception)
py 3.13 on ubuntu-latest (use_cython)
Canceling since a higher priority waiting request for 'CI-1040' exists
py 3.13 on ubuntu-latest (use_cython)
result: TResult | None = func()
py 3.13 on ubuntu-latest (use_cython)
lambda: runtest_hook(item=item, **kwds), when=when, reraise=reraise
py 3.13 on ubuntu-latest (use_cython)
return self._hookexec(self.name, self._hookimpls.copy(), kwargs, firstresult)
py 3.13 on ubuntu-latest (use_cython)
return self._inner_hookexec(hook_name, methods, kwargs, firstresult)
py 3.13 on ubuntu-latest (use_cython)
return outcome.get_result()
py 3.13 on ubuntu-latest (use_cython)
raise exc.with_traceback(exc.__traceback__)
py 3.13 on ubuntu-latest (use_cython)
teardown.throw(outcome._exception)
py 3.13 on ubuntu-latest (use_cython)
yield from thread_exception_runtest_hook()
py 3.13 on ubuntu-latest (use_cython)
yield
py 3.13 on ubuntu-latest (use_cython)
teardown.throw(outcome._exception)