Skip to content

Add pickling support for arrays, buffers #1668

Add pickling support for arrays, buffers

Add pickling support for arrays, buffers #1668

Triggered via pull request October 11, 2024 14:09
Status Failure
Total duration 10m 24s
Artifacts

ci.yml

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

Annotations

8 errors and 1 warning
Pytest Mac POCL: test/test/test/test_array.py#L2426
test_array_pickling[<context factory for <pyopencl.Device 'cpu' on 'Portable Computing Language'>>-True] TypeError: get_info(): incompatible function arguments. The following argument types are supported: 1. get_info(self, arg: int, /) -> object Invoked with types: pyopencl._cl.PooledBuffer, int
Pytest Mac POCL
Process completed with exit code 1.
Pytest Linux Intel CL: test/test/test/test_array.py#L2426
test_array_pickling[<context factory for <pyopencl.Device 'AMD EPYC 7763 64-Core Processor' on 'Intel(R) OpenCL'>>-True] TypeError: get_info(): incompatible function arguments. The following argument types are supported: 1. get_info(self, arg: int, /) -> object Invoked with types: pyopencl._cl.PooledBuffer, int
Pytest Linux Intel CL
Process completed with exit code 1.
Pytest Linux POCL: test/test/test/test_array.py#L2426
test_array_pickling[<context factory for <pyopencl.Device 'cpu-haswell-AMD EPYC 7763 64-Core Processor' on 'Portable Computing Language'>>-True] TypeError: get_info(): incompatible function arguments. The following argument types are supported: 1. get_info(self, arg: int, /) -> object Invoked with types: pyopencl._cl.PooledBuffer, int
Pytest Linux POCL
Process completed with exit code 1.
Pytest Windows Intel CL: test\test\test\test_array.py#L2426
test_array_pickling[<context factory for <pyopencl.Device 'AMD EPYC 7763 64-Core Processor' on 'Intel(R) OpenCL'>>-True] TypeError: get_info(): incompatible function arguments. The following argument types are supported: 1. get_info(self, arg: int, /) -> object Invoked with types: pyopencl._cl.PooledBuffer, int
Pytest Windows Intel CL
Process completed with exit code 1.
Ruff
The `python-version` input is not set. The version of Python currently in `PATH` will be used.