Skip to content

fix: rework to use numba typed list #2522

fix: rework to use numba typed list

fix: rework to use numba typed list #2522

Triggered via pull request May 3, 2024 11:16
Status Failure
Total duration 19m 27s
Artifacts

test.yml

on: pull_request
Matrix: Run Tests
Fit to window
Zoom out
Zoom in

Annotations

50 errors
Linux-cppyy
Process completed with exit code 2.
Run Tests (3.11, x64, ubuntu-latest, numpy2)
Process completed with exit code 2.
Run Tests (3.8, x64, ubuntu-latest, minimal)
Process completed with exit code 2.
Run Tests (pypy3.9, x64, ubuntu-latest, pypy)
Process completed with exit code 2.
Linux-ROOT: tests/test_2408_layoutbuilder_in_numba.py#L381
test_BitMasked AttributeError: 'List' object has no attribute '_panels'
Linux-ROOT: tests/test_2408_layoutbuilder_in_numba.py#L601
test_unbox_for_loop numba.core.errors.NumbaPendingDeprecationWarning: Failed in nopython mode pipeline (step: nopython frontend) Code using Numba extension API maybe depending on 'old_style' error-capturing, which is deprecated and will be replaced by 'new_style' in a future release. See details at https://numba.readthedocs.io/en/latest/reference/deprecation.html#deprecation-of-old-style-numba-captured-errors Exception origin: File "/home/runner/micromamba/envs/awkward/lib/python3.8/site-packages/numba/core/ir.py", line 770, in __init__ assert exc_class is None or isinstance(exc_class, type)
Linux-ROOT: tests/test_2408_layoutbuilder_in_numba.py#L1213
test_BitMasked_append_extend numba.core.errors.TypingError: Failed in nopython mode pipeline (step: nopython frontend) - Resolution failure for literal arguments: No implementation of function Function(<function BitMasked_append_valid at 0x7f9db0ba7ee0>) found for signature: >>> BitMasked_append_valid(ak.lb.BitMasked(uint8, ak.lb.Numpy(float64, parameters=Literal[NoneType](None)), True, True, parameters=None)) There are 2 candidate implementations: - Of which 2 did not match due to: Overload in function 'BitMasked_append_valid': File: awkward/_connect/numba/layoutbuilder.py: Line 1106. With argument(s): '(ak.lb.BitMasked(uint8, ak.lb.Numpy(float64, parameters=Literal[NoneType](None)), True, True, parameters=None))': Rejected as the implementation raised a specific error: TypingError: Failed in nopython mode pipeline (step: nopython frontend) - Resolution failure for literal arguments: No implementation of function Function(<function BitMasked_append_end at 0x7f9db0ba7dc0>) found for signature: >>> BitMasked_append_end(ak.lb.BitMasked(uint8, ak.lb.Numpy(float64, parameters=Literal[NoneType](None)), True, True, parameters=None)) There are 2 candidate implementations: - Of which 2 did not match due to: Overload in function 'BitMasked_append_end': File: awkward/_connect/numba/layoutbuilder.py: Line 1078. With argument(s): '(ak.lb.BitMasked(uint8, ak.lb.Numpy(float64, parameters=Literal[NoneType](None)), True, True, parameters=None))': Rejected as the implementation raised a specific error: TypingError: Failed in nopython mode pipeline (step: nopython frontend) Unknown attribute '_panels' of type ListType[uint8] File "../../../micromamba/envs/awkward/lib/python3.8/site-packages/awkward/_connect/numba/layoutbuilder.py", line 1084: def append_end(builder): <source elided> # 0 indicates null, 1 indicates valid builder._mask._panels[-1][builder._mask._length_pos[1] - 1] = ( ^ During: typing of get attribute at /home/runner/micromamba/envs/awkward/lib/python3.8/site-packages/awkward/_connect/numba/layoutbuilder.py (1084) File "../../../micromamba/envs/awkward/lib/python3.8/site-packages/awkward/_connect/numba/layoutbuilder.py", line 1084: def append_end(builder): <source elided> # 0 indicates null, 1 indicates valid builder._mask._panels[-1][builder._mask._length_pos[1] - 1] = ( ^ raised from /home/runner/micromamba/envs/awkward/lib/python3.8/site-packages/numba/core/typeinfer.py:1086 - Resolution failure for non-literal arguments: None During: resolving callee type: BoundFunction((<class 'awkward._connect.numba.layoutbuilder.BitMaskedType'>, '_append_end') for ak.lb.BitMasked(uint8, ak.lb.Numpy(float64, parameters=Literal[NoneType](None)), True, True, parameters=None)) During: typing of call at /home/runner/micromamba/envs/awkward/lib/python3.8/site-packages/awkward/_connect/numba/layoutbuilder.py (1116) File "../../../micromamba/envs/awkward/lib/python3.8/site-packages/awkward/_connect/numba/layoutbuilder.py", line 1116: def append_valid(builder): <source elided> ] builder._append_end() ^ raised from /home/runner/micromamba/envs/awkward/lib/python3.8/site-packages/numba/core/typeinfer.py:1086 - Resolution failure for
Linux-ROOT
Process completed with exit code 1.
Run Tests (ubuntu-latest, 3.10, x64, full): tests/test_2408_layoutbuilder_in_numba.py#L381
test_BitMasked AttributeError: 'List' object has no attribute '_panels'
Run Tests (ubuntu-latest, 3.10, x64, full): tests/test_2408_layoutbuilder_in_numba.py#L601
test_unbox_for_loop numba.core.errors.NumbaPendingDeprecationWarning: Failed in nopython mode pipeline (step: nopython frontend) Code using Numba extension API maybe depending on 'old_style' error-capturing, which is deprecated and will be replaced by 'new_style' in a future release. See details at https://numba.readthedocs.io/en/latest/reference/deprecation.html#deprecation-of-old-style-numba-captured-errors Exception origin: File "/opt/hostedtoolcache/Python/3.10.14/x64/lib/python3.10/site-packages/numba/core/ir.py", line 780, in __init__ assert exc_class is None or isinstance(exc_class, type)
Run Tests (ubuntu-latest, 3.10, x64, full): tests/test_2408_layoutbuilder_in_numba.py#L1213
test_BitMasked_append_extend numba.core.errors.TypingError: Failed in nopython mode pipeline (step: nopython frontend) - Resolution failure for literal arguments: No implementation of function Function(<function BitMasked_append_valid at 0x7f9efff94a60>) found for signature: >>> BitMasked_append_valid(ak.lb.BitMasked(uint8, ak.lb.Numpy(float64, parameters=Literal[NoneType](None)), True, True, parameters=None)) There are 2 candidate implementations: - Of which 2 did not match due to: Overload in function 'BitMasked_append_valid': File: awkward/_connect/numba/layoutbuilder.py: Line 1106. With argument(s): '(ak.lb.BitMasked(uint8, ak.lb.Numpy(float64, parameters=Literal[NoneType](None)), True, True, parameters=None))': Rejected as the implementation raised a specific error: TypingError: Failed in nopython mode pipeline (step: nopython frontend) - Resolution failure for literal arguments: No implementation of function Function(<function BitMasked_append_end at 0x7f9efff94940>) found for signature: >>> BitMasked_append_end(ak.lb.BitMasked(uint8, ak.lb.Numpy(float64, parameters=Literal[NoneType](None)), True, True, parameters=None)) There are 2 candidate implementations: - Of which 2 did not match due to: Overload in function 'BitMasked_append_end': File: awkward/_connect/numba/layoutbuilder.py: Line 1078. With argument(s): '(ak.lb.BitMasked(uint8, ak.lb.Numpy(float64, parameters=Literal[NoneType](None)), True, True, parameters=None))': Rejected as the implementation raised a specific error: TypingError: Failed in nopython mode pipeline (step: nopython frontend) Unknown attribute '_panels' of type ListType[uint8] File "../../../../../opt/hostedtoolcache/Python/3.10.14/x64/lib/python3.10/site-packages/awkward/_connect/numba/layoutbuilder.py", line 1084: def append_end(builder): <source elided> # 0 indicates null, 1 indicates valid builder._mask._panels[-1][builder._mask._length_pos[1] - 1] = ( ^ During: typing of get attribute at /opt/hostedtoolcache/Python/3.10.14/x64/lib/python3.10/site-packages/awkward/_connect/numba/layoutbuilder.py (1084) File "../../../../../opt/hostedtoolcache/Python/3.10.14/x64/lib/python3.10/site-packages/awkward/_connect/numba/layoutbuilder.py", line 1084: def append_end(builder): <source elided> # 0 indicates null, 1 indicates valid builder._mask._panels[-1][builder._mask._length_pos[1] - 1] = ( ^ raised from /opt/hostedtoolcache/Python/3.10.14/x64/lib/python3.10/site-packages/numba/core/typeinfer.py:1091 - Resolution failure for non-literal arguments: None During: resolving callee type: BoundFunction((<class 'awkward._connect.numba.layoutbuilder.BitMaskedType'>, '_append_end') for ak.lb.BitMasked(uint8, ak.lb.Numpy(float64, parameters=Literal[NoneType](None)), True, True, parameters=None)) During: typing of call at /opt/hostedtoolcache/Python/3.10.14/x64/lib/python3.10/site-packages/awkward/_connect/numba/layoutbuilder.py (1116) File "../../../../../opt/hostedtoolcache/Python/3.10.14/x64/lib/python3.10/site-packages/awkward/_connect/numba/layoutbuilder.py", line 1116: def append_valid(builder): <source elided> ] builder._append_end() ^ raised from /opt/hostedtoolcache/Python/3.10.14/x64/lib/python3.10/site-packages/numba/core/typeinfer.py:1091 - Resolution failure for non-literal arguments: None During: resolving callee type: BoundFunction((<class 'awkward._connect.numba.layoutbuilder.BitMaskedType'>, 'append_valid') for ak.lb.BitMasked(uint8, ak.lb.Numpy(float64, parameters=Literal[NoneType](None)), True, True, parameters=None)
Run Tests (ubuntu-latest, 3.10, x64, full)
Process completed with exit code 1.
Run Tests (ubuntu-latest, 3.8, x64, full): tests/test_2408_layoutbuilder_in_numba.py#L381
test_BitMasked AttributeError: 'List' object has no attribute '_panels'
Run Tests (ubuntu-latest, 3.8, x64, full): tests/test_2408_layoutbuilder_in_numba.py#L601
test_unbox_for_loop numba.core.errors.NumbaPendingDeprecationWarning: Failed in nopython mode pipeline (step: nopython frontend) Code using Numba extension API maybe depending on 'old_style' error-capturing, which is deprecated and will be replaced by 'new_style' in a future release. See details at https://numba.readthedocs.io/en/latest/reference/deprecation.html#deprecation-of-old-style-numba-captured-errors Exception origin: File "/opt/hostedtoolcache/Python/3.8.18/x64/lib/python3.8/site-packages/numba/core/ir.py", line 770, in __init__ assert exc_class is None or isinstance(exc_class, type)
Run Tests (ubuntu-latest, 3.8, x64, full): tests/test_2408_layoutbuilder_in_numba.py#L1213
test_BitMasked_append_extend numba.core.errors.TypingError: Failed in nopython mode pipeline (step: nopython frontend) - Resolution failure for literal arguments: No implementation of function Function(<function BitMasked_append_valid at 0x7fe08df76b80>) found for signature: >>> BitMasked_append_valid(ak.lb.BitMasked(uint8, ak.lb.Numpy(float64, parameters=Literal[NoneType](None)), True, True, parameters=None)) There are 2 candidate implementations: - Of which 2 did not match due to: Overload in function 'BitMasked_append_valid': File: awkward/_connect/numba/layoutbuilder.py: Line 1106. With argument(s): '(ak.lb.BitMasked(uint8, ak.lb.Numpy(float64, parameters=Literal[NoneType](None)), True, True, parameters=None))': Rejected as the implementation raised a specific error: TypingError: Failed in nopython mode pipeline (step: nopython frontend) - Resolution failure for literal arguments: No implementation of function Function(<function BitMasked_append_end at 0x7fe08df76a60>) found for signature: >>> BitMasked_append_end(ak.lb.BitMasked(uint8, ak.lb.Numpy(float64, parameters=Literal[NoneType](None)), True, True, parameters=None)) There are 2 candidate implementations: - Of which 2 did not match due to: Overload in function 'BitMasked_append_end': File: awkward/_connect/numba/layoutbuilder.py: Line 1078. With argument(s): '(ak.lb.BitMasked(uint8, ak.lb.Numpy(float64, parameters=Literal[NoneType](None)), True, True, parameters=None))': Rejected as the implementation raised a specific error: TypingError: Failed in nopython mode pipeline (step: nopython frontend) Unknown attribute '_panels' of type ListType[uint8] File "../../../../../opt/hostedtoolcache/Python/3.8.18/x64/lib/python3.8/site-packages/awkward/_connect/numba/layoutbuilder.py", line 1084: def append_end(builder): <source elided> # 0 indicates null, 1 indicates valid builder._mask._panels[-1][builder._mask._length_pos[1] - 1] = ( ^ During: typing of get attribute at /opt/hostedtoolcache/Python/3.8.18/x64/lib/python3.8/site-packages/awkward/_connect/numba/layoutbuilder.py (1084) File "../../../../../opt/hostedtoolcache/Python/3.8.18/x64/lib/python3.8/site-packages/awkward/_connect/numba/layoutbuilder.py", line 1084: def append_end(builder): <source elided> # 0 indicates null, 1 indicates valid builder._mask._panels[-1][builder._mask._length_pos[1] - 1] = ( ^ raised from /opt/hostedtoolcache/Python/3.8.18/x64/lib/python3.8/site-packages/numba/core/typeinfer.py:1086 - Resolution failure for non-literal arguments: None During: resolving callee type: BoundFunction((<class 'awkward._connect.numba.layoutbuilder.BitMaskedType'>, '_append_end') for ak.lb.BitMasked(uint8, ak.lb.Numpy(float64, parameters=Literal[NoneType](None)), True, True, parameters=None)) During: typing of call at /opt/hostedtoolcache/Python/3.8.18/x64/lib/python3.8/site-packages/awkward/_connect/numba/layoutbuilder.py (1116) File "../../../../../opt/hostedtoolcache/Python/3.8.18/x64/lib/python3.8/site-packages/awkward/_connect/numba/layoutbuilder.py", line 1116: def append_valid(builder): <source elided> ] builder._append_end() ^ raised from /opt/hostedtoolcache/Python/3.8.18/x64/lib/python3.8/site-packages/numba/core/typeinfer.py:1086 - Resolution failure for non-literal arguments: None During: resolving callee type: BoundFunction((<class 'awkward._connect.numba.layoutbuilder.BitMaskedType'>, 'append_valid') for ak.lb.BitMasked(uint8, ak.lb.Numpy(float64, parameters=Literal[NoneType](None)), True, True, parameters=None)) During: typi
Run Tests (ubuntu-latest, 3.8, x64, full)
Process completed with exit code 1.
Run Tests (windows-latest, 3.10, x64, full)
Process completed with exit code 1.
Run Tests (3.11, x64, macos-11, numpy2)
Process completed with exit code 2.
Run Tests (ubuntu-latest, 3.11, x64, full): tests/test_2408_layoutbuilder_in_numba.py#L381
test_BitMasked AttributeError: 'List' object has no attribute '_panels'
Run Tests (ubuntu-latest, 3.11, x64, full): tests/test_2408_layoutbuilder_in_numba.py#L601
test_unbox_for_loop numba.core.errors.NumbaPendingDeprecationWarning: Failed in nopython mode pipeline (step: nopython frontend) Code using Numba extension API maybe depending on 'old_style' error-capturing, which is deprecated and will be replaced by 'new_style' in a future release. See details at https://numba.readthedocs.io/en/latest/reference/deprecation.html#deprecation-of-old-style-numba-captured-errors Exception origin: File "/opt/hostedtoolcache/Python/3.11.9/x64/lib/python3.11/site-packages/numba/core/ir.py", line 780, in __init__ assert exc_class is None or isinstance(exc_class, type) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Run Tests (ubuntu-latest, 3.11, x64, full): tests/test_2408_layoutbuilder_in_numba.py#L1213
test_BitMasked_append_extend numba.core.errors.TypingError: Failed in nopython mode pipeline (step: nopython frontend) - Resolution failure for literal arguments: No implementation of function Function(<function BitMasked_append_valid at 0x7efee19a3c40>) found for signature: >>> BitMasked_append_valid(ak.lb.BitMasked(uint8, ak.lb.Numpy(float64, parameters=Literal[NoneType](None)), True, True, parameters=None)) There are 2 candidate implementations: - Of which 2 did not match due to: Overload in function 'BitMasked_append_valid': File: awkward/_connect/numba/layoutbuilder.py: Line 1106. With argument(s): '(ak.lb.BitMasked(uint8, ak.lb.Numpy(float64, parameters=Literal[NoneType](None)), True, True, parameters=None))': Rejected as the implementation raised a specific error: TypingError: Failed in nopython mode pipeline (step: nopython frontend) - Resolution failure for literal arguments: No implementation of function Function(<function BitMasked_append_end at 0x7efee19a39c0>) found for signature: >>> BitMasked_append_end(ak.lb.BitMasked(uint8, ak.lb.Numpy(float64, parameters=Literal[NoneType](None)), True, True, parameters=None)) There are 2 candidate implementations: - Of which 2 did not match due to: Overload in function 'BitMasked_append_end': File: awkward/_connect/numba/layoutbuilder.py: Line 1078. With argument(s): '(ak.lb.BitMasked(uint8, ak.lb.Numpy(float64, parameters=Literal[NoneType](None)), True, True, parameters=None))': Rejected as the implementation raised a specific error: TypingError: Failed in nopython mode pipeline (step: nopython frontend) Unknown attribute '_panels' of type ListType[uint8] File "../../../../../opt/hostedtoolcache/Python/3.11.9/x64/lib/python3.11/site-packages/awkward/_connect/numba/layoutbuilder.py", line 1084: def append_end(builder): <source elided> # 0 indicates null, 1 indicates valid builder._mask._panels[-1][builder._mask._length_pos[1] - 1] = ( ^ During: typing of get attribute at /opt/hostedtoolcache/Python/3.11.9/x64/lib/python3.11/site-packages/awkward/_connect/numba/layoutbuilder.py (1084) File "../../../../../opt/hostedtoolcache/Python/3.11.9/x64/lib/python3.11/site-packages/awkward/_connect/numba/layoutbuilder.py", line 1084: def append_end(builder): <source elided> # 0 indicates null, 1 indicates valid builder._mask._panels[-1][builder._mask._length_pos[1] - 1] = ( ^ raised from /opt/hostedtoolcache/Python/3.11.9/x64/lib/python3.11/site-packages/numba/core/typeinfer.py:1091 - Resolution failure for non-literal arguments: None During: resolving callee type: BoundFunction((<class 'awkward._connect.numba.layoutbuilder.BitMaskedType'>, '_append_end') for ak.lb.BitMasked(uint8, ak.lb.Numpy(float64, parameters=Literal[NoneType](None)), True, True, parameters=None)) During: typing of call at /opt/hostedtoolcache/Python/3.11.9/x64/lib/python3.11/site-packages/awkward/_connect/numba/layoutbuilder.py (1116) File "../../../../../opt/hostedtoolcache/Python/3.11.9/x64/lib/python3.11/site-packages/awkward/_connect/numba/layoutbuilder.py", line 1116: def append_valid(builder): <source elided> ] builder._append_end() ^ raised from /opt/hostedtoolcache/Python/3.11.9/x64/lib/python3.11/site-packages/numba/core/typeinfer.py:1091 - Resolution failure for non-literal arguments: None During: resolving callee type: BoundFunction((<class 'awkward._connect.numba.layoutbuilder.BitMaskedType'>, 'append_valid') for ak.lb.BitMasked(uint8, ak.lb.Numpy(float64, parameters=Literal[NoneType](None)), True, True, parameters=None)) Durin
Run Tests (ubuntu-latest, 3.11, x64, full)
Process completed with exit code 1.
Run Tests (ubuntu-latest, 3.12, x64, full)
Process completed with exit code 2.
Run Tests (3.11, x64, windows-latest, numpy2)
Process completed with exit code 1.
Run Tests (3.9, x86, windows-latest, full)
Process completed with exit code 1.
Run Tests (windows-latest, 3.11, x64, full)
Process completed with exit code 1.
Run Tests (ubuntu-latest, 3.9, x64, full): tests/test_2408_layoutbuilder_in_numba.py#L381
test_BitMasked AttributeError: 'List' object has no attribute '_panels'
Run Tests (ubuntu-latest, 3.9, x64, full): tests/test_2408_layoutbuilder_in_numba.py#L601
test_unbox_for_loop numba.core.errors.NumbaPendingDeprecationWarning: Failed in nopython mode pipeline (step: nopython frontend) Code using Numba extension API maybe depending on 'old_style' error-capturing, which is deprecated and will be replaced by 'new_style' in a future release. See details at https://numba.readthedocs.io/en/latest/reference/deprecation.html#deprecation-of-old-style-numba-captured-errors Exception origin: File "/opt/hostedtoolcache/Python/3.9.19/x64/lib/python3.9/site-packages/numba/core/ir.py", line 780, in __init__ assert exc_class is None or isinstance(exc_class, type)
Run Tests (ubuntu-latest, 3.9, x64, full): tests/test_2408_layoutbuilder_in_numba.py#L1213
test_BitMasked_append_extend numba.core.errors.TypingError: Failed in nopython mode pipeline (step: nopython frontend) - Resolution failure for literal arguments: No implementation of function Function(<function BitMasked_append_valid at 0x7fceca17f3a0>) found for signature: >>> BitMasked_append_valid(ak.lb.BitMasked(uint8, ak.lb.Numpy(float64, parameters=Literal[NoneType](None)), True, True, parameters=None)) There are 2 candidate implementations: - Of which 2 did not match due to: Overload in function 'BitMasked_append_valid': File: awkward/_connect/numba/layoutbuilder.py: Line 1106. With argument(s): '(ak.lb.BitMasked(uint8, ak.lb.Numpy(float64, parameters=Literal[NoneType](None)), True, True, parameters=None))': Rejected as the implementation raised a specific error: TypingError: Failed in nopython mode pipeline (step: nopython frontend) - Resolution failure for literal arguments: No implementation of function Function(<function BitMasked_append_end at 0x7fceca17f280>) found for signature: >>> BitMasked_append_end(ak.lb.BitMasked(uint8, ak.lb.Numpy(float64, parameters=Literal[NoneType](None)), True, True, parameters=None)) There are 2 candidate implementations: - Of which 2 did not match due to: Overload in function 'BitMasked_append_end': File: awkward/_connect/numba/layoutbuilder.py: Line 1078. With argument(s): '(ak.lb.BitMasked(uint8, ak.lb.Numpy(float64, parameters=Literal[NoneType](None)), True, True, parameters=None))': Rejected as the implementation raised a specific error: TypingError: Failed in nopython mode pipeline (step: nopython frontend) Unknown attribute '_panels' of type ListType[uint8] File "../../../../../opt/hostedtoolcache/Python/3.9.19/x64/lib/python3.9/site-packages/awkward/_connect/numba/layoutbuilder.py", line 1084: def append_end(builder): <source elided> # 0 indicates null, 1 indicates valid builder._mask._panels[-1][builder._mask._length_pos[1] - 1] = ( ^ During: typing of get attribute at /opt/hostedtoolcache/Python/3.9.19/x64/lib/python3.9/site-packages/awkward/_connect/numba/layoutbuilder.py (1084) File "../../../../../opt/hostedtoolcache/Python/3.9.19/x64/lib/python3.9/site-packages/awkward/_connect/numba/layoutbuilder.py", line 1084: def append_end(builder): <source elided> # 0 indicates null, 1 indicates valid builder._mask._panels[-1][builder._mask._length_pos[1] - 1] = ( ^ raised from /opt/hostedtoolcache/Python/3.9.19/x64/lib/python3.9/site-packages/numba/core/typeinfer.py:1091 - Resolution failure for non-literal arguments: None During: resolving callee type: BoundFunction((<class 'awkward._connect.numba.layoutbuilder.BitMaskedType'>, '_append_end') for ak.lb.BitMasked(uint8, ak.lb.Numpy(float64, parameters=Literal[NoneType](None)), True, True, parameters=None)) During: typing of call at /opt/hostedtoolcache/Python/3.9.19/x64/lib/python3.9/site-packages/awkward/_connect/numba/layoutbuilder.py (1116) File "../../../../../opt/hostedtoolcache/Python/3.9.19/x64/lib/python3.9/site-packages/awkward/_connect/numba/layoutbuilder.py", line 1116: def append_valid(builder): <source elided> ] builder._append_end() ^ raised from /opt/hostedtoolcache/Python/3.9.19/x64/lib/python3.9/site-packages/numba/core/typeinfer.py:1091 - Resolution failure for non-literal arguments: None During: resolving callee type: BoundFunction((<class 'awkward._connect.numba.layoutbuilder.BitMaskedType'>, 'append_valid') for ak.lb.BitMasked(uint8, ak.lb.Numpy(float64, parameters=Literal[NoneType](None)), True, True, parameters=None)) During: typi
Run Tests (ubuntu-latest, 3.9, x64, full)
Process completed with exit code 1.
Run Tests (windows-latest, 3.12, x64, full)
Process completed with exit code 1.
Run Tests (macos-11, 3.11, x64, full): tests/test_2408_layoutbuilder_in_numba.py#L381
test_BitMasked AttributeError: 'List' object has no attribute '_panels'
Run Tests (macos-11, 3.11, x64, full): tests/test_2408_layoutbuilder_in_numba.py#L601
test_unbox_for_loop numba.core.errors.NumbaPendingDeprecationWarning: Failed in nopython mode pipeline (step: nopython frontend) Code using Numba extension API maybe depending on 'old_style' error-capturing, which is deprecated and will be replaced by 'new_style' in a future release. See details at https://numba.readthedocs.io/en/latest/reference/deprecation.html#deprecation-of-old-style-numba-captured-errors Exception origin: File "/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/numba/core/ir.py", line 780, in __init__ assert exc_class is None or isinstance(exc_class, type) ^^^^^^^^^^^^^^^^^
Run Tests (macos-11, 3.11, x64, full): tests/test_2408_layoutbuilder_in_numba.py#L1213
test_BitMasked_append_extend numba.core.errors.TypingError: Failed in nopython mode pipeline (step: nopython frontend) - Resolution failure for literal arguments: No implementation of function Function(<function BitMasked_append_valid at 0x11ebd3d80>) found for signature: >>> BitMasked_append_valid(ak.lb.BitMasked(uint8, ak.lb.Numpy(float64, parameters=Literal[NoneType](None)), True, True, parameters=None)) There are 2 candidate implementations: - Of which 2 did not match due to: Overload in function 'BitMasked_append_valid': File: awkward/_connect/numba/layoutbuilder.py: Line 1106. With argument(s): '(ak.lb.BitMasked(uint8, ak.lb.Numpy(float64, parameters=Literal[NoneType](None)), True, True, parameters=None))': Rejected as the implementation raised a specific error: TypingError: Failed in nopython mode pipeline (step: nopython frontend) - Resolution failure for literal arguments: No implementation of function Function(<function BitMasked_append_end at 0x11ebd3b00>) found for signature: >>> BitMasked_append_end(ak.lb.BitMasked(uint8, ak.lb.Numpy(float64, parameters=Literal[NoneType](None)), True, True, parameters=None)) There are 2 candidate implementations: - Of which 2 did not match due to: Overload in function 'BitMasked_append_end': File: awkward/_connect/numba/layoutbuilder.py: Line 1078. With argument(s): '(ak.lb.BitMasked(uint8, ak.lb.Numpy(float64, parameters=Literal[NoneType](None)), True, True, parameters=None))': Rejected as the implementation raised a specific error: TypingError: Failed in nopython mode pipeline (step: nopython frontend) Unknown attribute '_panels' of type ListType[uint8] File "../../../../../Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/awkward/_connect/numba/layoutbuilder.py", line 1084: def append_end(builder): <source elided> # 0 indicates null, 1 indicates valid builder._mask._panels[-1][builder._mask._length_pos[1] - 1] = ( ^ During: typing of get attribute at /Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/awkward/_connect/numba/layoutbuilder.py (1084) File "../../../../../Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/awkward/_connect/numba/layoutbuilder.py", line 1084: def append_end(builder): <source elided> # 0 indicates null, 1 indicates valid builder._mask._panels[-1][builder._mask._length_pos[1] - 1] = ( ^ raised from /Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/numba/core/typeinfer.py:1091 - Resolution failure for non-literal arguments: None During: resolving callee type: BoundFunction((<class 'awkward._connect.numba.layoutbuilder.BitMaskedType'>, '_append_end') for ak.lb.BitMasked(uint8, ak.lb.Numpy(float64, parameters=Literal[NoneType](None)), True, True, parameters=None)) During: typing of call at /Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/awkward/_connect/numba/layoutbuilder.py (1116) File "../../../../../Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/awkward/_connect/numba/layoutbuilder.py", line 1116: def append_valid(builder): <source elided> ] builder._append_end() ^ raised from /Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/numba/core/typeinfer.py:1091 - Resolution failure for non-literal arguments: None During: resolving callee type: BoundFunction((<class 'awkward._connect.numba.layoutbuilder.BitMaskedType'>, 'append_valid') for ak.lb.BitMasked(uint8, ak.lb.Numpy(flo
Run Tests (macos-11, 3.11, x64, full)
Process completed with exit code 1.
Run Tests (windows-latest, 3.9, x64, full)
Process completed with exit code 1.
Run Tests (macos-11, 3.10, x64, full): tests/test_2408_layoutbuilder_in_numba.py#L381
test_BitMasked AttributeError: 'List' object has no attribute '_panels'
Run Tests (macos-11, 3.10, x64, full): tests/test_2408_layoutbuilder_in_numba.py#L601
test_unbox_for_loop numba.core.errors.NumbaPendingDeprecationWarning: Failed in nopython mode pipeline (step: nopython frontend) Code using Numba extension API maybe depending on 'old_style' error-capturing, which is deprecated and will be replaced by 'new_style' in a future release. See details at https://numba.readthedocs.io/en/latest/reference/deprecation.html#deprecation-of-old-style-numba-captured-errors Exception origin: File "/Users/runner/hostedtoolcache/Python/3.10.13/x64/lib/python3.10/site-packages/numba/core/ir.py", line 780, in __init__ assert exc_class is None or isinstance(exc_class, type)
Run Tests (macos-11, 3.10, x64, full): tests/test_2408_layoutbuilder_in_numba.py#L1213
test_BitMasked_append_extend numba.core.errors.TypingError: Failed in nopython mode pipeline (step: nopython frontend) - Resolution failure for literal arguments: No implementation of function Function(<function BitMasked_append_valid at 0x12cb23d00>) found for signature: >>> BitMasked_append_valid(ak.lb.BitMasked(uint8, ak.lb.Numpy(float64, parameters=Literal[NoneType](None)), True, True, parameters=None)) There are 2 candidate implementations: - Of which 2 did not match due to: Overload in function 'BitMasked_append_valid': File: awkward/_connect/numba/layoutbuilder.py: Line 1106. With argument(s): '(ak.lb.BitMasked(uint8, ak.lb.Numpy(float64, parameters=Literal[NoneType](None)), True, True, parameters=None))': Rejected as the implementation raised a specific error: TypingError: Failed in nopython mode pipeline (step: nopython frontend) - Resolution failure for literal arguments: No implementation of function Function(<function BitMasked_append_end at 0x12cb23be0>) found for signature: >>> BitMasked_append_end(ak.lb.BitMasked(uint8, ak.lb.Numpy(float64, parameters=Literal[NoneType](None)), True, True, parameters=None)) There are 2 candidate implementations: - Of which 2 did not match due to: Overload in function 'BitMasked_append_end': File: awkward/_connect/numba/layoutbuilder.py: Line 1078. With argument(s): '(ak.lb.BitMasked(uint8, ak.lb.Numpy(float64, parameters=Literal[NoneType](None)), True, True, parameters=None))': Rejected as the implementation raised a specific error: TypingError: Failed in nopython mode pipeline (step: nopython frontend) Unknown attribute '_panels' of type ListType[uint8] File "../../../hostedtoolcache/Python/3.10.13/x64/lib/python3.10/site-packages/awkward/_connect/numba/layoutbuilder.py", line 1084: def append_end(builder): <source elided> # 0 indicates null, 1 indicates valid builder._mask._panels[-1][builder._mask._length_pos[1] - 1] = ( ^ During: typing of get attribute at /Users/runner/hostedtoolcache/Python/3.10.13/x64/lib/python3.10/site-packages/awkward/_connect/numba/layoutbuilder.py (1084) File "../../../hostedtoolcache/Python/3.10.13/x64/lib/python3.10/site-packages/awkward/_connect/numba/layoutbuilder.py", line 1084: def append_end(builder): <source elided> # 0 indicates null, 1 indicates valid builder._mask._panels[-1][builder._mask._length_pos[1] - 1] = ( ^ raised from /Users/runner/hostedtoolcache/Python/3.10.13/x64/lib/python3.10/site-packages/numba/core/typeinfer.py:1091 - Resolution failure for non-literal arguments: None During: resolving callee type: BoundFunction((<class 'awkward._connect.numba.layoutbuilder.BitMaskedType'>, '_append_end') for ak.lb.BitMasked(uint8, ak.lb.Numpy(float64, parameters=Literal[NoneType](None)), True, True, parameters=None)) During: typing of call at /Users/runner/hostedtoolcache/Python/3.10.13/x64/lib/python3.10/site-packages/awkward/_connect/numba/layoutbuilder.py (1116) File "../../../hostedtoolcache/Python/3.10.13/x64/lib/python3.10/site-packages/awkward/_connect/numba/layoutbuilder.py", line 1116: def append_valid(builder): <source elided> ] builder._append_end() ^ raised from /Users/runner/hostedtoolcache/Python/3.10.13/x64/lib/python3.10/site-packages/numba/core/typeinfer.py:1091 - Resolution failure for non-literal arguments: None During: resolving callee type: BoundFunction((<class 'awkward._connect.numba.layoutbuilder.BitMaskedType'>, 'append_valid') for ak.lb.BitMasked(uint8, ak.lb.Numpy(float64, parameters=Literal[NoneType](None)), True, True, parameters=None)
Run Tests (macos-11, 3.10, x64, full)
Process completed with exit code 1.
Run Tests (windows-latest, 3.8, x64, full)
Process completed with exit code 1.
Run Tests (macos-11, 3.9, x64, full): tests/test_2408_layoutbuilder_in_numba.py#L381
test_BitMasked AttributeError: 'List' object has no attribute '_panels'
Run Tests (macos-11, 3.9, x64, full): tests/test_2408_layoutbuilder_in_numba.py#L601
test_unbox_for_loop numba.core.errors.NumbaPendingDeprecationWarning: Failed in nopython mode pipeline (step: nopython frontend) Code using Numba extension API maybe depending on 'old_style' error-capturing, which is deprecated and will be replaced by 'new_style' in a future release. See details at https://numba.readthedocs.io/en/latest/reference/deprecation.html#deprecation-of-old-style-numba-captured-errors Exception origin: File "/Users/runner/hostedtoolcache/Python/3.9.18/x64/lib/python3.9/site-packages/numba/core/ir.py", line 780, in __init__ assert exc_class is None or isinstance(exc_class, type)
Run Tests (macos-11, 3.9, x64, full): tests/test_2408_layoutbuilder_in_numba.py#L1213
test_BitMasked_append_extend numba.core.errors.TypingError: Failed in nopython mode pipeline (step: nopython frontend) - Resolution failure for literal arguments: No implementation of function Function(<function BitMasked_append_valid at 0x11f9fb160>) found for signature: >>> BitMasked_append_valid(ak.lb.BitMasked(uint8, ak.lb.Numpy(float64, parameters=Literal[NoneType](None)), True, True, parameters=None)) There are 2 candidate implementations: - Of which 2 did not match due to: Overload in function 'BitMasked_append_valid': File: awkward/_connect/numba/layoutbuilder.py: Line 1106. With argument(s): '(ak.lb.BitMasked(uint8, ak.lb.Numpy(float64, parameters=Literal[NoneType](None)), True, True, parameters=None))': Rejected as the implementation raised a specific error: TypingError: Failed in nopython mode pipeline (step: nopython frontend) - Resolution failure for literal arguments: No implementation of function Function(<function BitMasked_append_end at 0x11f9fb040>) found for signature: >>> BitMasked_append_end(ak.lb.BitMasked(uint8, ak.lb.Numpy(float64, parameters=Literal[NoneType](None)), True, True, parameters=None)) There are 2 candidate implementations: - Of which 2 did not match due to: Overload in function 'BitMasked_append_end': File: awkward/_connect/numba/layoutbuilder.py: Line 1078. With argument(s): '(ak.lb.BitMasked(uint8, ak.lb.Numpy(float64, parameters=Literal[NoneType](None)), True, True, parameters=None))': Rejected as the implementation raised a specific error: TypingError: Failed in nopython mode pipeline (step: nopython frontend) Unknown attribute '_panels' of type ListType[uint8] File "../../../hostedtoolcache/Python/3.9.18/x64/lib/python3.9/site-packages/awkward/_connect/numba/layoutbuilder.py", line 1084: def append_end(builder): <source elided> # 0 indicates null, 1 indicates valid builder._mask._panels[-1][builder._mask._length_pos[1] - 1] = ( ^ During: typing of get attribute at /Users/runner/hostedtoolcache/Python/3.9.18/x64/lib/python3.9/site-packages/awkward/_connect/numba/layoutbuilder.py (1084) File "../../../hostedtoolcache/Python/3.9.18/x64/lib/python3.9/site-packages/awkward/_connect/numba/layoutbuilder.py", line 1084: def append_end(builder): <source elided> # 0 indicates null, 1 indicates valid builder._mask._panels[-1][builder._mask._length_pos[1] - 1] = ( ^ raised from /Users/runner/hostedtoolcache/Python/3.9.18/x64/lib/python3.9/site-packages/numba/core/typeinfer.py:1091 - Resolution failure for non-literal arguments: None During: resolving callee type: BoundFunction((<class 'awkward._connect.numba.layoutbuilder.BitMaskedType'>, '_append_end') for ak.lb.BitMasked(uint8, ak.lb.Numpy(float64, parameters=Literal[NoneType](None)), True, True, parameters=None)) During: typing of call at /Users/runner/hostedtoolcache/Python/3.9.18/x64/lib/python3.9/site-packages/awkward/_connect/numba/layoutbuilder.py (1116) File "../../../hostedtoolcache/Python/3.9.18/x64/lib/python3.9/site-packages/awkward/_connect/numba/layoutbuilder.py", line 1116: def append_valid(builder): <source elided> ] builder._append_end() ^ raised from /Users/runner/hostedtoolcache/Python/3.9.18/x64/lib/python3.9/site-packages/numba/core/typeinfer.py:1091 - Resolution failure for non-literal arguments: None During: resolving callee type: BoundFunction((<class 'awkward._connect.numba.layoutbuilder.BitMaskedType'>, 'append_valid') for ak.lb.BitMasked(uint8, ak.lb.Numpy(float64, parameters=Literal[NoneType](None)), True, True, parameters=None)) During: typi
Run Tests (macos-11, 3.9, x64, full)
Process completed with exit code 1.
Run Tests (macos-11, 3.12, x64, full)
Process completed with exit code 2.
Run Tests (macos-11, 3.8, x64, full): tests/test_2408_layoutbuilder_in_numba.py#L381
test_BitMasked AttributeError: 'List' object has no attribute '_panels'
Run Tests (macos-11, 3.8, x64, full): tests/test_2408_layoutbuilder_in_numba.py#L601
test_unbox_for_loop numba.core.errors.NumbaPendingDeprecationWarning: Failed in nopython mode pipeline (step: nopython frontend) Code using Numba extension API maybe depending on 'old_style' error-capturing, which is deprecated and will be replaced by 'new_style' in a future release. See details at https://numba.readthedocs.io/en/latest/reference/deprecation.html#deprecation-of-old-style-numba-captured-errors Exception origin: File "/Users/runner/hostedtoolcache/Python/3.8.18/x64/lib/python3.8/site-packages/numba/core/ir.py", line 770, in __init__ assert exc_class is None or isinstance(exc_class, type)
Run Tests (macos-11, 3.8, x64, full): tests/test_2408_layoutbuilder_in_numba.py#L1213
test_BitMasked_append_extend numba.core.errors.TypingError: Failed in nopython mode pipeline (step: nopython frontend) - Resolution failure for literal arguments: No implementation of function Function(<function BitMasked_append_valid at 0x1233ca700>) found for signature: >>> BitMasked_append_valid(ak.lb.BitMasked(uint8, ak.lb.Numpy(float64, parameters=Literal[NoneType](None)), True, True, parameters=None)) There are 2 candidate implementations: - Of which 2 did not match due to: Overload in function 'BitMasked_append_valid': File: awkward/_connect/numba/layoutbuilder.py: Line 1106. With argument(s): '(ak.lb.BitMasked(uint8, ak.lb.Numpy(float64, parameters=Literal[NoneType](None)), True, True, parameters=None))': Rejected as the implementation raised a specific error: TypingError: Failed in nopython mode pipeline (step: nopython frontend) - Resolution failure for literal arguments: No implementation of function Function(<function BitMasked_append_end at 0x1233ca5e0>) found for signature: >>> BitMasked_append_end(ak.lb.BitMasked(uint8, ak.lb.Numpy(float64, parameters=Literal[NoneType](None)), True, True, parameters=None)) There are 2 candidate implementations: - Of which 2 did not match due to: Overload in function 'BitMasked_append_end': File: awkward/_connect/numba/layoutbuilder.py: Line 1078. With argument(s): '(ak.lb.BitMasked(uint8, ak.lb.Numpy(float64, parameters=Literal[NoneType](None)), True, True, parameters=None))': Rejected as the implementation raised a specific error: TypingError: Failed in nopython mode pipeline (step: nopython frontend) Unknown attribute '_panels' of type ListType[uint8] File "../../../hostedtoolcache/Python/3.8.18/x64/lib/python3.8/site-packages/awkward/_connect/numba/layoutbuilder.py", line 1084: def append_end(builder): <source elided> # 0 indicates null, 1 indicates valid builder._mask._panels[-1][builder._mask._length_pos[1] - 1] = ( ^ During: typing of get attribute at /Users/runner/hostedtoolcache/Python/3.8.18/x64/lib/python3.8/site-packages/awkward/_connect/numba/layoutbuilder.py (1084) File "../../../hostedtoolcache/Python/3.8.18/x64/lib/python3.8/site-packages/awkward/_connect/numba/layoutbuilder.py", line 1084: def append_end(builder): <source elided> # 0 indicates null, 1 indicates valid builder._mask._panels[-1][builder._mask._length_pos[1] - 1] = ( ^ raised from /Users/runner/hostedtoolcache/Python/3.8.18/x64/lib/python3.8/site-packages/numba/core/typeinfer.py:1086 - Resolution failure for non-literal arguments: None During: resolving callee type: BoundFunction((<class 'awkward._connect.numba.layoutbuilder.BitMaskedType'>, '_append_end') for ak.lb.BitMasked(uint8, ak.lb.Numpy(float64, parameters=Literal[NoneType](None)), True, True, parameters=None)) During: typing of call at /Users/runner/hostedtoolcache/Python/3.8.18/x64/lib/python3.8/site-packages/awkward/_connect/numba/layoutbuilder.py (1116) File "../../../hostedtoolcache/Python/3.8.18/x64/lib/python3.8/site-packages/awkward/_connect/numba/layoutbuilder.py", line 1116: def append_valid(builder): <source elided> ] builder._append_end() ^ raised from /Users/runner/hostedtoolcache/Python/3.8.18/x64/lib/python3.8/site-packages/numba/core/typeinfer.py:1086 - Resolution failure for non-literal arguments: None During: resolving callee type: BoundFunction((<class 'awkward._connect.numba.layoutbuilder.BitMaskedType'>, 'append_valid') for ak.lb.BitMasked(uint8, ak.lb.Numpy(float64, parameters=Literal[NoneType](None)), True, True, parameters=None)) During: typi
Run Tests (macos-11, 3.8, x64, full)
Process completed with exit code 1.