Skip to content

Support Nanobind 2.2 #1656

Support Nanobind 2.2

Support Nanobind 2.2 #1656

Triggered via pull request October 7, 2024 22:10
Status Failure
Total duration 4m 28s
Artifacts

ci.yml

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

Annotations

35 errors and 1 warning
Examples
Process completed with exit code 1.
Pytest Linux Intel CL: test/test/test/test_wrapper.py#L190
test_get_info[<context factory for <pyopencl.Device 'AMD EPYC 7763 64-Core Processor' on 'Intel(R) OpenCL'>>] AttributeError: 'pyopencl._cl.Kernel' object has no attribute '_setup'
Pytest Linux Intel CL: test/test/test/test_wrapper.py#L1111
test_spirv[<context factory for <pyopencl.Device 'AMD EPYC 7763 64-Core Processor' on 'Intel(R) OpenCL'>>] AttributeError: 'pyopencl._cl.Kernel' object has no attribute '_setup'
Pytest Linux Intel CL: test/test/test/test_wrapper.py#L1160
test_coarse_grain_svm[<context factory for <pyopencl.Device 'AMD EPYC 7763 64-Core Processor' on 'Intel(R) OpenCL'>>-False] AttributeError: 'pyopencl._cl.SVM' object has no attribute 'mem'
Pytest Linux Intel CL: test/test/test/test_wrapper.py#L1212
test_coarse_grain_svm[<context factory for <pyopencl.Device 'AMD EPYC 7763 64-Core Processor' on 'Intel(R) OpenCL'>>-True] AttributeError: 'pyopencl._cl.SVM' object has no attribute 'mem'
Pytest Linux Intel CL: test/test/test/test_wrapper.py#L1488
test_enqueue_copy_array[<context factory for <pyopencl.Device 'AMD EPYC 7763 64-Core Processor' on 'Intel(R) OpenCL'>>] TypeError: __init__(): incompatible function arguments. The following argument types are supported: 1. __init__(self, context: pyopencl._cl.Context, flags: int, format: pyopencl._cl.ImageFormat, shape: collections.abc.Sequence | None = None, pitches: collections.abc.Sequence | None = None, hostbuf: object | None = None) -> None 2. __init__(self, context: pyopencl._cl.Context, flags: int, format: pyopencl._cl.ImageFormat, desc: pyopencl._cl.ImageDescriptor, hostbuf: object | None = None) -> None Invoked with types: pyopencl._cl.Image, pyopencl._cl.Context, int, pyopencl._cl.ImageFormat, kwargs = { shape: tuple, is_array: bool }
Pytest Linux Intel CL: test/test/test/test_wrapper.py#L1509
test_enqueue_copy_array_2[<context factory for <pyopencl.Device 'AMD EPYC 7763 64-Core Processor' on 'Intel(R) OpenCL'>>] TypeError: __init__(): incompatible function arguments. The following argument types are supported: 1. __init__(self, context: pyopencl._cl.Context, flags: int, format: pyopencl._cl.ImageFormat, shape: collections.abc.Sequence | None = None, pitches: collections.abc.Sequence | None = None, hostbuf: object | None = None) -> None 2. __init__(self, context: pyopencl._cl.Context, flags: int, format: pyopencl._cl.ImageFormat, desc: pyopencl._cl.ImageDescriptor, hostbuf: object | None = None) -> None Invoked with types: pyopencl._cl.Image, pyopencl._cl.Context, int, pyopencl._cl.ImageFormat, kwargs = { shape: tuple }
Pytest Linux Intel CL
Process completed with exit code 1.
Pytest Mac POCL: test/test/test/test_wrapper.py#L190
test_get_info[<context factory for <pyopencl.Device 'cpu' on 'Portable Computing Language'>>] AttributeError: 'pyopencl._cl.Kernel' object has no attribute '_setup'
Pytest Mac POCL: test/test/test/test_wrapper.py#L1111
test_spirv[<context factory for <pyopencl.Device 'cpu' on 'Portable Computing Language'>>] AttributeError: 'pyopencl._cl.Kernel' object has no attribute '_setup'
Pytest Mac POCL: test/test/test/test_wrapper.py#L1160
test_coarse_grain_svm[<context factory for <pyopencl.Device 'cpu' on 'Portable Computing Language'>>-False] AttributeError: 'pyopencl._cl.SVM' object has no attribute 'mem'
Pytest Mac POCL: test/test/test/test_wrapper.py#L1488
test_enqueue_copy_array[<context factory for <pyopencl.Device 'cpu' on 'Portable Computing Language'>>] TypeError: __init__(): incompatible function arguments. The following argument types are supported: 1. __init__(self, context: pyopencl._cl.Context, flags: int, format: pyopencl._cl.ImageFormat, shape: collections.abc.Sequence | None = None, pitches: collections.abc.Sequence | None = None, hostbuf: object | None = None) -> None 2. __init__(self, context: pyopencl._cl.Context, flags: int, format: pyopencl._cl.ImageFormat, desc: pyopencl._cl.ImageDescriptor, hostbuf: object | None = None) -> None Invoked with types: pyopencl._cl.Image, pyopencl._cl.Context, int, pyopencl._cl.ImageFormat, kwargs = { shape: tuple, is_array: bool }
Pytest Mac POCL: test/test/test/test_wrapper.py#L1509
test_enqueue_copy_array_2[<context factory for <pyopencl.Device 'cpu' on 'Portable Computing Language'>>] TypeError: __init__(): incompatible function arguments. The following argument types are supported: 1. __init__(self, context: pyopencl._cl.Context, flags: int, format: pyopencl._cl.ImageFormat, shape: collections.abc.Sequence | None = None, pitches: collections.abc.Sequence | None = None, hostbuf: object | None = None) -> None 2. __init__(self, context: pyopencl._cl.Context, flags: int, format: pyopencl._cl.ImageFormat, desc: pyopencl._cl.ImageDescriptor, hostbuf: object | None = None) -> None Invoked with types: pyopencl._cl.Image, pyopencl._cl.Context, int, pyopencl._cl.ImageFormat, kwargs = { shape: tuple }
Pytest Mac POCL: test/test/test/test_wrapper.py#L1212
test_coarse_grain_svm[<context factory for <pyopencl.Device 'cpu' on 'Portable Computing Language'>>-True] AttributeError: 'pyopencl._cl.SVM' object has no attribute 'mem'
Pytest Mac POCL
Process completed with exit code 1.
Pytest Linux POCL: test/test/test/test_wrapper.py#L190
test_get_info[<context factory for <pyopencl.Device 'cpu-haswell-AMD EPYC 7763 64-Core Processor' on 'Portable Computing Language'>>] AttributeError: 'pyopencl._cl.Kernel' object has no attribute '_setup'
Pytest Linux POCL: test/test/test/test_wrapper.py#L1111
test_spirv[<context factory for <pyopencl.Device 'cpu-haswell-AMD EPYC 7763 64-Core Processor' on 'Portable Computing Language'>>] AttributeError: 'pyopencl._cl.Kernel' object has no attribute '_setup'
Pytest Linux POCL: test/test/test/test_wrapper.py#L1160
test_coarse_grain_svm[<context factory for <pyopencl.Device 'cpu-haswell-AMD EPYC 7763 64-Core Processor' on 'Portable Computing Language'>>-False] AttributeError: 'pyopencl._cl.SVM' object has no attribute 'mem'
Pytest Linux POCL: test/test/test/test_wrapper.py#L1212
test_coarse_grain_svm[<context factory for <pyopencl.Device 'cpu-haswell-AMD EPYC 7763 64-Core Processor' on 'Portable Computing Language'>>-True] AttributeError: 'pyopencl._cl.SVM' object has no attribute 'mem'
Pytest Linux POCL: test/test/test/test_wrapper.py#L1509
test_enqueue_copy_array_2[<context factory for <pyopencl.Device 'cpu-haswell-AMD EPYC 7763 64-Core Processor' on 'Portable Computing Language'>>] TypeError: __init__(): incompatible function arguments. The following argument types are supported: 1. __init__(self, context: pyopencl._cl.Context, flags: int, format: pyopencl._cl.ImageFormat, shape: collections.abc.Sequence | None = None, pitches: collections.abc.Sequence | None = None, hostbuf: object | None = None) -> None 2. __init__(self, context: pyopencl._cl.Context, flags: int, format: pyopencl._cl.ImageFormat, desc: pyopencl._cl.ImageDescriptor, hostbuf: object | None = None) -> None Invoked with types: pyopencl._cl.Image, pyopencl._cl.Context, int, pyopencl._cl.ImageFormat, kwargs = { shape: tuple }
Pytest Linux POCL: test/test/test/test_wrapper.py#L1488
test_enqueue_copy_array[<context factory for <pyopencl.Device 'cpu-haswell-AMD EPYC 7763 64-Core Processor' on 'Portable Computing Language'>>] TypeError: __init__(): incompatible function arguments. The following argument types are supported: 1. __init__(self, context: pyopencl._cl.Context, flags: int, format: pyopencl._cl.ImageFormat, shape: collections.abc.Sequence | None = None, pitches: collections.abc.Sequence | None = None, hostbuf: object | None = None) -> None 2. __init__(self, context: pyopencl._cl.Context, flags: int, format: pyopencl._cl.ImageFormat, desc: pyopencl._cl.ImageDescriptor, hostbuf: object | None = None) -> None Invoked with types: pyopencl._cl.Image, pyopencl._cl.Context, int, pyopencl._cl.ImageFormat, kwargs = { shape: tuple, is_array: bool }
Pytest Linux POCL
Process completed with exit code 1.
Tests for downstream project loopy: loopy/test/test/loopy/test/test_callables.py#L1372
test_global_temp_var_with_base_storage[<context factory for <pyopencl.Device 'cpu-haswell-AMD EPYC 7763 64-Core Processor' on 'Portable Computing Language'>>] AttributeError: 'pyopencl._cl.Kernel' object has no attribute '_setup'
Tests for downstream project loopy
Process completed with exit code 1.
Tests for downstream project boxtree
The job was canceled because "loopy" failed.
Tests for downstream project boxtree
The operation was canceled.
Tests for downstream project meshmode
The job was canceled because "loopy" failed.
Tests for downstream project meshmode
The operation was canceled.
Pytest Windows Intel CL: test\test\test\test_wrapper.py#L190
test_get_info[<context factory for <pyopencl.Device 'AMD EPYC 7763 64-Core Processor' on 'Intel(R) OpenCL'>>] AttributeError: 'pyopencl._cl.Kernel' object has no attribute '_setup'
Pytest Windows Intel CL: test\test\test\test_wrapper.py#L1111
test_spirv[<context factory for <pyopencl.Device 'AMD EPYC 7763 64-Core Processor' on 'Intel(R) OpenCL'>>] AttributeError: 'pyopencl._cl.Kernel' object has no attribute '_setup'
Pytest Windows Intel CL: test\test\test\test_wrapper.py#L1160
test_coarse_grain_svm[<context factory for <pyopencl.Device 'AMD EPYC 7763 64-Core Processor' on 'Intel(R) OpenCL'>>-False] AttributeError: 'pyopencl._cl.SVM' object has no attribute 'mem'
Pytest Windows Intel CL: test\test\test\test_wrapper.py#L1212
test_coarse_grain_svm[<context factory for <pyopencl.Device 'AMD EPYC 7763 64-Core Processor' on 'Intel(R) OpenCL'>>-True] AttributeError: 'pyopencl._cl.SVM' object has no attribute 'mem'
Pytest Windows Intel CL: test\test\test\test_wrapper.py#L1488
test_enqueue_copy_array[<context factory for <pyopencl.Device 'AMD EPYC 7763 64-Core Processor' on 'Intel(R) OpenCL'>>] TypeError: __init__(): incompatible function arguments. The following argument types are supported: 1. __init__(self, context: pyopencl._cl.Context, flags: int, format: pyopencl._cl.ImageFormat, shape: collections.abc.Sequence | None = None, pitches: collections.abc.Sequence | None = None, hostbuf: object | None = None) -> None 2. __init__(self, context: pyopencl._cl.Context, flags: int, format: pyopencl._cl.ImageFormat, desc: pyopencl._cl.ImageDescriptor, hostbuf: object | None = None) -> None Invoked with types: pyopencl._cl.Image, pyopencl._cl.Context, int, pyopencl._cl.ImageFormat, kwargs = { shape: tuple, is_array: bool }
Pytest Windows Intel CL: test\test\test\test_wrapper.py#L1509
test_enqueue_copy_array_2[<context factory for <pyopencl.Device 'AMD EPYC 7763 64-Core Processor' on 'Intel(R) OpenCL'>>] TypeError: __init__(): incompatible function arguments. The following argument types are supported: 1. __init__(self, context: pyopencl._cl.Context, flags: int, format: pyopencl._cl.ImageFormat, shape: collections.abc.Sequence | None = None, pitches: collections.abc.Sequence | None = None, hostbuf: object | None = None) -> None 2. __init__(self, context: pyopencl._cl.Context, flags: int, format: pyopencl._cl.ImageFormat, desc: pyopencl._cl.ImageDescriptor, hostbuf: object | None = None) -> None Invoked with types: pyopencl._cl.Image, pyopencl._cl.Context, int, pyopencl._cl.ImageFormat, kwargs = { shape: tuple }
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.