Skip to content

feat: add .attrs to highlevel objects #1663

feat: add .attrs to highlevel objects

feat: add .attrs to highlevel objects #1663

Triggered via pull request October 30, 2023 23:01
Status Cancelled
Total duration 6m 46s
Artifacts

test.yml

on: pull_request
Matrix: Linux-ROOT-dask-awkward
Matrix: Linux
Matrix: MacOS
Matrix: Windows
Fit to window
Zoom out
Zoom in

Annotations

73 errors
MacOS (3.12): tests/test_1565_axis_wrap_if_negative_record.py#L28
test_axis_wrap_if_negative_record_v2 TypeError: ak.Record objects are not allowed in this function This error occurred while calling ak.to_regular( <Record {cell1: [...], cell2: [{...}], ...} type='{cell1: 2 * {locu...'> 0 )
MacOS (3.12): tests/test_2757_attrs_metadata.py#L27
test_serialise_with_transient_attrs AssertionError: assert {} == {'foo': '!SOME'} Right contains 1 more item: {'foo': '!SOME'} Full diff: - {'foo': '!SOME'} + {}
MacOS (3.12): tests/test_2757_attrs_metadata.py#L33
test_serialise_with_nonserialisable_attrs Failed: DID NOT RAISE <class 'AttributeError'>
MacOS (3.12)
Process completed with exit code 1.
MacOS (3.8)
The job was canceled because "_3_12" failed.
MacOS (3.9)
The job was canceled because "_3_12" failed.
MacOS (3.11)
The job was canceled because "_3_12" failed.
MacOS (3.11): tests/test_0118_numba_cpointers.py#L1009
test_ArrayBuilder_refcount TypeError: ArrayBuilderType.__init__() takes 2 positional arguments but 3 were given
MacOS (3.11): tests/test_0118_numba_cpointers.py#L1043
test_ArrayBuilder_len TypeError: ArrayBuilderType.__init__() takes 2 positional arguments but 3 were given
MacOS (3.11): tests/test_0118_numba_cpointers.py#L1053
test_ArrayBuilder_simple TypeError: ArrayBuilderType.__init__() takes 2 positional arguments but 3 were given
MacOS (3.11): tests/test_0118_numba_cpointers.py#L1065
test_ArrayBuilder_boolean TypeError: ArrayBuilderType.__init__() takes 2 positional arguments but 3 were given
MacOS (3.11): tests/test_0118_numba_cpointers.py#L1079
test_ArrayBuilder_integer TypeError: ArrayBuilderType.__init__() takes 2 positional arguments but 3 were given
MacOS (3.11): tests/test_0118_numba_cpointers.py#L1093
test_ArrayBuilder_real TypeError: ArrayBuilderType.__init__() takes 2 positional arguments but 3 were given
MacOS (3.11): tests/test_0118_numba_cpointers.py#L1115
test_ArrayBuilder_list TypeError: ArrayBuilderType.__init__() takes 2 positional arguments but 3 were given
MacOS (3.11): tests/test_0118_numba_cpointers.py#L1159
test_ArrayBuilder_tuple TypeError: ArrayBuilderType.__init__() takes 2 positional arguments but 3 were given
MacOS (3.11): tests/test_0118_numba_cpointers.py#L1191
test_ArrayBuilder_record TypeError: ArrayBuilderType.__init__() takes 2 positional arguments but 3 were given
MacOS (3.11): tests/test_0118_numba_cpointers.py#L1404
test_ArrayBuilder_append_numba5 TypeError: ArrayBuilderType.__init__() takes 2 positional arguments but 3 were given
MacOS (3.10)
The job was canceled because "_3_12" failed.
MacOS (3.10)
The operation was canceled.
Linux (3.8, -r requirements-test-minimal.txt): tests/test_1565_axis_wrap_if_negative_record.py#L28
test_axis_wrap_if_negative_record_v2 TypeError: ak.Record objects are not allowed in this function This error occurred while calling ak.to_regular( <Record {cell1: [...], cell2: [{...}], ...} type='{cell1: 2 * {locu...'> 0 )
Linux (3.8, -r requirements-test-minimal.txt): tests/test_2616_use_pyarrow_for_strings.py#L1288
test_join_element_wise ValueError: ('could not find backend for', (<generator object _impl.<locals>.<genexpr> at 0x7f6b8a7bc2e0>,)) This error occurred while calling ak.str.join_element_wise( <Array [['one', 'two', 'three'], ..., [...]] type='3 * var * string'> <Array [['111', '222', '333'], [], [...]] type='3 * var * string'> <Array ['→', '↑', '←'] type='3 * string'> )
Linux (3.8, -r requirements-test-minimal.txt): tests/test_2757_attrs_metadata.py#L162
test_string_operations_unary_with_arg[slice-1] pyarrow.lib.ArrowInvalid: Negative buffer resize: -24 This error occurred while calling ak.str.slice( [['hello', 'world!'], [], ["it's a beautiful day!"]] 1 highlevel = True )
Linux (3.8, -r requirements-test-minimal.txt): tests/test_2757_attrs_metadata.py#L203
test_string_operations_binary[join_element_wise] ValueError: ('could not find backend for', (<generator object _impl.<locals>.<genexpr> at 0x7f6b90322890>,)) This error occurred while calling ak.str.join_element_wise( [['hello', 'world!'], [], ["it's a beautiful day!"]] ['hello'] highlevel = True )
Linux (3.8, -r requirements-test-minimal.txt)
Process completed with exit code 1.
Linux (3.10, -r requirements-test.txt)
The job was canceled because "_3_8_-r_requirements-test" failed.
Linux (3.10, -r requirements-test.txt)
The operation was canceled.
Linux (3.9, -r requirements-test.txt)
The job was canceled because "_3_8_-r_requirements-test" failed.
Linux (3.9, -r requirements-test.txt)
The operation was canceled.
Linux (3.11, -r requirements-test.txt)
The job was canceled because "_3_8_-r_requirements-test" failed.
Linux (3.11, -r requirements-test.txt)
The operation was canceled.
Linux (3.12, -r requirements-test.txt)
The job was canceled because "_3_8_-r_requirements-test" failed.
Linux (3.12, -r requirements-test.txt): tests/test_1565_axis_wrap_if_negative_record.py#L28
test_axis_wrap_if_negative_record_v2 TypeError: ak.Record objects are not allowed in this function This error occurred while calling ak.to_regular( <Record {cell1: [...], cell2: [{...}], ...} type='{cell1: 2 * {locu...'> 0 )
Linux (3.12, -r requirements-test.txt)
The operation was canceled.
Windows (3.10, x64): tests\test_0118_numba_cpointers.py#L1009
test_ArrayBuilder_refcount TypeError: ArrayBuilderType.__init__() takes 2 positional arguments but 3 were given
Windows (3.10, x64): tests\test_0118_numba_cpointers.py#L1043
test_ArrayBuilder_len TypeError: ArrayBuilderType.__init__() takes 2 positional arguments but 3 were given
Windows (3.10, x64): tests\test_0118_numba_cpointers.py#L1053
test_ArrayBuilder_simple TypeError: ArrayBuilderType.__init__() takes 2 positional arguments but 3 were given
Windows (3.10, x64): tests\test_0118_numba_cpointers.py#L1065
test_ArrayBuilder_boolean TypeError: ArrayBuilderType.__init__() takes 2 positional arguments but 3 were given
Windows (3.10, x64): tests\test_0118_numba_cpointers.py#L1079
test_ArrayBuilder_integer TypeError: ArrayBuilderType.__init__() takes 2 positional arguments but 3 were given
Windows (3.10, x64): tests\test_0118_numba_cpointers.py#L1093
test_ArrayBuilder_real TypeError: ArrayBuilderType.__init__() takes 2 positional arguments but 3 were given
Windows (3.10, x64): tests\test_0118_numba_cpointers.py#L1115
test_ArrayBuilder_list TypeError: ArrayBuilderType.__init__() takes 2 positional arguments but 3 were given
Windows (3.10, x64): tests\test_0118_numba_cpointers.py#L1159
test_ArrayBuilder_tuple TypeError: ArrayBuilderType.__init__() takes 2 positional arguments but 3 were given
Windows (3.10, x64): tests\test_0118_numba_cpointers.py#L1191
test_ArrayBuilder_record TypeError: ArrayBuilderType.__init__() takes 2 positional arguments but 3 were given
Windows (3.10, x64): tests\test_0118_numba_cpointers.py#L1404
test_ArrayBuilder_append_numba5 TypeError: ArrayBuilderType.__init__() takes 2 positional arguments but 3 were given
Windows (3.12, x64)
The job was canceled because "_3_10_x64" failed.
Windows (3.12, x64)
The operation was canceled.
Windows (3.9, x86)
The job was canceled because "_3_10_x64" failed.
Windows (3.9, x86)
The operation was canceled.
Windows (3.8, x64)
The job was canceled because "_3_10_x64" failed.
Windows (3.8, x64)
The operation was canceled.
Windows (3.9, x64)
The job was canceled because "_3_10_x64" failed.
Windows (3.9, x64)
The operation was canceled.
Windows (3.11, x64)
The job was canceled because "_3_10_x64" failed.
Windows (3.11, x64): tests\test_0118_numba_cpointers.py#L1009
test_ArrayBuilder_refcount TypeError: ArrayBuilderType.__init__() takes 2 positional arguments but 3 were given
Windows (3.11, x64): tests\test_0118_numba_cpointers.py#L1043
test_ArrayBuilder_len TypeError: ArrayBuilderType.__init__() takes 2 positional arguments but 3 were given
Windows (3.11, x64): tests\test_0118_numba_cpointers.py#L1053
test_ArrayBuilder_simple TypeError: ArrayBuilderType.__init__() takes 2 positional arguments but 3 were given
Windows (3.11, x64): tests\test_0118_numba_cpointers.py#L1065
test_ArrayBuilder_boolean TypeError: ArrayBuilderType.__init__() takes 2 positional arguments but 3 were given
Windows (3.11, x64): tests\test_0118_numba_cpointers.py#L1079
test_ArrayBuilder_integer TypeError: ArrayBuilderType.__init__() takes 2 positional arguments but 3 were given
Windows (3.11, x64): tests\test_0118_numba_cpointers.py#L1093
test_ArrayBuilder_real TypeError: ArrayBuilderType.__init__() takes 2 positional arguments but 3 were given
Windows (3.11, x64): tests\test_0118_numba_cpointers.py#L1115
test_ArrayBuilder_list TypeError: ArrayBuilderType.__init__() takes 2 positional arguments but 3 were given
Windows (3.11, x64): tests\test_0118_numba_cpointers.py#L1159
test_ArrayBuilder_tuple TypeError: ArrayBuilderType.__init__() takes 2 positional arguments but 3 were given
Windows (3.11, x64): tests\test_0118_numba_cpointers.py#L1191
test_ArrayBuilder_record TypeError: ArrayBuilderType.__init__() takes 2 positional arguments but 3 were given
Windows (3.11, x64): tests\test_0118_numba_cpointers.py#L1404
test_ArrayBuilder_append_numba5 TypeError: ArrayBuilderType.__init__() takes 2 positional arguments but 3 were given
Linux-ROOT-dask-awkward (3.8)
Canceling since a higher priority waiting request for 'test-agoose77/feat-array-attrs' exists
Linux-ROOT-dask-awkward (3.8): tests/test_0118_numba_cpointers.py#L1009
test_ArrayBuilder_refcount TypeError: ArrayBuilderType.__init__() takes 2 positional arguments but 3 were given
Linux-ROOT-dask-awkward (3.8): tests/test_0118_numba_cpointers.py#L1043
test_ArrayBuilder_len TypeError: ArrayBuilderType.__init__() takes 2 positional arguments but 3 were given
Linux-ROOT-dask-awkward (3.8): tests/test_0118_numba_cpointers.py#L1053
test_ArrayBuilder_simple TypeError: ArrayBuilderType.__init__() takes 2 positional arguments but 3 were given
Linux-ROOT-dask-awkward (3.8): tests/test_0118_numba_cpointers.py#L1065
test_ArrayBuilder_boolean TypeError: ArrayBuilderType.__init__() takes 2 positional arguments but 3 were given
Linux-ROOT-dask-awkward (3.8): tests/test_0118_numba_cpointers.py#L1079
test_ArrayBuilder_integer TypeError: ArrayBuilderType.__init__() takes 2 positional arguments but 3 were given
Linux-ROOT-dask-awkward (3.8): tests/test_0118_numba_cpointers.py#L1093
test_ArrayBuilder_real TypeError: ArrayBuilderType.__init__() takes 2 positional arguments but 3 were given
Linux-ROOT-dask-awkward (3.8): tests/test_0118_numba_cpointers.py#L1115
test_ArrayBuilder_list TypeError: ArrayBuilderType.__init__() takes 2 positional arguments but 3 were given
Linux-ROOT-dask-awkward (3.8): tests/test_0118_numba_cpointers.py#L1159
test_ArrayBuilder_tuple TypeError: ArrayBuilderType.__init__() takes 2 positional arguments but 3 were given
Linux-ROOT-dask-awkward (3.8): tests/test_0118_numba_cpointers.py#L1191
test_ArrayBuilder_record TypeError: ArrayBuilderType.__init__() takes 2 positional arguments but 3 were given
Linux-ROOT-dask-awkward (3.8): tests/test_0118_numba_cpointers.py#L1404
test_ArrayBuilder_append_numba5 TypeError: ArrayBuilderType.__init__() takes 2 positional arguments but 3 were given