Skip to content

Implement zerocopy writes #3432

Implement zerocopy writes

Implement zerocopy writes #3432

Triggered via pull request November 1, 2024 11:43
Status Failure
Total duration 1m 55s
Artifacts

ci.yml

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

Annotations

122 errors
py 3.12 on ubuntu-latest (skip_cython): aioesphomeapi/_frame_helper/base.py#L178
E0237: Assigning to attribute '_writer' not defined in class slots (assigning-non-slot)
py 3.12 on ubuntu-latest (skip_cython)
Process completed with exit code 2.
py 3.10 on ubuntu-latest (skip_cython)
result: TResult | None = func()
py 3.10 on ubuntu-latest (skip_cython)
lambda: runtest_hook(item=item, **kwds), when=when, reraise=reraise
py 3.10 on ubuntu-latest (skip_cython)
return self._hookexec(self.name, self._hookimpls.copy(), kwargs, firstresult)
py 3.10 on ubuntu-latest (skip_cython)
return self._inner_hookexec(hook_name, methods, kwargs, firstresult)
py 3.10 on ubuntu-latest (skip_cython)
return outcome.get_result()
py 3.10 on ubuntu-latest (skip_cython)
raise exc.with_traceback(exc.__traceback__)
py 3.10 on ubuntu-latest (skip_cython)
teardown.throw(outcome._exception)
py 3.10 on ubuntu-latest (skip_cython)
yield from thread_exception_runtest_hook()
py 3.10 on ubuntu-latest (skip_cython)
teardown.throw(outcome._exception)
py 3.9 on ubuntu-latest (skip_cython)
result: TResult | None = func()
py 3.9 on ubuntu-latest (skip_cython)
lambda: runtest_hook(item=item, **kwds), when=when, reraise=reraise
py 3.9 on ubuntu-latest (skip_cython)
return self._hookexec(self.name, self._hookimpls.copy(), kwargs, firstresult)
py 3.9 on ubuntu-latest (skip_cython)
return self._inner_hookexec(hook_name, methods, kwargs, firstresult)
py 3.9 on ubuntu-latest (skip_cython)
return outcome.get_result()
py 3.9 on ubuntu-latest (skip_cython)
raise exc.with_traceback(exc.__traceback__)
py 3.9 on ubuntu-latest (skip_cython)
teardown.throw(outcome._exception)
py 3.9 on ubuntu-latest (skip_cython)
yield from thread_exception_runtest_hook()
py 3.9 on ubuntu-latest (skip_cython)
yield
py 3.9 on ubuntu-latest (skip_cython)
teardown.throw(outcome._exception)
py 3.12 on macos-latest (skip_cython)
result: TResult | None = func()
py 3.12 on macos-latest (skip_cython)
lambda: runtest_hook(item=item, **kwds), when=when, reraise=reraise
py 3.12 on macos-latest (skip_cython)
return self._hookexec(self.name, self._hookimpls.copy(), kwargs, firstresult)
py 3.12 on macos-latest (skip_cython)
return self._inner_hookexec(hook_name, methods, kwargs, firstresult)
py 3.12 on macos-latest (skip_cython)
return outcome.get_result()
py 3.12 on macos-latest (skip_cython)
raise exc.with_traceback(exc.__traceback__)
py 3.12 on macos-latest (skip_cython)
teardown.throw(outcome._exception)
py 3.12 on macos-latest (skip_cython)
yield from thread_exception_runtest_hook()
py 3.12 on macos-latest (skip_cython)
yield
py 3.12 on macos-latest (skip_cython)
teardown.throw(outcome._exception)
py 3.13 on macos-latest (skip_cython)
result: TResult | None = func()
py 3.13 on macos-latest (skip_cython)
lambda: runtest_hook(item=item, **kwds), when=when, reraise=reraise
py 3.13 on macos-latest (skip_cython)
return self._hookexec(self.name, self._hookimpls.copy(), kwargs, firstresult)
py 3.13 on macos-latest (skip_cython)
return self._inner_hookexec(hook_name, methods, kwargs, firstresult)
py 3.13 on macos-latest (skip_cython)
return outcome.get_result()
py 3.13 on macos-latest (skip_cython)
raise exc.with_traceback(exc.__traceback__)
py 3.13 on macos-latest (skip_cython)
teardown.throw(outcome._exception)
py 3.13 on macos-latest (skip_cython)
yield from thread_exception_runtest_hook()
py 3.11 on ubuntu-latest (skip_cython)
result: TResult | None = func()
py 3.11 on ubuntu-latest (skip_cython)
lambda: runtest_hook(item=item, **kwds), when=when, reraise=reraise
py 3.13 on macos-latest (skip_cython)
yield
py 3.11 on ubuntu-latest (skip_cython)
return self._hookexec(self.name, self._hookimpls.copy(), kwargs, firstresult)
py 3.13 on macos-latest (skip_cython)
teardown.throw(outcome._exception)
py 3.11 on ubuntu-latest (skip_cython)
return self._inner_hookexec(hook_name, methods, kwargs, firstresult)
py 3.11 on ubuntu-latest (skip_cython)
return outcome.get_result()
py 3.11 on ubuntu-latest (skip_cython)
raise exc.with_traceback(exc.__traceback__)
py 3.11 on ubuntu-latest (skip_cython)
teardown.throw(outcome._exception)
py 3.11 on ubuntu-latest (skip_cython)
yield from thread_exception_runtest_hook()
py 3.11 on ubuntu-latest (skip_cython)
teardown.throw(outcome._exception)
py 3.13 on ubuntu-latest (skip_cython)
result: TResult | None = func()
py 3.13 on ubuntu-latest (skip_cython)
lambda: runtest_hook(item=item, **kwds), when=when, reraise=reraise
py 3.13 on ubuntu-latest (skip_cython)
return self._hookexec(self.name, self._hookimpls.copy(), kwargs, firstresult)
py 3.13 on ubuntu-latest (skip_cython)
return self._inner_hookexec(hook_name, methods, kwargs, firstresult)
py 3.13 on ubuntu-latest (skip_cython)
return outcome.get_result()
py 3.13 on ubuntu-latest (skip_cython)
raise exc.with_traceback(exc.__traceback__)
py 3.13 on ubuntu-latest (skip_cython)
teardown.throw(outcome._exception)
py 3.13 on ubuntu-latest (skip_cython)
yield from thread_exception_runtest_hook()
py 3.13 on ubuntu-latest (skip_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.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.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.12 on windows-latest (skip_cython)
result: TResult | None = func()
py 3.12 on windows-latest (skip_cython)
lambda: runtest_hook(item=item, **kwds), when=when, reraise=reraise
py 3.12 on windows-latest (skip_cython)
return self._hookexec(self.name, self._hookimpls.copy(), kwargs, firstresult)
py 3.12 on windows-latest (skip_cython)
return self._inner_hookexec(hook_name, methods, kwargs, firstresult)
py 3.12 on windows-latest (skip_cython)
return outcome.get_result()
py 3.12 on windows-latest (skip_cython)
raise exc.with_traceback(exc.__traceback__)
py 3.12 on windows-latest (skip_cython)
teardown.throw(outcome._exception)
py 3.12 on windows-latest (skip_cython)
yield from thread_exception_runtest_hook()
py 3.12 on windows-latest (skip_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.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)