Skip to content

Use siphash for persistent hashing #1333

Use siphash for persistent hashing

Use siphash for persistent hashing #1333

Triggered via pull request July 3, 2024 20:18
@inducerinducer
synchronize #242
siphash
Status Failure
Total duration 2m 21s
Artifacts

ci.yml

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

Annotations

78 errors and 1 warning
Pytest on Py3.8 ubuntu-latest: test/pytools/test/test_persistent_dict.py#L551
test_class_hashing AssertionError: assert b'7b3e4e66503438f6' == 'f5697a96dde0083e31a290b54ee7a5640b2bb8eb6d18e9c7ee89228b015a6131' + where b'7b3e4e66503438f6' = <pytools.persistent_dict.KeyBuilder object at 0x7fe6f2b3b130>(test_class_hashing.<locals>.TagClass()) + where test_class_hashing.<locals>.TagClass() = <class 'pytools.test.test_persistent_dict.test_class_hashing.<locals>.TagClass'>()
Pytest on Py3.8 ubuntu-latest: test/pytools/test/test_persistent_dict.py#L572
test_dataclass_hashing AssertionError: assert b'd1a1079f1c10aa4f' == '2ba6363c3b98f1cc2209bd57388368b3efe3074e3764eee30fbcf15946efb802' + where b'd1a1079f1c10aa4f' = <pytools.persistent_dict.KeyBuilder object at 0x7fe6f2b2da90>(test_dataclass_hashing.<locals>.MyDC(name='hi', value=1)) + where test_dataclass_hashing.<locals>.MyDC(name='hi', value=1) = <class 'pytools.test.test_persistent_dict.test_dataclass_hashing.<locals>.MyDC'>('hi', 1)
Pytest on Py3.8 ubuntu-latest: test/pytools/test/test_persistent_dict.py#L597
test_attrs_hashing AssertionError: assert b'5b6c5da60eb2bd0f' == '17f272d114d22c1dc0117354777f2d506b303d90e10840d39fb0eef007252f68' + where b'5b6c5da60eb2bd0f' = <pytools.persistent_dict.KeyBuilder object at 0x7fe6f2b2d250>(MyAttrs(name='hi', value=1)) + where MyAttrs(name='hi', value=1) = <class 'pytools.test.test_persistent_dict.test_attrs_hashing.<locals>.MyAttrs'>('hi', 1)
Pytest on Py3.8 ubuntu-latest: test/pytools/test/test_persistent_dict.py#L627
test_datetime_hashing AssertionError: assert b'1c866ff10ff0d997' == '9fb97d7faabc3603f3e334ca5eb1eb0fe0c92665e5611cb1b5aa77fa0f70f5e3' + where b'1c866ff10ff0d997' = <pytools.persistent_dict.KeyBuilder object at 0x7fe6f2b34250>(datetime.date(2020, 1, 1)) + where datetime.date(2020, 1, 1) = <class 'datetime.date'>(2020, 1, 1) + where <class 'datetime.date'> = <module 'datetime' from '/opt/hostedtoolcache/Python/3.8.18/x64/lib/python3.8/datetime.py'>.date
Pytest on Py3.8 ubuntu-latest: test/pytools/test/test_persistent_dict.py#L844
test_hash_function AssertionError: assert b'79efd03f9a38ed77' == '51b5980dd3a8aa13f6e83869e4a04c22973d7aaf96cb22899abdfdc55e15c9b2' + where b'79efd03f9a38ed77' = <pytools.persistent_dict.KeyBuilder object at 0x7f8d6b381640>(global_fun)
Pytest on Py3.8 ubuntu-latest: test/pytools/test/test_persistent_dict.py#L774
test_size assert ((1 * 1024) * 1024) < 913408
Pytest on Py3.8 ubuntu-latest
Process completed with exit code 1.
Pytest on Py3.9 ubuntu-latest: test/pytools/test/test_persistent_dict.py#L551
test_class_hashing AssertionError: assert b'7b3e4e66503438f6' == 'f5697a96dde0083e31a290b54ee7a5640b2bb8eb6d18e9c7ee89228b015a6131' + where b'7b3e4e66503438f6' = <pytools.persistent_dict.KeyBuilder object at 0x7f719003bf10>(test_class_hashing.<locals>.TagClass()) + where test_class_hashing.<locals>.TagClass() = <class 'pytools.test.test_persistent_dict.test_class_hashing.<locals>.TagClass'>()
Pytest on Py3.9 ubuntu-latest: test/pytools/test/test_persistent_dict.py#L572
test_dataclass_hashing AssertionError: assert b'd1a1079f1c10aa4f' == '2ba6363c3b98f1cc2209bd57388368b3efe3074e3764eee30fbcf15946efb802' + where b'd1a1079f1c10aa4f' = <pytools.persistent_dict.KeyBuilder object at 0x7f7191a070a0>(test_dataclass_hashing.<locals>.MyDC(name='hi', value=1)) + where test_dataclass_hashing.<locals>.MyDC(name='hi', value=1) = <class 'pytools.test.test_persistent_dict.test_dataclass_hashing.<locals>.MyDC'>('hi', 1)
Pytest on Py3.9 ubuntu-latest: test/pytools/test/test_persistent_dict.py#L597
test_attrs_hashing AssertionError: assert b'5b6c5da60eb2bd0f' == '17f272d114d22c1dc0117354777f2d506b303d90e10840d39fb0eef007252f68' + where b'5b6c5da60eb2bd0f' = <pytools.persistent_dict.KeyBuilder object at 0x7f718bfe7430>(MyAttrs(name='hi', value=1)) + where MyAttrs(name='hi', value=1) = <class 'pytools.test.test_persistent_dict.test_attrs_hashing.<locals>.MyAttrs'>('hi', 1)
Pytest on Py3.9 ubuntu-latest: test/pytools/test/test_persistent_dict.py#L627
test_datetime_hashing AssertionError: assert b'1c866ff10ff0d997' == '9fb97d7faabc3603f3e334ca5eb1eb0fe0c92665e5611cb1b5aa77fa0f70f5e3' + where b'1c866ff10ff0d997' = <pytools.persistent_dict.KeyBuilder object at 0x7f718bfe7700>(datetime.date(2020, 1, 1)) + where datetime.date(2020, 1, 1) = <class 'datetime.date'>(2020, 1, 1) + where <class 'datetime.date'> = <module 'datetime' from '/opt/hostedtoolcache/Python/3.9.19/x64/lib/python3.9/datetime.py'>.date
Pytest on Py3.9 ubuntu-latest: test/pytools/test/test_persistent_dict.py#L844
test_hash_function AssertionError: assert b'79efd03f9a38ed77' == '51b5980dd3a8aa13f6e83869e4a04c22973d7aaf96cb22899abdfdc55e15c9b2' + where b'79efd03f9a38ed77' = <pytools.persistent_dict.KeyBuilder object at 0x7fe4cb057850>(global_fun)
Pytest on Py3.9 ubuntu-latest: test/pytools/test/test_persistent_dict.py#L774
test_size assert ((1 * 1024) * 1024) < 913408
Pytest on Py3.9 ubuntu-latest
Process completed with exit code 1.
Pytest on Py3.x ubuntu-latest
The job was canceled because "_3_8_ubuntu-latest" failed.
Pytest on Py3.x ubuntu-latest: test/pytools/test/test_persistent_dict.py#L551
test_class_hashing AssertionError: assert b'7b3e4e66503438f6' == 'f5697a96dde0083e31a290b54ee7a5640b2bb8eb6d18e9c7ee89228b015a6131' + where b'7b3e4e66503438f6' = <pytools.persistent_dict.KeyBuilder object at 0x7f1dfd732a20>(test_class_hashing.<locals>.TagClass()) + where test_class_hashing.<locals>.TagClass() = <class 'pytools.test.test_persistent_dict.test_class_hashing.<locals>.TagClass'>()
Pytest on Py3.x ubuntu-latest: test/pytools/test/test_persistent_dict.py#L572
test_dataclass_hashing AssertionError: assert b'd1a1079f1c10aa4f' == '2ba6363c3b98f1cc2209bd57388368b3efe3074e3764eee30fbcf15946efb802' + where b'd1a1079f1c10aa4f' = <pytools.persistent_dict.KeyBuilder object at 0x7f1dfc8a6c60>(test_dataclass_hashing.<locals>.MyDC(name='hi', value=1)) + where test_dataclass_hashing.<locals>.MyDC(name='hi', value=1) = <class 'pytools.test.test_persistent_dict.test_dataclass_hashing.<locals>.MyDC'>('hi', 1)
Pytest on Py3.x ubuntu-latest: test/pytools/test/test_persistent_dict.py#L597
test_attrs_hashing AssertionError: assert b'5b6c5da60eb2bd0f' == '17f272d114d22c1dc0117354777f2d506b303d90e10840d39fb0eef007252f68' + where b'5b6c5da60eb2bd0f' = <pytools.persistent_dict.KeyBuilder object at 0x7f1dfe412f00>(MyAttrs(name='hi', value=1)) + where MyAttrs(name='hi', value=1) = <class 'pytools.test.test_persistent_dict.test_attrs_hashing.<locals>.MyAttrs'>('hi', 1)
Pytest on Py3.x ubuntu-latest: test/pytools/test/test_persistent_dict.py#L627
test_datetime_hashing AssertionError: assert b'1c866ff10ff0d997' == '9fb97d7faabc3603f3e334ca5eb1eb0fe0c92665e5611cb1b5aa77fa0f70f5e3' + where b'1c866ff10ff0d997' = <pytools.persistent_dict.KeyBuilder object at 0x7f1dfc8a6780>(datetime.date(2020, 1, 1)) + where datetime.date(2020, 1, 1) = <class 'datetime.date'>(2020, 1, 1) + where <class 'datetime.date'> = <module 'datetime' from '/opt/hostedtoolcache/Python/3.12.4/x64/lib/python3.12/datetime.py'>.date
Pytest on Py3.x ubuntu-latest: test/pytools/test/test_persistent_dict.py#L844
test_hash_function AssertionError: assert b'79efd03f9a38ed77' == '51b5980dd3a8aa13f6e83869e4a04c22973d7aaf96cb22899abdfdc55e15c9b2' + where b'79efd03f9a38ed77' = <pytools.persistent_dict.KeyBuilder object at 0x7f0523d89790>(global_fun)
Pytest on Py3.x ubuntu-latest: test/pytools/test/test_persistent_dict.py#L774
test_size assert ((1 * 1024) * 1024) < 913408
Pytest on Py3.x ubuntu-latest
Process completed with exit code 1.
Pytest without Numpy: test/pytools/test/test_persistent_dict.py#L627
test_datetime_hashing AssertionError: assert b'1c866ff10ff0d997' == '9fb97d7faabc3603f3e334ca5eb1eb0fe0c92665e5611cb1b5aa77fa0f70f5e3' + where b'1c866ff10ff0d997' = <pytools.persistent_dict.KeyBuilder object at 0x7ffbeaaf3110>(datetime.date(2020, 1, 1)) + where datetime.date(2020, 1, 1) = <class 'datetime.date'>(2020, 1, 1) + where <class 'datetime.date'> = <module 'datetime' from '/opt/hostedtoolcache/Python/3.12.4/x64/lib/python3.12/datetime.py'>.date
Pytest without Numpy: test/pytools/test/test_persistent_dict.py#L551
test_class_hashing AssertionError: assert b'7b3e4e66503438f6' == 'f5697a96dde0083e31a290b54ee7a5640b2bb8eb6d18e9c7ee89228b015a6131' + where b'7b3e4e66503438f6' = <pytools.persistent_dict.KeyBuilder object at 0x7ff85eb75850>(test_class_hashing.<locals>.TagClass()) + where test_class_hashing.<locals>.TagClass() = <class 'pytools.test.test_persistent_dict.test_class_hashing.<locals>.TagClass'>()
Pytest without Numpy: test/pytools/test/test_persistent_dict.py#L572
test_dataclass_hashing AssertionError: assert b'd1a1079f1c10aa4f' == '2ba6363c3b98f1cc2209bd57388368b3efe3074e3764eee30fbcf15946efb802' + where b'd1a1079f1c10aa4f' = <pytools.persistent_dict.KeyBuilder object at 0x7ff85eb760f0>(test_dataclass_hashing.<locals>.MyDC(name='hi', value=1)) + where test_dataclass_hashing.<locals>.MyDC(name='hi', value=1) = <class 'pytools.test.test_persistent_dict.test_dataclass_hashing.<locals>.MyDC'>('hi', 1)
Pytest without Numpy: test/pytools/test/test_persistent_dict.py#L774
test_size assert ((1 * 1024) * 1024) < 913408
Pytest without Numpy: test/pytools/test/test_persistent_dict.py#L844
test_hash_function AssertionError: assert b'79efd03f9a38ed77' == '51b5980dd3a8aa13f6e83869e4a04c22973d7aaf96cb22899abdfdc55e15c9b2' + where b'79efd03f9a38ed77' = <pytools.persistent_dict.KeyBuilder object at 0x7ffbeada0830>(global_fun)
Pytest without Numpy
Process completed with exit code 1.
Pytest on Pypypy3.8 macos-latest
The job was canceled because "_3_8_ubuntu-latest" failed.
Pytest on Pypypy3.8 macos-latest
The operation was canceled.
Pytest on Py3.8 macos-latest
The job was canceled because "_3_8_ubuntu-latest" failed.
Pytest on Py3.8 macos-latest: test/pytools/test/test_persistent_dict.py#L551
test_class_hashing AssertionError: assert b'7b3e4e66503438f6' == 'f5697a96dde0083e31a290b54ee7a5640b2bb8eb6d18e9c7ee89228b015a6131' + where b'7b3e4e66503438f6' = <pytools.persistent_dict.KeyBuilder object at 0x10563d190>(test_class_hashing.<locals>.TagClass()) + where test_class_hashing.<locals>.TagClass() = <class 'pytools.test.test_persistent_dict.test_class_hashing.<locals>.TagClass'>()
Pytest on Py3.8 macos-latest: test/pytools/test/test_persistent_dict.py#L572
test_dataclass_hashing AssertionError: assert b'd1a1079f1c10aa4f' == '2ba6363c3b98f1cc2209bd57388368b3efe3074e3764eee30fbcf15946efb802' + where b'd1a1079f1c10aa4f' = <pytools.persistent_dict.KeyBuilder object at 0x105726bb0>(test_dataclass_hashing.<locals>.MyDC(name='hi', value=1)) + where test_dataclass_hashing.<locals>.MyDC(name='hi', value=1) = <class 'pytools.test.test_persistent_dict.test_dataclass_hashing.<locals>.MyDC'>('hi', 1)
Pytest on Py3.8 macos-latest: test/pytools/test/test_persistent_dict.py#L597
test_attrs_hashing AssertionError: assert b'5b6c5da60eb2bd0f' == '17f272d114d22c1dc0117354777f2d506b303d90e10840d39fb0eef007252f68' + where b'5b6c5da60eb2bd0f' = <pytools.persistent_dict.KeyBuilder object at 0x1056b92e0>(MyAttrs(name='hi', value=1)) + where MyAttrs(name='hi', value=1) = <class 'pytools.test.test_persistent_dict.test_attrs_hashing.<locals>.MyAttrs'>('hi', 1)
Pytest on Py3.8 macos-latest: test/pytools/test/test_persistent_dict.py#L627
test_datetime_hashing AssertionError: assert b'1c866ff10ff0d997' == '9fb97d7faabc3603f3e334ca5eb1eb0fe0c92665e5611cb1b5aa77fa0f70f5e3' + where b'1c866ff10ff0d997' = <pytools.persistent_dict.KeyBuilder object at 0x105539bb0>(datetime.date(2020, 1, 1)) + where datetime.date(2020, 1, 1) = <class 'datetime.date'>(2020, 1, 1) + where <class 'datetime.date'> = <module 'datetime' from '/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/datetime.py'>.date
Pytest on Py3.8 macos-latest: test/pytools/test/test_persistent_dict.py#L844
test_hash_function AssertionError: assert b'79efd03f9a38ed77' == '51b5980dd3a8aa13f6e83869e4a04c22973d7aaf96cb22899abdfdc55e15c9b2' + where b'79efd03f9a38ed77' = <pytools.persistent_dict.KeyBuilder object at 0x1037f2a60>(global_fun)
Pytest on Py3.8 macos-latest: test/pytools/test/test_persistent_dict.py#L774
test_size assert ((1 * 1024) * 1024) < 913408
Pytest on Py3.8 macos-latest
The operation was canceled.
Pytest on Py3.8 macos-latest
[notice] A new release of pip is available: 21.1.1 -> 24.1.1 [notice] To update, run: python3.8 -m pip install --upgrade pip
Pytest on Pypypy3.8 ubuntu-latest
The job was canceled because "_3_8_ubuntu-latest" failed.
Pytest on Pypypy3.8 ubuntu-latest
The operation was canceled.
Pytest on Py3.x macos-latest
The job was canceled because "_3_8_ubuntu-latest" failed.
Pytest on Py3.x macos-latest: test/pytools/test/test_persistent_dict.py#L551
test_class_hashing AssertionError: assert b'7b3e4e66503438f6' == 'f5697a96dde0083e31a290b54ee7a5640b2bb8eb6d18e9c7ee89228b015a6131' + where b'7b3e4e66503438f6' = <pytools.persistent_dict.KeyBuilder object at 0x106a2a240>(test_class_hashing.<locals>.TagClass()) + where test_class_hashing.<locals>.TagClass() = <class 'pytools.test.test_persistent_dict.test_class_hashing.<locals>.TagClass'>()
Pytest on Py3.x macos-latest: test/pytools/test/test_persistent_dict.py#L572
test_dataclass_hashing AssertionError: assert b'd1a1079f1c10aa4f' == '2ba6363c3b98f1cc2209bd57388368b3efe3074e3764eee30fbcf15946efb802' + where b'd1a1079f1c10aa4f' = <pytools.persistent_dict.KeyBuilder object at 0x10652bfb0>(test_dataclass_hashing.<locals>.MyDC(name='hi', value=1)) + where test_dataclass_hashing.<locals>.MyDC(name='hi', value=1) = <class 'pytools.test.test_persistent_dict.test_dataclass_hashing.<locals>.MyDC'>('hi', 1)
Pytest on Py3.x macos-latest: test/pytools/test/test_persistent_dict.py#L597
test_attrs_hashing AssertionError: assert b'5b6c5da60eb2bd0f' == '17f272d114d22c1dc0117354777f2d506b303d90e10840d39fb0eef007252f68' + where b'5b6c5da60eb2bd0f' = <pytools.persistent_dict.KeyBuilder object at 0x10652e9f0>(MyAttrs(name='hi', value=1)) + where MyAttrs(name='hi', value=1) = <class 'pytools.test.test_persistent_dict.test_attrs_hashing.<locals>.MyAttrs'>('hi', 1)
Pytest on Py3.x macos-latest: test/pytools/test/test_persistent_dict.py#L627
test_datetime_hashing AssertionError: assert b'1c866ff10ff0d997' == '9fb97d7faabc3603f3e334ca5eb1eb0fe0c92665e5611cb1b5aa77fa0f70f5e3' + where b'1c866ff10ff0d997' = <pytools.persistent_dict.KeyBuilder object at 0x106f2a090>(datetime.date(2020, 1, 1)) + where datetime.date(2020, 1, 1) = <class 'datetime.date'>(2020, 1, 1) + where <class 'datetime.date'> = <module 'datetime' from '/Library/Frameworks/Python.framework/Versions/3.12/lib/python3.12/datetime.py'>.date
Pytest on Py3.x macos-latest: test/pytools/test/test_persistent_dict.py#L844
test_hash_function AssertionError: assert b'79efd03f9a38ed77' == '51b5980dd3a8aa13f6e83869e4a04c22973d7aaf96cb22899abdfdc55e15c9b2' + where b'79efd03f9a38ed77' = <pytools.persistent_dict.KeyBuilder object at 0x102821f10>(global_fun)
Pytest on Py3.x macos-latest: test/pytools/test/test_persistent_dict.py#L774
test_size assert ((1 * 1024) * 1024) < 913408
Pytest on Py3.x macos-latest
The operation was canceled.
Pytest on Py3.9 macos-latest
The job was canceled because "_3_8_ubuntu-latest" failed.
Pytest on Py3.9 macos-latest: test/pytools/test/test_persistent_dict.py#L551
test_class_hashing AssertionError: assert b'7b3e4e66503438f6' == 'f5697a96dde0083e31a290b54ee7a5640b2bb8eb6d18e9c7ee89228b015a6131' + where b'7b3e4e66503438f6' = <pytools.persistent_dict.KeyBuilder object at 0x10694f1f0>(test_class_hashing.<locals>.TagClass()) + where test_class_hashing.<locals>.TagClass() = <class 'pytools.test.test_persistent_dict.test_class_hashing.<locals>.TagClass'>()
Pytest on Py3.9 macos-latest: test/pytools/test/test_persistent_dict.py#L572
test_dataclass_hashing AssertionError: assert b'd1a1079f1c10aa4f' == '2ba6363c3b98f1cc2209bd57388368b3efe3074e3764eee30fbcf15946efb802' + where b'd1a1079f1c10aa4f' = <pytools.persistent_dict.KeyBuilder object at 0x106369f70>(test_dataclass_hashing.<locals>.MyDC(name='hi', value=1)) + where test_dataclass_hashing.<locals>.MyDC(name='hi', value=1) = <class 'pytools.test.test_persistent_dict.test_dataclass_hashing.<locals>.MyDC'>('hi', 1)
Pytest on Py3.9 macos-latest: test/pytools/test/test_persistent_dict.py#L597
test_attrs_hashing AssertionError: assert b'5b6c5da60eb2bd0f' == '17f272d114d22c1dc0117354777f2d506b303d90e10840d39fb0eef007252f68' + where b'5b6c5da60eb2bd0f' = <pytools.persistent_dict.KeyBuilder object at 0x10580b490>(MyAttrs(name='hi', value=1)) + where MyAttrs(name='hi', value=1) = <class 'pytools.test.test_persistent_dict.test_attrs_hashing.<locals>.MyAttrs'>('hi', 1)
Pytest on Py3.9 macos-latest: test/pytools/test/test_persistent_dict.py#L627
test_datetime_hashing AssertionError: assert b'1c866ff10ff0d997' == '9fb97d7faabc3603f3e334ca5eb1eb0fe0c92665e5611cb1b5aa77fa0f70f5e3' + where b'1c866ff10ff0d997' = <pytools.persistent_dict.KeyBuilder object at 0x1054cbf10>(datetime.date(2020, 1, 1)) + where datetime.date(2020, 1, 1) = <class 'datetime.date'>(2020, 1, 1) + where <class 'datetime.date'> = <module 'datetime' from '/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/datetime.py'>.date
Pytest on Py3.9 macos-latest: test/pytools/test/test_persistent_dict.py#L844
test_hash_function AssertionError: assert b'79efd03f9a38ed77' == '51b5980dd3a8aa13f6e83869e4a04c22973d7aaf96cb22899abdfdc55e15c9b2' + where b'79efd03f9a38ed77' = <pytools.persistent_dict.KeyBuilder object at 0x102409d60>(global_fun)
Pytest on Py3.9 macos-latest: test/pytools/test/test_persistent_dict.py#L774
test_size assert ((1 * 1024) * 1024) < 913408
Pytest on Py3.9 macos-latest
The operation was canceled.
Tests for downstream project loopy: loopy/test/test/test/test_expression.py#L123
test_fuzz_expression_code_gen[<context factory for <pyopencl.Device 'cpu-haswell-AMD EPYC 7763 64-Core Processor' on 'Portable Computing Language'>>-int-0-PyOpenCLTarget] ValueError: unsupported hash type siphash13
Tests for downstream project loopy: loopy/test/test/test/test_callables.py#L123
test_empty_sub_array_refs[<context factory for <pyopencl.Device 'cpu-haswell-AMD EPYC 7763 64-Core Processor' on 'Portable Computing Language'>>-True] ValueError: unsupported hash type siphash13
Tests for downstream project loopy: loopy/test/test/test/test_callables.py#L123
test_inlining_w_zero_stride_callee_args[<context factory for <pyopencl.Device 'cpu-haswell-AMD EPYC 7763 64-Core Processor' on 'Portable Computing Language'>>] ValueError: unsupported hash type siphash13
Tests for downstream project loopy: loopy/test/test/test/test_callables.py#L123
test_array_inputs_to_callee_kernels[<context factory for <pyopencl.Device 'cpu-haswell-AMD EPYC 7763 64-Core Processor' on 'Portable Computing Language'>>-False] ValueError: unsupported hash type siphash13
Tests for downstream project loopy: loopy/test/test/test/test_callables.py#L123
test_call_kernel_w_preds[<context factory for <pyopencl.Device 'cpu-haswell-AMD EPYC 7763 64-Core Processor' on 'Portable Computing Language'>>-True] ValueError: unsupported hash type siphash13
Tests for downstream project loopy: loopy/test/test/test/test_callables.py#L123
test_array_inputs_to_callee_kernels[<context factory for <pyopencl.Device 'cpu-haswell-AMD EPYC 7763 64-Core Processor' on 'Portable Computing Language'>>-True] ValueError: unsupported hash type siphash13
Tests for downstream project loopy: loopy/test/test/test/test_expression.py#L123
test_fuzz_expression_code_gen[<context factory for <pyopencl.Device 'cpu-haswell-AMD EPYC 7763 64-Core Processor' on 'Portable Computing Language'>>-int-0-ExecutableCTarget] ValueError: unsupported hash type siphash13
Tests for downstream project loopy: loopy/test/test/test/test_callables.py#L123
test_call_kernel_w_preds[<context factory for <pyopencl.Device 'cpu-haswell-AMD EPYC 7763 64-Core Processor' on 'Portable Computing Language'>>-False] ValueError: unsupported hash type siphash13
Tests for downstream project loopy: loopy/test/test/test/test_callables.py#L123
test_inlining_does_not_lose_preambles[<context factory for <pyopencl.Device 'cpu-haswell-AMD EPYC 7763 64-Core Processor' on 'Portable Computing Language'>>-True] ValueError: unsupported hash type siphash13
Tests for downstream project loopy: loopy/test/test/test/test_apps.py#L123
test_convolution[<context factory for <pyopencl.Device 'cpu-haswell-AMD EPYC 7763 64-Core Processor' on 'Portable Computing Language'>>] ValueError: unsupported hash type siphash13
Tests for downstream project pytato
The job was canceled because "loopy" failed.
Tests for downstream project pytato: pytato/test/test/test/test_codegen.py#L123
test_roll[<context factory for <pyopencl.Device 'cpu-haswell-AMD EPYC 7763 64-Core Processor' on 'Portable Computing Language'>>-1--20] ValueError: unsupported hash type siphash13
Tests for downstream project pytato: pytato/test/test/test/test_codegen.py#L123
test_array_array_binary_arith[<context factory for <pyopencl.Device 'cpu-haswell-AMD EPYC 7763 64-Core Processor' on 'Portable Computing Language'>>-True-greater] ValueError: unsupported hash type siphash13
Tests for downstream project pytato: pytato/test/test/test/test_codegen.py#L123
test_scalar_array_binary_arith[<context factory for <pyopencl.Device 'cpu-haswell-AMD EPYC 7763 64-Core Processor' on 'Portable Computing Language'>>-True-equal] ValueError: unsupported hash type siphash13
Tests for downstream project pytato: pytato/test/test/test/test_codegen.py#L123
test_roll[<context factory for <pyopencl.Device 'cpu-haswell-AMD EPYC 7763 64-Core Processor' on 'Portable Computing Language'>>-1-20] ValueError: unsupported hash type siphash13
Tests for downstream project pytato: pytato/test/test/test/test_codegen.py#L123
test_array_array_binary_arith[<context factory for <pyopencl.Device 'cpu-haswell-AMD EPYC 7763 64-Core Processor' on 'Portable Computing Language'>>-True-greater_equal] ValueError: unsupported hash type siphash13
Tests for downstream project pytato: pytato/test/test/test/test_codegen.py#L123
test_axis_permutation[<context factory for <pyopencl.Device 'cpu-haswell-AMD EPYC 7763 64-Core Processor' on 'Portable Computing Language'>>-axes0] ValueError: unsupported hash type siphash13
Tests for downstream project pytato: pytato/test/test/test/test_codegen.py#L123
test_scalar_array_binary_arith[<context factory for <pyopencl.Device 'cpu-haswell-AMD EPYC 7763 64-Core Processor' on 'Portable Computing Language'>>-True-not_equal] ValueError: unsupported hash type siphash13
Tests for downstream project pytato: pytato/test/test/test/test_codegen.py#L123
test_axis_permutation[<context factory for <pyopencl.Device 'cpu-haswell-AMD EPYC 7763 64-Core Processor' on 'Portable Computing Language'>>-axes1] ValueError: unsupported hash type siphash13
Tests for downstream project pytato: pytato/test/test/test/test_codegen.py#L123
test_scalar_array_binary_arith[<context factory for <pyopencl.Device 'cpu-haswell-AMD EPYC 7763 64-Core Processor' on 'Portable Computing Language'>>-True-less] ValueError: unsupported hash type siphash13
Tests for downstream project pytato: pytato/test/test/test/test_codegen.py#L123
test_array_array_binary_arith[<context factory for <pyopencl.Device 'cpu-haswell-AMD EPYC 7763 64-Core Processor' on 'Portable Computing Language'>>-True-logical_or] ValueError: unsupported hash type siphash13
Ruff
The `python-version` input is not set. The version of Python currently in `PATH` will be used.