Skip to content

Use a memoryview when processing bytes in the frame helper #2062

Use a memoryview when processing bytes in the frame helper

Use a memoryview when processing bytes in the frame helper #2062

Triggered via pull request November 2, 2023 22:52
Status Failure
Total duration 3m 18s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

ci.yml

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

Annotations

40 errors
py 3.11 on ubuntu-latest (use_cython)
result: Optional[TResult] = func()
py 3.11 on ubuntu-latest (use_cython)
lambda: ihook(item=item, **kwds), when=when, reraise=reraise
py 3.11 on ubuntu-latest (use_cython)
return self._hookexec(self.name, self._hookimpls, 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)
res = hook_impl.function(*args)
py 3.11 on ubuntu-latest (use_cython)
raise e
py 3.11 on ubuntu-latest (use_cython)
item.runtest()
py 3.11 on ubuntu-latest (use_cython)
self.ihook.pytest_pyfunc_call(pyfuncitem=self)
py 3.12 on ubuntu-latest (use_cython)
result: Optional[TResult] = func()
py 3.12 on ubuntu-latest (use_cython)
lambda: ihook(item=item, **kwds), when=when, reraise=reraise
py 3.12 on ubuntu-latest (use_cython)
return self._hookexec(self.name, self._hookimpls, 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)
res = hook_impl.function(*args)
py 3.12 on ubuntu-latest (use_cython)
raise e
py 3.12 on ubuntu-latest (use_cython)
item.runtest()
py 3.12 on ubuntu-latest (use_cython)
self.ihook.pytest_pyfunc_call(pyfuncitem=self)
py 3.10 on ubuntu-latest (use_cython)
result: Optional[TResult] = func()
py 3.10 on ubuntu-latest (use_cython)
lambda: ihook(item=item, **kwds), when=when, reraise=reraise
py 3.10 on ubuntu-latest (use_cython)
return self._hookexec(self.name, self._hookimpls, 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)
res = hook_impl.function(*args)
py 3.10 on ubuntu-latest (use_cython)
raise e
py 3.10 on ubuntu-latest (use_cython)
item.runtest()
py 3.10 on ubuntu-latest (use_cython)
self.ihook.pytest_pyfunc_call(pyfuncitem=self)
py 3.9 on ubuntu-latest (use_cython)
result: Optional[TResult] = func()
py 3.9 on ubuntu-latest (use_cython)
lambda: ihook(item=item, **kwds), when=when, reraise=reraise
py 3.9 on ubuntu-latest (use_cython)
return self._hookexec(self.name, self._hookimpls, 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)
res = hook_impl.function(*args)
py 3.9 on ubuntu-latest (use_cython)
raise e
py 3.9 on ubuntu-latest (use_cython)
item.runtest()
py 3.9 on ubuntu-latest (use_cython)
self.ihook.pytest_pyfunc_call(pyfuncitem=self)