Use siphash for persistent hashing #1332
ci.yml
on: pull_request
Ruff
4s
Validate CITATION.cff
11s
Pylint
34s
Mypy
24s
Pytest without Numpy
1m 0s
Documentation
29s
Matrix: downstream_tests
Matrix: pytest
Annotations
100 errors and 1 warning
Pylint
Process completed with exit code 2.
|
Pytest on Py3.x ubuntu-latest:
test/pytools/test/test_persistent_dict.py#L123
test_dict_hashing[immutabledict]
ValueError: unsupported hash type siphash13
|
Pytest on Py3.x ubuntu-latest:
test/pytools/test/test_persistent_dict.py#L123
test_frozenset_hashing
ValueError: unsupported hash type siphash13
|
Pytest on Py3.x ubuntu-latest:
test/pytools/test/test_persistent_dict.py#L123
test_persistent_dict_storage_and_lookup
ValueError: unsupported hash type siphash13
|
Pytest on Py3.x ubuntu-latest:
test/pytools/test/test_persistent_dict.py#L123
test_dict_hashing[frozendict]
ValueError: unsupported hash type siphash13
|
Pytest on Py3.x ubuntu-latest:
test/pytools/test/test_persistent_dict.py#L123
test_frozenorderedset_hashing
ValueError: unsupported hash type siphash13
|
Pytest on Py3.x ubuntu-latest:
test/pytools/test/test_persistent_dict.py#L123
test_dict_hashing[constantdict]
ValueError: unsupported hash type siphash13
|
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 0x7f341ad70fb0>(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 0x7f3419728860>(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#L123
test_dict_hashing[dict_impl3]
ValueError: unsupported hash type siphash13
|
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 0x7f341824b1d0>(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
The job was canceled because "_3_x_ubuntu-latest" failed.
|
Pytest on Py3.x macos-latest:
test/pytools/test/test_persistent_dict.py#L123
test_persistent_dict_storage_and_lookup
ValueError: unsupported hash type siphash13
|
Pytest on Py3.x macos-latest:
test/pytools/test/test_persistent_dict.py#L123
test_frozenset_hashing
ValueError: unsupported hash type siphash13
|
Pytest on Py3.x macos-latest:
test/pytools/test/test_persistent_dict.py#L123
test_frozenorderedset_hashing
ValueError: unsupported hash type siphash13
|
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 0x102ac7710>(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#L123
test_dict_hashing[immutabledict]
ValueError: unsupported hash type siphash13
|
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 0x10301b650>(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 0x10352dfa0>(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#L123
test_dict_hashing[frozendict]
ValueError: unsupported hash type siphash13
|
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 0x10352d3a0>(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#L123
test_dict_hashing[constantdict]
ValueError: unsupported hash type siphash13
|
Pytest on Py3.9 ubuntu-latest
The job was canceled because "_3_x_ubuntu-latest" failed.
|
Pytest on Py3.9 ubuntu-latest:
test/pytools/test/test_persistent_dict.py#L123
test_persistent_dict_storage_and_lookup
ValueError: unsupported hash type siphash13
|
Pytest on Py3.9 ubuntu-latest:
test/pytools/test/test_persistent_dict.py#L123
test_dict_hashing[immutabledict]
ValueError: unsupported hash type siphash13
|
Pytest on Py3.9 ubuntu-latest:
test/pytools/test/test_persistent_dict.py#L123
test_frozenset_hashing
ValueError: unsupported hash type siphash13
|
Pytest on Py3.9 ubuntu-latest:
test/pytools/test/test_persistent_dict.py#L123
test_dict_hashing[frozendict]
ValueError: unsupported hash type siphash13
|
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 0x7f2b60024a00>(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#L123
test_frozenorderedset_hashing
ValueError: unsupported hash type siphash13
|
Pytest on Py3.9 ubuntu-latest:
test/pytools/test/test_persistent_dict.py#L123
test_dict_hashing[constantdict]
ValueError: unsupported hash type siphash13
|
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 0x7f2b63c33640>(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#L551
test_class_hashing
AssertionError: assert b'7b3e4e66503438f6' == 'f5697a96dde0083e31a290b54ee7a5640b2bb8eb6d18e9c7ee89228b015a6131'
+ where b'7b3e4e66503438f6' = <pytools.persistent_dict.KeyBuilder object at 0x7fed90722070>(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#L123
test_dict_hashing[dict_impl3]
ValueError: unsupported hash type siphash13
|
Pytest on Py3.8 ubuntu-latest
The job was canceled because "_3_x_ubuntu-latest" failed.
|
Pytest on Py3.8 ubuntu-latest:
test/pytools/test/test_persistent_dict.py#L120
test_frozenset_hashing
ValueError: unsupported hash type siphash13
|
Pytest on Py3.8 ubuntu-latest:
test/pytools/test/test_persistent_dict.py#L120
test_persistent_dict_storage_and_lookup
ValueError: unsupported hash type siphash13
|
Pytest on Py3.8 ubuntu-latest:
test/pytools/test/test_persistent_dict.py#L120
test_frozenorderedset_hashing
ValueError: unsupported hash type siphash13
|
Pytest on Py3.8 ubuntu-latest:
test/pytools/test/test_persistent_dict.py#L120
test_dict_hashing[immutabledict]
ValueError: unsupported hash type siphash13
|
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 0x7f91f7b16a60>(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#L120
test_dict_hashing[frozendict]
ValueError: unsupported hash type siphash13
|
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 0x7f91f7b2d550>(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#L120
test_dict_hashing[constantdict]
ValueError: unsupported hash type siphash13
|
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 0x7f91f7b2d100>(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#L120
test_dict_hashing[dict_impl3]
ValueError: unsupported hash type siphash13
|
Pytest on Py3.9 macos-latest
The job was canceled because "_3_x_ubuntu-latest" failed.
|
Pytest on Py3.9 macos-latest:
test/pytools/test/test_persistent_dict.py#L123
test_persistent_dict_storage_and_lookup
ValueError: unsupported hash type siphash13
|
Pytest on Py3.9 macos-latest:
test/pytools/test/test_persistent_dict.py#L123
test_dict_hashing[immutabledict]
ValueError: unsupported hash type siphash13
|
Pytest on Py3.9 macos-latest:
test/pytools/test/test_persistent_dict.py#L123
test_frozenset_hashing
ValueError: unsupported hash type siphash13
|
Pytest on Py3.9 macos-latest:
test/pytools/test/test_persistent_dict.py#L123
test_frozenorderedset_hashing
ValueError: unsupported hash type siphash13
|
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 0x105e875b0>(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#L551
test_class_hashing
AssertionError: assert b'7b3e4e66503438f6' == 'f5697a96dde0083e31a290b54ee7a5640b2bb8eb6d18e9c7ee89228b015a6131'
+ where b'7b3e4e66503438f6' = <pytools.persistent_dict.KeyBuilder object at 0x106544d00>(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#L597
test_attrs_hashing
AssertionError: assert b'5b6c5da60eb2bd0f' == '17f272d114d22c1dc0117354777f2d506b303d90e10840d39fb0eef007252f68'
+ where b'5b6c5da60eb2bd0f' = <pytools.persistent_dict.KeyBuilder object at 0x1069e6100>(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 0x1069e62b0>(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#L123
test_dict_hashing[frozendict]
ValueError: unsupported hash type siphash13
|
Pytest on Py3.9 macos-latest:
test/pytools/test/test_persistent_dict.py#L123
test_dict_hashing[constantdict]
ValueError: unsupported hash type siphash13
|
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 0x7f05c112c0e0>(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 0x7f05c0f39bb0>(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#L123
test_frozenset_hashing
ValueError: unsupported hash type siphash13
|
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 0x7f05c11a6210>(global_fun)
|
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 0x7f75bf019bb0>(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#L123
test_persistent_dict_storage_and_lookup
ValueError: unsupported hash type siphash13
|
Pytest without Numpy:
test/pytools/test/test_persistent_dict.py#L774
test_size
assert ((1 * 1024) * 1024) < 913408
|
Pytest without Numpy
Process completed with exit code 1.
|
Pytest on Pypypy3.8 ubuntu-latest
The job was canceled because "_3_x_ubuntu-latest" failed.
|
Pytest on Pypypy3.8 ubuntu-latest
The operation was canceled.
|
Pytest on Py3.8 macos-latest
The job was canceled because "_3_x_ubuntu-latest" failed.
|
Pytest on Py3.8 macos-latest:
test/pytools/test/test_persistent_dict.py#L120
test_persistent_dict_storage_and_lookup
ValueError: unsupported hash type siphash13
|
Pytest on Py3.8 macos-latest:
test/pytools/test/test_persistent_dict.py#L120
test_dict_hashing[immutabledict]
ValueError: unsupported hash type siphash13
|
Pytest on Py3.8 macos-latest:
test/pytools/test/test_persistent_dict.py#L120
test_frozenset_hashing
ValueError: unsupported hash type siphash13
|
Pytest on Py3.8 macos-latest:
test/pytools/test/test_persistent_dict.py#L120
test_dict_hashing[frozendict]
ValueError: unsupported hash type siphash13
|
Pytest on Py3.8 macos-latest:
test/pytools/test/test_persistent_dict.py#L120
test_frozenorderedset_hashing
ValueError: unsupported hash type siphash13
|
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 0x1073ca760>(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#L120
test_dict_hashing[constantdict]
ValueError: unsupported hash type siphash13
|
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 0x1073ca4f0>(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#L120
test_dict_hashing[dict_impl3]
ValueError: unsupported hash type siphash13
|
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 0x105e7c550>(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
[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 macos-latest
The job was canceled because "_3_x_ubuntu-latest" failed.
|
Pytest on Pypypy3.8 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_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_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_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'>>-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'>>-False]
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_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 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_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'>>-False]
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_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_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_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_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_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_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.
|